summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorPete Zaitcev <zaitcev@redhat.com>2006-05-03 00:16:00 -0700
committerChris Wright <chrisw@sous-sol.org>2006-05-20 15:00:28 -0700
commit572ae685ec6f034eedf34e9dc90fa8d904bcfc32 (patch)
tree532276d1b330a6ad00e4dcb79b1e22d47c2c3294 /fs
parent3aa2b0523df53ba510599942aa87c03de183ff45 (diff)
[PATCH] USB: ub oops in block_uevent
In kernel 2.6.16, if a mounted storage device is removed, an oops happens because ub supplies an interface device (and kobject) to the block layer, but neglects to pin it. And apparently, the block layer expects its users to pin device structures. The code in ub was broken this way for years. But the bug was exposed only by 2.6.16 when it started to call block_uevent on close, which traverses device structures (kobjects actually). Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions