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]
Message-ID: <154296962626.9889.644199825100770992.stgit@pluto-themaw-net>
Date:   Fri, 23 Nov 2018 18:41:41 +0800
From:   Ian Kent <raven@...maw.net>
To:     Andrew Morton <akpm@...ux-foundation.org>
Cc:     Al Viro <viro@...IV.linux.org.uk>,
        autofs mailing list <autofs@...r.kernel.org>,
        linux-fsdevel <linux-fsdevel@...r.kernel.org>,
        Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH v2 0/5] autofs updates

- improve file system verification for ioctl case.
- fix potential inode leak in mount code.
- add "strictexpire" autofs mount option.

v2 changes:
- fix compile error.
- deffer some of the mount option re-factoring to try and
  avoid any conflicts with linux-next.

---

Ian Kent (5):
      autofs - improve ioctl sbi checks
      autofs - fix possible inode leak in autofs_fill_super()
      autofs - simplify parse_options() function call
      autofs - change catatonic setting to a bit flag
      autofs - add strictexpire mount option


 fs/autofs/autofs_i.h         |   11 ++++--
 fs/autofs/dev-ioctl.c        |   29 +++++-----------
 fs/autofs/init.c             |    2 +
 fs/autofs/inode.c            |   75 +++++++++++++++++++++++++-----------------
 fs/autofs/root.c             |   16 ++++++---
 fs/autofs/waitq.c            |   10 +++---
 include/uapi/linux/auto_fs.h |    2 +
 7 files changed, 78 insertions(+), 67 deletions(-)

--
Ian

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ