[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140110190406.DAB254266DC@whiskey.americas.sgi.com>
Date: Fri, 10 Jan 2014 13:04:06 -0600 (CST)
From: bpm@....com (Ben Myers)
To: torvalds@...ux-foundation.org
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
xfs@....sgi.com
Subject: [GIT PULL] XFS bugfixes for 3.13-rc8
Hi Linus,
Please pull these fixes for XFS. Here we have a bugfix for an
off-by-one in the remote attribute verifier that results in a forced
shutdown which you can hit with v5 superblock by creating a 64k xattr,
and a fix for a missing destroy_work_on_stack() in the allocation
worker. It's a bit late, but they are both fairly straightforward.
Thanks,
Ben
The following changes since commit ac8809f9ab01a73de1a47b5a37bd8dcca8712fb3:
xfs: abort metadata writeback on permanent errors (2013-12-17 09:40:23 -0600)
are available in the git repository at:
git://oss.sgi.com/xfs/xfs.git tags/xfs-for-linus-v3.13-rc8
for you to fetch changes up to 1f4a63bf019524c96e79f088cd717b96ef00a249:
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() (2014-01-10 12:39:38 -0600)
----------------------------------------------------------------
xfs: bugfixes for 3.13-rc8
- fix off-by-one in xfs_attr3_rmt_verify
- fix missing destroy_work_on_stack() in xfs_bmapi_allocate
----------------------------------------------------------------
Chuansheng Liu (1):
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Jie Liu (1):
xfs: fix off-by-one error in xfs_attr3_rmt_verify
fs/xfs/xfs_attr_remote.c | 2 +-
fs/xfs/xfs_bmap_util.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists