]> 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)
commit3619bdb66d3fd61d438c35aa3c137b51c29e19a2
tree5742e64b12a0c7f914f4805f72d33d96f3cce2c3
parentb6990e19e4f521bdacaa9b1133755145f5d4bb8a
parentbc33eabe7f97c29c86d66e345c68e217d3c41944
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>