All of lore.kernel.org
 help / color / mirror / Atom feed
* [moderation/CI] Re: vfio/pci: Add PCIe TPH support
@ 2026-05-26  5:05 syzbot ci
  0 siblings, 0 replies; 5+ messages in thread
From: syzbot ci @ 2026-05-26  5:05 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v12] vfio/pci: Add PCIe TPH support
https://lore.kernel.org/all/20260526040830.52854-1-fengchengwen@huawei.com
* [PATCH v12 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
* [PATCH v12 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
* [PATCH v12 3/6] PCI/TPH: Add pcie_tph_enabled_mode() helper
* [PATCH v12 4/6] PCI/TPH: Move tph_req_type initialization into pci_tph_init
* [PATCH v12 5/6] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for PCIe TPH steering tag management
* [PATCH v12 6/6] vfio/pci: Add PCIe TPH control register virtualization

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/c56bbb70-2feb-49ac-b485-a0e9e4fe125f

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      e8c2f9fdadee7cbc75134dc463c1e0d856d6e5c7
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/b670de8a-9c37-4b9e-9206-8358e32b972f/config

./include/linux/pci-tph.h:51:10: error: use of undeclared identifier 'PCI_TPH_LOC_NONE'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[alex@shazbot.org fengchengwen@huawei.com helgaas@kernel.org jgg@ziepe.ca kvm@vger.kernel.org linux-pci@vger.kernel.org liuyonglong@huawei.com wangyushan12@huawei.com wangzhou1@hisilicon.com wathsala.vithanage@arm.com wei.huang2@amd.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [moderation/CI] Re: vfio/pci: Add PCIe TPH support
@ 2026-06-04 14:47 syzbot ci
  0 siblings, 0 replies; 5+ messages in thread
From: syzbot ci @ 2026-06-04 14:47 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v16] vfio/pci: Add PCIe TPH support
https://lore.kernel.org/all/20260604132804.28678-1-fengchengwen@huawei.com
* [PATCH v16 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
* [PATCH v16 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
* [PATCH v16 03/12] PCI/TPH: Cache TPH requester capability at probe time
* [PATCH v16 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
* [PATCH v16 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
* [PATCH v16 06/12] PCI/TPH: expose the enabled TPH requester type
* [PATCH v16 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
* [PATCH v16 08/12] vfio/pci: Hide TPH capability when TPH is unsupported
* [PATCH v16 09/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
* [PATCH v16 10/12] vfio/pci: Add TPH_CPU_ST to query CPU's TPH steering tag
* [PATCH v16 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
* [PATCH v16 12/12] vfio/pci: Virtualize PCIe TPH capability registers

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/9b7b69b8-bfdc-4bd3-b1b3-f39969de466d

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      ba3e43a9e601636f5edb54e259a74f96ca3b8fd8
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/ebe0427d-6ae9-43ad-8794-5f7369454756/config

drivers/vfio/pci/vfio_pci_config.c:1166:9: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[alex@shazbot.org fengchengwen@huawei.com helgaas@kernel.org jgg@ziepe.ca kvm@vger.kernel.org linux-pci@vger.kernel.org liuyonglong@huawei.com wangyushan12@huawei.com wangzhou1@hisilicon.com wathsala.vithanage@arm.com wei.huang2@amd.com zhipingz@meta.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [moderation/CI] Re: vfio/pci: Add PCIe TPH support
@ 2026-06-16 11:53 syzbot ci
  0 siblings, 0 replies; 5+ messages in thread
From: syzbot ci @ 2026-06-16 11:53 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v17] vfio/pci: Add PCIe TPH support
https://lore.kernel.org/all/20260616104621.41915-1-fengchengwen@huawei.com
* [PATCH v17 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
* [PATCH v17 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
* [PATCH v17 03/12] PCI/TPH: Cache TPH requester capability at probe time
* [PATCH v17 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
* [PATCH v17 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
* [PATCH v17 06/12] PCI/TPH: Expose the enabled TPH requester type
* [PATCH v17 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
* [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
* [PATCH v17 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
* [PATCH v17 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
* [PATCH v17 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
* [PATCH v17 12/12] vfio/pci: Virtualize PCIe TPH capability registers

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/4edd0905-3fa4-4f51-8143-8ac8eb0bc5c8

***

kernel build error

tree:      kvm-next
URL:       https://kernel.googlesource.com/pub/scm/virt/kvm/kvm/
base:      9fb628b4cd3488a36e3fc9b22bb840048aa1a9d2
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/ee500939-0414-42ce-baca-4a9bc547021b/config

drivers/vfio/pci/vfio_pci_config.c:1175:9: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[alex@shazbot.org fengchengwen@huawei.com helgaas@kernel.org jgg@ziepe.ca kvm@vger.kernel.org linux-pci@vger.kernel.org liuyonglong@huawei.com wangyushan12@huawei.com wangzhou1@hisilicon.com wathsala.vithanage@arm.com wei.huang2@amd.com zhipingz@meta.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [moderation/CI] Re: vfio/pci: Add PCIe TPH support
@ 2026-06-22  9:17 syzbot ci
  0 siblings, 0 replies; 5+ messages in thread
From: syzbot ci @ 2026-06-22  9:17 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v18] vfio/pci: Add PCIe TPH support
https://lore.kernel.org/all/20260622074523.38473-1-fengchengwen@huawei.com
* [PATCH v18 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
* [PATCH v18 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
* [PATCH v18 03/12] PCI/TPH: Cache TPH requester capability at probe time
* [PATCH v18 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
* [PATCH v18 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
* [PATCH v18 06/12] PCI/TPH: Expose the enabled TPH requester type
* [PATCH v18 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
* [PATCH v18 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
* [PATCH v18 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
* [PATCH v18 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
* [PATCH v18 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
* [PATCH v18 12/12] vfio/pci: Virtualize PCIe TPH capability registers

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/a66c1909-0e1c-439d-92c4-146c8e09daea

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      ef0c9f75a19532d7675384708fc8621e10850104
arch:      amd64
compiler:  Debian clang version 22.1.6 (++20260514074242+fc4aad7b5db3-1~exp1~20260514074407.73), Debian LLD 22.1.6
config:    https://ci.syzbot.org/builds/98884372-3620-4a5c-b061-f66d9f711af9/config

drivers/vfio/pci/vfio_pci_config.c:1175:9: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[alex@shazbot.org fengchengwen@huawei.com helgaas@kernel.org jgg@ziepe.ca kvm@vger.kernel.org linux-pci@vger.kernel.org liuyonglong@huawei.com wangyushan12@huawei.com wangzhou1@hisilicon.com wathsala.vithanage@arm.com wei.huang2@amd.com zhipingz@meta.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [moderation/CI] Re: vfio/pci: Add PCIe TPH support
@ 2026-06-23 10:03 syzbot ci
  0 siblings, 0 replies; 5+ messages in thread
From: syzbot ci @ 2026-06-23 10:03 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v18] vfio/pci: Add PCIe TPH support
https://lore.kernel.org/all/20260623085048.51139-1-fengchengwen@huawei.com
* [PATCH RESEND v18 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
* [PATCH RESEND v18 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
* [PATCH RESEND v18 03/12] PCI/TPH: Cache TPH requester capability at probe time
* [PATCH RESEND v18 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
* [PATCH RESEND v18 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
* [PATCH RESEND v18 06/12] PCI/TPH: Expose the enabled TPH requester type
* [PATCH RESEND v18 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
* [PATCH RESEND v18 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
* [PATCH RESEND v18 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
* [PATCH RESEND v18 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
* [PATCH RESEND v18 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
* [PATCH RESEND v18 12/12] vfio/pci: Virtualize PCIe TPH capability registers

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/fe257025-9d11-4417-9798-9e23f70bc41f

***

kernel build error

tree:      linux-next
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
base:      948efecf22e49aa4bf55bb73ec79a0ddcfd38571
arch:      amd64
compiler:  Debian clang version 22.1.6 (++20260514074242+fc4aad7b5db3-1~exp1~20260514074407.73), Debian LLD 22.1.6
config:    https://ci.syzbot.org/builds/39491be3-5f60-420a-b50f-6ad3105087ea/config

drivers/vfio/pci/vfio_pci_config.c:1175:9: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[alex@shazbot.org fengchengwen@huawei.com helgaas@kernel.org jgg@ziepe.ca kvm@vger.kernel.org linux-pci@vger.kernel.org liuyonglong@huawei.com wangyushan12@huawei.com wangzhou1@hisilicon.com wathsala.vithanage@arm.com wei.huang2@amd.com zhipingz@meta.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-23 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 10:03 [moderation/CI] Re: vfio/pci: Add PCIe TPH support syzbot ci
  -- strict thread matches above, loose matches on Subject: below --
2026-06-22  9:17 syzbot ci
2026-06-16 11:53 syzbot ci
2026-06-04 14:47 syzbot ci
2026-05-26  5:05 syzbot ci

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.