• D
    mm/mprotect: minor can_change_pte_writable() cleanups · 7ea7e333
    David Hildenbrand 提交于
    We want to replicate this code for handling PMDs soon.
    
    (1) No need to crash the kernel, warning and rejecting is good enough. As
        this will no longer get optimized out, drop the pte_write() check: no
        harm would be done.
    
    (2) Add a comment why PROT_NONE mapped pages are excluded.
    
    (3) Add a comment regarding MAP_SHARED handling and why we rely on the
        dirty bit in the PTE.
    
    Link: https://lkml.kernel.org/r/20221108174652.198904-3-david@redhat.comSigned-off-by: NDavid Hildenbrand <david@redhat.com>
    Cc: Andrea Arcangeli <aarcange@redhat.com>
    Cc: Anshuman Khandual <anshuman.khandual@arm.com>
    Cc: Dave Chinner <david@fromorbit.com>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Mel Gorman <mgorman@techsingularity.net>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Mike Rapoport <rppt@kernel.org>
    Cc: Nadav Amit <namit@vmware.com>
    Cc: Nicholas Piggin <npiggin@gmail.com>
    Cc: Peter Xu <peterx@redhat.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    7ea7e333
mprotect.c 22.9 KB