Amir Goldstein
187ae04636
fuse: fix live lock in fuse_iget()
...
commit 775c5033a0d164622d9d10dd0f0a5531639ed3ed upstream.
Commit 5d069dbe8aaf ("fuse: fix bad inode") replaced make_bad_inode()
in fuse_iget() with a private implementation fuse_make_bad().
The private implementation fails to remove the bad inode from inode
cache, so the retry loop with iget5_locked() finds the same bad inode
and marks it bad forever.
kmsg snip:
[ ] rcu: INFO: rcu_sched self-detected stall on CPU
...
[ ] ? bit_wait_io+0x50/0x50
[ ] ? fuse_init_file_inode+0x70/0x70
[ ] ? find_inode.isra.32+0x60/0xb0
[ ] ? fuse_init_file_inode+0x70/0x70
[ ] ilookup5_nowait+0x65/0x90
[ ] ? fuse_init_file_inode+0x70/0x70
[ ] ilookup5.part.36+0x2e/0x80
[ ] ? fuse_init_file_inode+0x70/0x70
[ ] ? fuse_inode_eq+0x20/0x20
[ ] iget5_locked+0x21/0x80
[ ] ? fuse_inode_eq+0x20/0x20
[ ] fuse_iget+0x96/0x1b0
Fixes: 5d069dbe8aaf ("fuse: fix bad inode")
Cc: stable@vger.kernel.org # 5.10+
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-20 10:39:47 +01:00
..
2020-11-05 11:43:34 +01:00
2019-07-19 11:33:22 -07:00
2021-03-04 10:26:48 +01:00
2021-02-10 09:25:27 +01:00
2019-10-25 00:03:11 -04:00
2019-08-30 07:27:17 -07:00
2021-01-06 14:48:39 +01:00
2021-03-20 10:39:46 +01:00
2020-11-05 11:43:36 +01:00
2020-12-30 11:51:40 +01:00
2021-03-17 17:03:34 +01:00
2019-09-19 09:42:37 -07:00
2021-03-17 17:03:56 +01:00
2019-11-23 21:44:49 -05:00
2021-01-06 14:48:35 +01:00
2021-03-04 10:26:10 +01:00
2019-09-03 09:30:56 -04:00
2020-10-29 09:58:03 +01:00
2020-02-28 17:22:26 +01:00
2020-12-02 08:49:53 +01:00
2019-08-30 07:27:17 -07:00
2021-03-07 12:20:42 +01:00
2019-11-10 11:56:05 -05:00
2020-09-09 19:12:30 +02:00
2021-03-04 10:26:37 +01:00
2021-03-07 12:20:46 +01:00
2020-06-17 16:40:36 +02:00
2019-08-30 07:27:17 -07:00
2021-03-20 10:39:47 +01:00
2021-03-04 10:26:51 +01:00
2020-04-17 10:50:22 +02:00
2019-08-30 08:11:25 -07:00
2021-02-10 09:25:31 +01:00
2020-10-29 09:58:06 +01:00
2021-03-04 10:26:30 +01:00
2020-11-18 19:20:30 +01:00
2021-03-04 10:26:25 +01:00
2021-03-07 12:20:41 +01:00
2020-08-19 08:16:12 +02:00
2020-12-30 11:51:16 +01:00
2020-08-21 13:05:37 +02:00
2021-03-17 17:03:56 +01:00
2020-12-30 11:51:22 +01:00
2021-03-04 10:26:34 +01:00
2020-06-17 16:40:29 +02:00
2020-06-17 16:40:24 +02:00
2021-02-26 10:10:27 +01:00
2021-03-04 10:26:39 +01:00
2019-08-30 08:11:25 -07:00
2019-07-19 10:42:02 -07:00
2020-08-21 13:05:29 +02:00
2021-02-17 10:35:19 +01:00
2021-01-12 20:16:10 +01:00
2021-03-04 10:26:45 +01:00
2019-08-30 07:27:17 -07:00
2019-08-30 07:27:17 -07:00
2021-03-04 10:26:26 +01:00
2020-10-29 09:57:53 +01:00
2021-01-06 14:48:38 +01:00
2020-08-26 10:40:51 +02:00
2021-02-13 13:52:57 +01:00
2021-03-07 12:20:48 +01:00
2019-08-30 07:27:18 -07:00
2019-10-12 20:49:07 -04:00
2021-03-04 10:26:26 +01:00
2021-03-17 17:03:41 +01:00
2020-08-21 13:05:37 +02:00
2019-09-17 11:48:24 -04:00
2019-08-12 19:33:50 -07:00
2021-03-07 12:20:42 +01:00
2020-06-17 16:40:24 +02:00
2019-07-19 10:42:02 -07:00
2020-02-11 04:35:12 -08:00
2020-06-03 08:21:27 +02:00
2020-09-03 11:26:39 +02:00
2021-03-17 17:03:57 +01:00
2020-10-01 13:17:55 +02:00
2020-11-05 11:43:24 +01:00
2020-01-14 20:08:18 +01:00
2020-01-09 10:20:05 +01:00
2020-12-11 13:23:30 +01:00
2020-10-29 09:57:45 +01:00
2021-02-26 10:10:28 +01:00
2020-10-01 13:17:19 +02:00
2019-10-14 15:04:01 -07:00
2020-01-12 12:21:37 +01:00
2020-02-11 04:35:37 -08:00
2020-10-07 08:01:31 +02:00
2021-01-09 13:44:55 +01:00
2021-01-06 14:48:39 +01:00
2019-08-07 21:51:47 -04:00
2019-08-19 11:00:39 -04:00
2020-05-27 17:46:12 +02:00
2020-04-17 10:50:21 +02:00
2019-09-06 21:28:49 +02:00
2019-09-12 21:06:14 -04:00
2019-07-16 22:52:37 -04:00
2021-01-30 13:54:11 +01:00
2019-07-19 10:42:02 -07:00
2020-03-25 08:25:58 +01:00
2020-01-17 19:48:21 +01:00
2021-01-30 13:54:10 +01:00
2019-12-17 19:55:30 +01:00
2019-09-18 16:59:14 -07:00
2020-11-24 13:29:19 +01:00
2020-03-25 08:25:41 +01:00
2019-09-18 16:59:14 -07:00
2019-07-16 22:52:37 -04:00
2020-01-17 19:48:21 +01:00
2020-03-05 16:43:48 +01:00
2021-01-06 14:48:40 +01:00
2020-03-18 07:17:51 +01:00
2020-05-02 08:48:44 +02:00
2021-03-17 17:03:33 +01:00
2019-09-06 21:28:49 +02:00
2020-02-11 04:35:23 -08:00
2020-01-29 16:45:31 +01:00
2019-07-16 19:23:25 -07:00
2019-08-13 16:06:52 -07:00
2020-08-26 10:40:58 +02:00
2019-12-17 19:56:52 +01:00
2019-10-03 14:21:35 -07:00
2020-11-24 13:29:01 +01:00
2019-08-01 20:51:23 +02:00
2020-01-04 19:18:32 +01:00
2020-02-11 04:35:12 -08:00
2020-08-11 15:33:39 +02:00