* [moderation/CI] Re: Error recovery for vfio-pci devices on s390x
@ 2025-08-14 23:22 syzbot ci
0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2025-08-14 23:22 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v1] Error recovery for vfio-pci devices on s390x
https://lore.kernel.org/all/20250813170821.1115-1-alifm@linux.ibm.com
* [PATCH v1 1/6] s390/pci: Restore airq unconditionally for the zPCI device
* [PATCH v1 2/6] s390/pci: Update the logic for detecting passthrough device
* [PATCH v1 3/6] s390/pci: Store PCI error information for passthrough devices
* [PATCH v1 4/6] vfio-pci/zdev: Setup a zpci memory region for error information
* [PATCH v1 5/6] vfio-pci/zdev: Perform platform specific function reset for zPCI
* [PATCH v1 6/6] vfio: Allow error notification and recovery for ISM device
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/381ee9ac-99e2-4fb3-beb8-13bdd21fbe9b
***
kernel build error
tree: torvalds
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base: dfc0f6373094dd88e1eaf76c44f2ff01b65db851
arch: amd64
compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7
config: https://ci.syzbot.org/builds/070067a8-b021-418d-b5b8-5fe961b07ad6/config
ld.lld: error: duplicate symbol: vfio_pci_zdev_reset
***
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.
The email will later be sent to:
[alex.williamson@redhat.com alifm@linux.ibm.com kvm@vger.kernel.org linux-kernel@vger.kernel.org linux-s390@vger.kernel.org mjrosato@linux.ibm.com schnelle@linux.ibm.com]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 3+ messages in thread
* [moderation/CI] Re: Error recovery for vfio-pci devices on s390x
@ 2025-08-25 19:08 syzbot ci
0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2025-08-25 19:08 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v2] Error recovery for vfio-pci devices on s390x
https://lore.kernel.org/all/20250825171226.1602-1-alifm@linux.ibm.com
* [PATCH v2 1/9] PCI: Avoid restoring error values in config space
* [PATCH v2 2/9] PCI: Add additional checks for flr and pm reset
* [PATCH v2 3/9] PCI: Allow per function PCI slots for hypervisor isolated functions
* [PATCH v2 4/9] s390/pci: Restore airq unconditionally for the zPCI device
* [PATCH v2 5/9] s390/pci: Update the logic for detecting passthrough device
* [PATCH v2 6/9] s390/pci: Store PCI error information for passthrough devices
* [PATCH v2 7/9] vfio-pci/zdev: Add a device feature for error information
* [PATCH v2 8/9] vfio: Add a reset_done callback for vfio-pci driver
* [PATCH v2 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/8d8daca2-df04-4084-80a1-8dea50b26078
***
kernel build error
tree: torvalds
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base: 068a56e56fa81e42fc5f08dff34fab149bb60a09
arch: amd64
compiler: Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132), Debian LLD 20.1.7
config: https://ci.syzbot.org/builds/eadaff37-3f5e-4ae0-972f-5bbff4ce9baf/config
drivers/vfio/pci/vfio_pci_priv.h:108:1: error: expected identifier or '('
***
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.
The email will later be sent to:
[alex.williamson@redhat.com alifm@linux.ibm.com helgaas@kernel.org kvm@vger.kernel.org linux-kernel@vger.kernel.org linux-s390@vger.kernel.org mjrosato@linux.ibm.com schnelle@linux.ibm.com]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 3+ messages in thread
* [moderation/CI] Re: Error recovery for vfio-pci devices on s390x
@ 2025-09-11 19:15 syzbot ci
0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2025-09-11 19:15 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v3] Error recovery for vfio-pci devices on s390x
https://lore.kernel.org/all/20250911183307.1910-1-alifm@linux.ibm.com
* [PATCH v3 01/10] PCI: Avoid saving error values for config space
* [PATCH v3 02/10] PCI: Add additional checks for flr reset
* [PATCH v3 03/10] PCI: Allow per function PCI slots
* [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation
* [PATCH v3 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
* [PATCH v3 06/10] s390/pci: Update the logic for detecting passthrough device
* [PATCH v3 07/10] s390/pci: Store PCI error information for passthrough devices
* [PATCH v3 08/10] vfio-pci/zdev: Add a device feature for error information
* [PATCH v3 09/10] vfio: Add a reset_done callback for vfio-pci driver
* [PATCH v3 10/10] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/3eb74c21-a02b-4403-8f7c-df336466361a
***
kernel build error
tree: kvm-next
URL: https://kernel.googlesource.com/pub/scm/virt/kvm/kvm/
base: a6ad54137af92535cfe32e19e5f3bc1bb7dbd383
arch: amd64
compiler: Debian clang version 20.1.8 (++20250708063551+0c9f909b7976-1~exp1~20250708183702.136), Debian LLD 20.1.8
config: https://ci.syzbot.org/builds/e8d6c5f8-5227-41fb-a3f8-8058ff9719a5/config
drivers/vfio/pci/vfio_pci_priv.h:108:1: error: expected identifier or '('
***
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.
The email will later be sent to:
[alex.williamson@redhat.com alifm@linux.ibm.com helgaas@kernel.org kvm@vger.kernel.org linux-kernel@vger.kernel.org linux-pci@vger.kernel.org linux-s390@vger.kernel.org mjrosato@linux.ibm.com schnelle@linux.ibm.com]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-11 19:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 19:08 [moderation/CI] Re: Error recovery for vfio-pci devices on s390x syzbot ci
-- strict thread matches above, loose matches on Subject: below --
2025-09-11 19:15 syzbot ci
2025-08-14 23:22 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.