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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 5 Oct 2019 17:38:47 +0200
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.4-rc2

Hello Linus,

please pull s390 changes for 5.4-rc2.

Thank you,
Vasily

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.4-3

for you to fetch changes up to d0dea733f60efe94257d08ae6eba81d0b511d0a9:

  KVM: s390: mark __insn32_query() as __always_inline (2019-10-05 13:51:22 +0200)

----------------------------------------------------------------
s390 updates for 5.4-rc2

- Default configs updates.

- Fix build errors with CC_OPTIMIZE_FOR_SIZE due to usage of "i" constraint
  for function arguments. Two kvm changes acked-by Christian Borntraeger.

- Fix -Wunused-but-set-variable warnings in mm code.

- Avoid a constant misuse in qdio.

- Handle a case when cpumf is temporarily unavailable.

----------------------------------------------------------------
Heiko Carstens (8):
      s390/atomic,bitops: mark function(s) __always_inline
      s390/cpu_mf: mark function(s) __always_inline
      s390/jump_label: mark function(s) __always_inline
      s390/mm: mark function(s) __always_inline
      s390/pci: mark function(s) __always_inline
      s390: update defconfigs
      KVM: s390: fix __insn32_query() inline assembly
      KVM: s390: mark __insn32_query() as __always_inline

Jiri Kosina (1):
      s390: mark __cpacf_query() as __always_inline

Julian Wiedmann (1):
      s390/qdio: clarify size of the QIB parm area

Qian Cai (1):
      s390/mm: fix -Wunused-but-set-variable warnings

Thomas Richter (3):
      s390/cpumf: Use consistant debug print format
      s390/cpumsf: Check for CPU Measurement sampling
      s390/cpumf: Fix indentation in sampling device driver

 arch/s390/configs/debug_defconfig    | 24 ++++++++++++++++--------
 arch/s390/configs/defconfig          | 25 ++++++++++++++++---------
 arch/s390/configs/zfcpdump_defconfig |  2 +-
 arch/s390/include/asm/atomic_ops.h   |  2 +-
 arch/s390/include/asm/bitops.h       |  8 ++++----
 arch/s390/include/asm/cpacf.h        |  2 +-
 arch/s390/include/asm/cpu_mf.h       |  8 ++++++--
 arch/s390/include/asm/hugetlb.h      |  9 +++++++--
 arch/s390/include/asm/jump_label.h   |  4 ++--
 arch/s390/include/asm/pgtable.h      | 25 +++++++++++++------------
 arch/s390/include/asm/qdio.h         |  2 +-
 arch/s390/kernel/perf_cpum_cf_diag.c |  4 ++--
 arch/s390/kernel/perf_cpum_sf.c      |  8 +++++++-
 arch/s390/kvm/kvm-s390.c             |  6 +++---
 arch/s390/pci/pci_clp.c              |  2 +-
 drivers/s390/cio/qdio_setup.c        |  2 +-
 drivers/s390/net/qeth_core_main.c    |  3 +--
 17 files changed, 83 insertions(+), 53 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ