[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-12-29 Thread Oibaf
Fixed in 6.2.0-16.16 as per previous comment. ** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to crash in Ubuntu. https://bugs.launchpad.net/bugs/2009595 Title:

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Andy Whitcroft
This was reported without a bug from ADT testing, and fixed without a Launchpad Bug attached. This was uploaded with Ubuntu-6.2.0-16.16. Once that hits -release this bug can be closed off. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
Oops; I missed a refresh before posting my previous comment. Sorry. The change should address the issue in crash, as /proc/version would be a substring of a 'Linux version' string in vmlinux. Marking as Fix Committed. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Committed **

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
Andy mentioned this is known and there's a fix in the works (LP bug unknown at the moment). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to crash in Ubuntu. https://bugs.launchpad.net/bugs/2009595 Title: DEP8 failure in lunar Status

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Andy Whitcroft
commit 73f1fdeed7d9f67d3eaac4719b9c48e130284d41 (HEAD -> cranky/master-next) Author: Andy Whitcroft Date: Wed Mar 8 16:09:07 2023 + UBUNTU: SAUCE: (no-up) version: fix concatenation of CONFIG_VERSION_SIGNATURE to banner Signed-off-by: Andy Whitcroft diff --git

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Andy Whitcroft
This is caused by a patch miss-applying to the wrong variable, when the intended target moved to another file. We have applied a fix for the 6.2 kernel for this. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to crash in Ubuntu.

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
Some options/considerations to address this (need input from the kernel team), given there might be impact to (other) userspace tools: 1) Make `linux_banner` like `linux_proc_banner`, i.e., append version signature. Fixes this issue; expands regression potential to other userspace tools.)

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
Note: this is not an issue in the more common, dumpfile form (w/ core dump), since it does not check `/proc/version`. 1) live system form: $ sudo crash -st ./usr/lib/debug/boot/vmlinux-6.1.0-16-generic WARNING: ./usr/lib/debug/boot/vmlinux-6.1.0-16-generic and /proc/version do not

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
GDB session with crash from git. (gdb) p pc.namelist $11 = 0x7fffed7f "../usr/lib/debug/boot/vmlinux-6.1.0-16-generic" (gdb) p kt.proc_version $12 = "Linux version 6.1.0-16-generic (buildd@lcy02-amd64-014) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.2.0-14ubuntu2) 12.2.0, GNU ld (GNU Binutils for

[Kernel-packages] [Bug 2009595] Re: DEP8 failure in lunar

2023-03-13 Thread Mauricio Faria de Oliveira
This is apparently a regression due to (ubuntu-only) kernel commit [1] commit e9ec6b526c6a ("UBUNTU: SAUCE: (no-up) version: Implement version_signature proc file.") It modifies the contents of `/proc/version` by appending a version signature (available individually in `/proc/version_signature`,