Re: uname reports wrong kernel name

From: Michael Grimm <trashcan_at_ellael.org>
Date: Mon, 22 Sep 2025 16:58:34 UTC
Tomoaki AOKI <junchoon@dec.sakura.ne.jp> wrote:
> 
> Michael Grimm <trashcan@ellael.org> wrote:

>> My kernel config is customized:
>> 
>> ident CUSTOM
>> include GENERIC
>> include "../../conf/std.nodebug"
>> device gre
>> 
>> This kernel is built as all the years before, and I can see it:

This is wrong; I must have screwed this file up during my odyssey (stable/14 -> main -> stable/15), recently.

>> Where should I start to search, and, is anyone else observing the same?

> Simply switch the order of ident line and include line.
> 
> With your order, ident line is overridden by "ident GENERIC" line
> in GENERIC.
> 
> HTH.

Yes, that helped. Thanks, back to normal uname reporting.

Regards,
Michael