1. 30 Nov, 2017 38 commits
  2. 24 Nov, 2017 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 4.9.65 · 133e6ccf
      Greg Kroah-Hartman authored
      133e6ccf
    • Jann Horn's avatar
      mm/pagewalk.c: report holes in hugetlb ranges · ceaec6e8
      Jann Horn authored
      commit 373c4557 upstream.
      
      This matters at least for the mincore syscall, which will otherwise copy
      uninitialized memory from the page allocator to userspace.  It is
      probably also a correctness error for /proc/$pid/pagemap, but I haven't
      tested that.
      
      Removing the `walk->hugetlb_entry` condition in walk_hugetlb_range() has
      no effect because the caller already checks for that.
      
      This only reports holes in hugetlb ranges to callers who have specified
      a hugetlb_entry callback.
      
      This issue was found using an AFL-based fuzzer.
      
      v2:
       - don't crash on ->pte_hole==NULL (Andrew Morton)
       - add Cc stable (Andrew Morton)
      
      Changed for 4.4/4.9 stable backport:
       - fix up conflict in the huge_pte_offset() call
      
      Fixes: 1e25a271 ("mincore: apply page table walker on do_mincore()")
      Signed-off-by: default avatarJann Horn <jannh@google.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      
      ceaec6e8