Hi Linus,

   Please pull these 2 bugfixes and a regression fix for XFS.  Here we have a
   fix for a possible overlow in trim code, a fix for an uninitialised
   variable, and a fix for a regression in the v3.6-rc1 XFS merge.

Thanks,
       Ben      

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs tags/for-linus-v3.6-rc4

for you to fetch changes up to a672e1be30d5bc848cd0067c55ed29b2015b7c17:

  xfs: check for possible overflow in xfs_ioc_trim (2012-08-23 14:48:44 -0500)

----------------------------------------------------------------
xfs: bugfixes for 3.6-rc4

- fix uninitialised variable in xfs_rtbuf_get()
- unlock the AGI buffer when looping in xfs_dialloc
- check for possible overflow in xfs_ioc_trim

----------------------------------------------------------------
Christoph Hellwig (1):
      xfs: unlock the AGI buffer when looping in xfs_dialloc

Dave Chinner (1):
      xfs: fix uninitialised variable in xfs_rtbuf_get()

Tomas Racek (1):
      xfs: check for possible overflow in xfs_ioc_trim

 fs/xfs/xfs_discard.c |  6 ++++--
 fs/xfs/xfs_ialloc.c  | 17 +++++++++--------
 fs/xfs/xfs_rtalloc.c |  2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to