[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-10-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.3.0-17.18 --- linux (5.3.0-17.18) eoan; urgency=medium * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) * CVE-2019-17056 - nfc: enforce CAP_NET_RAW for raw sockets * CVE-2019-17055 - mISDN: enforce CAP_NET_RAW for

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-29 Thread Nivedita Singhvi
** Tags added: sts ** Tags added: linux ** Changed in: linux (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840704 Title: ZFS kernel modules lack debug

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-29 Thread Mauricio Faria de Oliveira
Attaching the debdiffs for zfs-linux/spl-linux on X/B/D/E, for documentation purposes; will send testing/notes later. Independently of the kernel packaging approach determined to enable debug symbols on ZFS/SPL modules, these kind of patches for the userspace packages are be required anyway, and

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
[Unstable][PATCH 0/6] Add support for ZFS debug symbols https://lists.ubuntu.com/archives/kernel-team/2019-August/103425.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840704 Title: ZFS kernel

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
Test Build 1) Old behavior goal: show limitations/issues. - original packaging - zfs not built with debug symbols - zfs modules not present in debug package - extra modules lack .gnu_debuglink section Original packaging: There are no ZFS modules in the debug package: $ dpkg-deb -x

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
Test Build 4) All debug symbols disabled goal: show no zfs debug symbol activity happens either (along w/ other debug symbol stuff) - test packaging - nothing built with debug symbols - no debug package present - no .gnu_debuglink section at all - (no regressions) Test packaging, debug symbols

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
Test Build 2) New behavior if ZFS modules are *not* built with debug symbols goal: show failsafe/backwards compatible behavior if zfs-dksm doesn't support/build debug symbols and kernel build log reports missing debug symbols, and extra modules have .gnu_debuglink. - test packaging - zfs

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
Test Build 3) New behavior if ZFS modules are built with debug symbols goal: show zfs debug symbols are correctly built and packaged into non- debug & debug packages. - test packaging - zfs built with debug symbols - zfs modules present in debug package - extra modules *have* .gnu_debuglink

[Bug 1840704] Re: ZFS kernel modules lack debug symbols

2019-08-28 Thread Mauricio Faria de Oliveira
** Description changed: The ZFS kernel modules aren't built with debug symbols, which introduces problems/issues for debugging/support. - Patches will be sent soon for linux and zfs/spl-linux, - covering X/B/D/E/Unstable. + Patches are required in: + 1) linux kernel packaging, to add