On 11/24/24 17:41, John David Anglin wrote:
On 2024-11-08 8:04 p.m., John David Anglin wrote:
[ 1.377745] printk: legacy bootconsole [pdc0] disabled
This warning has to do with switching consoles on v6.11.*:
[ 2.928681] printk: legacy console [ttyS0] enabled
[ 2.931997] printk: legacy bootconsole [pdc0] disabled
[ 2.936688] ------------[ cut here ]------------
[ 2.939833] WARNING: CPU: 0 PID: 1 at drivers/pci/devres.c:602 pcim_add_mapping_to_legacy_table+0x78/0xb0
/* The legacy mechanism doesn't allow for duplicate mappings. */
WARN_ON(legacy_iomap_table[bar]);
I know I saw this warning in the past, but not this time.
Just booted Debian kernel 6.11.9-1 (same as you) on my c8000.
I don't know if this is related but I need to enter a return to get past the ip_tables patching:
I had to press enter to get console login.
It's not critical.
Since I have no free time, I won't be able to analyze this soon.
Helge
[ 36.185386] x_tables alternatives: applied 0 out of 4 patches
x_tables alternatives: applied 0 out of 4 patches
[ 36.455891] ip_tables alternatives: applied 0 out of 6 patches
ip_tables alternatives: applied 0 out of 6 patches
[ 80.824767] systemd[1]: systemd 257~rc2-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK -SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 80.835893] systemd[1]: Detected architecture parisc64.
systemd[1]: systemd 257~rc2-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK -SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture parisc64.
Welcome to Debian GNU/Linux trixie/sid!
[ 80.914590] systemd[1]: Hostname set to <mx3210>.
The above boot was with "Linux mx3210 6.11.9-parisc64 #1 SMP Debian 6.11.9-1 (2024-11-17) parisc64 GNU/Linux".
I see the same thing with my builds.
Dave