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>] [thread-next>] [day] [month] [year] [list]
Date:   Sun,  8 Jul 2018 14:01:36 -0700
From:   Eric Biggers <ebiggers3@...il.com>
To:     David Howells <dhowells@...hat.com>,
        Alexander Viro <viro@...iv.linux.org.uk>,
        linux-fsdevel@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, Eric Biggers <ebiggers3@...il.com>
Subject: [PATCH vfs/for-next 00/18] fs_context fixes

Hi David and Al, here are some fixes for the fs_context patches.

Feel free to fold these into the original patches if you want.

Patches 13-18 are cleanups only.

Eric Biggers (18):
  sysfs: check return value of kernfs_get_tree()
  fs_context: fix shrinker leak in sget_fc()
  fs_context: fix detecting full log buffer
  fs_context: fix fs_context leak in simple_pin_fs()
  fs_context: fix mount option blacklist
  fs_context: fix memory leak with 's' (source) command
  fs_context: fix double free of legacy_fs_context data
  fsmount: pass up error code from dentry_open()
  fsmount: fix handling FSMOUNT_CLOEXEC
  fsmount: fix bypassing SB_MANDLOCK permission check
  fspick: fix path leak
  fspick: add missing permission check
  fsmount: removed unused variable 'inode'
  fsopen,fspick: factor out log allocation
  fsopen,fspick: rename fsopen_create_fd() to fscontext_create_fd()
  fs_context: de-obfuscate control flow in fscontext_read()
  fs_context: de-obfuscate command validation
  fs_context: fix fscontext_write() comment

 fs/fs_context.c  | 47 ++++++++++++++++++--------------
 fs/fsopen.c      | 71 +++++++++++++++++++++++++-----------------------
 fs/libfs.c       |  4 ++-
 fs/namespace.c   | 20 ++++++++------
 fs/super.c       |  2 +-
 fs/sysfs/mount.c |  3 ++
 6 files changed, 81 insertions(+), 66 deletions(-)

-- 
2.18.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ