[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2020-07-15 Thread Guilherme G. Piccoli
** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- 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/1456952 Title: support the slub_debug boot option on specific

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-23.24 --- linux (3.19.0-23.24) vivid; urgency=low [ Luis Henriques ] * Release Tracking Bug - LP: #1472346 [ Chris J Arges ] * SAUCE: Don't use atomic read in evlist.c - LP: #1410673 linux (3.19.0-23.23) vivid;

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.13.0-58.97 --- linux (3.13.0-58.97) trusty; urgency=low [ Brad Figg ] * Release Tracking Bug - LP: #1472453 [ Upstream Kernel Changes ] * vm: Fix incomplete backport of VM_FAULT_SIGSEGV handling support - LP: #1471892

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-44.59 --- linux (3.16.0-44.59) utopic; urgency=low [ Brad Figg ] * Release Tracking Bug - LP: #1472030 [ Iyappan Subramanian ] * SAUCE: (no-up) drivers: net: xgene: fix: Out of order descriptor bytes read - LP:

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-09 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- vivid' to 'verification-done-vivid'. If verification is not done by 5 working days from

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-09 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- trusty' to 'verification-done-trusty'. If verification is not done by 5 working days from

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-09 Thread Gavin Guo
** Tags removed: verification-needed-vivid ** Tags added: verification-done-vivid ** Tags removed: verification-needed-utopic ** Tags added: verification-done-utopic ** Tags removed: verification-needed-trusty ** Tags added: verification-done-trusty -- You received this bug notification

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-07-09 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- utopic' to 'verification-done-utopic'. If verification is not done by 5 working days from

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-06-26 Thread Brad Figg
** Also affects: linux (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Trusty)

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-05-22 Thread Gavin Guo
** Tags added: utopic vivid -- 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/1456952 Title: support the slub_debug boot option on specific object size Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-05-20 Thread Gavin Guo
** Description changed: + [Impact] + + slub_debug cannot work for specific kmem_cache size. + + e. g. slub_debug=PU,kmalloc-1024 + + The slub_debug is used to enable the debugging of use-after-free, poison + overwritten, double free. And it also increases the up time of the server + when the

[Kernel-packages] [Bug 1456952] Re: support the slub_debug boot option on specific object size

2015-05-20 Thread Gavin Guo
** Description changed: [Impact] slub_debug cannot work for specific kmem_cache size. e. g. slub_debug=PU,kmalloc-1024 The slub_debug is used to enable the debugging of use-after-free, poison overwritten, double free. And it also increases the up time of the server when the