From: kernel test robot <lkp@intel.com>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v2 10/16] PCI: Add pci_mfd_isolation()
Date: Thu, 10 Jul 2025 19:58:12 +0800 [thread overview]
Message-ID: <202507101925.TPzxoCBq-lkp@intel.com> (raw)
In-Reply-To: <10-v2-4a9b9c983431+10e2-pcie_switch_groups_jgg@nvidia.com>
Hi Jason,
kernel test robot noticed the following build errors:
[auto build test ERROR on e04c78d86a9699d136910cfc0bdcf01087e3267e]
url: https://github.com/intel-lab-lkp/linux/commits/Jason-Gunthorpe/PCI-Move-REQ_ACS_FLAGS-into-pci_regs-h-as-PCI_ACS_ISOLATED/20250709-225414
base: e04c78d86a9699d136910cfc0bdcf01087e3267e
patch link: https://lore.kernel.org/r/10-v2-4a9b9c983431%2B10e2-pcie_switch_groups_jgg%40nvidia.com
patch subject: [PATCH v2 10/16] PCI: Add pci_mfd_isolation()
config: i386-buildonly-randconfig-001-20250710 (https://download.01.org/0day-ci/archive/20250710/202507101925.TPzxoCBq-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250710/202507101925.TPzxoCBq-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507101925.TPzxoCBq-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
In file included from include/ras/ras_event.h:12,
from mm/memory-failure.c:65:
>> include/linux/pci.h:2082:6: warning: no previous prototype for 'pci_mfd_isolated' [-Wmissing-prototypes]
2082 | bool pci_mfd_isolated(struct pci_dev *dev)
| ^~~~~~~~~~~~~~~~
--
ld: arch/x86/hyperv/irqdomain.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/setup.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/x86_init.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/irqinit.o: in function `pci_mfd_isolated':
arch/x86/kernel/irqinit.c:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/probe_roms.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/pci-dma.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/quirks.o: in function `pci_mfd_isolated':
arch/x86/kernel/quirks.c:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/cpu/cacheinfo.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/cpu/cyrix.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/cpu/mce/inject.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/cpu/microcode/amd.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/acpi/boot.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/mpparse.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/apic/io_apic.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/reboot_fixups_32.o: in function `pci_mfd_isolated':
arch/x86/kernel/reboot_fixups_32.c:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/kernel/devicetree.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/mm/init_32.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/mm/pat/set_memory.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: arch/x86/platform/scx200/scx200_32.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: kernel/dma/direct.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: mm/memory-failure.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: fs/fuse/virtio_fs.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: lib/iomap.o: in function `pci_mfd_isolated':
>> include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/leds/flash/leds-mt6370-flash.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/leds/flash/leds-as3645a.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/leds/flash/leds-rt4505.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/leds/flash/leds-rt8515.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/leds/flash/leds-sgm3140.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pci/of.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/video/aperture.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/osl.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/reboot.o: in function `pci_mfd_isolated':
drivers/acpi/reboot.c:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/bus.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/glue.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/acpi_processor.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/acpi_platform.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/acpi/x86/utils.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pnp/resource.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pnp/quirks.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pnp/pnpacpi/rsparser.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/clk/x86/clk-fch.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/gpu/drm/drm_edid.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/gpu/drm/drm_file.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/gpu/drm/drm_ioctl.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/gpu/drm/drm_fb_helper.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/gpu/drm/arm/display/komeda/komeda_drv.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/scsi/scsi_lib.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/core.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/ioctl.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/sysfs.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/pr.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/multipath.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/zns.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/fabrics.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/host/fc.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/target/core.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/target/configfs.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/target/passthru.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/nvme/target/loop.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/libata-core.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/libata-eh.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/libata-acpi.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/ahci_ceva.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/libahci.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/libahci_platform.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/ata/ahci_dwc.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/net/ethernet/amd/lance.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/net/ethernet/amd/xgbe/xgbe-dev.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/net/hyperv/netvsc_drv.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/net/net_failover.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pcmcia/pcmcia_resource.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pcmcia/cistpl.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
ld: drivers/pcmcia/rsrc_nonstatic.o: in function `pci_mfd_isolated':
include/linux/pci.h:2083: multiple definition of `pci_mfd_isolated'; arch/x86/events/amd/ibs.o:include/linux/pci.h:2083: first defined here
vim +2083 include/linux/pci.h
2081
> 2082 bool pci_mfd_isolated(struct pci_dev *dev)
> 2083 { return false; }
2084
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-07-10 11:59 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 14:52 [PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 01/16] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 02/16] PCI: Add pci_bus_isolation() Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 03/16] iommu: Compute iommu_groups properly for PCIe switches Jason Gunthorpe
2025-07-17 22:03 ` Donald Dutile
2025-07-18 18:09 ` Jason Gunthorpe
2025-07-18 19:00 ` Donald Dutile
2025-07-18 20:19 ` Jason Gunthorpe
2025-07-18 21:41 ` Donald Dutile
2025-07-18 22:52 ` Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 04/16] iommu: Organize iommu_group by member size Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 05/16] PCI: Add pci_reachable_set() Jason Gunthorpe
2025-07-17 22:04 ` Donald Dutile
2025-07-18 17:49 ` Jason Gunthorpe
2025-07-18 19:10 ` Donald Dutile
2025-07-09 14:52 ` [PATCH v2 06/16] PCI: Remove duplication in calling pci_acs_ctrl_enabled() Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 07/16] PCI: Use pci_quirk_mf_endpoint_acs() for pci_quirk_amd_sb_acs() Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 08/16] PCI: Use pci_acs_ctrl_isolated() for pci_quirk_al_acs() Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 09/16] PCI: Widen the acs_flags to u32 within the quirk callback Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 10/16] PCI: Add pci_mfd_isolation() Jason Gunthorpe
2025-07-10 11:58 ` kernel test robot [this message]
2025-08-20 17:21 ` Keith Busch
2025-07-09 14:52 ` [PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs Jason Gunthorpe
2025-07-28 9:47 ` Cédric Le Goater
2025-07-28 13:58 ` Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 12/16] iommu: Validate that pci_for_each_dma_alias() matches the groups Jason Gunthorpe
2025-07-17 22:07 ` Donald Dutile
2025-07-09 14:52 ` [PATCH v2 13/16] PCI: Add the ACS Enhanced Capability definitions Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 14/16] PCI: Enable ACS Enhanced bits for enable_acs and config_acs Jason Gunthorpe
2025-07-09 14:52 ` [PATCH v2 15/16] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid() Jason Gunthorpe
2025-07-17 22:17 ` Donald Dutile
2025-07-18 17:52 ` Jason Gunthorpe
2025-08-05 4:39 ` Askar Safin
2025-07-09 14:52 ` [PATCH v2 16/16] PCI: Check ACS Extended flags for pci_bus_isolated() Jason Gunthorpe
2025-07-18 21:29 ` [PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS Alex Williamson
2025-07-18 22:59 ` Jason Gunthorpe
2025-08-02 1:45 ` Ethan Zhao
2025-08-02 15:18 ` Jason Gunthorpe
2025-08-05 3:43 ` Ethan Zhao
2025-08-05 12:35 ` Jason Gunthorpe
2025-08-05 14:41 ` Ethan Zhao
2025-08-05 14:43 ` Jason Gunthorpe
2025-08-06 2:22 ` Ethan Zhao
2025-08-06 2:41 ` Baolu Lu
2025-08-06 13:40 ` Jason Gunthorpe
2025-08-07 1:36 ` Ethan Zhao
2025-08-08 7:56 ` Ethan Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202507101925.TPzxoCBq-lkp@intel.com \
--to=lkp@intel.com \
--cc=jgg@nvidia.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.