From: Michael Jeanson Date: Mon, 31 Jan 2022 15:47:53 +0000 (-0500) Subject: fix: net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (v5.17) X-Git-Tag: v2.12.8~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d310ab4ec52daa0356a1d2a6d92ec202ffedcfb5;hp=d310ab4ec52daa0356a1d2a6d92ec202ffedcfb5;p=lttng-modules.git fix: net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (v5.17) No version check needed since this change is between two RCs, see upstream commit : commit 364df53c081d93fcfd6b91085ff2650c7f17b3c7 Author: Menglong Dong Date: Thu Jan 27 17:13:01 2022 +0800 net: socket: rename SKB_DROP_REASON_SOCKET_FILTER Rename SKB_DROP_REASON_SOCKET_FILTER, which is used as the reason of skb drop out of socket filter before it's part of a released kernel. It will be used for more protocols than just TCP in future series. Link: https://lore.kernel.org/all/20220127091308.91401-2-imagedong@tencent.com/ Change-Id: I666461a5b541fe9e0bf53ad996ce33237af4bfbb Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---