У меня есть сетевой контроллер Ethernet 5d:00.0: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller (rev 01) на HP DL380G10. После свежей установки Proxmox 8.1 появилась такая ошибка. Я попытался обновить ядро до версии 6.5.11-7-pve с помощью apt, но ошибка сохраняется:
```
[ 5.123860] ================================================================================
[ 5.123862] UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:13
[ 5.123865] shift exponent 64 is too large for 64-bit type 'long unsigned int'
[ 5.123867] CPU: 60 PID: 935 Comm: (udev-worker) Tainted: P O 6.5.11-7-pve #1
[ 5.123871] Hardware name: HPE ProLiant DL380 Gen10/ProLiant DL380 Gen10, BIOS U30 07/20/2023
[ 5.123872] Call Trace:
[ 5.123875] <TASK>
[ 5.123878] dump_stack_lvl+0x48/0x70
[ 5.123892] dump_stack+0x10/0x20
[ 5.123894] ...
[ 5.124656] ================================================================================
[ 5.125035] bnxt_en 0000:5d:00.0: QPLIB: cmdq[0xe]=0x3 status 0x3
[ 5.125042] bnxt_en 0000:5d:00.0 bnxt_re0: Failed to modify HW QP
[ 5.125045] infiniband bnxt_re0: Couldn't change QP1 state to INIT: -14
[ 5.125048] infiniband bnxt_re0: Couldn't start port
[ 5.125371] infiniband bnxt_re0: Couldn't open port 1
[ 5.125654] infiniband bnxt_re0: Device registered with IB successfully
```
Я скатил ядро до версии 6.2.16-20-pve, и ошибка пропала, так что проблема в ядре 6.5.11. Буду признателен за любую помощь!
```
[ 5.123860] ================================================================================
[ 5.123862] UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:13
[ 5.123865] shift exponent 64 is too large for 64-bit type 'long unsigned int'
[ 5.123867] CPU: 60 PID: 935 Comm: (udev-worker) Tainted: P O 6.5.11-7-pve #1
[ 5.123871] Hardware name: HPE ProLiant DL380 Gen10/ProLiant DL380 Gen10, BIOS U30 07/20/2023
[ 5.123872] Call Trace:
[ 5.123875] <TASK>
[ 5.123878] dump_stack_lvl+0x48/0x70
[ 5.123892] dump_stack+0x10/0x20
[ 5.123894] ...
[ 5.124656] ================================================================================
[ 5.125035] bnxt_en 0000:5d:00.0: QPLIB: cmdq[0xe]=0x3 status 0x3
[ 5.125042] bnxt_en 0000:5d:00.0 bnxt_re0: Failed to modify HW QP
[ 5.125045] infiniband bnxt_re0: Couldn't change QP1 state to INIT: -14
[ 5.125048] infiniband bnxt_re0: Couldn't start port
[ 5.125371] infiniband bnxt_re0: Couldn't open port 1
[ 5.125654] infiniband bnxt_re0: Device registered with IB successfully
```
Я скатил ядро до версии 6.2.16-20-pve, и ошибка пропала, так что проблема в ядре 6.5.11. Буду признателен за любую помощь!
