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]
Message-ID: <your-ad-here.call-01739638874-ext-6275@work.hours>
Date: Sat, 15 Feb 2025 18:01:14 +0100
From: Vasily Gorbik <gor@...ux.ibm.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Heiko Carstens <hca@...ux.ibm.com>,
        Alexander Gordeev <agordeev@...ux.ibm.com>,
        linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [GIT PULL] s390 updates for 6.14-rc3

Hello Linus,

please pull s390 fixes for 6.14-rc3.

Thank you,
Vasily

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2844ddbd540fc84d7571cca65d6c43088e4d6952:

  s390/pci: Fix handling of isolated VFs (2025-02-11 19:35:08 +0100)

----------------------------------------------------------------
s390 updates for 6.14-rc3

- Fix isolated VFs handling by verifying that a VF’s parent PF is
  locally owned before registering it in an existing PCI domain

- Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHES to
  workaround gcc failure in handling __builtin_constant_p() in this case

- Fix CHPID "configure" attribute caching in CIO by not updating the
  cache when SCLP returns no data, ensuring consistent sysfs output

- Remove CONFIG_LSM from default configs and rely on defaults, which
  enables BPF LSM hook

----------------------------------------------------------------
Heiko Carstens (1):
      s390/bitops: Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHES

Ilya Leoshkevich (1):
      s390/configs: Remove CONFIG_LSM

Niklas Schnelle (2):
      s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()
      s390/pci: Fix handling of isolated VFs

Peter Oberparleiter (1):
      s390/cio: Fix CHPID "configure" attribute caching

 arch/s390/configs/debug_defconfig    |  1 -
 arch/s390/configs/defconfig          |  1 -
 arch/s390/configs/zfcpdump_defconfig |  1 -
 arch/s390/include/asm/bitops.h       |  6 +++-
 arch/s390/pci/pci_bus.c              | 20 +++++++++++++
 arch/s390/pci/pci_iov.c              | 56 +++++++++++++++++++++++++++---------
 arch/s390/pci/pci_iov.h              |  7 +++++
 drivers/s390/cio/chp.c               |  3 +-
 8 files changed, 76 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ