linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@aol.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Miao Xie <miaoxie@huawei.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs updates for 5.6-rc1
Date: Wed, 29 Jan 2020 10:04:54 +0800	[thread overview]
Message-ID: <20200129020451.GA5348@hsiangkao-HP-ZHAN-66-Pro-G1> (raw)
In-Reply-To: 20200129020451.GA5348.ref@hsiangkao-HP-ZHAN-66-Pro-G1

Hi Linus,

Could you consider this pull request for 5.6-rc1?

A regression fix, several cleanups and (maybe) plus an upcoming
new mount api convert patch as a part of vfs update are considered
available for this cycle.

All commits have been in linux-next and tested with no smoke out.

Thanks,
Gao Xiang

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.6-rc1

for you to fetch changes up to 1e4a295567949ee8e6896a7db70afd1b6246966e:

  erofs: clean up z_erofs_submit_queue() (2020-01-21 16:46:23 +0800)

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

 - fix an out-of-bound read access introduced in v5.3,
   which could rarely cause data corruption;

 - various cleanup patches.

----------------------------------------------------------------
Gao Xiang (3):
      erofs: fix out-of-bound read for shifted uncompressed block
      erofs: fold in postsubmit_is_all_bypassed()
      erofs: clean up z_erofs_submit_queue()

Vladimir Zapolskiy (4):
      erofs: correct indentation of an assigned structure inside a function
      erofs: remove unused tag argument while finding a workgroup
      erofs: remove unused tag argument while registering a workgroup
      erofs: remove void tagging/untagging of workgroup pointers

 fs/erofs/decompressor.c |  22 ++++-----
 fs/erofs/internal.h     |   4 +-
 fs/erofs/utils.c        |  15 ++----
 fs/erofs/xattr.h        |  17 +++----
 fs/erofs/zdata.c        | 123 +++++++++++++++++++-----------------------------
 5 files changed, 74 insertions(+), 107 deletions(-)



       reply	other threads:[~2020-01-29  2:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200129020451.GA5348.ref@hsiangkao-HP-ZHAN-66-Pro-G1>
2020-01-29  2:04 ` Gao Xiang [this message]
2020-01-29 19:50   ` [GIT PULL] erofs updates for 5.6-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=20200129020451.GA5348@hsiangkao-HP-ZHAN-66-Pro-G1 \
    --to=hsiangkao@aol.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miaoxie@huawei.com \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.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;
as well as URLs for NNTP newsgroup(s).