Hi Linus, Could you consider this pull request for 5.8-rc3?
1 bugfix patch addresses regression recently reported by a vendor with specific compiler options. Need to fix it in this cycle. This commit has been in -next (since next-20200621) and tested without strange happening. Thanks, Gao Xiang The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.8-rc3-fixes for you to fetch changes up to 3c597282887fd55181578996dca52ce697d985a5: erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup (2020-06-24 09:47:44 +0800) ---------------------------------------------------------------- Changes since last update: Fix a regression which uses potential uninitialized high 32-bit value unexpectedly recently observed with specific compiler options. ---------------------------------------------------------------- Gao Xiang (1): erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup fs/erofs/zdata.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)