On 20 February 2018 at 13:12, Peter Zijlstra <peterz at infradead.org> wrote: > On Tue, Feb 20, 2018 at 01:58:26PM +0100, Christian König wrote: >> amdgpu needs to verify if userspace sends us valid addresses and the simplest >> way of doing this is to check if the buffer object is locked with the ticket >> of the current submission. >> >> Clean up the access to the ww_mutex internals by providing a function >> for this and extend the check to the thread owning the underlying mutex. > >> Signed-off-by: Christian König <christian.koenig at amd.com> > > Much thanks for Cc'ing the relevant maintainers :/ > Doubt it's intentional. The get-maintainer script seems confused and lists no maintainers? $ ./scripts/get_maintainer.pl include/linux/ww_mutex.h linux-kernel at vger.kernel.org (open list) While the normal mutex header works fine. $ ./scripts/get_maintainer.pl include/linux/mutex.h Peter Zijlstra <peterz at infradead.org> (maintainer:LOCKING PRIMITIVES) Ingo Molnar <mingo at redhat.com> (maintainer:LOCKING PRIMITIVES) linux-kernel at vger.kernel.org (open list:LOCKING PRIMITIVES) HTH Emil