Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 11:44:41 +0000 (12:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 11:44:41 +0000 (12:44 +0100)
commit578f3932273ff577f532c54a45248b791089cbf0
tree5742e64b12a0c7f914f4805f72d33d96f3cce2c3
parent65f280bb65e60fd75ca6cca51c4311a4fc7af222
parent93ec1320b0170d7a207eda2d119c669b673401ed
Merge branch 'master' of git://git./linux/kernel/git/klassert/
ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2021-10-07

1) Fix a sysbot reported shift-out-of-bounds in xfrm_get_default.
   From Pavel Skripkin.

2) Fix XFRM_MSG_MAPPING ABI breakage. The new XFRM_MSG_MAPPING
   messages were accidentally not paced at the end.
   Fix by Eugene Syromiatnikov.

3) Fix the uapi for the default policy, use explicit field and macros
   and make it accessible to userland.
   From Nicolas Dichtel.

4) Fix a missing rcu lock in xfrm_notify_userpolicy().
   From Nicolas Dichtel.

Please pull or let me know if there are problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>