From: Greg KH <greg@kroah.com>
To: Jann Horn <jannh@google.com>
Cc: stable@vger.kernel.org
Subject: Re: [PATCH] mm/pagewalk.c: report holes in hugetlb ranges
Date: Wed, 22 Nov 2017 15:57:07 +0100 [thread overview]
Message-ID: <20171122145707.GC8081@kroah.com> (raw)
In-Reply-To: <20171122135859.31114-1-jannh@google.com>
On Wed, Nov 22, 2017 at 02:58:59PM +0100, Jann Horn wrote:
> commit 373c4557d2aa362702c4c2d41288fb1e54990b7c 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: 1e25a271c8ac ("mincore: apply page table walker on do_mincore()")
> Signed-off-by: Jann Horn <jannh@google.com>
> ---
> Please apply this patch to <=4.9 stable trees instead of the
> original patch.
Thanks for the backport!
greg k-h
prev parent reply other threads:[~2017-11-22 14:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-22 13:58 [PATCH] mm/pagewalk.c: report holes in hugetlb ranges Jann Horn
2017-11-22 14:57 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171122145707.GC8081@kroah.com \
--to=greg@kroah.com \
--cc=jannh@google.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.