[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1439575554-3823839-1-git-send-email-kafai@fb.com>
Date: Fri, 14 Aug 2015 11:05:51 -0700
From: Martin KaFai Lau <kafai@...com>
To: netdev <netdev@...r.kernel.org>, David Miller <davem@...emloft.net>
CC: "Steinar H. Gunderson" <sgunderson@...foot.com>,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
FB Kernel Team <kernel-team@...com>
Subject: [PATCH v2 net 0/3] ipv6: Fix a potential deadlock when creating pcpu rt
v1 -> v2:
A minor change in the commit message of patch 2.
This patch series fixes a potential deadlock when creating a pcpu rt.
It happens when dst_alloc() decided to run gc. Something like this:
read_lock(&table->tb6_lock);
ip6_rt_pcpu_alloc()
=> dst_alloc()
=> ip6_dst_gc()
=> write_lock(&table->tb6_lock); /* oops */
Patch 1 and 2 are some prep works.
Patch 3 is the fix.
Original report: https://bugzilla.kernel.org/show_bug.cgi?id=102291
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists