[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <000801d62cd0$ed42b540$c7c81fc0$@samsung.com>
Date:   Mon, 18 May 2020 13:58:09 +0900
From:   "Namjae Jeon" <namjae.jeon@...sung.com>
To:     "'Linus Torvalds'" <torvalds@...ux-foundation.org>
Cc:     "'LKML'" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] exfat fixes for 5.7-rc7
Hi Linus,
This is exfat fixes pull request for v5.7-rc7. I add description of
this pull request on below. Please pull exfat with following fixes.
Thanks!
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:
  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/for-5.7-rc7
for you to fetch changes up to 94182167ec730dadcaea5fbc6bb8f1136966ef66:
  exfat: fix possible memory leak in exfat_find() (2020-05-18 11:51:44 +0900)
----------------------------------------------------------------
Description for this pull request:
- Fix potential memory leak in exfat_find.
- Set exfat's splice_write to iter_file_splice_write to fix the splice
  failure on direct-opened file
----------------------------------------------------------------
Eric Sandeen (1):
      exfat: use iter_file_splice_write
Wei Yongjun (1):
      exfat: fix possible memory leak in exfat_find()
 fs/exfat/file.c  | 13 +++++++------
 fs/exfat/namei.c |  1 +
 2 files changed, 8 insertions(+), 6 deletions(-)
Powered by blists - more mailing lists
 
