]> www.infradead.org Git - users/hch/misc.git/commit
mm: use rwsem assertion macros for mmap_lock
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 27 Mar 2024 19:06:59 +0000 (19:06 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Apr 2024 03:56:24 +0000 (20:56 -0700)
commitba168b52bf8ecb877af294769b0ab32b06bd9293
treeeba3355bc79ecfd5baf11483f3a3355142b893e0
parentc0bff412e67b781d761e330ff9578aa9ed2be79e
mm: use rwsem assertion macros for mmap_lock

This slightly strengthens our write assertion when lockdep is disabled.
It also downgrades us from BUG_ON to WARN_ON, but I think that's an
improvement.  I don't think dumping the mm_struct was all that valuable;
the call chain is what's important.

Link: https://lkml.kernel.org/r/20240327190701.1082560-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmap_lock.h