[GIT PULL] jfs updates for v5.14

From: Dave Kleikamp
Date: Thu Jul 01 2021 - 15:44:47 EST


The following changes since commit 79a106fc6585979022012e65a1e45e3d2d28b77b:

Merge tag 'drm-fixes-2021-05-21-1' of git://anongit.freedesktop.org/drm/drm (2021-05-20 20:15:43 -1000)

are available in the Git repository at:

git://github.com/kleikamp/linux-shaggy.git tags/jfs-5.14

for you to fetch changes up to 5d299f44d7658f4423e33a0b9915bc8d81687511:

jfs: Avoid field-overflowing memcpy() (2021-06-23 09:21:52 -0500)

----------------------------------------------------------------
JFS fixes for 5.14

----------------------------------------------------------------
Huilong Deng (1):
jfs: Remove trailing semicolon in macros

Jiapeng Chong (1):
fs/jfs: Fix missing error code in lmLogInit()

Kees Cook (1):
jfs: Avoid field-overflowing memcpy()

Pavel Skripkin (1):
jfs: fix GPF in diFree

Zhen Lei (1):
jfs: remove unnecessary oom message

zuoqilin (1):
fs: Fix typo issue

fs/jfs/inode.c | 3 ++-
fs/jfs/jfs_dinode.h | 14 ++++++++++----
fs/jfs/jfs_dmap.c | 2 +-
fs/jfs/jfs_imap.c | 8 +++-----
fs/jfs/jfs_incore.h | 12 ++++++++++--
fs/jfs/jfs_logmgr.c | 1 +
fs/jfs/jfs_txnmgr.c | 2 +-
fs/jfs/super.c | 3 ++-
8 files changed, 30 insertions(+), 15 deletions(-)