diff options
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | 2014-02-10 23:25:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-02-11 01:01:40 +0100 |
commit | a3eb7fbb41eb8d6e22d491741b8c5d5aa6cb069a (patch) | |
tree | e82b1ed3c523ba903a104ad4e6f6f09fd76dd314 /fs/proc | |
parent | Documentation/: update 00-INDEX files (diff) | |
download | linux-a3eb7fbb41eb8d6e22d491741b8c5d5aa6cb069a.tar.xz linux-a3eb7fbb41eb8d6e22d491741b8c5d5aa6cb069a.zip |
drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)
i2o_cfg_compat_ioctl(I2OGETIOPS) locks i2o_cfg_mutex and then calls
i2o_cfg_ioctl(I2OGETIOPS) that locks i2o_cfg_mutex as well. A deadlock
is guaranteed.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions