]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d86e64c15944e5785e87a86da3f0a7808d8aeaf
tree5742e64b12a0c7f914f4805f72d33d96f3cce2c3
parentaea8c8c4ca194d8c83e7a39f3390cc18c679ed51
parent44fb36cc61155d157a6245b0aaedbae890862e38
Merge branch 'master' of git://git.kernel.org/pub/scm/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>