[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <009901d69c84$e422f280$ac68d780$@samsung.com>
Date: Wed, 7 Oct 2020 17:36:03 +0900
From: "Namjae Jeon" <namjae.jeon@...sung.com>
To: "'Linus Torvalds'" <torvalds@...ux-foundation.org>
Cc: <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] exfat fixes for 5.9-rc9
Hi Linus,
This is exfat fixes pull request for v5.9-rc9. I add description of
this pull request on below. Please pull exfat with following fixes.
Thanks!
The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:
Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.9-rc9
for you to fetch changes up to 8ff006e57ad3a25f909c456d053aa498b6673a39:
exfat: fix use of uninitialized spinlock on error path (2020-10-07 14:27:13 +0900)
----------------------------------------------------------------
Description for this pull request:
- Fix use of uninitialized spinlock on error path.
- Fix missing err assignment in exfat_build_inode().
----------------------------------------------------------------
Namjae Jeon (1):
exfat: fix use of uninitialized spinlock on error path
Tetsuhiro Kohada (1):
exfat: fix pointer error checking
fs/exfat/cache.c | 11 -----------
fs/exfat/exfat_fs.h | 3 ++-
fs/exfat/inode.c | 2 --
fs/exfat/namei.c | 13 ++++++-------
fs/exfat/super.c | 5 ++++-
5 files changed, 12 insertions(+), 22 deletions(-)
Powered by blists - more mailing lists