lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 21 Jan 2022 17:08:07 -0800
From:   "Darrick J. Wong" <djwong@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fsdevel@...r.kernel.org, linux-xfs@...r.kernel.org,
        david@...morbit.com, linux-kernel@...r.kernel.org,
        sandeen@...deen.net, hch@....de
Subject: [GIT PULL] xfs: fixes for 5.17-rc1

Hi Linus,

Please pull this branch of minor corrections for 5.17-rc1.  One of the
patches removes some dead code from xfs_ioctl32.h and the other fixes
broken workqueue flushing in the inode garbage collector.

As usual, I did a test-merge with upstream master as of a few minutes
ago, and didn't see any conflicts.  Please let me know if you encounter
any problems.

--D

The following changes since commit b3bb9413e717b44e4aea833d07f14e90fb91cf97:

  xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions (2022-01-17 09:17:11 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.17-merge-7

for you to fetch changes up to 6191cf3ad59fda5901160633fef8e41b064a5246:

  xfs: flush inodegc workqueue tasks before cancel (2022-01-19 14:58:26 -0800)

----------------------------------------------------------------
New code for 5.17:
- Minor cleanup of ioctl32 cruft
- Clean up open coded inodegc workqueue function calls

----------------------------------------------------------------
Brian Foster (1):
      xfs: flush inodegc workqueue tasks before cancel

Darrick J. Wong (1):
      xfs: remove unused xfs_ioctl32.h declarations

 fs/xfs/xfs_icache.c  | 22 ++++------------------
 fs/xfs/xfs_ioctl32.h | 18 ------------------
 2 files changed, 4 insertions(+), 36 deletions(-)

Powered by blists - more mailing lists