[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lost serial characters on boot
- To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Fri, 17 Oct 2025 18:09:54 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YdvUAmZ5liJAv7L7Vr9Ost9+syXmp1Vx/zvaiMjLIxk=; b=OEKaTNqSV+9pALmx0qEopnTbX+mpq07ummvM5gPxpexumyRBQ0/UusaFr01WlygGpWCYtPqo1Kr1ukyew2aW+TZbuqJ8WzuaCKHlt2HOodaQtlmxcIQhkzPK+X4HREVDRrSnQzqnIxGMwSZ4fqwJY9VU4PEgZS+ebZ/YNwgKeoNHgcXT7Z96zjoGhvVHxTJ2S2dixu2utSDUZqYfjpfHA5WqWd9p9WkhjXogpijL1IQ5taXagpRYCjLOZ8JowHU15fY0cLx439VvtDf0otljg/T3E+6MUgxsTISIyDMzMfMOvV/p7FVap5at5207Wn2ZhZDi4nnud34b633UTmfP3w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=udQgi49fgTh+MuaJxVBY0e2WwILeJ/31tHOSaaA9RjckCANv5wIsSCJyE+LOKYGZ7tkpq6tZv7Fu+3xTu4GudiOEgBnMjjuvOauZrjEKkZQqrok7FKJtfNwDZrSGSW1m/PY4swBWOmR7wHB3ZznmPbe+t+CEnFTj/DUYSlSMQ9gtcj+FG9V3r3/pagy7xOqgg+KiYT+JNorJ0nQ+P9ctjyGhpCbSeZ94Bqhmrsaa0czrzBcU/kBoL1DG1OciHdET4AToHMBwEx4Hmv3zfrLUVIATCc18nbwW57bpS81CurNidHDItfhHclWAhfiK2Au3G+FUET0zCoxq0MLX/diICQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Denis Mukhin <dmkhn@xxxxxxxxx>
- Delivery-date: Fri, 17 Oct 2025 17:10:18 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
I think we've got a bug with the serial console. I'm reliably loosing a
small part of the boot message. e.g.:
(XEN) Latest ChangeSet: Fri Oct 17 17:24:59 2025 git:5e79cfcd2100
(XEN) build-id: d1536ff6698b3e3ba307d551abf
Family 25 (0x19 Stepping 1 (raw 00a00f11)
(XEN) BSP microcode revision: 0x0a001137
whereas from xl dmesg after the system boots, we see things correctly:
(XEN) Latest ChangeSet: Fri Oct 17 17:24:59 2025 git:5e79cfcd2100
(XEN) build-id: d1536ff6698b3b8968e883fc39e3ba307d551abf
(XEN) CPU Vendor: AMD, Family 25 (0x19), Model 1 (0x1), Stepping 1 (raw
00a00f11)
(XEN) BSP microcode revision: 0x0a001137
The lost bit of text differs even when rebooting the same Xen binary,
but it's always around this area, very early on boot.
I've been seeing this for a little while, but one of my common dev
machines is showing it fairly reliably at the moment.
Checking a transcript of the terminal, we're missing characters, rather
than having additional control characters causing the corruption.
I suppose I need to stare at console_init_preirq() some more, but if
anyone has ideas, I'm all ears.
~Andrew
|