Re: [PATCH v2] tty: synclink_gt: remove broken driver
From: Ethan Nelson-Moore <hidden>
Date: 2026-05-03 06:01:04
Also in:
linux-doc, linux-serial, rust-for-linux
From: Ethan Nelson-Moore <hidden>
Date: 2026-05-03 06:01:04
Also in:
linux-doc, linux-serial, rust-for-linux
Hi, Greg, On Sat, May 2, 2026 at 10:44 PM Greg Kroah-Hartman [off-list ref] wrote:
Then that means someone uses it somewhere. Don't generate bindings for something that will break because it is no longer in the tree :(
That project generates bindings for every UAPI header automatically, but has a hardcoded lost of them, so its presence there doesn't mean anyone is using it.
If no one does use it, then please get that project to fix their code so that we don't break their build.
They have had to remove headers from their list that got removed from the kernel before. I will send them a pull request to remove this header and then resend this patch with the UAPI header removal restored. Does that sound good to you? Ethan