All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs fixes for 5.18-rc4
@ 2022-04-18 16:43 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2022-04-18 16:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-erofs, LKML, Chao Yu, Hongyu Jin, Hans de Goede

Hi Linus,

Could you consider these two fixes for 5.18-rc4?

One patch fixes a use-after-free race related to the on-stack
z_erofs_decompressqueue, which happens very rarely but needs to
be fixed properly soon. The other patch fixes some sysfs Sphinx
warnings.

All commits have been in linux-next for a while and no merge
conflicts.

Thanks,
Gao Xiang


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.18-rc4-fixes

for you to fetch changes up to 8b1ac84dcf2cf0fc86f29e92e5c63c4862de6e55:

  Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors (2022-04-15 23:51:54 +0800)

----------------------------------------------------------------
Changes since last update:

 - Fix use-after-free of the on-stack z_erofs_decompressqueue;

 - Fix sysfs documentation Sphinx warnings.

----------------------------------------------------------------
Hans de Goede (1):
      Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors

Hongyu Jin (1):
      erofs: fix use-after-free of on-stack io[]

 Documentation/ABI/testing/sysfs-fs-erofs |  5 +++--
 fs/erofs/zdata.c                         | 12 ++++--------
 fs/erofs/zdata.h                         |  2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)

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

* [GIT PULL] erofs fixes for 5.18-rc4
@ 2022-04-18 16:43 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2022-04-18 16:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Hongyu Jin, Hans de Goede, linux-erofs, LKML

Hi Linus,

Could you consider these two fixes for 5.18-rc4?

One patch fixes a use-after-free race related to the on-stack
z_erofs_decompressqueue, which happens very rarely but needs to
be fixed properly soon. The other patch fixes some sysfs Sphinx
warnings.

All commits have been in linux-next for a while and no merge
conflicts.

Thanks,
Gao Xiang


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.18-rc4-fixes

for you to fetch changes up to 8b1ac84dcf2cf0fc86f29e92e5c63c4862de6e55:

  Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors (2022-04-15 23:51:54 +0800)

----------------------------------------------------------------
Changes since last update:

 - Fix use-after-free of the on-stack z_erofs_decompressqueue;

 - Fix sysfs documentation Sphinx warnings.

----------------------------------------------------------------
Hans de Goede (1):
      Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors

Hongyu Jin (1):
      erofs: fix use-after-free of on-stack io[]

 Documentation/ABI/testing/sysfs-fs-erofs |  5 +++--
 fs/erofs/zdata.c                         | 12 ++++--------
 fs/erofs/zdata.h                         |  2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)

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

* Re: [GIT PULL] erofs fixes for 5.18-rc4
  2022-04-18 16:43 ` Gao Xiang
@ 2022-04-20 20:00   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-04-20 20:00 UTC (permalink / raw)
  To: Gao Xiang
  Cc: Linus Torvalds, linux-erofs, LKML, Chao Yu, Hongyu Jin, Hans de Goede

The pull request you sent on Tue, 19 Apr 2022 00:43:16 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.18-rc4-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/10c5f102e2be6d816938b168104e8dacdd5bace7

Thank you!

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

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

* Re: [GIT PULL] erofs fixes for 5.18-rc4
@ 2022-04-20 20:00   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-04-20 20:00 UTC (permalink / raw)
  To: Gao Xiang; +Cc: Linus Torvalds, LKML, Hongyu Jin, Hans de Goede, linux-erofs

The pull request you sent on Tue, 19 Apr 2022 00:43:16 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.18-rc4-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/10c5f102e2be6d816938b168104e8dacdd5bace7

Thank you!

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

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

end of thread, other threads:[~2022-04-20 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 16:43 [GIT PULL] erofs fixes for 5.18-rc4 Gao Xiang
2022-04-18 16:43 ` Gao Xiang
2022-04-20 20:00 ` pr-tracker-bot
2022-04-20 20:00   ` 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.