[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1707271264-5551-1-git-send-email-zhiguo.niu@unisoc.com>
Date: Wed, 7 Feb 2024 10:01:00 +0800
From: Zhiguo Niu <zhiguo.niu@...soc.com>
To: <jaegeuk@...nel.org>, <chao@...nel.org>
CC: <linux-f2fs-devel@...ts.sourceforge.net>, <linux-kernel@...r.kernel.org>,
<niuzhiguo84@...il.com>, <zhiguo.niu@...soc.com>, <ke.wang@...soc.com>,
<hongyu.jin@...soc.com>
Subject: [PATCH v2 0/4] f2fs: fix panic issue in small capacity device
A panic issue happened in a reboot test in small capacity device
as following:
1.The device size is 64MB, and main area has 24 segments, and
CONFIG_F2FS_CHECK_FS is not enabled.
2.There is no any free segments left shown in free_segmap_info,
then another write request cause get_new_segment get a out-of-bound
segment with segno 24.
3.panic happen in update_sit_entry because access invalid bitmap
pointer.
More detail shown in following patch sets.
The three patches are splited here because the modifications are
relatively independent and more readable.
---
Changes of v2: stop checkpoint when get a out-of-bound segment
---
Zhiguo Niu (4):
f2fs: correct counting methods of free_segments in __set_inuse
f2fs: fix panic issue in update_sit_entry
f2fs: enhance judgment conditions of GET_SEGNO
f2fs: stop checkpoint when get a out-of-bounds segment
fs/f2fs/file.c | 7 ++++++-
fs/f2fs/segment.c | 21 ++++++++++++++++-----
fs/f2fs/segment.h | 7 ++++---
include/linux/f2fs_fs.h | 1 +
4 files changed, 27 insertions(+), 9 deletions(-)
--
1.9.1
Powered by blists - more mailing lists