Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #79391 > unrolled thread

Bug#1038754: random hangs during boot inside qemu

Started byJohannes Schauer Marin Rodrigues <josch@debian.org>
First post2023-06-20 23:40 +0200
Last post2023-06-22 07:50 +0200
Articles 6 — 4 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#1038754: random hangs during boot inside qemu Johannes Schauer Marin Rodrigues <josch@debian.org> - 2023-06-20 23:40 +0200
    Processed: Re: Bug#1038754: random hangs during boot inside qemu "Debian Bug Tracking System" <owner@bugs.debian.org> - 2023-06-22 06:30 +0200
    Bug#1038754: random hangs during boot inside qemu Ben Hutchings <ben@decadent.org.uk> - 2023-06-22 06:30 +0200
      Bug#1038754: random hangs during boot inside qemu Johannes Schauer Marin Rodrigues <josch@debian.org> - 2023-06-22 07:50 +0200
      Bug#1038754: random hangs during boot inside qemu Diederik de Haas <didi.debian@cknow.org> - 2023-06-22 12:50 +0200
    Processed: Re: Bug#1038754: random hangs during boot inside qemu "Debian Bug Tracking System" <owner@bugs.debian.org> - 2023-06-22 07:50 +0200

#79391 — Bug#1038754: random hangs during boot inside qemu

FromJohannes Schauer Marin Rodrigues <josch@debian.org>
Date2023-06-20 23:40 +0200
SubjectBug#1038754: random hangs during boot inside qemu
Message-ID<GIReV-hl5I-1@gated-at.bofh.it>
Source: linux
Severity: normal
Tags: patch

Hi,

the jenkins job of my package mmdebstrap spawns ~260 qemu virtual
machines on amd64 to run the test cases in. For about a week now I'm
seeing random (about every ~300) hangs during boot. The effect can be
seen in these logs:

 - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/311/consoleText
 - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/313/consoleText
 - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/314/consoleText

Ctrl+F the logs for "qemu-system-x86_64: terminating on signal 15 from
pid XXX (timeout)".

On #debian-devel, f_g suggested that this is a fixed problem:

https://lore.kernel.org/stable/c4724b40-89f6-5aa7-720d-c4a4af57cf45@amazon.com/#r
https://lore.kernel.org/all/5a56290d-806e-b9a5-f37c-f21958b5a8c0@grsecurity.net
https://lore.kernel.org/stable/20230615091830.RxMV2xf_@linutronix.de/

Is there a chance to see a stable update with
e9523a0d81899361214d118ad60ef76f0e92f71d applied?

Thanks!

cheers, josch

[toc] | [next] | [standalone]


#79401 — Processed: Re: Bug#1038754: random hangs during boot inside qemu

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2023-06-22 06:30 +0200
SubjectProcessed: Re: Bug#1038754: random hangs during boot inside qemu
Message-ID<GJk7f-2gM-7@gated-at.bofh.it>
In reply to#79391
Processing control commands:

> tag -1 upstream
Bug #1038754 [src:linux] random hangs during boot inside qemu
Added tag(s) upstream.

-- 
1038754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038754
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#79402

FromBen Hutchings <ben@decadent.org.uk>
Date2023-06-22 06:30 +0200
Message-ID<GJk7f-2gM-5@gated-at.bofh.it>
In reply to#79391

[Multipart message — attachments visible in raw view] — view raw

Control: tag -1 upstream

On Tue, 2023-06-20 at 23:36 +0200, Johannes Schauer Marin Rodrigues
wrote:
> Source: linux
> Severity: normal
> Tags: patch
> 

Which version are you using - is it 6.3.7-1 from unstable?

> Hi,
> 
> the jenkins job of my package mmdebstrap spawns ~260 qemu virtual
> machines on amd64 to run the test cases in. For about a week now I'm
> seeing random (about every ~300) hangs during boot. The effect can be
> seen in these logs:
> 
>  - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/311/consoleText
>  - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/313/consoleText
>  - https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/314/consoleText
> 
> Ctrl+F the logs for "qemu-system-x86_64: terminating on signal 15 from
> pid XXX (timeout)".
> 
> On #debian-devel, f_g suggested that this is a fixed problem:
> 
> https://lore.kernel.org/stable/c4724b40-89f6-5aa7-720d-c4a4af57cf45@amazon.com/#r
> https://lore.kernel.org/all/5a56290d-806e-b9a5-f37c-f21958b5a8c0@grsecurity.net
> https://lore.kernel.org/stable/20230615091830.RxMV2xf_@linutronix.de/
> 
> Is there a chance to see a stable update with
> e9523a0d81899361214d118ad60ef76f0e92f71d applied?

That's the *breaking* change, not the fix.

The fix would seem to be
<https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=13bb06f8dd42071cb9a49f6e21099eea05d4b856>
but that hasn't even reached mainline yet.

Ben.

-- 
Ben Hutchings
All the simple programs have been written, and all the good names taken

[toc] | [prev] | [next] | [standalone]


#79404

FromJohannes Schauer Marin Rodrigues <josch@debian.org>
Date2023-06-22 07:50 +0200
Message-ID<GJlmF-2VI-1@gated-at.bofh.it>
In reply to#79402

[Multipart message — attachments visible in raw view] — view raw

Control: found -1 6.1.27-1

Quoting Ben Hutchings (2023-06-22 06:16:24)
> Which version are you using - is it 6.3.7-1 from unstable?

I added a uname call to the jenkins job:

https://jenkins.debian.net/job/mmdebstrap-jenkins-worker/316/consoleText

Linux osuosl3-amd64 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux

The problems started happening once Holger updated jenkins to run bookworm. So
if this is indeed a kernel problem (as opposed to a qemu problem), then it's a
stable kernel problem.

> > Is there a chance to see a stable update with
> > e9523a0d81899361214d118ad60ef76f0e92f71d applied?
> 
> That's the *breaking* change, not the fix.

See, this is why I write to you instead of starting to randomly patch things
myself. :)

> The fix would seem to be
> <https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=13bb06f8dd42071cb9a49f6e21099eea05d4b856>
> but that hasn't even reached mainline yet.

Thank you for looking into this!

cheers, josch

[toc] | [prev] | [next] | [standalone]


#79405

FromDiederik de Haas <didi.debian@cknow.org>
Date2023-06-22 12:50 +0200
Message-ID<GJq2Z-5Jm-1@gated-at.bofh.it>
In reply to#79402
On 22 June 2023 06:16:24 CEST, Ben Hutchings <ben@decadent.org.uk> wrote:
>> Is there a chance to see a stable update with
>> e9523a0d81899361214d118ad60ef76f0e92f71d applied?
>
>That's the *breaking* change, not the fix.
>
>The fix would seem to be
><https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=13bb06f8dd42071cb9a49f6e21099eea05d4b856>
>but that hasn't even reached mainline yet.

It now has been merged in Linus' tree:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dad9774deaf1cf8e8f7483310dfb2690310193d2

[toc] | [prev] | [next] | [standalone]


#79403 — Processed: Re: Bug#1038754: random hangs during boot inside qemu

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2023-06-22 07:50 +0200
SubjectProcessed: Re: Bug#1038754: random hangs during boot inside qemu
Message-ID<GJlmF-2VI-7@gated-at.bofh.it>
In reply to#79391
Processing control commands:

> found -1 6.1.27-1
Bug #1038754 [src:linux] random hangs during boot inside qemu
Marked as found in versions linux/6.1.27-1.

-- 
1038754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038754
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web