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>] [day] [month] [year] [list]
Date:	Fri,  4 Oct 2013 14:04:35 -0500 (CDT)
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 fixes for 3.12-rc4

Hi Linus,

   Please pull in these bugfixes for xfs.  There are lockdep annotations for
   project quotas, a fix for dirent dtype support on v4 filesystems, a fix for
   a memory leak in recovery, and a fix for the build error that resulted from
   it.  D'oh.

Thanks,
	Ben

The following changes since commit 997def25e4b9cee3b01609e18a52f926bca8bd2b:

  xfs: fix node forward in xfs_node_toosmall (2013-09-26 10:38:17 -0500)

are available in the git repository at:

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

for you to fetch changes up to b2a42f78ab475f4730300b0e9568bc3b2587d112:

  xfs: Use kmem_free() instead of free() (2013-10-04 13:56:12 -0500)

----------------------------------------------------------------
xfs: bugfixes for 3.12-rc4

- lockdep fix for project quotas
- fix for dirent dtype support on v4 filesystems
- fix for a memory leak in recovery
- fix for build failure due to the recovery fix

----------------------------------------------------------------
Dave Chinner (2):
      xfs: lockdep needs to know about 3 dquot-deep nesting
      xfs: dirent dtype presence is dependent on directory magic numbers

Thierry Reding (1):
      xfs: Use kmem_free() instead of free()

tinguely@....com (1):
      xfs: fix memory leak in xlog_recover_add_to_trans

 fs/xfs/xfs_dir2_block.c   |  6 +++---
 fs/xfs/xfs_dir2_format.h  | 51 +++++++++++++++++++----------------------------
 fs/xfs/xfs_dir2_readdir.c |  4 ++--
 fs/xfs/xfs_dir2_sf.c      |  6 +++---
 fs/xfs/xfs_dquot.c        | 19 +++++++++++++++---
 fs/xfs/xfs_log_recover.c  |  1 +
 6 files changed, 45 insertions(+), 42 deletions(-)
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ