Re: [f2fs-dev] [bug report] f2fs: stop checkpoint when get a out-of-bounds segment

2024-02-27 Thread Jaegeuk Kim
Hi, I merged two patches, which addresses this. f2fs: stop checkpoint when get a out-of-bounds segment f2fs: fix to don't call f2fs_stop_checkpoint in spinlock coverage On 02/27, Dan Carpenter wrote: > Hello Zhiguo Niu, > > The patch 7a0392932f97: "f2fs: stop checkpoint when get a > out-of-boun

[f2fs-dev] [bug report] f2fs: stop checkpoint when get a out-of-bounds segment

2024-02-27 Thread Dan Carpenter
Hello Zhiguo Niu, The patch 7a0392932f97: "f2fs: stop checkpoint when get a out-of-bounds segment" from Feb 20, 2024 (linux-next), leads to the following Smatch static checker warning: fs/f2fs/checkpoint.c:34 f2fs_stop_checkpoint() warn: sleeping in atomic context fs/f2fs/segment