[SRU][Bionic][PATCH 0/2] Fixes for LP:1776927
Joseph Salisbury
joseph.salisbury at canonical.com
Fri Jun 22 17:26:26 UTC 2018
== SRU Justification ==
Running up two containers using ipvlan with IPv6 autoconf active triggers
an assertion failure in the kernel (cloud image running on Brightbox).
This is a regression caused by commit e9997c2938b2.
This regression is fixed by commit 8230819494b3 but also requires commit 94333fac44d1
as a prereq.
== Fixes ==
94333fac44d1 ("ipvlan: drop ipv6 dependency")
8230819494b3 ("ipvlan: use per device spinlock to protect addrs list updates")
== Regression Potential ==
Low. Fixes a current regression. The fix was also sent to stable, so
it has had additional upstream review.
== Test Case ==
A test kernel was built with these patches and tested by the original bug reporter.
The bug reporter states the test kernel resolved the bug.
Matteo Croce (1):
ipvlan: drop ipv6 dependency
Paolo Abeni (1):
ipvlan: use per device spinlock to protect addrs list updates
drivers/net/Kconfig | 1 -
drivers/net/ipvlan/ipvlan.h | 1 +
drivers/net/ipvlan/ipvlan_core.c | 96 +++++++++++++++++++++++++++++-----------
drivers/net/ipvlan/ipvlan_main.c | 93 +++++++++++++++++++++++++++-----------
4 files changed, 137 insertions(+), 54 deletions(-)
--
2.7.4
More information about the kernel-team
mailing list