All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Chinmay Agarwal <chinagar@codeaurora.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net,
	xiyou.wangcong@gmail.com, chinmay.12cs207@gmail.com,
	sharathv@codeaurora.org
Subject: Re: [PATCH] neighbour: Prevent Race condition in neighbour subsytem
Date: Wed, 21 Apr 2021 21:50:08 +0000	[thread overview]
Message-ID: <161904180896.24605.8882592667952939239.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210421194212.GA5676@chinagar-linux.qualcomm.com>

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Thu, 22 Apr 2021 01:12:22 +0530 you wrote:
> Following Race Condition was detected:
> 
> <CPU A, t0>: Executing: __netif_receive_skb() ->__netif_receive_skb_core()
> -> arp_rcv() -> arp_process().arp_process() calls __neigh_lookup() which
> takes a reference on neighbour entry 'n'.
> Moves further along, arp_process() and calls neigh_update()->
> __neigh_update(). Neighbour entry is unlocked just before a call to
> neigh_update_gc_list.
> 
> [...]

Here is the summary with links:
  - neighbour: Prevent Race condition in neighbour subsytem
    https://git.kernel.org/netdev/net/c/eefb45eef5c4

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2021-04-21 21:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 19:42 [PATCH] neighbour: Prevent Race condition in neighbour subsytem Chinmay Agarwal
2021-04-21 21:50 ` patchwork-bot+netdevbpf [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=161904180896.24605.8882592667952939239.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=chinagar@codeaurora.org \
    --cc=chinmay.12cs207@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=sharathv@codeaurora.org \
    --cc=xiyou.wangcong@gmail.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 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.