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, 1 Jul 2022 11:24:02 +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-rc5

Hello Linus,

please pull s390 changes for 5.19-rc5.

Thank you,
Alexander

The following changes since commit 21e876448792af2dd5261338907c72bdf37fa056:

  s390/pai: Fix multiple concurrent event installation (2022-06-15 14:02:07 +0200)

are available in the Git repository at:

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

for you to fetch changes up to d7d488f41b41a1b7a1df3c74f2f65eb4585f5d55:

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

----------------------------------------------------------------
s390 updates for 5.19-rc5

- Fix purgatory build process so bin2c tool does not get built
  unnecessarily and the Makefile is more consistent with other
  architectures.

- Return earlier simple design of arch_get_random_seed_long|int()
  and arch_get_random_long|int() callbacks as result of changes
  in generic RNG code.

- Fix minor comment typos and spelling mistakes.
----------------------------------------------------------------

Jason A. Donenfeld (1):
  s390/archrandom: simplify back to earlier design and initialize
    earlier

Jiang Jian (1):
  s390/sclp: Fix typo in comments

Masahiro Yamada (3):
  s390: remove unneeded 'select BUILD_BIN2C'
  s390/purgatory: hard-code obj-y in Makefile
  s390/purgatory: remove duplicated build rule of kexec-purgatory.o

Zhang Jiaming (1):
  s390/qdio: Fix spelling mistake

 arch/s390/Kconfig                  |   1 -
 arch/s390/crypto/arch_random.c     | 217 -----------------------------
 arch/s390/include/asm/archrandom.h |  14 +-
 arch/s390/include/asm/qdio.h       |   6 +-
 arch/s390/kernel/setup.c           |   5 +
 arch/s390/purgatory/Makefile       |   5 +-
 drivers/s390/char/sclp.c           |   2 +-
 7 files changed, 18 insertions(+), 232 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ