]> www.infradead.org Git - users/jedix/linux-maple.git/commit
binder: use buffer offsets in debug logs
authorTiffany Y. Yang <ynaffit@google.com>
Tue, 1 Apr 2025 20:28:46 +0000 (20:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:14:49 +0000 (16:14 +0200)
commit92d2261214a52f1c3a0db027b7818363acfb04c7
tree13135b7d8212ff92fe6912a0f75d49cd1f7dabf8
parent84d1ee548f4add582aa1923f30cf379c9c068ea5
binder: use buffer offsets in debug logs

Identify buffer addresses using vma offsets instead of full user
addresses in debug logs or drop them if they are not useful.

Signed-off-by: Tiffany Y. Yang <ynaffit@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20250401202846.3510162-2-ynaffit@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c