From: Jesse Brandeburg <jesse.brandeburg@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [net PATCH v1] i40e: fix recursive rtnl lock
Date: Fri, 25 Sep 2015 15:45:52 -0700 [thread overview]
Message-ID: <20150925154552.00003ec5@intel.com> (raw)
In-Reply-To: <1443122442-21345-1-git-send-email-jesse.brandeburg@intel.com>
On Thu, 24 Sep 2015 12:20:42 -0700
Jesse Brandeburg <jesse.brandeburg@intel.com> wrote:
> From: Anjali Singhai Jain <anjali.singhai@intel.com>
>
> The sync_vsi_filters function can be called directly under RTNL
> or through the timer subtask without one. This was causing
> a deadlock.
This patch was briefly tested, and does actually fix the bug it was
meant to fix, but this patch may cause bugs, one we thought of today was
if another thread grabs the RTNL, this patch will act as if it has it.
Another possible bug is that if another thread had the RTNL, it may
release it while this patch's thread is not completed all the way.
We are working on a further patch/refinement.
next prev parent reply other threads:[~2015-09-25 22:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-24 19:20 [Intel-wired-lan] [net PATCH v1] i40e: fix recursive rtnl lock Jesse Brandeburg
2015-09-25 22:45 ` Jesse Brandeburg [this message]
2015-09-28 23:20 ` Jesse Brandeburg
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=20150925154552.00003ec5@intel.com \
--to=jesse.brandeburg@intel.com \
--cc=intel-wired-lan@osuosl.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 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.