public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linuxfoundation.org>
Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
	Yue Hu <huyue2@coolpad.com>, David Howells <dhowells@redhat.com>,
	Jeff Layton <jlayton@kernel.org>,
	Christian Brauner <brauner@kernel.org>,
	Matthew Wilcox <willy@infradead.org>, Chao Yu <chao@kernel.org>,
	Jingbo Xu <jefflexu@linux.alibaba.com>
Subject: [GIT PULL] erofs fixes for 6.8-rc1
Date: Thu, 18 Jan 2024 23:32:24 +0800	[thread overview]
Message-ID: <ZalEiKJWhdH2D9JV@debian> (raw)

Hi Linus,

Could you consider this pull request for v6.8?

It simply contains a fixed commit of the previous problematic one
mentioned in [1] and a folio helper cleanup.

All commits have been in -next and no potential merge conflict is
observed.

[1] https://lore.kernel.org/r/ZZ6M8CCkunjfbt+%2F@debian

Thanks,
Gao Xiang

The following changes since commit 0dd3ee31125508cd67f7e7172247f05b7fd1753a:

  Linux 6.7 (2024-01-07 12:18:38 -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-rc1-fixes

for you to fetch changes up to 2b872b0f466d2acb4491da845c66b49246d5cdf9:

  erofs: Don't use certain unnecessary folio_*() functions (2024-01-15 23:52:52 +0800)

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

 - Fix a "BUG: kernel NULL pointer dereference" issue due to
   inconsistent on-disk indices of compressed inodes against
   per-sb `available_compr_algs` generated by Syzkaller;

 - Don't use certain unnecessary folio_*() helpers if the folio
   type (page cache) is known.

----------------------------------------------------------------
David Howells (1):
      erofs: Don't use certain unnecessary folio_*() functions

Gao Xiang (1):
      erofs: fix inconsistent per-file compression format

 fs/erofs/decompressor.c |  2 +-
 fs/erofs/fscache.c      |  6 +++---
 fs/erofs/zmap.c         | 23 +++++++++++++----------
 3 files changed, 17 insertions(+), 14 deletions(-)

             reply	other threads:[~2024-01-18 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18 15:32 Gao Xiang [this message]
2024-01-19  2:40 ` [GIT PULL] erofs fixes for 6.8-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZalEiKJWhdH2D9JV@debian \
    --to=xiang@kernel.org \
    --cc=brauner@kernel.org \
    --cc=chao@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=huyue2@coolpad.com \
    --cc=jefflexu@linux.alibaba.com \
    --cc=jlayton@kernel.org \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox