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:   Sat, 22 Feb 2020 14:04:00 +0100
From:   Vasily Gorbik <gor@...ux.ibm.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Heiko Carstens <heiko.carstens@...ibm.com>,
        Christian Borntraeger <borntraeger@...ibm.com>,
        linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [GIT PULL] s390 updates for 5.6-rc3

Hello Linus,

please pull s390 changes for 5.6-rc3. One of the changes touches
kernel/sysctl.c which simply removes s390 specific dead code.

Thank you,
Vasily

The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:

  Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.6-4

for you to fetch changes up to 2db01da8d25f0420c411e788a9e1ba39269ae37b:

  s390/qdio: fill SBALEs with absolute addresses (2020-02-19 17:26:32 +0100)

----------------------------------------------------------------
s390 updates for 5.6-rc3

- Remove ieee_emulation_warnings sysctl which is a dead code.

- Avoid triggering rebuild of the kernel during make install.

- Enable protected virtualization guest support in default configs.

- Fix cio_ignore seq_file .next function to increase position index. And
  use kobj_to_dev instead of container_of in cio code.

- Fix storage block address lists to contain absolute addresses in
  qdio code.

- Few clang warnings and spelling fixes.

----------------------------------------------------------------
Christian Borntraeger (1):
      s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUEST

Geert Uytterhoeven (1):
      s390/pkey/zcrypt: spelling s/crytp/crypt/

Julian Wiedmann (2):
      s390/qdio: fill SL with absolute addresses
      s390/qdio: fill SBALEs with absolute addresses

Masahiro Yamada (1):
      s390: make 'install' not depend on vmlinux

Nathan Chancellor (2):
      s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range
      s390/kaslr: Fix casts in get_random

Stephen Kitt (1):
      s390: remove obsolete ieee_emulation_warnings

Vasily Averin (1):
      s390/cio: cio_ignore_proc_seq_next should increase position index

chenqiwu (1):
      s390/cio: use kobj_to_dev() API

 arch/s390/Makefile                    |  2 +-
 arch/s390/boot/Makefile               |  2 +-
 arch/s390/boot/kaslr.c                |  2 +-
 arch/s390/configs/debug_defconfig     | 28 ++++++++++-----------
 arch/s390/configs/defconfig           | 11 ++++-----
 arch/s390/include/asm/page.h          |  2 +-
 arch/s390/include/asm/processor.h     |  1 -
 arch/s390/include/asm/qdio.h          |  6 ++---
 drivers/s390/cio/blacklist.c          |  5 ++--
 drivers/s390/cio/chp.c                |  4 +--
 drivers/s390/cio/qdio_setup.c         |  3 ++-
 drivers/s390/crypto/zcrypt_ep11misc.c |  4 +--
 drivers/s390/net/qeth_core_main.c     | 46 +++++++++++++++++------------------
 drivers/s390/scsi/zfcp_fsf.c          |  2 +-
 drivers/s390/scsi/zfcp_qdio.c         |  6 ++---
 drivers/s390/scsi/zfcp_qdio.h         |  6 ++---
 kernel/sysctl.c                       |  9 -------
 17 files changed, 64 insertions(+), 75 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ