Message ID | 20220720081746.1187382-1-steffen.klassert@secunet.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Netdev Maintainers |
Headers | show |
On Wed, Jul 20, 2022 at 10:17:41AM +0200, Steffen Klassert wrote: > 1) Don't set DST_NOPOLICY in IPv4, a recent patch made this > superfluous. From Eyal Birger. > > 2) Convert alg_key to flexible array member to avoid an iproute2 > compile warning when built with gcc-12. > From Stephen Hemminger. > > 3) xfrm_register_km and xfrm_unregister_km do always return 0 > so change the type to void. From Zhengchao Shao. > > 4) Fix spelling mistake in esp6.c > From Zhang Jiaming. > > 5) Improve the wording of comment above XFRM_OFFLOAD flags. > From Petr Vaněk. > > Please pull or let me know if there are problems. Can anyone reconsider this pull request? It is marked as Accepted in patchwork, but seems not to be included in net-next. Thanks!
On Mon, 25 Jul 2022 14:23:02 +0200 Steffen Klassert wrote: > On Wed, Jul 20, 2022 at 10:17:41AM +0200, Steffen Klassert wrote: > > 1) Don't set DST_NOPOLICY in IPv4, a recent patch made this > > superfluous. From Eyal Birger. > > > > 2) Convert alg_key to flexible array member to avoid an iproute2 > > compile warning when built with gcc-12. > > From Stephen Hemminger. > > > > 3) xfrm_register_km and xfrm_unregister_km do always return 0 > > so change the type to void. From Zhengchao Shao. > > > > 4) Fix spelling mistake in esp6.c > > From Zhang Jiaming. > > > > 5) Improve the wording of comment above XFRM_OFFLOAD flags. > > From Petr Vaněk. > > > > Please pull or let me know if there are problems. > > Can anyone reconsider this pull request? > > It is marked as Accepted in patchwork, but seems not to be included > in net-next. FTR DaveM pulled it this morning (e222dc8d8408 ("Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next")) sorry for the wait!