Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #75707 > unrolled thread
| Started by | Thorsten Leemhuis <regressions@leemhuis.info> |
|---|---|
| First post | 2022-06-21 12:20 +0200 |
| Last post | 2022-08-15 15:30 +0200 |
| Articles | 4 — 1 participant |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: virtio_balloon regression in 5.19-rc3 Thorsten Leemhuis <regressions@leemhuis.info> - 2022-06-21 12:20 +0200
Re: virtio_balloon regression in 5.19-rc3 #forregzbot Thorsten Leemhuis <regressions@leemhuis.info> - 2022-07-04 12:00 +0200
Re: virtio_balloon regression in 5.19-rc3 #forregzbot Thorsten Leemhuis <regressions@leemhuis.info> - 2022-07-10 10:30 +0200
Re: virtio_balloon regression in 5.19-rc3 #forregzbot Thorsten Leemhuis <regressions@leemhuis.info> - 2022-08-15 15:30 +0200
| From | Thorsten Leemhuis <regressions@leemhuis.info> |
|---|---|
| Date | 2022-06-21 12:20 +0200 |
| Subject | Re: virtio_balloon regression in 5.19-rc3 |
| Message-ID | <EAJ9f-6fer-5@gated-at.bofh.it> |
[TLDR: I'm adding this regression report to the list of tracked regressions; all text from me you find below is based on a few templates paragraphs you might have encountered already already in similar form.] On 20.06.22 20:49, Ben Hutchings wrote: > I've tested a 5.19-rc3 kernel on top of QEMU/KVM with machine type > pc-q35-5.2. It has a virtio balloon device defined in libvirt as: > > <memballoon model="virtio"> > <address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/> > </memballoon> > > but the virtio_balloon driver fails to bind to it: > > virtio_balloon virtio4: init_vqs: add stat_vq failed > virtio_balloon: probe of virtio4 failed with error -5 > > On a 5.18 kernel with similar configuration, it binds successfully. > > I've attached the kernel config for 5.19-rc3. CCing the regression mailing list, as it should be in the loop for all regressions, as explained here: https://www.kernel.org/doc/html/latest/admin-guide/reporting-issues.html Thanks for the report. To be sure below issue doesn't fall through the cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression tracking bot: #regzbot ^introduced v5.18..v5.19-rc3 #regzbot ignore-activity This isn't a regression? This issue or a fix for it are already discussed somewhere else? It was fixed already? You want to clarify when the regression started to happen? Or point out I got the title or something else totally wrong? Then just reply -- ideally with also telling regzbot about it, as explained here: https://linux-regtracking.leemhuis.info/tracked-regression/ Reminder for developers: When fixing the issue, add 'Link:' tags pointing to the report (the mail this one replies to), as explained for in the Linux kernel's documentation; above webpage explains why this is important for tracked regressions. Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) P.S.: As the Linux kernel's regression tracker I deal with a lot of reports and sometimes miss something important when writing mails like this. If that's the case here, don't hesitate to tell me in a public reply, it's in everyone's interest to set the public record straight.
[toc] | [next] | [standalone]
| From | Thorsten Leemhuis <regressions@leemhuis.info> |
|---|---|
| Date | 2022-07-04 12:00 +0200 |
| Subject | Re: virtio_balloon regression in 5.19-rc3 #forregzbot |
| Message-ID | <EFr24-93qM-7@gated-at.bofh.it> |
| In reply to | #75707 |
TWIMC: this mail is primarily send for documentation purposes and for regzbot, my Linux kernel regression tracking bot. These mails usually contain '#forregzbot' in the subject, to make them easy to spot and filter. On 21.06.22 11:35, Thorsten Leemhuis wrote: > [TLDR: I'm adding this regression report to the list of tracked > regressions; all text from me you find below is based on a few templates > paragraphs you might have encountered already already in similar form.] > > On 20.06.22 20:49, Ben Hutchings wrote: >> I've tested a 5.19-rc3 kernel on top of QEMU/KVM with machine type >> pc-q35-5.2. It has a virtio balloon device defined in libvirt as: >> >> <memballoon model="virtio"> >> <address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/> >> </memballoon> >> >> but the virtio_balloon driver fails to bind to it: >> >> virtio_balloon virtio4: init_vqs: add stat_vq failed >> virtio_balloon: probe of virtio4 failed with error -5 >> > [...] > #regzbot ^introduced v5.18..v5.19-rc3 > #regzbot ignore-activity #regzbot introduced 8b4ec69d7e09 #regzbot monitor https://lore.kernel.org/all/20220622012940.21441-1-jasowang@redhat.com/
[toc] | [prev] | [next] | [standalone]
| From | Thorsten Leemhuis <regressions@leemhuis.info> |
|---|---|
| Date | 2022-07-10 10:30 +0200 |
| Subject | Re: virtio_balloon regression in 5.19-rc3 #forregzbot |
| Message-ID | <EHAud-anB0-5@gated-at.bofh.it> |
| In reply to | #75833 |
On 04.07.22 11:40, Thorsten Leemhuis wrote: > TWIMC: this mail is primarily send for documentation purposes and for > regzbot, my Linux kernel regression tracking bot. These mails usually > contain '#forregzbot' in the subject, to make them easy to spot and filter. > > On 21.06.22 11:35, Thorsten Leemhuis wrote: >> [TLDR: I'm adding this regression report to the list of tracked >> regressions; all text from me you find below is based on a few templates >> paragraphs you might have encountered already already in similar form.] >> >> On 20.06.22 20:49, Ben Hutchings wrote: >>> I've tested a 5.19-rc3 kernel on top of QEMU/KVM with machine type >>> pc-q35-5.2. It has a virtio balloon device defined in libvirt as: >>> >>> <memballoon model="virtio"> >>> <address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/> >>> </memballoon> >>> >>> but the virtio_balloon driver fails to bind to it: >>> >>> virtio_balloon virtio4: init_vqs: add stat_vq failed >>> virtio_balloon: probe of virtio4 failed with error -5 >>> >> [...] >> #regzbot ^introduced v5.18..v5.19-rc3 >> #regzbot ignore-activity > > #regzbot introduced 8b4ec69d7e09 > #regzbot monitor > https://lore.kernel.org/all/20220622012940.21441-1-jasowang@redhat.com/ #regzbot fixed-by: 6a9720576c #regzbot ignore-activity For details see: https://lore.kernel.org/all/CACGkMEu8EECPamY__OqQNf7iuKU7nho_-mij2zWULfV2rV+d7A@mail.gmail.com/ Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) P.S.: As the Linux kernel's regression tracker I deal with a lot of reports and sometimes miss something important when writing mails like this. If that's the case here, don't hesitate to tell me in a public reply, it's in everyone's interest to set the public record straight.
[toc] | [prev] | [next] | [standalone]
| From | Thorsten Leemhuis <regressions@leemhuis.info> |
|---|---|
| Date | 2022-08-15 15:30 +0200 |
| Subject | Re: virtio_balloon regression in 5.19-rc3 #forregzbot |
| Message-ID | <EUIkh-KHq-3@gated-at.bofh.it> |
| In reply to | #75883 |
On 10.07.22 10:06, Thorsten Leemhuis wrote: > On 04.07.22 11:40, Thorsten Leemhuis wrote: >> TWIMC: this mail is primarily send for documentation purposes and for >> regzbot, my Linux kernel regression tracking bot. These mails usually >> contain '#forregzbot' in the subject, to make them easy to spot and filter. >> >> On 21.06.22 11:35, Thorsten Leemhuis wrote: >>> On 20.06.22 20:49, Ben Hutchings wrote: >>>> I've tested a 5.19-rc3 kernel on top of QEMU/KVM with machine type >>>> pc-q35-5.2. It has a virtio balloon device defined in libvirt as: >>>> >>>> <memballoon model="virtio"> >>>> <address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/> >>>> </memballoon> >>>> >>>> but the virtio_balloon driver fails to bind to it: >>>> >>>> virtio_balloon virtio4: init_vqs: add stat_vq failed >>>> virtio_balloon: probe of virtio4 failed with error -5 >>>> >>> [...] >>> #regzbot ^introduced v5.18..v5.19-rc3 >>> #regzbot ignore-activity >> >> #regzbot introduced 8b4ec69d7e09 >> #regzbot monitor >> https://lore.kernel.org/all/20220622012940.21441-1-jasowang@redhat.com/ > > #regzbot fixed-by: 6a9720576c > #regzbot ignore-activity For the record: the fix was merged through a different branch and thus got a different commit id: #regzbot fixed-by: ebe797f25f68f28581f46a9cb9c1997ac15c39a0
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web