Jaegeuk Kim
1c94f5d776
FROMGIT: f2fs: fix scheduling while atomic in decompression path
[ 16.945668][ C0] Call trace:
[ 16.945678][ C0] dump_backtrace+0x110/0x204
[ 16.945706][ C0] dump_stack_lvl+0x84/0xbc
[ 16.945735][ C0] __schedule_bug+0xb8/0x1ac
[ 16.945756][ C0] __schedule+0x724/0xbdc
[ 16.945778][ C0] schedule+0x154/0x258
[ 16.945793][ C0] bit_wait_io+0x48/0xa4
[ 16.945808][ C0] out_of_line_wait_on_bit+0x114/0x198
[ 16.945824][ C0] __sync_dirty_buffer+0x1f8/0x2e8
[ 16.945853][ C0] __f2fs_commit_super+0x140/0x1f4
[ 16.945881][ C0] f2fs_commit_super+0x110/0x28c
[ 16.945898][ C0] f2fs_handle_error+0x1f4/0x2f4
[ 16.945917][ C0] f2fs_decompress_cluster+0xc4/0x450
[ 16.945942][ C0] f2fs_end_read_compressed_page+0xc0/0xfc
[ 16.945959][ C0] f2fs_handle_step_decompress+0x118/0x1cc
[ 16.945978][ C0] f2fs_read_end_io+0x168/0x2b0
[ 16.945993][ C0] bio_endio+0x25c/0x2c8
[ 16.946015][ C0] dm_io_dec_pending+0x3e8/0x57c
[ 16.946052][ C0] clone_endio+0x134/0x254
[ 16.946069][ C0] bio_endio+0x25c/0x2c8
[ 16.946084][ C0] blk_update_request+0x1d4/0x478
[ 16.946103][ C0] scsi_end_request+0x38/0x4cc
[ 16.946129][ C0] scsi_io_completion+0x94/0x184
[ 16.946147][ C0] scsi_finish_command+0xe8/0x154
[ 16.946164][ C0] scsi_complete+0x90/0x1d8
[ 16.946181][ C0] blk_done_softirq+0xa4/0x11c
[ 16.946198][ C0] _stext+0x184/0x614
[ 16.946214][ C0] __irq_exit_rcu+0x78/0x144
[ 16.946234][ C0] handle_domain_irq+0xd4/0x154
[ 16.946260][ C0] gic_handle_irq.33881+0x5c/0x27c
[ 16.946281][ C0] call_on_irq_stack+0x40/0x70
[ 16.946298][ C0] do_interrupt_handler+0x48/0xa4
[ 16.946313][ C0] el1_interrupt+0x38/0x68
[ 16.946346][ C0] el1h_64_irq_handler+0x20/0x30
[ 16.946362][ C0] el1h_64_irq+0x78/0x7c
[ 16.946377][ C0] finish_task_switch+0xc8/0x3d8
[ 16.946394][ C0] __schedule+0x600/0xbdc
[ 16.946408][ C0] preempt_schedule_common+0x34/0x5c
[ 16.946423][ C0] preempt_schedule+0x44/0x48
[ 16.946438][ C0] process_one_work+0x30c/0x550
[ 16.946456][ C0] worker_thread+0x414/0x8bc
[ 16.946472][ C0] kthread+0x16c/0x1e0
[ 16.946486][ C0] ret_from_fork+0x10/0x20
Bug: 274972806
Fixes: bff139b49d ("f2fs: handle decompress only post processing in softirq")
Fixes: 95fa90c9e5 ("f2fs: support recording errors into superblock")
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
(cherry picked from commit 8906fb10b77f8ed72365da9f930fefc9c4e53caf
https: //git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git dev)
Change-Id: I9310705c881865ae4462e63b398aeed8afcfd58c
2023-03-29 21:44:21 +00:00
..
2023-02-09 11:28:04 +01:00
2022-05-09 16:21:44 -04:00
2023-02-01 08:34:08 +01:00
2023-02-09 11:28:04 +01:00
2022-07-17 17:31:42 -07:00
2022-08-02 12:34:03 -04:00
2022-05-09 16:21:44 -04:00
2023-03-23 08:23:43 +00:00
2022-09-24 07:00:00 +02:00
2023-03-10 09:34:25 +01:00
2023-03-22 13:33:59 +01:00
2023-03-10 09:33:52 +01:00
2022-12-31 13:32:22 +01:00
2023-03-10 09:34:09 +01:00
2023-03-15 09:35:23 -07:00
2022-12-31 13:31:58 +01:00
2022-01-24 14:17:02 +01:00
2023-03-17 08:50:19 +01:00
2022-10-06 17:31:02 -07:00
2022-10-21 11:09:40 +02:00
2022-05-09 16:21:45 -04:00
2023-03-23 08:23:43 +00:00
2023-03-10 09:34:08 +01:00
2022-08-17 17:25:04 -04:00
2023-01-07 11:11:40 +01:00
2023-03-24 08:47:17 +00:00
2023-03-29 21:44:21 +00:00
2022-10-11 17:42:58 -06:00
2022-08-02 12:34:03 -04:00
2023-02-22 12:59:43 +01:00
2023-03-21 17:57:55 +00:00
2023-03-10 09:33:59 +01:00
2023-03-10 09:34:07 +01:00
2023-03-10 09:34:07 +01:00
2022-09-19 22:46:25 +02:00
2022-05-09 16:21:45 -04:00
2022-12-31 13:33:05 +01:00
2023-02-22 19:22:01 +00:00
2022-10-02 11:42:19 -07:00
2022-10-20 11:56:25 +02:00
2023-03-10 09:34:20 +01:00
2023-03-22 13:33:53 +01:00
2023-03-11 13:55:16 +01:00
2022-11-10 19:03:42 +01:00
2023-03-10 09:34:07 +01:00
2022-12-31 13:32:00 +01:00
2022-09-24 07:00:00 +02:00
2023-02-09 11:28:04 +01:00
2023-03-10 09:33:22 +01:00
2021-10-04 22:02:17 +01:00
2023-03-17 08:50:27 +01:00
2023-02-22 12:59:49 +01:00
2022-10-12 09:23:53 +02:00
2022-10-12 11:00:22 -07:00
2023-02-09 11:28:26 +01:00
2023-03-22 13:34:02 +01:00
2022-05-09 16:21:44 -04:00
2022-03-22 15:57:03 -07:00
2023-02-09 11:28:04 +01:00
2023-02-09 13:29:55 +00:00
2023-02-09 13:29:55 +00:00
2023-03-09 21:58:51 +00:00
2022-05-09 16:21:44 -04:00
2022-09-11 21:55:07 -07:00
2023-01-07 11:11:59 +01:00
2022-10-10 19:45:17 -07:00
2022-12-31 13:33:10 +01:00
2022-05-09 16:21:46 -04:00
2022-10-05 01:55:27 -05:00
2023-02-22 12:59:50 +01:00
2022-04-05 15:39:19 +02:00
2022-12-31 13:32:00 +01:00
2022-09-08 17:10:54 -04:00
2023-03-11 13:55:21 +01:00
2023-03-17 08:50:19 +01:00
2022-09-11 20:26:07 -07:00
2022-02-14 10:37:32 +09:00
2022-05-09 16:21:46 -04:00
2023-03-15 09:35:23 -07:00
2022-10-31 08:58:22 -07:00
2023-01-24 07:24:33 +01:00
2023-02-22 12:59:46 +01:00
2022-08-20 11:34:04 -04:00
2023-03-03 11:52:25 +01:00
2022-09-24 07:00:00 +02:00
2023-01-18 11:58:12 +01:00
2022-03-03 20:38:56 -08:00
2023-01-18 11:58:12 +01:00
2022-04-22 10:57:18 -07:00
2022-12-31 13:32:57 +01:00
2023-02-27 19:45:05 -08:00
2022-12-31 13:32:41 +01:00
2022-03-03 20:38:56 -08:00
2023-02-22 12:59:50 +01:00
2022-08-20 11:34:33 -04:00
2022-09-24 18:14:12 -07:00
2022-10-10 19:45:17 -07:00
2022-09-20 08:24:38 -06:00
2021-09-03 09:58:10 -07:00
2023-01-04 11:28:48 +01:00
2023-01-04 11:28:47 +01:00
2022-10-29 17:49:33 -07:00
2022-06-10 16:10:23 -04:00
2022-09-01 17:36:39 -04:00
2022-08-16 10:59:54 -04:00
2023-03-17 08:50:13 +01:00
2021-08-23 01:25:40 -04:00
2022-01-18 09:23:19 +02:00
2023-01-07 11:11:59 +01:00
2022-11-22 17:00:00 -05:00
2022-05-19 23:25:10 -04:00
2023-03-03 11:52:25 +01:00
2023-03-03 11:52:25 +01:00
2022-04-01 19:35:56 -07:00
2022-10-20 11:56:25 +02:00
2022-10-10 14:21:11 -07:00
2022-06-16 19:58:21 -07:00
2022-12-31 13:31:58 +01:00
2023-03-17 08:50:32 +01:00
2022-10-07 18:32:03 +02:00
2023-01-07 11:12:02 +01:00
2022-07-05 16:18:21 -04:00
2022-08-03 10:35:43 -07:00
2022-11-19 02:22:11 -05:00
2022-08-17 11:27:11 +02:00
2022-08-20 11:34:04 -04:00
2023-03-13 15:45:34 +00:00
2022-08-20 11:34:04 -04:00
2023-01-04 11:29:01 +01:00
2022-10-10 17:53:04 -07:00
2022-06-28 13:58:05 -04:00
2023-02-09 11:28:04 +01:00
2022-08-17 17:25:04 -04:00
2022-08-05 16:32:45 -07:00
2022-10-12 07:12:54 +00:00
2023-02-09 11:28:04 +01:00
2022-01-17 05:49:30 +02:00
2023-02-09 11:28:04 +01:00
2022-09-11 19:47:12 -05:00
2023-03-15 09:35:23 -07:00
2022-06-29 20:00:36 +02:00
2022-01-22 08:33:36 +02:00
2021-08-10 17:57:22 +02:00
2023-01-24 07:24:36 +01:00
2022-12-31 13:31:55 +01:00