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, 23 Aug 2019 09:34:39 -0700
From:   "Darrick J. Wong" <djwong@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     "Darrick J. Wong" <djwong@...nel.org>,
        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.3-rc6

Hi Linus,

Here are a few more bug fixes that trickled in since the last pull.
They've survived the usual xfstests runs and merge cleanly with this
morning's master.  Please let me know if anything strange happens.

I expect there to be one more pull request tomorrow for the fix to that
quota related inode unlock bug that we were reviewing last night, but it
will continue to soak in the testing machine for several more hours.

--D

The following changes since commit 8612de3f7ba6e900465e340516b8313806d27b2d:

  xfs: don't crash on null attr fork xfs_bmapi_read (2019-08-12 09:32:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.3-fixes-4

for you to fetch changes up to b68271609c4f16a79eae8069933f64345afcf888:

  fs/xfs: Fix return code of xfs_break_leased_layouts() (2019-08-19 18:15:28 -0700)

----------------------------------------------------------------
Changes since last update:
- Fix missing compat ioctl handling for get/setlabel
- Fix missing ioctl pointer sanitization on s390
- Fix a page locking deadlock in the dedupe comparison code
- Fix inadequate locking in reflink code w.r.t. concurrent directio
- Fix broken error detection when breaking layouts

----------------------------------------------------------------
Christoph Hellwig (2):
      xfs: fall back to native ioctls for unhandled compat ones
      xfs: compat_ioctl: use compat_ptr()

Darrick J. Wong (2):
      vfs: fix page locking deadlocks when deduping files
      xfs: fix reflink source file racing with directio writes

Ira Weiny (1):
      fs/xfs: Fix return code of xfs_break_leased_layouts()

 fs/read_write.c      | 49 +++++++++++++++++++++++++++++++++-------
 fs/xfs/xfs_ioctl32.c | 56 +++-------------------------------------------
 fs/xfs/xfs_pnfs.c    |  2 +-
 fs/xfs/xfs_reflink.c | 63 ++++++++++++++++++++++++++++++----------------------
 4 files changed, 82 insertions(+), 88 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ