]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Jun 2019 13:20:39 +0000 (21:20 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Jun 2019 13:20:39 +0000 (21:20 +0800)
commita8456c4a66838cb97b01b9ba5904336845f73f5e
treef9b2a4437d00ae1ee49fc92772052b23e2b41454
parent276a08b9b541c471cbb4e40b98ac931c78efa138
parentdc9f01125ebc5f12f2156937e94237d7f72bfcd8
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:
 "One fix for a bug in our context id handling on 64-bit hash CPUs,
  which can lead to unrelated processes being able to read/write to each
  other's virtual memory. See the commit for full details.

  That is the fix for CVE-2019-12817.

  This also adds a kernel selftest for the bug"

* tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  selftests/powerpc: Add test of fork with mapping above 512TB
  powerpc/mm/64s/hash: Reallocate context ids on fork
arch/powerpc/mm/book3s64/mmu_context.c