[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200129020451.GA5348@hsiangkao-HP-ZHAN-66-Pro-G1>
Date: Wed, 29 Jan 2020 10:04:54 +0800
From: Gao Xiang <hsiangkao@....com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Miao Xie <miaoxie@...wei.com>,
LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-erofs@...ts.ozlabs.org
Subject: [GIT PULL] erofs updates for 5.6-rc1
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(-)
Powered by blists - more mailing lists