• Liam R. Howlett's avatar
    ipc/shm, mm: drop do_vma_munmap() · 63fc66f5
    Liam R. Howlett authored
    The do_vma_munmap() wrapper existed for callers that didn't have a vma
    iterator and needed to check the vma mseal status prior to calling the
    underlying munmap().  All callers now use a vma iterator and since the
    mseal check has been moved to do_vmi_align_munmap() and the vmas are
    aligned, this function can just be called instead.
    
    do_vmi_align_munmap() can no longer be static as ipc/shm is using it and
    it is exported via the mm.h header.
    
    Link: https://lkml.kernel.org/r/20240830040101.822209-19-Liam.Howlett@oracle.comSigned-off-by: default avatarLiam R. Howlett <Liam.Howlett@Oracle.com>
    Reviewed-by: default avatarLorenzo Stoakes <lorenzo.stoakes@oracle.com>
    Cc: Bert Karwatzki <spasswolf@web.de>
    Cc: Jeff Xu <jeffxu@chromium.org>
    Cc: Jiri Olsa <olsajiri@gmail.com>
    Cc: Kees Cook <kees@kernel.org>
    Cc: Lorenzo Stoakes <lstoakes@gmail.com>
    Cc: Mark Brown <broonie@kernel.org>
    Cc: Matthew Wilcox <willy@infradead.org>
    Cc: "Paul E. McKenney" <paulmck@kernel.org>
    Cc: Paul Moore <paul@paul-moore.com>
    Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    63fc66f5
vma.c 51.6 KB