summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorRiley Andrews2016-02-10 06:05:33 +0100
committerGreg Kroah-Hartman2016-02-12 05:06:46 +0100
commit83050a4e21979fe1821916fce2fca36255569ed3 (patch)
tree12535881c698ecdaef2085f530668de0cd96db25 /drivers/base
parentandroid: binder: More offset validation (diff)
downloadkernel-qcow2-linux-83050a4e21979fe1821916fce2fca36255569ed3.tar.gz
kernel-qcow2-linux-83050a4e21979fe1821916fce2fca36255569ed3.tar.xz
kernel-qcow2-linux-83050a4e21979fe1821916fce2fca36255569ed3.zip
android: drivers: Avoid debugfs race in binder
If a /d/binder/proc/[pid] entry is kept open after linux has torn down the associated process, binder_proc_show can deference an invalid binder_proc that has been stashed in the debugfs inode. Validate that the binder_proc ptr passed into binder_proc_show has not been freed by looking for it within the global process list whilst the global lock is held. If the ptr is not valid, print nothing. Cc: Colin Cross <ccross@android.com> Cc: Arve Hjønnevåg <arve@android.com> Cc: Dmitry Shmidt <dimitrysh@google.com> Cc: Rom Lemarchand <romlem@google.com> Cc: Serban Constantinescu <serban.constantinescu@arm.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Android Kernel Team <kernel-team@android.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> [jstultz: Minor commit message tweaks] Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions