<img src="/images/gnu-mouse-300.png" style="float: right; margin-left: 0.5em; max-width: 40%;">

I accidentally broke Emacs mouse support on the Linux console. o_O

The TIOCLINUX patch for disabling dangerous IOCTLs for the Linux
console driver ([background discussed on the
Wiki](https://wiki.gnoack.org/TiocstiTioclinuxSecurityProblems)) ended
up accidentally making the mouse cursor invisible on the Linux console
(the proper text mode one, not xterm).

I apologize for breaking this. We luckily found a patch for it and it
is now rolling out to stable Linux kernels.

If your mouse does not work as expected in Emacs on the Linux console,
please update your kernel to a newer release.

It boggles me that this managed to slip through the cracks in the
initial review, after we had done such an exhaustive search for
remaining users in Debian code search.  Lesson learned.

## References

* [GPM & Emacs broken in Linux 6.7](https://lore.kernel.org/all/ee3ec63269b43b34e1c90dd8c9743bf8@finder.org/)
* [Emacs bug 74220 - Invisible cursor](https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-11/msg00275.html)
* [Longer Wiki description about the patch that broke it](https://wiki.gnoack.org/TiocstiTioclinuxSecurityProblems)
