[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180912153519.533fb27a@alans-desktop>
Date: Wed, 12 Sep 2018 15:35:19 +0100
From: Alan Cox <gnomes@...rguk.ukuu.org.uk>
To: Remi Pommarel <repk@...plefau.lt>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>, linux-kernel@...r.kernel.org,
Alexander Viro <viro@...iv.linux.org.uk>,
Kees Cook <keescook@...omium.org>,
Elie Roudninski <xademax@...il.com>
Subject: Re: [PATCH 0/4] Add specific vt input's key map
On Tue, 11 Sep 2018 22:23:55 +0200
Remi Pommarel <repk@...plefau.lt> wrote:
> This patchset adds a way to have a specific keyboard config (i.e.
> keycode to keysym map) for a vt attached input.
Who actually needs this given that you can't even render most
international symbols in text mode and X and friends already deal with
mapping of keyboards at this degree of fine-ness and even more so ?
> - kbd_detach_conf is a bit clumsy because it tries to copy a shared sparse
> pointer array without using GFP_ATOMIC.
It's not a performance critical path at least. You could look at
switching it to use RCU but firstly I think the question is whether
anyone cares enough to bother putting it in the upstream kernel ?
Alan
Powered by blists - more mailing lists