Merge tag 'nf-23-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorJakub Kicinski <kuba@kernel.org>
Fri, 21 Apr 2023 14:55:40 +0000 (07:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 21 Apr 2023 14:55:41 +0000 (07:55 -0700)
commitf9bcdcec3bf0063a010d123a9977cb7a8e240f95
tree0146096f82abc35005b87fc444dc05d4e147737a
parente375b503943f512cdd3a7dd12849972b7a006076
parent73db1b8f2bb6725b7391e85aab41fdf592b3c0c1
Merge tag 'nf-23-04-21' of git://git./linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

1) Set on IPS_CONFIRMED before change_status() otherwise EBUSY is
   bogusly hit. This bug was introduced in the 6.3 release cycle.

2) Fix nfnetlink_queue conntrack support: Set/dump timeout
   accordingly for unconfirmed conntrack entries. Make sure this
   is done after IPS_CONFIRMED is set on. This is an old bug, it
   happens since the introduction of this feature.

* tag 'nf-23-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: conntrack: fix wrong ct->timeout value
  netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
====================

Link: https://lore.kernel.org/r/20230421105700.325438-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>