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:	Wed, 18 May 2016 19:40:16 +0100
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] vfs.git#work.misc

	Assorted cleanups and fixes all over the place.

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 2c4cb04300fa160e9d78335c74184c4e66a56437:

  coredump: only charge written data against RLIMIT_CORE (2016-05-12 16:55:50 -0400)

----------------------------------------------------------------
Al Viro (6):
      mtd: switch open_mtd_by_chdev() to use of vfs_stat()
      mtd: switch ubi_open_volume_path() to vfs_stat()
      __d_alloc(): treat NULL name as QSTR("/", 1)
      bpf: reject invalid names right in ->lookup()
      ecryptfs: avoid multiple aliases for directories
      ecryptfs_lookup(): try either only encrypted or plaintext name

Omar Sandoval (2):
      coredump: get rid of coredump_params->written
      coredump: only charge written data against RLIMIT_CORE

 arch/powerpc/platforms/cell/spufs/coredump.c |  5 +-
 drivers/mtd/ubi/build.c                      | 13 ++---
 drivers/mtd/ubi/kapi.c                       | 19 +++----
 fs/binfmt_elf.c                              |  2 +-
 fs/binfmt_elf_fdpic.c                        |  2 +-
 fs/coredump.c                                |  5 +-
 fs/dcache.c                                  | 13 +++--
 fs/ecryptfs/inode.c                          | 85 ++++++++++++----------------
 kernel/bpf/inode.c                           | 37 +++---------
 9 files changed, 69 insertions(+), 112 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ