]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
binder: fix offset calculation in debug log
authorCarlos Llamas <cmllamas@google.com>
Tue, 25 Mar 2025 18:49:00 +0000 (18:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 13:11:12 +0000 (15:11 +0200)
commit170d1a3738908eef6a0dbf378ea77fb4ae8e294d
tree09067a2d8732b426da5affe810479b97591ad841
parent8e553520596bbd5ce832e26e9d721e6a0c797b8b
binder: fix offset calculation in debug log

The vma start address should be substracted from the buffer's user data
address and not the other way around.

Cc: Tiffany Y. Yang <ynaffit@google.com>
Cc: stable <stable@kernel.org>
Fixes: 162c79731448 ("binder: avoid user addresses in debug logs")
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Tiffany Y. Yang <ynaffit@google.com>
Link: https://lore.kernel.org/r/20250325184902.587138-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c