]> git.baikalelectronics.ru Git - kernel.git/commit
binder: fix printk format for commands
authorCarlos Llamas <cmllamas@google.com>
Mon, 9 May 2022 23:19:01 +0000 (23:19 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:41:11 +0000 (18:41 +0200)
commitf684b35675b30ce81ab1f31fc8ccb8f65e4c0608
treed98d02206c083688c4fd7e9350020382b8efb006
parent2a0b236d6bb8ced02ba656a939903efe0928dfed
binder: fix printk format for commands

Make sure we use unsigned format specifier %u for binder commands as
most of them are encoded above INT_MAX. This prevents negative values
when logging them as in the following case:

[  211.895781] binder: 8668:8668 BR_REPLY 258949 0:0, cmd -2143260157 size 0-0 ptr 0000006e766a8000-0000006e766a8000

Acked-by: Todd Kjos <tkjos@google.com>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220509231901.3852573-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c