On Wed, Sep 13, 2023 at 10:03:55AM -0700, Linus Torvalds wrote: > I haven't actually heard a good reason to really stop supporting > these. Using some kind of user-space library is ridiculous. It's *way* > more effort than just keeping them in the kernel. So anybody who says > "just move them to user space" is just making things up. > > The reasons I have heard are: > > - security > > Yes, don't enable them, and if you enable them, don't auto-mount them > on hot-pkug devices. Simple. People in this thread have already > pointed to the user-space support for it happening. Which honetly doesn't work, as the status will change per kernel version. If we are serius about it we need proper in-kernel flagging. > - syzbot issues. > > Ignore them for affs & co. And still get spammed? Again, we need some good common way to stop them even bothering instead of wasting their and our resources. > > - "they use the buffer cache". > > Waah, waah, waah. The buffer cache is *trivial*. If you don't like the > buffer cache, don't use it. It's that simple. FYI, IFF this is a response to my original mail and not some of the weirder ideas floating around on the lists, I've never said remove the buffer cache, quite to the contrary. What is problematic, and what I want to go away is the buffer_head based helpers for while I/O. Which unlike using buffer_heads for the actual metadata buffer_cache has very useful replacements already.