Re: [PATCH] crypto: qce - Remove driver
Greg Kroah-Hartman <[email protected]> Fri, 24 Jul 2026 10:41:09 +0200
| Newsgroups | org.kernel.vger.linux-crypto,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <2026072412-decrease-sandbag-70a1@gregkh> |
On Fri, Jul 24, 2026 at 12:36:24AM -0700, Bartosz Golaszewski wrote: > I'm against removing this driver but I have a kernel driver policy question > before I start arguing the case: If I say that I do use this driver and that > I volunteer to maintain it and had already started sending out fixes, can > Eric still force its removal? Because in this case I can name a whole lot of > drivers that I deem useless that we still keep around. But you aren't using it if it is marked as BROKEN. If that's not the case, and it is not broken, well why is it marked that way? > The alg priority of this driver has been decreased below that of ARM CE and > since CRYPTO_ALG_KERN_DRIVER_ONLY it can no longer be used accidentally by > user-space either. If it can't be used, then again, who is using it? We can't have ONLY out of tree users for code that is in the kernel. We HAVE to have in-kernel users for it to stick around. > Even if in practice the driver is used for testing purposes - does this warrant > its removal? testing purposes of what exactly if there is no in-kernel code that calls this thing? thanks, greg k-h