All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xfs: fixes for 4.11-rc3
@ 2017-03-16 19:10 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2017-03-16 19:10 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Linus Torvalds, Dave Chinner, Linux Kernel Mailing List,
	linux-xfs, Christoph Hellwig, Eric Sandeen, Brian Foster

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-16 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 19:10 [GIT PULL] xfs: fixes for 4.11-rc3 Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.