Re: [PATCH v2 1/2] NETWORKING: avoid use IPCB in cipso_v4_error

2019-02-25 Thread Paul Moore
On Mon, Feb 25, 2019 at 5:33 PM David Miller wrote: > From: Nazarov Sergey > Date: Mon, 25 Feb 2019 19:24:15 +0300 > > > Add __icmp_send function having ip_options struct parameter > > > > Signed-off-by: Sergey Nazarov > > Applied with Subject line fixes up. This commit doesn't even make > chan

Re: [PATCH v2 1/2] NETWORKING: avoid use IPCB in cipso_v4_error

2019-02-25 Thread David Miller
From: Nazarov Sergey Date: Mon, 25 Feb 2019 19:24:15 +0300 > Add __icmp_send function having ip_options struct parameter > > Signed-off-by: Sergey Nazarov Applied with Subject line fixes up. This commit doesn't even make changes to cipse_v4_error(). Anyone who ACK'd this change or added thei

Re: [PATCH v2 1/2] NETWORKING: avoid use IPCB in cipso_v4_error

2019-02-25 Thread Paul Moore
On Mon, Feb 25, 2019 at 11:24 AM Nazarov Sergey wrote: > > Add __icmp_send function having ip_options struct parameter > > Signed-off-by: Sergey Nazarov > --- > include/net/icmp.h|9 - > net/ipv4/icmp.c |7 --- > 2 files changed, 12 insertions(+), 4 deletions(-) Re

[PATCH v2 1/2] NETWORKING: avoid use IPCB in cipso_v4_error

2019-02-25 Thread Nazarov Sergey
Add __icmp_send function having ip_options struct parameter Signed-off-by: Sergey Nazarov --- include/net/icmp.h|9 - net/ipv4/icmp.c |7 --- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/include/net/icmp.h b/include/net/icmp.h index 6ac3a5b..e0f70

Re: [PATCH v2 1/2] NETWORKING: avoid use IPCB in cipso_v4_error

2019-02-22 Thread Nazarov Sergey
Add __icmp_send function having ip_options struct parameter --- include/net/icmp.h|9 - net/ipv4/icmp.c |7 --- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/include/net/icmp.h b/include/net/icmp.h index 6ac3a5b..e0f709d 100644 --- a/include/net/icmp