Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1602788 > unrolled thread

[GIT PULL] xfs: fixes for 4.11-rc3

Started by"Darrick J. Wong" <djwong@kernel.org>
First post2017-03-16 20:20 +0100
Last post2017-03-16 20:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] xfs: fixes for 4.11-rc3 "Darrick J. Wong" <djwong@kernel.org> - 2017-03-16 20:20 +0100

#1602788 — [GIT PULL] xfs: fixes for 4.11-rc3

From"Darrick J. Wong" <djwong@kernel.org>
Date2017-03-16 20:20 +0100
Subject[GIT PULL] xfs: fixes for 4.11-rc3
Message-ID<tlJ6h-2QJ-11@gated-at.bofh.it>
Hi Linus,

Here's a single fix for -rc3 to improve input validation on inline
directory metadata.  Could you pull it please?

(After the 4.10 cycle was over Dave told me that it's not customary to
keep rebasing the -fixes branch with every rc, so this time around I'm
sticking to appending fixes until the next merge window.  Let me know
if you have a problem with that.  I tried a test merge against HEAD
and it finished without issues.)

--D

The following changes since commit 2fcc319d2467a5f5b78f35f79fd6e22741a31b1e:

  xfs: try any AG when allocating the first btree block when reflinking (2017-03-08 10:38:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.11-fixes-2

for you to fetch changes up to 630a04e79dd41ff746b545d4fc052e0abb836120:

  xfs: verify inline directory data forks (2017-03-15 00:24:25 -0700)

----------------------------------------------------------------
Changes since last time:
- Validate inline directory data to prevent buffer overruns due to corrupt
  metadata.

----------------------------------------------------------------
Darrick J. Wong (1):
      xfs: verify inline directory data forks

 fs/xfs/libxfs/xfs_dir2_priv.h  |  2 +
 fs/xfs/libxfs/xfs_dir2_sf.c    | 87 ++++++++++++++++++++++++++++++++++++++++++
 fs/xfs/libxfs/xfs_inode_fork.c | 26 +++++++++++--
 fs/xfs/libxfs/xfs_inode_fork.h |  2 +-
 fs/xfs/xfs_dir2_readdir.c      | 11 ------
 fs/xfs/xfs_inode.c             | 12 ++++--
 6 files changed, 122 insertions(+), 18 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web