From: Jakub Kicinski Date: Tue, 22 Apr 2025 00:09:16 +0000 (-0700) Subject: Merge branch 'net-mlx5-fix-null-dereference-and-memory-leak-in-ttc_table-creation' X-Git-Tag: v6.15-rc4~30^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9a4c74b0ec13f54a1362d993c7d204fde5fe4e3;p=thirdparty%2Flinux.git Merge branch 'net-mlx5-fix-null-dereference-and-memory-leak-in-ttc_table-creation' Henry Martin says: ==================== net/mlx5: Fix NULL dereference and memory leak in ttc_table creation This patch series addresses two issues in the mlx5_create_inner_ttc_table() and mlx5_create_ttc_table() functions: 1. A potential NULL pointer dereference if mlx5_get_flow_namespace() returns NULL. 2. A memory leak in the error path when ttc_type is invalid (default: switch case). ==================== Link: https://patch.msgid.link/20250418023814.71789-1-bsdhenrymartin@gmail.com Signed-off-by: Jakub Kicinski --- b9a4c74b0ec13f54a1362d993c7d204fde5fe4e3