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:   Fri, 15 Jul 2022 23:43:27 +0200
From:   Alexander Gordeev <agordeev@...ux.ibm.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Vasily Gorbik <gor@...ux.ibm.com>,
        Heiko Carstens <hca@...ux.ibm.com>, linux-s390@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] s390 updates for 5.19-rc7

Hello Linus,

please pull s390 changes for 5.19-rc7.

Note, a patch in linux-next has different description and misses Fixes & Link:
"s390/ap: fixes bug in the AP bus's __verify_queue_reservations function" vs
"s390/ap: fix error handling in __verify_queue_reservations()" in the pull
request. Otherwise, the patch is exactly the same oneliner.

Thank you,
Alexander

The following changes since commit d7d488f41b41a1b7a1df3c74f2f65eb4585f5d55:

  s390/qdio: Fix spelling mistake (2022-06-23 14:05:43 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.19-6

for you to fetch changes up to 2f23256c0ea20627c91ea2d468cda945f68c3395:

  s390/ap: fix error handling in __verify_queue_reservations() (2022-07-06 17:43:29 -0400)

----------------------------------------------------------------
s390 updates for 5.19-rc7

- Fix building of out-of-tree kernel modules without a pre-built
  kernel in case CONFIG_EXPOLINE_EXTERN=y.

- Fix a reference counting error that could prevent unloading of
  zcrypt modules. 
----------------------------------------------------------------

Tony Krowiak (1):
  s390/ap: fix error handling in __verify_queue_reservations()

Vasily Gorbik (2):
  s390/nospec: build expoline.o for modules_prepare target
  s390/nospec: remove unneeded header includes

 arch/s390/Makefile                      | 8 +++++++-
 arch/s390/include/asm/nospec-insn.h     | 2 --
 arch/s390/lib/Makefile                  | 3 ++-
 arch/s390/lib/expoline/Makefile         | 3 +++
 arch/s390/lib/{ => expoline}/expoline.S | 0
 drivers/s390/crypto/ap_bus.c            | 2 +-
 6 files changed, 13 insertions(+), 5 deletions(-)
 create mode 100644 arch/s390/lib/expoline/Makefile
 rename arch/s390/lib/{ => expoline}/expoline.S (100%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ