[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251104143005.3283980-1-jkoolstra@xs4all.nl>
Date: Tue, 4 Nov 2025 15:30:02 +0100
From: Jori Koolstra <jkoolstra@...all.nl>
To: Christian Brauner <brauner@...nel.org>,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Taotao Chen <chentaotao@...iglobal.com>,
Jeff Layton <jlayton@...nel.org>,
Jan Kara <jack@...e.cz>,
NeilBrown <neil@...wn.name>
Cc: jkoolstra@...all.nl,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Fix two syzbot corruption bugs in minix filesystem
Syzbot fuzzes /fs by trying to mount and manipulate deliberately
corrupted filesystems. This should not lead to BUG_ONs and WARN_ONs for
easy to detect corruptions. This series adds code to be able to report
such corruptions and fixes two syzbot bugs on this kind.
Jori Koolstra (3):
Add error handling to minix filesystem for inode corruption detection
Fix a drop_nlink warning in minix_rmdir
Fix a drop_nlink warning in minix_rename
fs/minix/inode.c | 16 ++++++++++++++++
fs/minix/minix.h | 9 +++++++++
fs/minix/namei.c | 39 ++++++++++++++++++++++++++++++++-------
3 files changed, 57 insertions(+), 7 deletions(-)
--
2.51.2
Powered by blists - more mailing lists