public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Keerthana K <keerthana.kalyanasundaram@broadcom.com>
Cc: stable@vger.kernel.org, j.vosburgh@gmail.com, vfalico@gmail.com,
	andy@greyhouse.net, davem@davemloft.net, kuba@kernel.org,
	kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, borisp@nvidia.com,
	aviadye@nvidia.com, john.fastabend@gmail.com,
	daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org,
	kafai@fb.com, songliubraving@fb.com, yhs@fb.com,
	kpsingh@kernel.org, carlos.soto@broadcom.com,
	simon.horman@corigine.com, luca.czesla@mail.schwarzv,
	felix.huettner@mail.schwarz, ilyal@mellanox.com,
	netdev@vger.kernel.org, bpf@vger.kernel.org,
	ajay.kaher@broadcom.com, alexey.makhalov@broadcom.com,
	vamsi-krishna.brahmajosyula@broadcom.com, yin.ding@broadcom.com,
	tapas.kundu@broadcom.com
Subject: Re: [PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149
Date: Sun, 8 Feb 2026 16:06:07 +0100	[thread overview]
Message-ID: <2026020802-unwound-chokehold-3b23@gregkh> (raw)
In-Reply-To: <20260119092602.1414468-1-keerthana.kalyanasundaram@broadcom.com>

On Mon, Jan 19, 2026 at 09:25:57AM +0000, Keerthana K wrote:
> Following commits are pre-requisite for the commit c65f27b9c
> - 1dbf1d590 (net: Add locking to protect skb->dev access in ip_output)
> - 5b9985454 (net/bonding: Take IP hash logic into a helper)
> - 007feb87f (net/bonding: Implement ndo_sk_get_lower_dev)
> - 719a402cf (net: netdevice: Add operation ndo_sk_get_lower_dev)
> 
> Kuniyuki Iwashima (1):
>   tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().
> 
> Sharath Chandra Vurukala (1):
>   net: Add locking to protect skb->dev access in ip_output
> 
> Tariq Toukan (3):
>   net/bonding: Take IP hash logic into a helper
>   net/bonding: Implement ndo_sk_get_lower_dev
>   net: netdevice: Add operation ndo_sk_get_lower_dev
> 
>  drivers/net/bonding/bond_main.c | 109 ++++++++++++++++++++++++++++++--
>  include/linux/netdevice.h       |   4 ++
>  include/net/bonding.h           |   2 +
>  include/net/dst.h               |  12 ++++
>  net/core/dev.c                  |  33 ++++++++++
>  net/ipv4/ip_output.c            |  16 +++--
>  net/tls/tls_device.c            |  18 +++---
>  7 files changed, 176 insertions(+), 18 deletions(-)
> 
> -- 
> 2.43.7
> 
> 

What changed from v1?

      parent reply	other threads:[~2026-02-08 15:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-19  9:25 [PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149 Keerthana K
2026-01-19  9:25 ` [PATCH v2 v5.10.y 1/5] net: Add locking to protect skb->dev access in ip_output Keerthana K
2026-01-19  9:25 ` [PATCH v2 v5.10.y 2/5] net/bonding: Take IP hash logic into a helper Keerthana K
2026-01-19  9:26 ` [PATCH v2 3/5] net/bonding: Implement ndo_sk_get_lower_dev Keerthana K
2026-02-08 15:05   ` Greg KH
2026-01-19  9:26 ` [PATCH v2 v5.10.y 4/5] net: netdevice: Add operation ndo_sk_get_lower_dev Keerthana K
2026-01-19  9:26 ` [PATCH v2 v5.10.y 5/5] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock() Keerthana K
2026-02-08 15:06 ` Greg KH [this message]

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=2026020802-unwound-chokehold-3b23@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=ajay.kaher@broadcom.com \
    --cc=alexey.makhalov@broadcom.com \
    --cc=andrii@kernel.org \
    --cc=andy@greyhouse.net \
    --cc=ast@kernel.org \
    --cc=aviadye@nvidia.com \
    --cc=borisp@nvidia.com \
    --cc=bpf@vger.kernel.org \
    --cc=carlos.soto@broadcom.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=felix.huettner@mail.schwarz \
    --cc=ilyal@mellanox.com \
    --cc=j.vosburgh@gmail.com \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=keerthana.kalyanasundaram@broadcom.com \
    --cc=kpsingh@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=luca.czesla@mail.schwarzv \
    --cc=netdev@vger.kernel.org \
    --cc=simon.horman@corigine.com \
    --cc=songliubraving@fb.com \
    --cc=stable@vger.kernel.org \
    --cc=tapas.kundu@broadcom.com \
    --cc=vamsi-krishna.brahmajosyula@broadcom.com \
    --cc=vfalico@gmail.com \
    --cc=yhs@fb.com \
    --cc=yin.ding@broadcom.com \
    --cc=yoshfuji@linux-ipv6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox