Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 27 Jun 2024 14:14:05 +0300 you wrote:
Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FP_SB_MAX_E1x using the num_queues module parameter.
Currently there is a read/write out of bounds that occurs on the array "struct stats_query_entry query" present inside the "bnx2x_fw_stats_req" struct in "drivers/net/ethernet/broadcom/bnx2x/bnx2x.h". Looking at the definition of the "struct stats_query_entry query" array:
[...]
Here is the summary with links: - [v3,net] bnx2x: Fix multiple UBSAN array-index-out-of-bounds https://git.kernel.org/netdev/net/c/134061163ee5
You are awesome, thank you!