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:	Sat, 4 May 2013 21:23:40 +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 pile 2

Assorted fixes, etc.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (6):
      do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")
      do_coredump(): don't wait for thaw if coredump has already been interrupted
      more mode_t whack-a-mole...
      kill fs/read_write.h
      create_mnt_ns: unidiomatic use of list_add()
      xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"

Geert Uytterhoeven (2):
      nubus: Kill nubus_proc_detach_device()
      sun3_scsi: add ->show_info()

Han Shen (1):
      Removed unused typedef to avoid "unused local typedef" warnings.

James Hogan (3):
      hostfs: remove "will unlock" comment
      hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>
      hostfs: use kmalloc instead of kzalloc

Jan Kara (1):
      fs: Fix hang with BSD accounting on frozen filesystem

Syam Sidhardhan (1):
      proc_devtree: Replace include linux/module.h with linux/export.h

Wei Yongjun (1):
      vfs: use list_move instead of list_del/list_add

Yan, Zheng (1):
      fs: remove dentry_lru_prune()

Diffstat:
 arch/xtensa/platforms/iss/simdisk.c |    2 +-
 drivers/hwmon/abx500.c              |    2 +-
 drivers/nubus/proc.c                |   15 ---
 drivers/scsi/sun3_NCR5380.c         |  185 +++++++++++++++--------------------
 drivers/scsi/sun3_scsi.c            |    1 +
 drivers/scsi/sun3_scsi.h            |    2 +-
 fs/compat.c                         |    2 -
 fs/compat_ioctl.c                   |    1 -
 fs/coredump.c                       |    9 +-
 fs/dcache.c                         |   34 ++-----
 fs/hostfs/hostfs_kern.c             |    8 +-
 fs/namespace.c                      |    7 +-
 fs/proc/proc_devtree.c              |    2 +-
 fs/read_write.c                     |    5 +-
 fs/read_write.h                     |    9 --
 include/linux/fs.h                  |    7 ++
 include/linux/nubus.h               |    1 -
 include/uapi/linux/magic.h          |    1 +
 kernel/acct.c                       |    7 +-
 19 files changed, 124 insertions(+), 176 deletions(-)
 delete mode 100644 fs/read_write.h
--
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