lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87wmk36u68.fsf@jogness.linutronix.de>
Date: Mon, 26 Aug 2024 20:06:31 +0206
From: John Ogness <john.ogness@...utronix.de>
To: debarbos@...hat.com
Cc: Petr Mladek <pmladek@...e.com>, pmaldek@...e.com, williams@...hat.com,
 tglx@...utronix.de, linux-rt-users@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: test 1: was: Re: A Comparison of printk between upstream and
 linux-rt-devel

On 2024-08-26, Derek Barbosa <debarbos@...hat.com> wrote:
> This is not running in QEMU. I installed & booted this kernel directly.
> Considering that this produced a vmcore, I could try my hand at doing a crash
> analysis (with some pointers).

That would be nice. It would be interesting to see if the trace is in
the ringbuffer. If not, it probably means the system is hanging in the
console driver while trying to print out the messages synchronously.

> Do you think running this kernel in QEMU would behave any differently
> than it is now?

Until now, I have never needed bare metal to debug/fix printk issues for
serial. This is because the 8250 UART is so simple and QEMU emulation of
it is good enough.

Of course, this is one (of many) reasons why I am very grateful that you
are running all these tests on bare metal! Thanks for this!

_If_ the problems are reproducible using QEMU/KVM, it would be really
easy to dig deeper. Even if it is just to confirm, "Oh yeah, we know
about that problem... not fixable with legacy printing." But sometimes
we see that it is an easily fixable problem to at least help improve the
reliability of legacy printing.

John

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ