Netdev List
 help / color / mirror / Atom feed
From: Hangbin Liu <hangbin.liu@linux.dev>
To: Oliver Hartkopp <socketcan@hartkopp.net>
Cc: Jiale Yao <yaojiale02@163.com>,
	Alexandra Winter <wintera@linux.ibm.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	netdev@vger.kernel.org, Jiri Pirko <jiri@resnulli.us>,
	Jay Vosburgh <jv@jvosburgh.net>, Jakub Kicinski <kuba@kernel.org>,
	Paolo Abeni <pabeni@redhat.com>,
	Aswin Karuvally <aswin@linux.ibm.com>
Subject: Re: [PATCH net] net: do not bond/team netdevices which use ml_priv
Date: Fri, 21 Aug 2026 21:01:17 +0800	[thread overview]
Message-ID: <aohMHTTH4VqqgZA7@fedora> (raw)
In-Reply-To: <6001bd73-ef68-4820-8371-a22775fb820a@hartkopp.net>

On Fri, Aug 21, 2026 at 01:17:10PM +0200, Oliver Hartkopp wrote:
> On 21.08.26 03:46, Hangbin Liu wrote:
> 
> > > This caused a problem on CAN devices that were not created by the CAN driver
> > > infrastructure (creating proper ml_priv content). When TUN/TAP set the
> > > dev->type of an ethernet device to ARPHRD_CAN the CAN ml_priv is NULL (not
> > > initialized).
> > 
> > I don't know why a user change the tun/tap dev->type to CAN. Can they work
> > together? If it's a miss config, I think we can just leave it since we already
> > block CAN slave.
> 
> Correct. We currently block ARPHRD_CAN in bond_main.c
> 
> > > Not sure if collecting a bunch of ARPHRD values is the right approach or
> > > whether team/bonding should check required features and settings (like IFF
> > > flags, e.g. IFF_ARP or specific address length)?
> > 
> > Bond supports none arp devices. It also supports infiniband devices. So we
> > can't check it with IFF_ARP or address length.
> > 
> >  From my perspective, we can keep the existing check as it only causes issues
> > with CAN devices. We can work out a better solution if more incompatible
> > devices are found under bond/team.
> 
> I've checked some whitelisting ideas for bond and team which did not really
> work and turned out to be risky.
> 
> In the end the V2 patch from Jiale Yao testing for ARPHRD_CAN and
> ARPHRD_IEEE802154 / ARPHRD_IEEE802154_MONITOR (suggested by Gemini/Jakub)
> seems to be the best idea!
> 
> https://lore.kernel.org/netdev/20260728151240.89434-1-yaojiale02@163.com/
> 
> ARPHRD_IEEE802154 / ARPHRD_IEEE802154_MONITOR do similar things like the CAN
> dev->ml_priv approach but with dev->ieee802154_ptr :-/

+1

Hangbin

      reply	other threads:[~2026-08-21 13:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-15 15:39 [PATCH net] net: do not bond/team netdevices which use ml_priv Oliver Hartkopp
2026-08-15 16:00 ` Stephen Hemminger
2026-08-15 17:23   ` Oliver Hartkopp
2026-08-18 10:12     ` Hangbin Liu
2026-08-18 13:25       ` Oliver Hartkopp
2026-08-19  9:12         ` Hangbin Liu
2026-08-19 18:15           ` Oliver Hartkopp
2026-08-20  3:23             ` Hangbin Liu
2026-08-20  8:29           ` Alexandra Winter
2026-08-20 11:06             ` Oliver Hartkopp
2026-08-21  1:46               ` Hangbin Liu
2026-08-21 11:17                 ` Oliver Hartkopp
2026-08-21 13:01                   ` Hangbin Liu [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=aohMHTTH4VqqgZA7@fedora \
    --to=hangbin.liu@linux.dev \
    --cc=aswin@linux.ibm.com \
    --cc=jiri@resnulli.us \
    --cc=jv@jvosburgh.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=socketcan@hartkopp.net \
    --cc=stephen@networkplumber.org \
    --cc=wintera@linux.ibm.com \
    --cc=yaojiale02@163.com \
    /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