Re: Request to backport "sysctl: fix proc_dobool() usability" to stable kernels

From: Thomas Weißschuh
Date: Sat Mar 04 2023 - 22:06:30 EST


On Sat, Mar 04, 2023 at 09:51:49PM -0500, Storm Dragon wrote:
> On Sun, Mar 05, 2023 at 02:18:11AM +0000, Thomas Weißschuh wrote:
> > This ioctl is used for the copy-and-paste functionality of the
> > screenreader "fenrir".
> > ( https://github.com/chrys87/fenrir )
> >
> > Reported-by: Storm Dragon <stormdragon2976@xxxxxxxxx>
> > Link: https://lore.kernel.org/lkml/ZAOi9hDBTYqoAZuI@xxxxxxxxxxx/
>
> I believe this will also cause some loss of functionality in brltty as
> well:
>
> https://brltty.app

The documentation of brltty indicates that they only use TIOCSTI as
fallback. By default a virtual keyboard device is used to simulate
typing.


Maybe it would also make sense to open a ticket to ArchLinux to enable
CONFIG_LEGACY_TIOCSTI again, as per the kernel default.

In accordance with the options help text:

"Say 'Y here only if you have confirmed that yout system's userspace
depends on this functionality to continue operating normally"

Could you create such a ticket if think it's necessary?