[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-08-22 Thread Ubuntu Kernel Bot
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- xenial' to 'verification-done-xenial'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

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/1825942 Title: kernel crash : net_sched race condition in tcindex_destroy() Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-55.60 --- linux (4.15.0-55.60) bionic; urgency=medium * linux: 4.15.0-55.60 -proposed tracker (LP: #1834954) * Request backport of ceph commits into bionic (LP: #1834235) - ceph: use atomic_t for ceph_inode_info::i_shared_gen

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-07-05 Thread Viktor S. Wold Eide
I have now tested the updated Linux kernel from bionic proposed. The new kernel seems to solve the problem and the fix appears OK for : linux-image-generic 4.15.0.55.57 amd64 Generic Linux kernel image Linux 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-07-03 Thread Ubuntu Kernel Bot
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 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-06-28 Thread Kleber Sacilotto de Souza
Hi Viktor, These patches were not applied for the SRU cycle "03-Jun through 30-Jun", they are committed now for the cycle starting next week ("01-Jul through 21-Jul"). Please check https://kernel.ubuntu.com/ for the current schedules. Thank you. ** Changed in: linux (Ubuntu Bionic)

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-06-17 Thread Viktor S. Wold Eide
As I understood it, the fix was unfortunately some days to late for the he previous Kernel SRU cycle. I then expected the fix to be applied for the current SRU cycle, that is, 03-Jun through 30-Jun. I still assume that is the case? -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-06-13 Thread Andrea Righi
** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic) Status: New => Confirmed ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => High ** Changed in: linux (Ubuntu Bionic) Assignee: (unassigned) =>

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-06-13 Thread Viktor S. Wold Eide
I did expect a change in status to "Fix Committed", indicating that the fix had been applied? -- 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/1825942 Title: kernel crash : net_sched

Re: [Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-17 Thread Viktor S. Wold Eide
Thanks a lot. That's great. -- 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/1825942 Title: kernel crash : net_sched race condition in tcindex_destroy() Status in linux package in

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-17 Thread Andrea Righi
Fix against bionic submitted to the kernel ML: https://lists.ubuntu.com/archives/kernel-team/2019-May/100741.html -- 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/1825942 Title: kernel

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-15 Thread Andrea Righi
** Description changed: + [Impact] + + It is possible to trigger a NULL pointer dereference in tcindex_delete() + with a simple reproducer script, this is because in tcindex_set_parms() + when old_r doesn't exist we set the new exts to cr.exts that can be + uninitialized, triggering the NULL

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-14 Thread Andrea Righi
** Tags added: bionic cosmic -- 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/1825942 Title: kernel crash : net_sched race condition in tcindex_destroy() Status in linux package in

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-14 Thread Andrea Righi
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Andrea Righi (arighi) ** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-05-03 Thread Viktor S. Wold Eide
This crash is currently critical when using traffic control (tc) in one of the Ubuntu LTS releases, bionic and xenial linux-hwe. I referred to a simple script in the debian bug tracking system that triggers the kernel crash. In my case a normal shutdown/reboot triggers the crash, when the kernel

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-04-25 Thread Viktor S. Wold Eide
I could have been more explicit. The thread linked to in the initial bug description also contains a simplified script by Ben Hutchings that triggers the kernel crash (included below for the reference): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921542#10 The script triggers the kernel

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-04-23 Thread Viktor S. Wold Eide
Log files should not be required, as this issue is already confirmed and also fixed in the Linux kernel. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1825942] Re: kernel crash : net_sched race condition in tcindex_destroy()

2019-04-23 Thread Viktor S. Wold Eide
I should have added that there were a couple of other commits related to this issue (memory leaks in cls_tcindex) that were also merged in. ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is