[GIT,PULL] erofs fix for 6.8-rc6

Message ID ZdtEwtN2BsCYnCeY@debian
State New
Headers
Series [GIT,PULL] erofs fix for 6.8-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.8-rc6-fixes

Message

Gao Xiang Feb. 25, 2024, 1:46 p.m. UTC
  Hi Linus,

Could you consider this fix for 6.8-rc6?

The detailed description is as below and I think it'd be
much better to be landed now than later.

It has been in -next and no potential merge conflict is observed.

Thanks,
Gao Xiang

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.8-rc6-fixes

for you to fetch changes up to 56ee7db31187dc36d501622cb5f1415e88e01c2a:

  erofs: fix refcount on the metabuf used for inode lookup (2024-02-22 15:54:21 +0800)

----------------------------------------------------------------
Change since last update:

 - Fix page refcount leak when looking up specific inodes
   introduced by metabuf reworking.

----------------------------------------------------------------
Sandeep Dhavale (1):
      erofs: fix refcount on the metabuf used for inode lookup

 fs/erofs/namei.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 25, 2024, 5:57 p.m. UTC | #1
The pull request you sent on Sun, 25 Feb 2024 21:46:42 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4ca0d9894fd517a2f2c0c10d26ebe99ab4396fe3

Thank you!