Bug 214945 - PCI-E serial card works only with "noapic" - Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
Summary: PCI-E serial card works only with "noapic" - Intel(R) Xeon(R) CPU E5-2650 v4 ...
Status: NEEDINFO
Alias: None
Product: ACPI
Classification: Unclassified
Component: Config-Interrupts (show other bugs)
Hardware: Intel Linux
: P1 high
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-04 14:30 UTC by Tom
Modified: 2022-06-21 09:41 UTC (History)
1 user (show)

See Also:
Kernel Version: 5.10.77
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmesg (86.82 KB, text/plain)
2021-11-04 14:30 UTC, Tom
Details
interrupts with apic on (20.94 KB, text/plain)
2021-11-04 14:31 UTC, Tom
Details
interrupts with apic off (20.71 KB, text/plain)
2021-11-04 14:32 UTC, Tom
Details
lspci -vvv (166.49 KB, text/plain)
2021-11-04 14:33 UTC, Tom
Details
/sys/firmware/acpi/interrupts/* (5.26 KB, text/plain)
2021-11-04 14:34 UTC, Tom
Details
5.10.77 kernel config (230.09 KB, application/xml)
2021-11-04 14:34 UTC, Tom
Details

Description Tom 2021-11-04 14:30:49 UTC
Created attachment 299443 [details]
dmesg

After upgrading the kernel to version 5.10.77, the PCI-E serial card stopped working. The card driver (mxupcie) builds and loads correctly, but it is not possible to transmit data between the card ports (/dev/ttyXX). We found that adding the "noapic" boot argument solves the problem.
The above problem only applies to HPE Proliant DL120 Gen9 servers, because the same card with the same linux version works fine in another machine.
The problem is not card driver dependent as we tested cards from two different vendors (MOXA and StarTech) and they both behave exactly the same.
It is also not a problem with the HPE server itself, as the same cards worked fine on it but with the older kernel version (4.9.258).
Of course, we did not change the configuration of the HPE server (nor BIOS or Firmware upgrade).
Comment 1 Tom 2021-11-04 14:31:57 UTC
Created attachment 299445 [details]
interrupts with apic on
Comment 2 Tom 2021-11-04 14:32:45 UTC
Created attachment 299447 [details]
interrupts with apic off
Comment 3 Tom 2021-11-04 14:33:18 UTC
Created attachment 299449 [details]
lspci -vvv
Comment 4 Tom 2021-11-04 14:34:13 UTC
Created attachment 299451 [details]
/sys/firmware/acpi/interrupts/*
Comment 5 Tom 2021-11-04 14:34:48 UTC
Created attachment 299453 [details]
5.10.77 kernel config
Comment 6 Zhang Rui 2022-06-21 09:41:44 UTC
what is the kernel version that it used to work?

The most efficient way is to do git bisect to find out which commit introduces the problem.

Note You need to log in before you can comment on or make changes to this bug.