Re: [PATCH net] ipv4: recompile ip options in ipv4_link_failure

2019-04-13 Thread Eric Dumazet
On 04/12/2019 05:24 PM, David Miller wrote: > From: Stephen Suryaputra > Date: Fri, 12 Apr 2019 16:19:27 -0400 > >> Recompile IP options since IPCB may not be valid anymore when >> ipv4_link_failure is called from arp_error_report. >> >> Refer to the commit 3da1ed7ac398 ("net: avoid use IPCB i

Re: [PATCH net] ipv4: recompile ip options in ipv4_link_failure

2019-04-12 Thread David Miller
From: Stephen Suryaputra Date: Fri, 12 Apr 2019 16:19:27 -0400 > Recompile IP options since IPCB may not be valid anymore when > ipv4_link_failure is called from arp_error_report. > > Refer to the commit 3da1ed7ac398 ("net: avoid use IPCB in cipso_v4_error") > and the commit before that (9ef6b42

[PATCH net] ipv4: recompile ip options in ipv4_link_failure

2019-04-12 Thread Stephen Suryaputra
Recompile IP options since IPCB may not be valid anymore when ipv4_link_failure is called from arp_error_report. Refer to the commit 3da1ed7ac398 ("net: avoid use IPCB in cipso_v4_error") and the commit before that (9ef6b42ad6fd) for a similar issue. Signed-off-by: Stephen Suryaputra --- net/ip