[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: 25872a079bbbe952eb660249cc9f40fa75623e68 WARNING: Author mismatch between patch and upstream commit: Backport author: Matt Fleming <matt@xxxxxxxxxxxxxxxx> Commit author: Sebastian Ott <sebott@xxxxxxxxxx> Status in newer kernel trees: 6.12.y | Not found Note: The patch differs from the upstream commit: --- 1: 25872a079bbbe ! 1: 48fb546e12d61 net/mlx5: unique names for per device caches @@ Metadata ## Commit message ## net/mlx5: unique names for per device caches + [ Upstream commit 25872a079bbbe952eb660249cc9f40fa75623e68 ] + Add the device name to the per device kmem_cache names to ensure their uniqueness. This fixes warnings like this: "kmem_cache of name 'mlx5_fs_fgs' already exists". + Fixes: 4c39529663b9 ("slab: Warn on duplicate cache names when DEBUG_VM=y") Signed-off-by: Sebastian Ott <sebott@xxxxxxxxxx> Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx> Reviewed-by: Tariq Toukan <tariqt@xxxxxxxxxx> Link: https://patch.msgid.link/20241023134146.28448-1-sebott@xxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> + Signed-off-by: Matt Fleming <mfleming@xxxxxxxxxxxxxx> ## drivers/net/ethernet/mellanox/mlx5/core/fs_core.c ## @@ drivers/net/ethernet/mellanox/mlx5/core/fs_core.c: void mlx5_fs_core_free(struct mlx5_core_dev *dev) --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success | | stable/linux-6.6.y | Success | Success | | stable/linux-6.1.y | Success | Success | | stable/linux-5.15.y | Failed | N/A | | stable/linux-5.10.y | Failed | N/A | | stable/linux-5.4.y | Failed | N/A |