Re: [PATCH net] ipv4: fix checksum annotation in udp4_csum_init

2016-06-14 Thread David Miller
From: Hannes Frederic Sowa Date: Sun, 12 Jun 2016 12:02:46 +0200 > Reported-by: Cong Wang > Cc: Cong Wang > Cc: Tom Herbert > Fixes: 4068579e1e098fa ("net: Implmement RFC 6936 (zero RX csums for > UDP/IPv6") > Signed-off-by: Hannes Frederic Sowa Applied.

[PATCH net] ipv4: fix checksum annotation in udp4_csum_init

2016-06-12 Thread Hannes Frederic Sowa
Reported-by: Cong Wang Cc: Cong Wang Cc: Tom Herbert Fixes: 4068579e1e098fa ("net: Implmement RFC 6936 (zero RX csums for UDP/IPv6") Signed-off-by: Hannes Frederic Sowa --- net/ipv4/udp.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c