All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Kurt Kanzenbach <kurt@linutronix.de>
Subject: Re: [PATCH v4 net-next 7/8] hsr: Use a single struct for self_node.
Date: Mon, 28 Nov 2022 19:25:17 -0800	[thread overview]
Message-ID: <20221128192517.193e9751@kernel.org> (raw)
In-Reply-To: <20221125165610.3802446-8-bigeasy@linutronix.de>

On Fri, 25 Nov 2022 17:56:09 +0100 Sebastian Andrzej Siewior wrote:
> -	struct list_head	self_node_db;	/* MACs of slaves */
> +	struct hsr_self_node	*self_node;	/* MACs of slaves */

sparse bemoans the lack of __rcu on this pointer.

  parent reply	other threads:[~2022-11-29  3:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 16:56 [PATCH v4 net-next 0/8]: hsr: HSR send/recv fixes Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 1/8] Revert "net: hsr: use hlist_head instead of list_head for mac addresses" Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 2/8] hsr: Add a rcu-read lock to hsr_forward_skb() Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 3/8] hsr: Avoid double remove of a node Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 4/8] hsr: Disable netpoll Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 5/8] hsr: Synchronize sending frames to have always incremented outgoing seq nr Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 6/8] hsr: Synchronize sequence number updates Sebastian Andrzej Siewior
2022-11-25 16:56 ` [PATCH v4 net-next 7/8] hsr: Use a single struct for self_node Sebastian Andrzej Siewior
2022-11-26  9:55   ` Kurt Kanzenbach
2022-11-29  3:25   ` Jakub Kicinski [this message]
2022-11-25 16:56 ` [PATCH v4 net-next 8/8] selftests: Add a basic HSR test Sebastian Andrzej Siewior
2022-11-26  9:58   ` Kurt Kanzenbach
2022-11-29  3:24 ` [PATCH v4 net-next 0/8]: hsr: HSR send/recv fixes Jakub Kicinski
2022-11-29  7:21   ` Sebastian Andrzej Siewior
2022-11-29 16:09     ` 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=20221128192517.193e9751@kernel.org \
    --to=kuba@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kurt@linutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=tglx@linutronix.de \
    /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.