[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210629144803.62541-1-desmondcheongzx@gmail.com>
Date: Tue, 29 Jun 2021 22:48:00 +0800
From: Desmond Cheong Zhi Xi <desmondcheongzx@...il.com>
To: gustavoars@...nel.org, viro@...iv.linux.org.uk
Cc: Desmond Cheong Zhi Xi <desmondcheongzx@...il.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org, gregkh@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: [PATCH 0/3] hfs: fix various errors
Hi,
This series ultimately aims to address a lockdep warning in hfs_find_init reported by Syzbot:
https://syzkaller.appspot.com/bug?id=f007ef1d7a31a469e3be7aeb0fde0769b18585db
The work done for this led to the discovery of another bug, and the Syzkaller repro test also reveals an invalid memory access error after clearing the lockdep warning. Hence, this series is broken up into three patches:
1. Add a missing call to hfs_find_exit an error path in hfs_fill_super
2. Fix memory mapping in hfs_bnode_read by fixing calls to kmap
3. Add lock nesting notation to tell lockdep that the observed locking hierarchy is safe
Desmond Cheong Zhi Xi (3):
hfs: add missing clean-up in hfs_fill_super
hfs: fix high memory mapping in hfs_bnode_read
hfs: add lock nesting notation to hfs_find_init
fs/hfs/bfind.c | 14 +++++++++++++-
fs/hfs/bnode.c | 18 ++++++++++++++----
fs/hfs/btree.h | 7 +++++++
fs/hfs/super.c | 1 +
4 files changed, 35 insertions(+), 5 deletions(-)
--
2.25.1
Powered by blists - more mailing lists