Eric Dumazet
8d65cd8d25
fou: remove sparse errors
We need to add __rcu qualifier to avoid these errors:
net/ipv4/fou.c:250:18: warning: incorrect type in assignment (different address spaces)
net/ipv4/fou.c:250:18: expected struct net_offload const **offloads
net/ipv4/fou.c:250:18: got struct net_offload const [noderef] __rcu **
net/ipv4/fou.c:251:15: error: incompatible types in comparison expression (different address spaces):
net/ipv4/fou.c:251:15: struct net_offload const [noderef] __rcu *
net/ipv4/fou.c:251:15: struct net_offload const *
net/ipv4/fou.c:272:18: warning: incorrect type in assignment (different address spaces)
net/ipv4/fou.c:272:18: expected struct net_offload const **offloads
net/ipv4/fou.c:272:18: got struct net_offload const [noderef] __rcu **
net/ipv4/fou.c:273:15: error: incompatible types in comparison expression (different address spaces):
net/ipv4/fou.c:273:15: struct net_offload const [noderef] __rcu *
net/ipv4/fou.c:273:15: struct net_offload const *
net/ipv4/fou.c:442:18: warning: incorrect type in assignment (different address spaces)
net/ipv4/fou.c:442:18: expected struct net_offload const **offloads
net/ipv4/fou.c:442:18: got struct net_offload const [noderef] __rcu **
net/ipv4/fou.c:443:15: error: incompatible types in comparison expression (different address spaces):
net/ipv4/fou.c:443:15: struct net_offload const [noderef] __rcu *
net/ipv4/fou.c:443:15: struct net_offload const *
net/ipv4/fou.c:489:18: warning: incorrect type in assignment (different address spaces)
net/ipv4/fou.c:489:18: expected struct net_offload const **offloads
net/ipv4/fou.c:489:18: got struct net_offload const [noderef] __rcu **
net/ipv4/fou.c:490:15: error: incompatible types in comparison expression (different address spaces):
net/ipv4/fou.c:490:15: struct net_offload const [noderef] __rcu *
net/ipv4/fou.c:490:15: struct net_offload const *
net/ipv4/udp_offload.c:170:26: warning: incorrect type in assignment (different address spaces)
net/ipv4/udp_offload.c:170:26: expected struct net_offload const **offloads
net/ipv4/udp_offload.c:170:26: got struct net_offload const [noderef] __rcu **
net/ipv4/udp_offload.c:171:23: error: incompatible types in comparison expression (different address spaces):
net/ipv4/udp_offload.c:171:23: struct net_offload const [noderef] __rcu *
net/ipv4/udp_offload.c:171:23: struct net_offload const *
Fixes: efc98d08e1 ("fou: eliminate IPv4,v6 specific GRO functions")
Fixes: 8bce6d7d0d ("udp: Generalize skb_udp_segment")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-08-31 12:03:33 +01:00
..
2020-08-10 12:06:44 -07:00
2021-08-25 13:06:48 +02:00
2021-08-23 17:50:24 -07:00
2021-06-30 15:51:09 -07:00
2020-11-13 14:24:39 -08:00
2021-08-25 17:40:35 -07:00
2021-08-26 12:20:47 +01:00
2021-08-04 10:01:26 +01:00
2021-06-09 09:38:52 +02:00
2021-07-20 16:14:23 +02:00
2021-07-13 09:28:29 -07:00
2021-06-07 14:08:30 -07:00
2020-07-28 17:42:31 -07:00
2021-08-05 13:27:50 +01:00
2021-07-20 06:00:38 -07:00
2021-08-31 12:03:33 +01:00
2021-05-17 15:29:35 -07:00
2021-01-29 20:39:14 -08:00
2021-08-05 13:27:50 +01:00
2021-08-13 06:41:22 -07:00
2021-08-18 11:39:44 +01:00
2021-07-13 09:28:29 -07:00
2020-12-12 15:08:54 -08:00
2021-06-15 18:01:05 +02:00
2020-08-19 14:06:36 +02:00
2021-03-01 13:32:12 -08:00
2021-08-26 17:57:57 -07:00
2021-02-03 14:51:39 -08:00
2020-08-25 06:28:02 -07:00
2021-08-30 12:47:09 +01:00
2021-08-05 11:46:42 +01:00
2021-01-08 19:25:35 -08:00
2021-07-31 09:14:46 -07:00
2021-07-27 20:11:44 +01:00
2021-06-30 15:51:09 -07:00
2021-06-02 13:27:03 -07:00
2021-07-27 20:11:44 +01:00
2021-07-07 20:52:25 -07:00
2020-08-18 16:02:16 -07:00
2021-02-26 12:28:03 -08:00
2020-11-16 08:08:54 -08:00
2021-04-18 22:04:16 +02:00
2021-04-19 15:20:34 -07:00
2021-06-29 11:28:21 -07:00
2021-06-23 12:56:08 -07:00
2021-05-17 15:29:35 -07:00
2021-07-13 09:28:29 -07:00
2021-06-29 11:28:21 -07:00
2021-08-31 12:03:03 +01:00
2020-12-16 11:01:04 -08:00
2021-06-15 18:01:05 +02:00
2021-08-11 15:00:15 -07:00
2021-07-15 19:54:22 +02:00
2021-05-04 11:58:28 -07:00
2021-03-26 20:41:51 -07:00
2021-08-16 17:25:49 -07:00
2020-07-06 13:23:03 -07:00
2020-07-06 13:23:03 -07:00
2021-07-27 20:07:21 +01:00
2021-07-31 11:23:26 -07:00
2021-03-28 17:31:13 -07:00
2020-12-14 16:40:27 -08:00
2021-06-23 12:56:08 -07:00
2021-08-02 10:20:56 +01:00
2021-08-18 11:39:44 +01:00
2021-07-27 20:07:21 +01:00
2020-08-24 17:31:20 -07:00
2021-06-29 11:28:21 -07:00
2020-10-13 17:11:52 -07:00
2020-07-06 13:23:03 -07:00
2021-06-29 11:54:36 -07:00
2021-08-26 18:00:40 -07:00
2021-05-17 15:29:35 -07:00
2021-07-23 16:13:06 +01:00
2021-07-13 09:28:29 -07:00
2020-07-24 15:41:54 -07:00
2021-08-31 12:03:33 +01:00
2021-01-07 12:53:29 -08:00
2020-09-28 12:50:12 -07:00
2020-07-10 13:54:00 -07:00
2021-08-23 17:50:24 -07:00
2021-05-17 15:29:35 -07:00
2021-05-17 15:29:35 -07:00
2021-06-09 09:38:52 +02:00