Anyone having those issue? It appear in 7.2, the UBSAN: array-index-out-of-bounds in drivers/scsi/megaraid/megaraid_sas_fp.c appear few times during loading. the following is just 1 example.
[ 2.708175] ================================================================================
[ 2.708184] UBSAN: array-index-out-of-bounds in drivers/scsi/megaraid/megaraid_sas_fp.c:103:32
[ 2.708190] index 1 is out of range for type 'MR_LD_SPAN_MAP [1]'
[ 2.708194] CPU: 0 PID: 257 Comm: kworker/0:2 Not tainted 5.15.35-1-pve #1
[ 2.708197] Hardware name: Huawei Technologies Co., Ltd. RH2288H V2-12L/BC11SRSG1, BIOS RMIBV520 07/10/2019
[ 2.708198] Workqueue: events work_for_cpu_fn
[ 2.708212] Call Trace:
[ 2.708216] <TASK>
[ 2.708217] dump_stack_lvl+0x4a/0x5f
[ 2.708225] dump_stack+0x10/0x12
[ 2.708228] ubsan_epilogue+0x9/0x45
[ 2.708230] __ubsan_handle_out_of_bounds.cold+0x44/0x49
[ 2.708233] ? del_timer_sync+0x6c/0xb0
[ 2.708242] mr_update_load_balance_params+0xba/0xd0 [megaraid_sas]
[ 2.708260] MR_ValidateMapInfo+0x1f0/0xe40 [megaraid_sas]
[ 2.708269] ? __bpf_trace_tick_stop+0x10/0x10
[ 2.708273] ? wait_and_poll+0x5c/0xb0 [megaraid_sas]
[ 2.708282] ? megasas_issue_polled+0x5d/0x70 [megaraid_sas]
[ 2.708291] megasas_init_adapter_fusion+0xb0d/0xc90 [megaraid_sas]
[ 2.708300] megasas_probe_one.cold+0xbfd/0x195d [megaraid_sas]
[ 2.708311] ? finish_task_switch.isra.0+0xa6/0x2a0
[ 2.708318] local_pci_probe+0x4b/0x90
[ 2.708322] work_for_cpu_fn+0x1a/0x30
[ 2.708325] process_one_work+0x22b/0x3d0
[ 2.708329] worker_thread+0x223/0x410
[ 2.708331] ? process_one_work+0x3d0/0x3d0
[ 2.708333] kthread+0x12a/0x150
[ 2.708340] ? set_kthread_struct+0x50/0x50
[ 2.708343] ret_from_fork+0x22/0x30
[ 2.708360] </TASK>
[ 2.708361] ================================================================================