[Trusty][SRU][PATCH 0/3] Fix for LP: #1410852
Chris J Arges
chris.j.arges at canonical.com
Wed Feb 18 16:22:47 UTC 2015
BugLink: http://bugs.launchpad.net/bugs/1410852
[Impact]
Users of VLANs with LXC containers will see kernel BUGs when starting and stopping containers.
[Test Case]
- In trusty, install lxc and vlan.
- Edit /etc/lxc/default.conf as follows:
lxc.network.type=vlan
lxc.network.vlan.id=10
lxc.network.flags=up
lxc.network.link=eth0
lxc.aa_profile = unconfined
- Setup LXC container
sudo lxc-create -t download -n u1 -- --dist ubuntu --release trusty --arch amd64
- Run the following until you see the failure:
lxc-start --name u1 -d
lxc-stop --name u1
[Fix]
commit 5bb025fae53889cc99a21058c5dd369bf8cce820
support patches:
commit 0a59f3a9fd7e2801a445682465ea0522ea497183
commit 3ee32707560955e92d30f7f6e5138cb92a3b1a7e
Rashika Kheria (1):
net: Mark functions as static in core/dev.c
Veaceslav Falico (2):
net: add sysfs helpers for netdev_adjacent logic
net: rename sysfs symlinks on device name change
include/linux/netdevice.h | 3 +-
net/core/dev.c | 86 ++++++++++++++++++++++++++---------------------
2 files changed, 49 insertions(+), 40 deletions(-)
--
1.9.1
More information about the kernel-team
mailing list