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

2023-03-09 Thread Mattijs Korpershoek
Hi Jason, On mer., mars 08, 2023 at 11:26, Jason Andryuk wrote: > On Thu, Dec 15, 2022 at 8:54 AM Mattijs Korpershoek > wrote: >> >> On Fri, Dec 09, 2022 at 09:26, Jason Andryuk wrote: >> >> > xen kbdfront registers itself as being able to deliver *any* key since >> > it doesn't know what

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

2023-03-08 Thread Jason Andryuk
On Wed, Mar 8, 2023 at 11:26 AM Jason Andryuk wrote: > > On Thu, Dec 15, 2022 at 8:54 AM Mattijs Korpershoek > wrote: > > > > On Fri, Dec 09, 2022 at 09:26, Jason Andryuk wrote: > > > > > xen kbdfront registers itself as being able to deliver *any* key since > > > it doesn't know what keys the

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

2023-03-08 Thread Jason Andryuk
On Thu, Dec 15, 2022 at 8:54 AM Mattijs Korpershoek wrote: > > On Fri, Dec 09, 2022 at 09:26, 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

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

2022-12-15 Thread Mattijs Korpershoek
On Fri, Dec 09, 2022 at 09:26, 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

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

2022-12-09 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]