[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-12-02 Thread bugproxy
--- Comment From wil...@us.ibm.com 2016-12-02 18:01 EDT--- Hi Canonical This issue with the bnx2x driver exists in the all 4.4. kernels including the current stable (4.4.36). If 16.04 will continue to support a 4.4. kernel we need the following patch included in a kernel build. I am

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-12-02 Thread bugproxy
--- Comment From wil...@us.ibm.com 2016-12-02 12:48 EDT--- I found the root of the problem in the bnx2x driver. If the interface is down when it is slaved to the bridge it returns -EFAULT when attempting to add a vid. tatic int bnx2x_vlan_rx_add_vid(struct net_device *dev, __be16 proto,

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-11-18 Thread bugproxy
--- Comment From wil...@us.ibm.com 2016-11-18 20:02 EDT--- I traced the probolem to __vlan_vid_add(), this code snipit: /* Try switchdev op first. In case it is not supported, fallback to * 8021q add. */ err = switchdev_port_obj_add(dev, ); if (err == -EOPNOTSUPP) return vlan_vid_add(dev,

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-11-17 Thread bugproxy
--- Comment From wil...@us.ibm.com 2016-11-17 19:00 EDT--- I can reproduce the problem using the following steps: brctl addbr boom brctl stp boom off brctl addif boom enP2p1s0f3 brctl delif boom enP2p1s0f3 enP2p1s0f3 is a port on a bnx2. The Oops will occur when "brctl delif" is run.

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-11-16 Thread bugproxy
--- Comment From ru...@us.ibm.com 2016-11-16 16:02 EDT--- Tested with 4.8.0-27 from proposed. With this kernel, the vlan filtering init appears to have been successful, so br->vlgrp was not NULL on shutdown. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-11-16 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2016-11-16 13:36 EDT--- cde00 (cdead...@us.ibm.com) added native attachment /tmp/AIXOS06682471/JournalErrors.txt on 2016-11-16 12:33:12 cde00 (cdead...@us.ibm.com) added native attachment /tmp/AIXOS06682471/shutdown-problem-power8 on 2016-11-16

[Kernel-packages] [Bug 1616107] Comment bridged from LTC Bugzilla

2016-11-16 Thread bugproxy
--- Comment From ru...@us.ibm.com 2016-11-16 13:27 EDT--- Reversed mirrored as we can still replicate this with 4.4.0-47. I'll give the proposed 4.8 kernel a try later today. Regardless of whether the bnx2x vlan filter init error is resolved, it seems that the nbp_vlan_flush() routine