]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set
authorPeter Xu <peterx@redhat.com>
Thu, 16 Nov 2023 20:15:46 +0000 (15:15 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:15:58 +0000 (13:15 -0800)
commit37e5ec1be340b160ab3140250acaa26b1d7cce0c
tree6aab1d408bb7708909368f976f09de2bba61722a
parent670d61c0d5808664d3d594c67dd6e1bb8480dfbd
mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set

The new pagemap ioctl contains a fast path for wr-protections without
looking into category masks.  It forgets to check PM_SCAN_WP_MATCHING
before applying the wr-protections.  It can cause, e.g., pte markers
installed on archs that do not even support uffd wr-protect.

WARNING: CPU: 0 PID: 5059 at mm/memory.c:1520 zap_pte_range mm/memory.c:1520 [inline]

Link: https://lkml.kernel.org/r/20231116201547.536857-3-peterx@redhat.com
Fixes: 12f6b01a0bcb ("fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag")
Signed-off-by: Peter Xu <peterx@redhat.com>
Reported-by: syzbot+7ca4b2719dc742b8d0a4@syzkaller.appspotmail.com
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Andrei Vagin <avagin@gmail.com>
Cc: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/task_mmu.c