# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 c7020e1b346d5840e93b58cc4f2c67fc645d8df9 # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:596, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:31: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:9: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:9: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:34: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: arch/sh/kernel/cpu/sh2/setup-sh7619.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:502: arch/sh/kernel/cpu/sh2] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:502: arch/sh/kernel/cpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:502: arch/sh/kernel] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:502: arch/sh] Error 2 make[2]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:1718: Error: unknown pseudo-op: `.cfi_def_c' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/net/pcs/pcs-xpcs.o] Error 4 make[4]: *** [/kisskb/src/scripts/Makefile.build:502: drivers/net/pcs] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:502: drivers/net] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:12, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:43, from /kisskb/src/include/linux/netdevice.h:38, from /kisskb/src/drivers/staging/octeon/ethernet-mem.c:9: /kisskb/src/drivers/staging/octeon/ethernet-mem.c: In function 'cvm_oct_free_hw_memory': /kisskb/src/arch/sh/include/asm/io.h:239:34: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 239 | #define phys_to_virt(address) ((void *)(address)) | ^ /kisskb/src/drivers/staging/octeon/ethernet-mem.c:123:39: note: in expansion of macro 'phys_to_virt' 123 | fpa = (char *)phys_to_virt(cvmx_ptr_to_phys(fpa)); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/staging/octeon/ethernet-mem.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:502: drivers/staging/octeon] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:502: drivers/staging] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:502: drivers] Error 2 make[1]: *** [/kisskb/src/Makefile:1994: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sh-allmodconfig_sh4-gcc11 # Build took: 0:04:36.403331