]> Git Repo - linux.git/commit
mm: remove the now-unnecessary mmget_still_valid() hack
authorJann Horn <[email protected]>
Fri, 16 Oct 2020 03:13:00 +0000 (20:13 -0700)
committerLinus Torvalds <[email protected]>
Fri, 16 Oct 2020 18:11:22 +0000 (11:11 -0700)
commit4d45e75a9955ade5c2f49bd96fc4173b2cec9a72
tree71b16b0e22ee630e2956a3285990fb49df84685e
parent7f3bfab52cab96c510fd60dd757a32db7bc52d3c
mm: remove the now-unnecessary mmget_still_valid() hack

The preceding patches have ensured that core dumping properly takes the
mmap_lock.  Thanks to that, we can now remove mmget_still_valid() and all
its users.

Signed-off-by: Jann Horn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Linus Torvalds <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: "Eric W . Biederman" <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Hugh Dickins <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
drivers/infiniband/core/uverbs_main.c
drivers/vfio/pci/vfio_pci.c
fs/proc/task_mmu.c
fs/userfaultfd.c
include/linux/sched/mm.h
mm/khugepaged.c
mm/madvise.c
mm/mmap.c
This page took 0.067919 seconds and 4 git commands to generate.