[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225 Title: netns: unable to follow an interface that moves to another netns Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2019-01-22 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Xenial) Status: In Progress => Confirmed ** Changed in: linux (Ubuntu) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu Xenial) Assignee: Joseph Salisbury (jsalisbury) => (unassigned) -- You received this bug notification because

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-33.36 --- linux (4.15.0-33.36) bionic; urgency=medium * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149) * RTNL assertion failure on ipvlan (LP: #1776927) - ipvlan: drop ipv6 dependency - ipvlan: use per device

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-08-13 Thread Nicolas Dichtel
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225 Title: netns: unable to follow an interface

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-08-07 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- bionic' to 'verification-done-bionic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-07-30 Thread Joseph Salisbury
** Description changed: + + == SRU Justification == + 6Wind is requesting these three patches. The patches fix a bug that prevents a user + from following an interface that moves to another netns. + + These commits are also needed in Xenial. However, they will be sent in + a separate SRU

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-07-30 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225 Title: netns: unable to follow an interface that

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-07-18 Thread Joseph Salisbury
I'll see what is involved to backport to Xenial/4.4 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225 Title: netns: unable to follow an interface that moves to another netns

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-07-12 Thread Nicolas Dichtel
Well, it could be a workaround but it would be great to have it in the 4.4 if it's not too complicated for you. What do you think? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-07-05 Thread Joseph Salisbury
Xenial appears to have some prereq commits necessary and requires backporting of commits. Is it possible to use the HWE kernel with Xenial instead of backporting the commits to 4.4? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-22 Thread Joseph Salisbury
Bionic SRU request submitted: https://lists.ubuntu.com/archives/kernel-team/2018-June/093495.html I should have a Xenial test kernel available for testing shortly. It requires some backporting of the patches. -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-11 Thread Nicolas Dichtel
It works for me, thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1774225 Title: netns: unable to follow an interface that moves to another netns Status in linux package in

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-08 Thread Joseph Salisbury
It looks like mainline commit b2d3bcfa26a7a is also needed. I built another test kernel which has the following three commits: b2d3bcfa26a7 ("net: core: Expose number of link up/down transitions") 38e01b30563a ("dev: advertise the new ifindex when the netns iface changes") c36ac8e23073 ("dev:

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-05 Thread Nicolas Dichtel
The test fails because the attribute IFLA_CARRIER_UP_COUNT and IFLA_CARRIER_DOWN_COUNT are not declared in this kernel. In this kernel, IFLA_NEW_IFINDEX has the numeric value of IFLA_CARRIER_UP_COUNT in an upstream kernel (if I patch iproute2 to use IFLA_CARRIER_UP_COUNT instead of

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-04 Thread Joseph Salisbury
I built one more test kernel using the Bionic master-next repository. I confirmed the test kernel has the following two commits: 38e01b30563a ("dev: advertise the new ifindex when the netns iface changes") c36ac8e23073 ("dev: always advertise the new nsid when the netns iface changes") The

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-04 Thread Joseph Salisbury
** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Status: New => In Progress ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) =>

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-04 Thread Nicolas Dichtel
Hi Joseph, we also expect to have those commits in xenial. The test fails with the patched kernel, only IFLA_NEW_NETNSID seems there. With the head of the iproute2 (patches to display those attributes have been merged this week-end): root@ubuntu1604:~# ./iproute2/ip/ip monitor link& [1] 859

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-01 Thread Joseph Salisbury
Commit 6621dd29eb9b is already in Bionic. Are this commits only needed in Bionic? I built a Bionic test kernel with the other two commits. The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1774225 Can you test this kernel and see if it resolves this bug? Note

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-01 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Bionic) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu Bionic) Status: Triaged => In Progress ** Changed in: linux (Ubuntu)

[Kernel-packages] [Bug 1774225] Re: netns: unable to follow an interface that moves to another netns

2018-06-01 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged ** Tags added: bionic kernel-da-key ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic)