# git rev-parse -q --verify c7020e1b346d5840e93b58cc4f2c67fc645d8df9^{commit} c7020e1b346d5840e93b58cc4f2c67fc645d8df9 already have revision, skipping fetch # git checkout -q -f -B kisskb c7020e1b346d5840e93b58cc4f2c67fc645d8df9 # git clean -qxdf # < git log -1 # commit c7020e1b346d5840e93b58cc4f2c67fc645d8df9 # Merge: a0a6c76cf2a5 f826afe5eae8 # Author: Linus Torvalds # Date: Wed Dec 14 09:54:10 2022 -0800 # # Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci # # Pull PCI updates from Bjorn Helgaas: # "Enumeration: # # - Squash portdrv_{core,pci}.c into portdrv.c to ease maintenance and # make more things static. # # - Make portdrv bind to Switch Ports that have AER. Previously, if # these Ports lacked MSI/MSI-X, portdrv failed to bind, which meant # the Ports couldn't be suspended to low-power states. AER on these # Ports doesn't use interrupts, and the AER driver doesn't need to # claim them. # # - Assign PCI domain IDs using ida_alloc(), which makes host bridge # add/remove work better. # # Resource management: # # - To work better with recent BIOSes that use EfiMemoryMappedIO for # PCI host bridge apertures, remove those regions from the E820 map # (E820 entries normally prevent us from allocating BARs). In v5.19, # we added some quirks to disable E820 checking, but that's not very # maintainable. EfiMemoryMappedIO means the OS needs to map the # region for use by EFI runtime services; it shouldn't prevent OS # from using it. # # PCIe native device hotplug: # # - Build pciehp by default if USB4 is enabled, since Thunderbolt/USB4 # PCIe tunneling depends on native PCIe hotplug. # # - Enable Command Completed Interrupt only if supported to avoid user # confusion from lspci output that says this is enabled but not # supported. # # - Prevent pciehp from binding to Switch Upstream Ports; this happened # because of interaction with acpiphp and caused devices below the # Upstream Port to disappear. # # Power management: # # - Convert AGP drivers to generic power management. We hope to remove # legacy power management from the PCI core eventually. # # Virtualization: # # - Fix pci_device_is_present(), which previously always returned # "false" for VFs, causing virtio hangs when unbinding the driver. # # Miscellaneous: # # - Convert drivers to gpiod API to prepare for dropping some legacy # code. # # - Fix DOE fencepost error for the maximum data object length. # # Baikal-T1 PCIe controller driver: # # - Add driver and DT bindings. # # Broadcom STB PCIe controller driver: # # - Enable Multi-MSI. # # - Delay 100ms after PERST# deassert to allow power and clocks to # stabilize. # # - Configure Read Completion Boundary to 64 bytes. # # Freescale i.MX6 PCIe controller driver: # # - Initialize PHY before deasserting core reset to fix a regression in # v6.0 on boards where the PHY provides the reference. # # - Fix imx6sx and imx8mq clock names in DT schema. # # Intel VMD host bridge driver: # # - Fix Secondary Bus Reset on VMD bridges, which allows reset of NVMe # SSDs in VT-d pass-through scenarios. # # - Disable MSI remapping, which gets re-enabled by firmware during # suspend/resume. # # MediaTek PCIe Gen3 controller driver: # # - Add MT7986 and MT8195 support. # # Qualcomm PCIe controller driver: # # - Add SC8280XP/SA8540P basic interconnect support. # # Rockchip DesignWare PCIe controller driver: # # - Base DT schema on common Synopsys schema. # # Synopsys DesignWare PCIe core: # # - Collect DT items shared between Root Port and Endpoint (PERST GPIO, # PHY info, clocks, resets, link speed, number of lanes, number of # iATU windows, interrupt info, etc) to snps,dw-pcie-common.yaml. # # - Add dma-ranges support for Root Ports and Endpoints. # # - Consolidate DT resource retrieval for "dbi", "dbi2", "atu", etc. to # reduce code duplication. # # - Add generic names for clocks and resets to encourage more # consistent naming across drivers using DesignWare IP. # # - Stop advertising PTM Responder role for Endpoints, which aren't # allowed to be responders. # # TI J721E PCIe driver: # # - Add j721s2 host mode ID to DT schema. # # - Add interrupt properties to DT schema. # # Toshiba Visconti PCIe controller driver: # # - Fix interrupts array max constraints in DT schema" # # * tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (95 commits) # x86/PCI: Use pr_info() when possible # x86/PCI: Fix log message typo # x86/PCI: Tidy E820 removal messages # PCI: Skip allocate_resource() if too little space available # efi/x86: Remove EfiMemoryMappedIO from E820 map # PCI/portdrv: Allow AER service only for Root Ports & RCECs # PCI: xilinx-nwl: Fix coding style violations # PCI: mvebu: Switch to using gpiod API # PCI: pciehp: Enable Command Completed Interrupt only if supported # PCI: aardvark: Switch to using devm_gpiod_get_optional() # dt-bindings: PCI: mediatek-gen3: add support for mt7986 # dt-bindings: PCI: mediatek-gen3: add SoC based clock config # dt-bindings: PCI: qcom: Allow 'dma-coherent' property # PCI: mt7621: Add sentinel to quirks table # PCI: vmd: Fix secondary bus reset for Intel bridges # PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warning # PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_db # PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32) # PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct member # PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error path # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 c7020e1b346d5840e93b58cc4f2c67fc645d8df9 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/rcupdate.h:29, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/s390/kernel/setup.c:21: /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': /kisskb/src/include/linux/fortify-string.h:57:33: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds] 57 | #define __underlying_memcpy __builtin_memcpy | ^ /kisskb/src/include/linux/fortify-string.h:469:9: note: in expansion of macro '__underlying_memcpy' 469 | __underlying_##op(p, q, __fortify_size); \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/fortify-string.h:514:26: note: in expansion of macro '__fortify_memcpy_chk' 514 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/kernel/setup.c:525:9: note: in expansion of macro 'memcpy' 525 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:250: arch/s390/kernel/setup.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:502: arch/s390/kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:502: arch/s390] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1994: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc11 # Build took: 0:12:38.065106