Re: [PATCH] net: fix icmp_socket_deliver argument 2 input

2019-08-21 Thread David Miller
From: Li RongQing Date: Tue, 20 Aug 2019 10:46:00 +0800 > it expects a unsigned int, but got a __be32 > > Signed-off-by: Li RongQing > Signed-off-by: Zhang Yu Applied, but this causes no functional problems because all of the per-protocol handlers ignore the info argument for redirects.

[PATCH] net: fix icmp_socket_deliver argument 2 input

2019-08-19 Thread Li RongQing
it expects a unsigned int, but got a __be32 Signed-off-by: Li RongQing Signed-off-by: Zhang Yu --- net/ipv4/icmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 1510e951f451..bf7b5d45de99 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/i