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]
Message-ID: <20150217173435.GK29656@ZenIV.linux.org.uk>
Date:	Tue, 17 Feb 2015 17:34:35 +0000
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] getname/putname stuff

	Rework of getname/getname_kernel/etc., mostly from Paul Moore.
Gets rid of quite a pile of kludges between namei and audit...
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git getname2

Shortlog:
Al Viro (2):
      cut down the number of do_path_lookup() callers
      simpler calling conventions for filename_mountpoint()

Paul Moore (5):
      fs: rework getname_kernel to handle up to PATH_MAX sized filenames
      fs: create proper filename objects using getname_kernel()
      audit: enable filename recording via getname_kernel()
      audit: fix filename matching in __audit_inode() and __audit_inode_child()
      audit: replace getname()/putname() hacks with reference counters

Diffstat:
 fs/exec.c             |  10 ++-
 fs/namei.c            | 143 +++++++++++++++++++++++++----------------
 fs/open.c             |  10 ++-
 include/linux/audit.h |   3 -
 include/linux/fs.h    |   9 +--
 kernel/audit.h        |  17 +----
 kernel/auditsc.c      | 171 +++++++++++---------------------------------------
 7 files changed, 145 insertions(+), 218 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