From: Gao Xiang <xiang@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>, Joseph Qi <joseph.qi@linux.alibaba.com>, Yue Hu <huyue2@yulong.com>, Liu Bo <bo.liu@linux.alibaba.com>, Liu Jiang <gerry@linux.alibaba.com>, Miao Xie <miaoxie@huawei.com> Subject: [GIT PULL] erofs fixes for 5.15-rc3 Date: Sat, 25 Sep 2021 23:57:58 +0800 [thread overview] Message-ID: <20210925155757.GA22083@hsiangkao-HP-ZHAN-66-Pro-G1> (raw) Hi Linus, Could you consider this pull request for 5.15-rc3? 2 bugfixes are included in order to fix the 4KiB blockmap chunk format availability and a dangling pointer usage. There is also a trivial cleanup to clarify compacted_2b if compacted_4b_initial > totalidx. All commits have been in -next. This merges cleanly with master. Thanks, Gao Xiang The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82: Linux 5.15-rc2 (2021-09-19 17:28:22 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.15-rc3-fixes for you to fetch changes up to c40dd3ca2a45d5bd6e8b3f4ace5cb81493096263: erofs: clear compacted_2b if compacted_4b_initial > totalidx (2021-09-23 23:23:04 +0800) ---------------------------------------------------------------- Changes since last update: - fix the dangling pointer use in erofs_lookup tracepoint; - fix unsupported chunk format check; - zero out compacted_2b if compacted_4b_initial > totalidx. ---------------------------------------------------------------- Gao Xiang (2): erofs: fix up erofs_lookup tracepoint erofs: fix misbehavior of unsupported chunk format check Yue Hu (1): erofs: clear compacted_2b if compacted_4b_initial > totalidx fs/erofs/inode.c | 2 +- fs/erofs/zmap.c | 3 ++- include/trace/events/erofs.h | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-)
next reply other threads:[~2021-09-25 16:00 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-09-25 15:57 Gao Xiang [this message] 2021-09-25 19:06 ` 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=20210925155757.GA22083@hsiangkao-HP-ZHAN-66-Pro-G1 \ --to=xiang@kernel.org \ --cc=bo.liu@linux.alibaba.com \ --cc=gerry@linux.alibaba.com \ --cc=huyue2@yulong.com \ --cc=joseph.qi@linux.alibaba.com \ --cc=linux-erofs@lists.ozlabs.org \ --cc=linux-kernel@vger.kernel.org \ --cc=miaoxie@huawei.com \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] erofs fixes for 5.15-rc3' \ /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
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).