Re: [PATCH] Input: xen-kbdfront - drop keys to shrink modalias

2022-10-20 Thread Jason Andryuk
On Thu, Oct 20, 2022 at 8:21 AM Jason Andryuk wrote: > > On Thu, Oct 20, 2022 at 4:31 AM Mattijs Korpershoek > wrote: > > > > On Wed, Oct 19, 2022 at 16:14, Jason Andryuk wrote: > > > > > xen kbdfront registers itself as being able to deliver *any* key since > > > it doesn't know what keys the b

Re: [PATCH] Input: xen-kbdfront - drop keys to shrink modalias

2022-10-20 Thread Jason Andryuk
On Thu, Oct 20, 2022 at 4:31 AM Mattijs Korpershoek wrote: > > On Wed, Oct 19, 2022 at 16:14, Jason Andryuk wrote: > > > xen kbdfront registers itself as being able to deliver *any* key since > > it doesn't know what keys the backend may produce. > > > > Unfortunately, the generated modalias gets

Re: [PATCH] Input: xen-kbdfront - drop keys to shrink modalias

2022-10-20 Thread Mattijs Korpershoek
On Wed, Oct 19, 2022 at 16:14, Jason Andryuk wrote: > xen kbdfront registers itself as being able to deliver *any* key since > it doesn't know what keys the backend may produce. > > Unfortunately, the generated modalias gets too large and uevent creation > fails with -ENOMEM. > > This can lead to

[PATCH] Input: xen-kbdfront - drop keys to shrink modalias

2022-10-19 Thread Jason Andryuk
xen kbdfront registers itself as being able to deliver *any* key since it doesn't know what keys the backend may produce. Unfortunately, the generated modalias gets too large and uevent creation fails with -ENOMEM. This can lead to gdm not using the keyboard since there is no seat associated [1]