]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: psample: fix flag being set in wrong skb
authorAdrian Moreno <amorenoz@redhat.com>
Wed, 10 Jul 2024 17:10:04 +0000 (19:10 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 12 Jul 2024 01:11:31 +0000 (18:11 -0700)
commit8341eee81c794db0d8dd503c2b0ea2f55eba7334
tree1149afadff005aa1581f3a4f1570a9dc888133c3
parentc9741a03dc8e491e57b95fba0058ab46b7e506da
net: psample: fix flag being set in wrong skb

A typo makes PSAMPLE_ATTR_SAMPLE_RATE netlink flag be added to the wrong
sk_buff.

Fix the error and make the input sk_buff pointer "const" so that it
doesn't happen again.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Fixes: 7b1b2b60c63f ("net: psample: allow using rate as probability")
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Link: https://patch.msgid.link/20240710171004.2164034-1-amorenoz@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/psample.h
net/psample/psample.c