2021-01-16 18:03:45

by Joakim Tjernlund

[permalink] [raw]
Subject: loadkeys --mktable fi > /usr/src/linux/drivers/tty/vt/defkeymap.c_shipped OOPSes the kernel 5.4.89

Building a kernel and having the default keymap replaced with
loadkeys --mktable fi > /usr/src/linux/drivers/tty/vt/defkeymap.c_shipped
makes the kernel OOPS during startup.
The OOPS scrolls away and I can only see a few registers.

The OOPS seems to happen when running the loadkeys command.
Working kernel is 5.4.80

Jocke


2021-01-16 18:24:29

by Joakim Tjernlund

[permalink] [raw]
Subject: Re: loadkeys --mktable fi > /usr/src/linux/drivers/tty/vt/defkeymap.c_shipped OOPSes the kernel 5.4.89

On Sat, 2021-01-16 at 16:23 +0100, Joakim Tjernlund wrote:
> Building a kernel and having the default keymap replaced with
>   loadkeys --mktable fi > /usr/src/linux/drivers/tty/vt/defkeymap.c_shipped
> makes the kernel OOPS during startup.
> The OOPS scrolls away and I can only see a few registers.
>
> The OOPS seems to happen when running the loadkeys command.
> Working kernel is 5.4.80
>
>  Jocke

After downgrading kbd to 2.3.0 and then upgrading to 2.4.0 again the problem disappeared.
Very odd.

Jocke