commit | ed0de45a1008991fdaa27a0152befcb74d126a8b | [log] [tgz] |
---|---|---|
author | Stephen Suryaputra <ssuryaextr@gmail.com> | Fri Apr 12 16:19:27 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 12 17:23:46 2019 -0700 |
tree | 1fcaadbdfe0553aef6ea1ef4e24c929c76dd6666 | |
parent | 9e550f015303a99a9395a838743bbeff94d4d49c [diff] |
ipv4: recompile ip options in ipv4_link_failure 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 <ssuryaextr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>