Petr Uzel
fd51469fb6
block: kill loop_mutex
...
Following steps lead to deadlock in kernel:
dd if=/dev/zero of=img bs=512 count=1000
losetup -f img
mkfs.ext2 /dev/loop0
mount -t ext2 -o loop /dev/loop0 mnt
umount mnt/
Stacktrace:
[<c102ec04>] irq_exit+0x36/0x59
[<c101502c>] smp_apic_timer_interrupt+0x6b/0x75
[<c127f639>] apic_timer_interrupt+0x31/0x38
[<c101df88>] mutex_spin_on_owner+0x54/0x5b
[<fe2250e9>] lo_release+0x12/0x67 [loop]
[<c10c4eae>] __blkdev_put+0x7c/0x10c
[<c10a4da5>] fput+0xd5/0x1aa
[<fe2250cf>] loop_clr_fd+0x1a9/0x1b1 [loop]
[<fe225110>] lo_release+0x39/0x67 [loop]
[<c10c4eae>] __blkdev_put+0x7c/0x10c
[<c10a59d9>] deactivate_locked_super+0x17/0x36
[<c10b6f37>] sys_umount+0x27e/0x2a5
[<c10b6f69>] sys_oldumount+0xb/0xe
[<c1002897>] sysenter_do_call+0x12/0x26
[<ffffffff>] 0xffffffff
Regression since 2a48fc0ab24241755dc9, which introduced the private
loop_mutex as part of the BKL removal process.
As per [1], the mutex can be safely removed.
[1] http://www.gossamer-threads.com/lists/linux/kernel/1341930
Addresses: https://bugzilla.novell.com/show_bug.cgi?id=669394
Addresses: https://bugzilla.kernel.org/show_bug.cgi?id=29172
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Cc: stable@kernel.org
Reviewed-by: Nikanth Karthikesan <knikanth@suse.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2011-03-03 11:53:25 -05:00
..
2011-01-19 08:25:02 -07:00
2011-01-13 10:45:01 -08:00
2010-10-22 10:52:56 -07:00
2010-11-15 19:32:43 +01:00
2010-11-15 19:32:43 +01:00
2010-10-22 17:07:18 -07:00
2011-01-10 21:50:33 +01:00
2010-11-16 13:33:23 -08:00
2010-02-22 13:44:45 +01:00
2011-01-19 08:25:02 -07:00
2011-01-13 10:50:24 -08:00
2010-10-05 15:01:10 +02:00
2010-10-22 10:52:56 -07:00
2011-02-24 17:25:47 +11:00
2010-08-07 18:17:56 +02:00
2011-01-05 16:29:17 -05:00
2011-03-03 11:53:25 -05:00
2011-01-19 08:25:02 -07:00
2010-08-23 14:02:44 +02:00
2011-02-11 16:12:20 -08:00
2010-09-10 12:35:36 +02:00
2010-11-13 11:55:17 +01:00
2010-10-22 17:07:18 -07:00
2010-03-30 22:02:32 +09:00
2010-10-20 15:38:13 -07:00
2011-01-12 15:15:18 -08:00
2010-02-26 13:58:08 +01:00
2010-10-05 15:01:10 +02:00
2009-03-26 21:15:27 +01:00
2010-10-05 15:01:10 +02:00
2010-02-26 13:58:08 +01:00
2010-10-22 20:30:48 -07:00
2010-08-07 18:20:39 +02:00
2010-10-05 15:01:10 +02:00
2010-10-22 17:07:18 -07:00
2010-10-05 15:01:10 +02:00
2008-10-21 07:48:11 -04:00
2011-01-07 16:58:04 -08:00
2010-10-25 08:19:14 -07:00
2010-10-28 06:15:26 -06:00