public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-erofs@lists.ozlabs.org, Siddh Raman Pant <code@siddh.me>,
	Jingbo Xu <jefflexu@linux.alibaba.com>,
	Jia Zhu <zhujia.zj@bytedance.com>, Chao Yu <chao@kernel.org>,
	Yue Hu <huyue2@coolpad.com>
Subject: [GIT PULL] erofs fixes for 6.2-rc5
Date: Wed, 18 Jan 2023 21:18:21 +0800	[thread overview]
Message-ID: <Y8fxnV7ol9OP6JSz@debian> (raw)

Hi Linus,

Could you consider this pull request for 6.2-rc5?

Two patches fixes issues reported by syzbot, one fixes
missing `domain_id` mount option started from v6.1 in
documentation and a minor cleanup.  Details are shown
below as well.

All commits have been in -next for a while.

Thanks,
Gao Xiang

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.2-rc5

for you to fetch changes up to e02ac3e7329f76c5de40cba2746cbe165f571dff:

  erofs: clean up parsing of fscache related options (2023-01-16 22:39:47 +0800)

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

 - Fix wrong iomap->length calculation post EOF, which could
   cause a WARN_ON in iomap_iter_done() (Siddh);

 - Fix improper kvcalloc() use with __GFP_NOFAIL (me);

 - Add missing `domain_id` mount option in documentation (Jingbo);

 - Clean up fscache option parsing (Jingbo).

----------------------------------------------------------------
Gao Xiang (1):
      erofs: fix kvcalloc() misuse with __GFP_NOFAIL

Jingbo Xu (2):
      erofs: add documentation for 'domain_id' mount option
      erofs: clean up parsing of fscache related options

Siddh Raman Pant (1):
      erofs/zmap.c: Fix incorrect offset calculation

 Documentation/filesystems/erofs.rst |  2 ++
 fs/erofs/super.c                    | 13 ++++++-------
 fs/erofs/zdata.c                    | 12 ++++++------
 fs/erofs/zmap.c                     | 10 +++++++---
 4 files changed, 21 insertions(+), 16 deletions(-)

             reply	other threads:[~2023-01-18 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 13:18 Gao Xiang [this message]
2023-01-18 22:47 ` [GIT PULL] erofs fixes for 6.2-rc5 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=Y8fxnV7ol9OP6JSz@debian \
    --to=xiang@kernel.org \
    --cc=chao@kernel.org \
    --cc=code@siddh.me \
    --cc=huyue2@coolpad.com \
    --cc=jefflexu@linux.alibaba.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=zhujia.zj@bytedance.com \
    /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