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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun,  4 Mar 2007 20:54:50 -0500
From:	"Josef 'Jeff' Sipek" <jsipek@...sunysb.edu>
To:	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: [GIT PULL -mm] Unionfs updates

The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Erez Zadok (6):
      fs/unionfs: Fix a memory leak & null pointer dereference
      fs/unionfs/: Fix a memory leak in unionfs_read_super
      fs/unionfs/: Fix copyup_deleted_file dentry leak
      fs/unionfs/: mntput in __cleanup_dentry
      fs/unionfs/: Fix dentry leak in copyup_named_dentry
      fs/unionfs/: Fix unlocking in error paths

Josef 'Jeff' Sipek (7):
      fs/unionfs/: Don't grab dentry private data mutex in unionfs_d_release
      fs/unionfs/: Several small cleanups in unionfs_interpose
      fs/unionfs/: Rename unionfs_d_revalidate_wrap
      fs/unionfs/: Remove alloc_filldir_node
      fs/unionfs/: Use SEEK_{SET,CUR} instead of hardcoded values
      fs/unionfs/: Check return value of d_path
      fs/unionfs/: Miscellaneous coding style fixes

 fs/unionfs/commonfops.c |   22 ++++++++++++++++++----
 fs/unionfs/copyup.c     |   17 +++++++++++++----
 fs/unionfs/dentry.c     |   15 ++++-----------
 fs/unionfs/dirfops.c    |    6 +++---
 fs/unionfs/lookup.c     |   11 +++++++++--
 fs/unionfs/main.c       |   18 ++++++------------
 fs/unionfs/rdstate.c    |    8 +-------
 fs/unionfs/super.c      |    8 ++++++--
 fs/unionfs/union.h      |    2 +-
 9 files changed, 61 insertions(+), 46 deletions(-)

Josef 'Jeff' Sipek.

jsipek@...sunysb.edu


-
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