From f4bb4adf0a701c076b0bcfbcd217b850b8378145 Mon Sep 17 00:00:00 2001 From: Denis Kirjanov Date: Apr 19 2023 09:12:58 +0000 Subject: net: core: dst: Add kernel-doc for 'net' parameter (git-fixes). --- diff --git a/patches.suse/net-core-dst-Add-kernel-doc-for-net-parameter.patch b/patches.suse/net-core-dst-Add-kernel-doc-for-net-parameter.patch new file mode 100644 index 0000000..80102c6 --- /dev/null +++ b/patches.suse/net-core-dst-Add-kernel-doc-for-net-parameter.patch @@ -0,0 +1,35 @@ +From 897e91c4d08464bd26bed6232a2977adc607e5b5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= +Date: Sun, 4 Mar 2018 03:29:53 +0100 +Subject: [PATCH 2/3] net: core: dst: Add kernel-doc for 'net' parameter +Git-commit: 8eb1a8590f5ca114fabf16ebb26a4bce0255ace9 +Patch-mainline: v4.17-rc1 +References: git-fixes + +This fixes the following kernel-doc warning: + +./include/net/dst.h:366: warning: Function parameter or member 'net' not described in 'skb_tunnel_rx' + +Fixes: ea23192e8e57 ("tunnels: harmonize cleanup done on skb on rx path") +Signed-off-by: Jonathan Neuschäfer +Signed-off-by: David S. Miller +Signed-off-by: Denis Kirjanov +--- + include/net/dst.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/net/dst.h b/include/net/dst.h +index 4ec1e6666782..6bf3e6746f78 100644 +--- a/include/net/dst.h ++++ b/include/net/dst.h +@@ -373,6 +373,7 @@ static inline void __skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev, + * skb_tunnel_rx - prepare skb for rx reinsert + * @skb: buffer + * @dev: tunnel device ++ * @net: netns for packet i/o + * + * After decapsulation, packet is going to re-enter (netif_rx()) our stack, + * so make some cleanups, and perform accounting. +-- +2.16.4 + diff --git a/series.conf b/series.conf index e4f0639..4c8e6e8 100644 --- a/series.conf +++ b/series.conf @@ -27693,6 +27693,7 @@ patches.suse/net-sched-actions-corrected-extack-message.patch patches.suse/liquidio-Corrected-Rx-bytes-counting.patch patches.suse/net-core-dst_cache_set_ip6-Rename-addr-parameter-to-.patch + patches.suse/net-core-dst-Add-kernel-doc-for-net-parameter.patch patches.suse/net-mvpp2-use-the-same-buffer-pool-for-all-ports.patch patches.suse/net-mvpp2-update-the-BM-buffer-free-destroy-logic.patch patches.suse/net-mvpp2-use-a-data-size-of-10kB-for-Tx-FIFO-on-por.patch