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(-)