From: Greg KH <greg@kroah.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: "Vladimir Oltean" <olteanv@gmail.com>,
"A. Sverdlin" <alexander.sverdlin@siemens.com>,
netdev@vger.kernel.org, "Ar1nç ÜNAL" <arinc.unal@arinc9.com>,
"Daniel Golle" <daniel@makrotopia.org>,
"DENG Qingfang" <dqfext@gmail.com>,
"Sean Wang" <sean.wang@mediatek.com>,
"Florian Fainelli" <f.fainelli@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Paolo Abeni" <pabeni@redhat.com>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Claudiu Manoil" <claudiu.manoil@nxp.com>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
UNGLinuxDriver@microchip.com,
"Broadcom internal kernel review list"
<bcm-kernel-feedback-list@broadcom.com>,
"Lorenzo Bianconi" <lorenzo@kernel.org>,
"Felix Fietkau" <nbd@nbd.name>,
"Mark Lee" <Mark-MC.Lee@mediatek.com>,
"Roopa Prabhu" <roopa@nvidia.com>,
"Nikolay Aleksandrov" <razor@blackwall.org>,
linux-mediatek@lists.infradead.org, bridge@lists.linux.dev,
stable@vger.kernel.org
Subject: Re: [PATCH 1/2] net: dsa: RCU-protect dsa_ptr in struct net_device
Date: Sat, 14 Sep 2024 07:56:52 +0200 [thread overview]
Message-ID: <2024091436-gas-phonebook-0018@gregkh> (raw)
In-Reply-To: <28d0a7a5-ead6-4ce0-801c-096038823259@lunn.ch>
On Fri, Sep 13, 2024 at 09:27:23PM +0200, Andrew Lunn wrote:
> > > drivers/net/dsa/mt7530.c | 3 +-
> > > drivers/net/dsa/ocelot/felix.c | 3 +-
> > > drivers/net/dsa/qca/qca8k-8xxx.c | 3 +-
> > > drivers/net/ethernet/broadcom/bcmsysport.c | 8 +-
> > > drivers/net/ethernet/mediatek/airoha_eth.c | 2 +-
> > > drivers/net/ethernet/mediatek/mtk_eth_soc.c | 22 +++--
> > > drivers/net/ethernet/mediatek/mtk_ppe.c | 15 ++-
> > > include/linux/netdevice.h | 2 +-
> > > include/net/dsa.h | 36 +++++--
> > > include/net/dsa_stubs.h | 6 +-
> > > net/bridge/br_input.c | 2 +-
> > > net/core/dev.c | 3 +-
> > > net/core/flow_dissector.c | 19 ++--
> > > net/dsa/conduit.c | 66 ++++++++-----
> > > net/dsa/dsa.c | 19 ++--
> > > net/dsa/port.c | 3 +-
> > > net/dsa/tag.c | 3 +-
> > > net/dsa/tag.h | 19 ++--
> > > net/dsa/tag_8021q.c | 10 +-
> > > net/dsa/tag_brcm.c | 2 +-
> > > net/dsa/tag_dsa.c | 8 +-
> > > net/dsa/tag_qca.c | 10 +-
> > > net/dsa/tag_sja1105.c | 22 +++--
> > > net/dsa/user.c | 104 +++++++++++---------
> > > net/ethernet/eth.c | 2 +-
> > > 25 files changed, 240 insertions(+), 152 deletions(-)
> >
> > Thank you for the patch, and I would like you to not give up on it, even
> > if we will go for a different bug fix for 'stable'.
> >
> > It's just that it makes me a bit uneasy to have this as the bug fix.
>
> +1
>
> We should try for a minimal fix for stable, and keep this for
> net-next, given its size.
>
> https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
>
> * It must be obviously correct and tested.
> * It cannot be bigger than 100 lines, with context.
It's fine if it fixes something properly, to go over those limits.
next prev parent reply other threads:[~2024-09-14 5:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 13:03 [PATCH 0/2] net: dsa: RCU-protect dsa_ptr in struct net_device A. Sverdlin
2024-09-10 13:03 ` [PATCH 1/2] " A. Sverdlin
2024-09-10 17:40 ` Florian Fainelli
2024-09-10 20:40 ` Sverdlin, Alexander
2024-09-13 19:03 ` Vladimir Oltean
2024-09-13 19:27 ` Andrew Lunn
2024-09-14 5:56 ` Greg KH [this message]
2024-09-16 6:54 ` Sverdlin, Alexander
2024-09-16 7:45 ` Vladimir Oltean
2024-09-16 7:48 ` Sverdlin, Alexander
2024-09-17 8:10 ` Gur Stavi
2024-09-17 8:25 ` Sverdlin, Alexander
2024-09-17 10:30 ` Gur Stavi
2024-09-17 11:08 ` Sverdlin, Alexander
2024-09-10 13:03 ` [PATCH 2/2] docs: net: dsa: RCU protection of " A. Sverdlin
2024-09-11 2:19 ` [PATCH 0/2] net: dsa: RCU-protect " Jakub Kicinski
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=2024091436-gas-phonebook-0018@gregkh \
--to=greg@kroah.com \
--cc=Mark-MC.Lee@mediatek.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexander.sverdlin@siemens.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andrew@lunn.ch \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arinc.unal@arinc9.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bridge@lists.linux.dev \
--cc=claudiu.manoil@nxp.com \
--cc=daniel@makrotopia.org \
--cc=davem@davemloft.net \
--cc=dqfext@gmail.com \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=lorenzo@kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
--cc=roopa@nvidia.com \
--cc=sean.wang@mediatek.com \
--cc=stable@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox