From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B476A20E023; Sun, 3 May 2026 06:08:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777788505; cv=none; b=BwNuY/B1AlHJiH3bptvdPWPeKrXG/BsRuAdOPTAZXGX+s+CGhsK9KzdErTaoIUcMu3B4m/N+yNhxbDkwFIOzhjGMG2tGOsI9giMsMayXW1Ey+cckJqAhCtNOYnCGohVd9sWdjHaxmSCX6A/mDPpvWNiwR3X2qHNVAzB/KidF0uY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777788505; c=relaxed/simple; bh=wVjTwrEj04/03byuBlM0H1sdjlFRqIutG2Iz7Ehjs3Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EGpxjkGrUHBkLANnVavnB8SYlOLBv8oyAZu3u2GoKZDFil0GPzV6xUpmsu9hsPOBWcqkRj3JtxSDaUWQfIhczzwP12dAKA8yBSSRU466kAUjtPSqaAhUSFYTdWnVJAFn0iD+M5xnLJyjmbBF9ZwFJVy9lKZ2RC+ze83VaNsqnSc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qk7VuwsP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qk7VuwsP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB33DC2BCB4; Sun, 3 May 2026 06:08:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777788505; bh=wVjTwrEj04/03byuBlM0H1sdjlFRqIutG2Iz7Ehjs3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qk7VuwsPlzs4FONxH6v1uneq3DAWLmsc1aXoxocuGrQTt1xSkryaYzVZaEXe8kcL2 owwUqmsOaPLYnY8zX/DLSOGslkeqkKgFAV1uOCP9ZkUcqz9ukxPKQ8vZ86XHg8dzWE 7p8C3CUkKd2MZYtIm+7vnFrGpPe4n9h2H5Y2DDW0= Date: Sun, 3 May 2026 08:08:22 +0200 From: Greg Kroah-Hartman To: Ethan Nelson-Moore Cc: linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-serial@vger.kernel.org, rust-for-linux@vger.kernel.org, Jonathan Corbet , Shuah Khan , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jiri Slaby , Miguel Ojeda , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Bagas Sanjaya , Haren Myneni , Eric Biggers , Qingfang Deng , Julian Braha Subject: Re: [PATCH v2] tty: synclink_gt: remove broken driver Message-ID: <2026050316-plant-spool-14c6@gregkh> References: <20260503030801.14080-1-enelsonmoore@gmail.com> <2026050340-kilogram-prissy-a833@gregkh> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sat, May 02, 2026 at 11:00:53PM -0700, Ethan Nelson-Moore wrote: > Hi, Greg, > > On Sat, May 2, 2026 at 10:44 PM Greg Kroah-Hartman > 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? Yes, thanks.