mbox series

[GIT,PULL] xfs: small fixes for 5.9-rc1

Message ID 20200813021624.GH6096@magnolia (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] xfs: small fixes for 5.9-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.9-merge-8

Message

Darrick J. Wong Aug. 13, 2020, 2:16 a.m. UTC
Hi Linus,

Please pull these two small fixes that have come in during the past
week.  The branch merges cleanly with upstream as of a few minutes ago,
so please let me know if anything strange happens.

--D

The following changes since commit 818d5a91559ffe1e1f2095dcbbdb96c13fdb94ec:

  fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS. (2020-07-28 20:28:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.9-merge-8

for you to fetch changes up to 96cf2a2c75567ff56195fe3126d497a2e7e4379f:

  xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init (2020-08-07 11:50:17 -0700)

----------------------------------------------------------------
Fixes for 5.9-rc1:
- Fix duplicated words in comments.
- Fix an ubsan complaint about null pointer arithmetic.

----------------------------------------------------------------
Eiichi Tsukata (1):
      xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init

Randy Dunlap (1):
      xfs: delete duplicated words + other fixes

 fs/xfs/libxfs/xfs_sb.c        | 2 +-
 fs/xfs/xfs_attr_list.c        | 2 +-
 fs/xfs/xfs_buf_item.c         | 2 +-
 fs/xfs/xfs_buf_item_recover.c | 2 +-
 fs/xfs/xfs_dquot.c            | 2 +-
 fs/xfs/xfs_export.c           | 2 +-
 fs/xfs/xfs_inode.c            | 4 ++--
 fs/xfs/xfs_inode_item.c       | 4 ++--
 fs/xfs/xfs_iomap.c            | 2 +-
 fs/xfs/xfs_log_cil.c          | 2 +-
 fs/xfs/xfs_log_recover.c      | 2 +-
 fs/xfs/xfs_refcount_item.c    | 2 +-
 fs/xfs/xfs_reflink.c          | 2 +-
 fs/xfs/xfs_sysfs.h            | 6 ++++--
 fs/xfs/xfs_trans_ail.c        | 4 ++--
 15 files changed, 21 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 13, 2020, 7:47 p.m. UTC | #1
The pull request you sent on Wed, 12 Aug 2020 19:16:24 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.9-merge-8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/69307ade14de7d9e9b14961ae7a6168e7165b6ab

Thank you!