* qemu-i386 boot failed on mainline master - no console output
@ 2025-04-02 8:44 Naresh Kamboju
2025-04-02 8:54 ` Naresh Kamboju
0 siblings, 1 reply; 4+ messages in thread
From: Naresh Kamboju @ 2025-04-02 8:44 UTC (permalink / raw)
To: open list, X86 ML, linux-mm, lkft-triage, Linux Regressions
Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Vinod Koul,
Andrew Morton, Arnd Bergmann, Dan Carpenter, Anders Roxell
Regressions on qemu-i386 devices boot tests failed with defconfig on
the mainline master no console output.
First seen on the char-misc-6.15-rc1 merge 25601e85441d ("Merge tag
'char-misc-6.15-rc1' of...)
Good: [08733088b566b58283f0f12fb73f5db6a9a9de30] Merge tag
'rust-fixes-6.15-merge'
Bad: [91e5bfe317d8f8471fbaa3e70cf66cae1314a516] Merge tag 'dmaengine-6.15-rc1'
* qemu-i386
- boot
Regression Analysis:
- New regression? Yes
- Reproducibility? Yes
Test regression: qemu-i386 boot failed on mainline master
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Anders bisected this to,
# first bad commit:
[eb0ece16027f8223d5dc9aaf90124f70577bd22a]
Merge tag 'mm-stable-2025-03-30-16-52' of
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
## Test log
<No console output.>
## Source
* Kernel version: 6.14.0
* Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
* Git sha: 91e5bfe317d8f8471fbaa3e70cf66cae1314a516
* Git describe: v6.14-12245-g91e5bfe317d8
## Test
* Test log: https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/anders/tests/2vAGjk1bqJ8kqDGEyo2jXerYOcR/logs?format=txt
* Build link: https://storage.tuxsuite.com/public/linaro/anders/builds/2vAGjX8EjBsjTTOgIxZswnitDbF/
* Kernel config:
https://storage.tuxsuite.com/public/linaro/anders/builds/2vAGjX8EjBsjTTOgIxZswnitDbF/config
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: qemu-i386 boot failed on mainline master - no console output 2025-04-02 8:44 qemu-i386 boot failed on mainline master - no console output Naresh Kamboju @ 2025-04-02 8:54 ` Naresh Kamboju 2025-04-02 11:26 ` Greg Kroah-Hartman 0 siblings, 1 reply; 4+ messages in thread From: Naresh Kamboju @ 2025-04-02 8:54 UTC (permalink / raw) To: open list, X86 ML, linux-mm, lkft-triage, Linux Regressions Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Vinod Koul, Andrew Morton, Arnd Bergmann, Dan Carpenter, Anders Roxell, Greg Kroah-Hartman, Linus Torvalds + Linus + Greg KH On Wed, 2 Apr 2025 at 14:14, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > Regressions on qemu-i386 devices boot tests failed with defconfig on > the mainline master no console output. > The qemu-i386 boot failed with no console output and is still happening on the latest mainline master branch. > First seen on the char-misc-6.15-rc1 merge 25601e85441d ("Merge tag > 'char-misc-6.15-rc1' of...) > Good: [08733088b566b58283f0f12fb73f5db6a9a9de30] Merge tag > 'rust-fixes-6.15-merge' > Bad: [91e5bfe317d8f8471fbaa3e70cf66cae1314a516] Merge tag 'dmaengine-6.15-rc1' > > * qemu-i386 > - boot > > Regression Analysis: > - New regression? Yes > - Reproducibility? Yes > > Test regression: qemu-i386 boot failed on mainline master > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > > Anders bisected this to, > # first bad commit: > [eb0ece16027f8223d5dc9aaf90124f70577bd22a] > Merge tag 'mm-stable-2025-03-30-16-52' of > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > ## Test log > <No console output.> > > ## Source > * Kernel version: 6.14.0 > * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > * Git sha: 91e5bfe317d8f8471fbaa3e70cf66cae1314a516 > * Git describe: v6.14-12245-g91e5bfe317d8 > > ## Test > * Test log: https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/anders/tests/2vAGjk1bqJ8kqDGEyo2jXerYOcR/logs?format=txt > * Build link: https://storage.tuxsuite.com/public/linaro/anders/builds/2vAGjX8EjBsjTTOgIxZswnitDbF/ > * Kernel config: > https://storage.tuxsuite.com/public/linaro/anders/builds/2vAGjX8EjBsjTTOgIxZswnitDbF/config > > -- > Linaro LKFT > https://lkft.linaro.org ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: qemu-i386 boot failed on mainline master - no console output 2025-04-02 8:54 ` Naresh Kamboju @ 2025-04-02 11:26 ` Greg Kroah-Hartman 2025-04-09 14:31 ` Naresh Kamboju 0 siblings, 1 reply; 4+ messages in thread From: Greg Kroah-Hartman @ 2025-04-02 11:26 UTC (permalink / raw) To: Naresh Kamboju Cc: open list, X86 ML, linux-mm, lkft-triage, Linux Regressions, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Vinod Koul, Andrew Morton, Arnd Bergmann, Dan Carpenter, Anders Roxell, Linus Torvalds On Wed, Apr 02, 2025 at 02:24:53PM +0530, Naresh Kamboju wrote: > + Linus > + Greg KH > > On Wed, 2 Apr 2025 at 14:14, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > > > Regressions on qemu-i386 devices boot tests failed with defconfig on > > the mainline master no console output. > > > > The qemu-i386 boot failed with no console output and is still happening on > the latest mainline master branch. > > > First seen on the char-misc-6.15-rc1 merge 25601e85441d ("Merge tag > > 'char-misc-6.15-rc1' of...) > > Good: [08733088b566b58283f0f12fb73f5db6a9a9de30] Merge tag > > 'rust-fixes-6.15-merge' > > Bad: [91e5bfe317d8f8471fbaa3e70cf66cae1314a516] Merge tag 'dmaengine-6.15-rc1' > > > > * qemu-i386 > > - boot > > > > Regression Analysis: > > - New regression? Yes > > - Reproducibility? Yes > > > > Test regression: qemu-i386 boot failed on mainline master > > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > > > > Anders bisected this to, > > # first bad commit: > > [eb0ece16027f8223d5dc9aaf90124f70577bd22a] > > Merge tag 'mm-stable-2025-03-30-16-52' of > > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm But this is bisected to the mm merge, not the char-misc merge, right? And is this just on i386? Nothing arch-specific in the char-misc merge that I can see, so I would place bets on mm doing something accidentally on 32bit systems. thanks, greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: qemu-i386 boot failed on mainline master - no console output 2025-04-02 11:26 ` Greg Kroah-Hartman @ 2025-04-09 14:31 ` Naresh Kamboju 0 siblings, 0 replies; 4+ messages in thread From: Naresh Kamboju @ 2025-04-09 14:31 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: open list, X86 ML, linux-mm, lkft-triage, Linux Regressions, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Vinod Koul, Andrew Morton, Arnd Bergmann, Dan Carpenter, Anders Roxell, Linus Torvalds On Wed, 2 Apr 2025 at 16:57, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > On Wed, Apr 02, 2025 at 02:24:53PM +0530, Naresh Kamboju wrote: > > + Linus > > + Greg KH > > > > On Wed, 2 Apr 2025 at 14:14, Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > > > > > > Regressions on qemu-i386 devices boot tests failed with defconfig on > > > the mainline master no console output. > > > > > > > The qemu-i386 boot failed with no console output and is still happening on > > the latest mainline master branch. > > > > > First seen on the char-misc-6.15-rc1 merge 25601e85441d ("Merge tag > > > 'char-misc-6.15-rc1' of...) > > > Good: [08733088b566b58283f0f12fb73f5db6a9a9de30] Merge tag > > > 'rust-fixes-6.15-merge' > > > Bad: [91e5bfe317d8f8471fbaa3e70cf66cae1314a516] Merge tag 'dmaengine-6.15-rc1' > > > > > > * qemu-i386 > > > - boot > > > > > > Regression Analysis: > > > - New regression? Yes > > > - Reproducibility? Yes > > > > > > Test regression: qemu-i386 boot failed on mainline master > > > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> > > > > > > Anders bisected this to, > > > # first bad commit: > > > [eb0ece16027f8223d5dc9aaf90124f70577bd22a] > > > Merge tag 'mm-stable-2025-03-30-16-52' of > > > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > But this is bisected to the mm merge, not the char-misc merge, right? > > And is this just on i386? Nothing arch-specific in the char-misc merge > that I can see, so I would place bets on mm doing something accidentally > on 32bit systems. The qemu-i386 boot pass with the latest mainline kernel with clang-nightly and gcc-13. Linux version 6.15.0-rc1 (tuxmake@tuxmake) (Debian clang version 21.0.0 (++20250402105505+c57b9c233a87-1~exp1~20250402225526.1363), Debian LLD 21.0.0) #1 SMP PREEMPT_DYNAMIC @1743981563 Links: - https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/naresh/tests/2vUkJBr5vV419fzcTFDkOmiIkax - https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/naresh/tests/2vUk3KcyEleDxVppDpZ1jeSIx0j - Naresh > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-09 14:31 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2025-04-02 8:44 qemu-i386 boot failed on mainline master - no console output Naresh Kamboju 2025-04-02 8:54 ` Naresh Kamboju 2025-04-02 11:26 ` Greg Kroah-Hartman 2025-04-09 14:31 ` Naresh Kamboju
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox