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:	Tue, 28 Jan 2014 10:23:16 +0100
From:	Martin Schwidefsky <schwidefsky@...ibm.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	linux-s390 <linux-s390@...r.kernel.org>,
	Heiko Carstens <heiko.carstens@...ibm.com>
Subject: [GIT PULL] s390 patches for the 3.14 merge window #2

Hi Linus,

please pull from the 'for-linus' branch of

	git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus

to receive the following updates:
A new binary interface to be able to query and modify the LPAR scheduler
weight and cap settings. Some improvements for the hvc terminal over iucv
and a couple of bux fixes.

Heiko Carstens (7):
      s390/zcrypt: remove zcrypt kmsg documentation again
      s390/32bit: fix cmpxchg64
      s390/zfcpdump: make zfcpdump depend on 64BIT
      s390/uaccess: test if current->mm is set before walking page tables
      s390/uaccess: remove dead extern declarations, make functions static
      s390/uapi: fix struct statfs64 definition
      s390: wire up sys_sched_setattr/sys_sched_getattr

Hendrik Brueckner (4):
      s390/vmur: Link parent CCW device during UR device creation
      s390/hvc_iucv: fix sparse warning
      s390/hvc_iucv: Display connection details through device attributes
      s390/hvc_iucv: Automatically assign free HVC terminal devices

Martin Schwidefsky (1):
      s390/hypfs: add interface for diagnose 0x304

Sebastian Ott (1):
      s390/xpram: don't modify module parameters

 Documentation/ioctl/ioctl-number.txt |    1 +
 Documentation/kmsg/s390/zcrypt       |   20 -----
 arch/s390/Kconfig                    |    2 +-
 arch/s390/hypfs/Makefile             |    2 +-
 arch/s390/hypfs/hypfs.h              |    7 ++
 arch/s390/hypfs/hypfs_dbfs.c         |   16 ++++
 arch/s390/hypfs/hypfs_sprp.c         |  141 ++++++++++++++++++++++++++++++++++
 arch/s390/hypfs/inode.c              |   15 +++-
 arch/s390/include/asm/cmpxchg.h      |    5 +-
 arch/s390/include/asm/sclp.h         |    1 +
 arch/s390/include/uapi/asm/hypfs.h   |   25 ++++++
 arch/s390/include/uapi/asm/statfs.h  |   10 +--
 arch/s390/include/uapi/asm/unistd.h  |    2 +
 arch/s390/kernel/compat_wrapper.S    |   11 +++
 arch/s390/kernel/syscalls.S          |    2 +
 arch/s390/lib/uaccess.h              |    9 ---
 arch/s390/lib/uaccess_pt.c           |   14 +++-
 drivers/s390/block/xpram.c           |    5 +-
 drivers/s390/char/sclp_cmd.c         |    5 ++
 drivers/s390/char/vmur.c             |    4 +-
 drivers/tty/hvc/hvc_iucv.c           |  103 +++++++++++++++++++++++--
 21 files changed, 344 insertions(+), 56 deletions(-)
 delete mode 100644 Documentation/kmsg/s390/zcrypt
 create mode 100644 arch/s390/hypfs/hypfs_sprp.c
 create mode 100644 arch/s390/include/uapi/asm/hypfs.h

-- 
blue skies,
   Martin.

"Reality continues to ruin my life." - Calvin.

--
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