All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] exfat fixes for 5.8-rc7
       [not found] <CGME20200722045747epcas1p3304644dafc49b5cc877454e51c6ec00a@epcas1p3.samsung.com>
@ 2020-07-22  4:57 ` Namjae Jeon
  2020-07-23  0:35   ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2020-07-22  4:57 UTC (permalink / raw)
  To: 'Linus Torvalds'; +Cc: linux-kernel

Hi Linus,

This is exfat fixes pull request for v5.8-rc7. I add description of
this pull request on below. Please pull exfat with following fixes.

Thanks!

The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

  Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.8-rc7

for you to fetch changes up to db415f7aae07cadcabd5d2a659f8ad825c905299:

  exfat: fix name_hash computation on big endian systems (2020-07-21 10:44:19 +0900)

----------------------------------------------------------------
Description for this pull request:
  - fix overflow issue at sector calculation.
  - fix wrong hint_stat initialization.
  - fix wrong size update of stream entry.
  - fix endianness of upname in name_hash computation.

----------------------------------------------------------------
Hyeongseok Kim (1):
      exfat: fix wrong size update of stream entry by typo

Ilya Ponetayev (1):
      exfat: fix name_hash computation on big endian systems

Namjae Jeon (2):
      exfat: fix overflow issue in exfat_cluster_to_sector()
      exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()

 fs/exfat/dir.c      | 2 +-
 fs/exfat/exfat_fs.h | 2 +-
 fs/exfat/file.c     | 2 +-
 fs/exfat/nls.c      | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] exfat fixes for 5.8-rc7
  2020-07-22  4:57 ` [GIT PULL] exfat fixes for 5.8-rc7 Namjae Jeon
@ 2020-07-23  0:35   ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-23  0:35 UTC (permalink / raw)
  To: Namjae Jeon; +Cc: 'Linus Torvalds', linux-kernel

The pull request you sent on Wed, 22 Jul 2020 13:57:47 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.8-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/071fb1bcd727e306f3e5911e53e7222fc4efab35

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-23  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20200722045747epcas1p3304644dafc49b5cc877454e51c6ec00a@epcas1p3.samsung.com>
2020-07-22  4:57 ` [GIT PULL] exfat fixes for 5.8-rc7 Namjae Jeon
2020-07-23  0:35   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.