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)
commit26df62aaae9f85e900cd5f1a5c28e44488f60de6
treef9b2a4437d00ae1ee49fc92772052b23e2b41454
parent9216514602ac436c116664ac9eaf18127ccf34df
parent65565a68c582fec2f2a8f5aaa399118ab1209103
Merge tag 'powerpc-5.2-6' of git://git./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