ChenXiaoSong
01d7c41eac
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
...
[ Upstream commit f7e942b5bb35d8e3af54053d19a6bf04143a3955 ]
Syzkaller reported BUG as follows:
BUG: sleeping function called from invalid context at
include/linux/sched/mm.h:274
Call Trace:
<TASK>
dump_stack_lvl+0xcd/0x134
__might_resched.cold+0x222/0x26b
kmem_cache_alloc+0x2e7/0x3c0
update_qgroup_limit_item+0xe1/0x390
btrfs_qgroup_inherit+0x147b/0x1ee0
create_subvol+0x4eb/0x1710
btrfs_mksubvol+0xfe5/0x13f0
__btrfs_ioctl_snap_create+0x2b0/0x430
btrfs_ioctl_snap_create_v2+0x25a/0x520
btrfs_ioctl+0x2a1c/0x5ce0
__x64_sys_ioctl+0x193/0x200
do_syscall_64+0x35/0x80
Fix this by calling qgroup_dirty() on @dstqgroup, and update limit item in
btrfs_run_qgroups() later outside of the spinlock context.
CC: stable@vger.kernel.org # 4.9+
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-08 11:23:54 +01:00
..
2022-11-25 17:45:40 +01:00
2021-11-26 10:39:20 +01:00
2020-03-23 17:01:51 +01:00
2022-12-08 11:23:53 +01:00
2022-12-08 11:23:53 +01:00
2022-08-21 15:16:20 +02:00
2021-03-09 11:11:11 +01:00
2020-11-05 13:02:05 +01:00
2020-03-23 17:01:55 +01:00
2021-09-03 10:09:28 +02:00
2020-07-27 12:55:21 +02:00
2020-03-23 17:01:39 +01:00
2021-08-04 12:46:39 +02:00
2020-10-07 12:06:55 +02:00
2022-01-27 10:54:27 +01:00
2021-03-09 11:11:11 +01:00
2020-10-07 12:06:52 +02:00
2020-07-27 12:55:36 +02:00
2021-07-14 16:55:55 +02:00
2020-03-23 17:01:53 +01:00
2021-03-04 11:38:30 +01:00
2021-03-04 11:38:30 +01:00
2022-08-31 17:15:22 +02:00
2021-01-19 18:27:24 +01:00
2020-04-20 17:43:42 +02:00
2022-10-05 10:38:37 +02:00
2020-10-26 15:04:57 +01:00
2022-11-10 18:14:25 +01:00
2022-11-10 18:14:25 +01:00
2021-12-14 11:32:38 +01:00
2022-04-13 21:01:08 +02:00
2020-02-12 17:16:46 +01:00
2020-10-07 12:13:25 +02:00
2021-10-20 11:44:59 +02:00
2021-10-09 14:40:56 +02:00
2022-04-20 09:23:19 +02:00
2021-03-09 11:11:11 +01:00
2020-07-27 12:55:21 +02:00
2021-02-03 23:28:40 +01:00
2020-07-27 12:55:36 +02:00
2022-07-21 21:20:01 +02:00
2022-12-08 11:23:53 +01:00
2021-07-14 16:55:56 +02:00
2020-10-07 12:12:16 +02:00
2020-10-07 12:12:17 +02:00
2020-03-23 17:01:54 +01:00
2020-05-25 11:25:19 +02:00
2020-10-07 12:13:22 +02:00
2020-10-07 12:13:22 +02:00
2021-01-27 11:55:06 +01:00
2021-01-27 11:55:06 +01:00
2020-05-25 11:25:37 +02:00
2022-12-08 11:23:54 +01:00
2021-03-11 14:17:22 +01:00
2022-08-21 15:16:27 +02:00
2020-03-23 17:01:53 +01:00
2020-10-26 15:03:59 +01:00
2020-11-05 13:03:39 +01:00
2022-04-08 14:40:04 +02:00
2020-03-23 17:01:54 +01:00
2021-05-11 14:47:22 +02:00
2022-08-31 17:15:21 +02:00
2022-10-26 13:25:51 +02:00
2022-02-23 12:00:58 +01:00
2020-10-07 12:13:17 +02:00
2021-09-30 10:11:00 +02:00
2021-03-04 11:38:30 +01:00
2020-10-07 12:13:23 +02:00
2022-06-29 08:59:45 +02:00
2022-12-02 17:40:06 +01:00
2020-10-07 12:12:21 +02:00
2021-07-14 16:55:40 +02:00
2021-09-03 10:09:28 +02:00
2022-03-02 11:42:45 +01:00
2020-07-27 12:55:28 +02:00
2022-08-25 11:37:51 +02:00
2020-10-07 12:06:56 +02:00
2020-05-25 11:25:36 +02:00
2022-09-08 11:11:40 +02:00
2021-02-03 23:28:40 +01:00
2022-08-31 17:15:22 +02:00
2020-01-31 10:30:40 -08:00