]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: initialize mark in sockcm_init
authorWillem de Bruijn <willemb@google.com>
Fri, 14 Feb 2025 22:26:59 +0000 (17:26 -0500)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Feb 2025 02:27:19 +0000 (18:27 -0800)
commit6ad861519a69ecf3cf032c579e18569f62b81263
treedced43bf294a41a8ebf5d5f5c137e06f47ac0108
parentaaf6532d119d8ad4c75420b021d2649864133583
net: initialize mark in sockcm_init

Avoid open coding initialization of sockcm fields.
Avoid reading the sk_priority field twice.

This ensures all callers, existing and future, will correctly try a
cmsg passed mark before sk_mark.

This patch extends support for cmsg mark to:
packet_spkt and packet_tpacket and net/can/raw.c.

This patch extends support for cmsg priority to:
packet_spkt and packet_tpacket.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20250214222720.3205500-3-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sock.h
net/can/raw.c
net/packet/af_packet.c