All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Klassert <steffen.klassert@secunet.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Steffen Klassert <steffen.klassert@secunet.com>,
	<netdev@vger.kernel.org>
Subject: [PATCH 0/7] pull request (net): ipsec 2023-10-17
Date: Tue, 17 Oct 2023 10:37:16 +0200	[thread overview]
Message-ID: <20231017083723.1364940-1-steffen.klassert@secunet.com> (raw)

1) Fix a slab-use-after-free in xfrm_policy_inexact_list_reinsert.
   From Dong Chenchen.

2) Fix data-races in the xfrm interfaces dev->stats fields.
   From Eric Dumazet.

3) Fix a data-race in xfrm_gen_index.
   From Eric Dumazet.

4) Fix an inet6_dev refcount underflow.
   From Zhang Changzhong.

5) Check the return value of pskb_trim in esp_remove_trailer
   for esp4 and esp6. From Ma Ke.

6) Fix a data-race in xfrm_lookup_with_ifid.
   From Eric Dumazet.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit d3287e4038ca4f81e02067ab72d087af7224c68b:

  Revert "net: macsec: preserve ingress frame ordering" (2023-09-05 10:56:55 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git tags/ipsec-2023-10-17

for you to fetch changes up to de5724ca38fd5e442bae9c1fab31942b6544012d:

  xfrm: fix a data-race in xfrm_lookup_with_ifid() (2023-10-13 07:57:27 +0200)

----------------------------------------------------------------
ipsec-2023-10-17

----------------------------------------------------------------
Dong Chenchen (1):
      net: xfrm: skip policies marked as dead while reinserting policies

Eric Dumazet (3):
      xfrm: interface: use DEV_STATS_INC()
      xfrm: fix a data-race in xfrm_gen_index()
      xfrm: fix a data-race in xfrm_lookup_with_ifid()

Ma Ke (2):
      net: ipv6: fix return value check in esp_remove_trailer
      net: ipv4: fix return value check in esp_remove_trailer

Zhang Changzhong (1):
      xfrm6: fix inet6_dev refcount underflow problem

 include/net/netns/xfrm.h       |  1 +
 net/ipv4/esp4.c                |  4 +++-
 net/ipv6/esp6.c                |  4 +++-
 net/ipv6/xfrm6_policy.c        |  4 ++--
 net/xfrm/xfrm_interface_core.c | 22 ++++++++++------------
 net/xfrm/xfrm_policy.c         | 27 ++++++++++++++++-----------
 6 files changed, 35 insertions(+), 27 deletions(-)

             reply	other threads:[~2023-10-17  8:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17  8:37 Steffen Klassert [this message]
2023-10-17  8:37 ` [PATCH 1/7] net: xfrm: skip policies marked as dead while reinserting policies Steffen Klassert
2023-10-18  1:40   ` patchwork-bot+netdevbpf
2023-10-17  8:37 ` [PATCH 2/7] xfrm: interface: use DEV_STATS_INC() Steffen Klassert
2023-10-17  8:37 ` [PATCH 3/7] xfrm: fix a data-race in xfrm_gen_index() Steffen Klassert
2023-10-17  8:37 ` [PATCH 4/7] xfrm6: fix inet6_dev refcount underflow problem Steffen Klassert
2023-10-17  8:37 ` [PATCH 5/7] net: ipv6: fix return value check in esp_remove_trailer Steffen Klassert
2023-10-17  8:37 ` [PATCH 6/7] net: ipv4: " Steffen Klassert
2023-10-17  8:37 ` [PATCH 7/7] xfrm: fix a data-race in xfrm_lookup_with_ifid() Steffen Klassert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231017083723.1364940-1-steffen.klassert@secunet.com \
    --to=steffen.klassert@secunet.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.