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 13D7A54918 for ; Sat, 16 Aug 2025 17:31:22 +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=1755365483; cv=none; b=V37jbdUJR083bTNjt+yPjDPb/BPTkRQMLkBDzm8kYhlm2Cj/+O4hTJdOh3WQ9MDb+07wLMIvPcjFuHNl5gMUiypz/24tNvjeeM7sZmF889SYeMHDJq8i8f6Y4VnStTRCKqDs2xJPffxzdHyp8Ia8FhhExeY3uTYVemNHGPErCsg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755365483; c=relaxed/simple; bh=ZpPmqZhczkPNSF7ccPVPUtsfa/m9V9kfZ5ueEFTu+88=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SF8kOOod001VJFzT0unQLrbOGaQTFrvFtRMc/oFrfuugIwe6eS2Z6L+9f976Zyjwy6i2plrf9cId3lQlP1hh6htDf7iiErcYD0eaTQwAjXy27t2b23IMLEomXo42nsxZVL6JuONEAd7eHNUlUKkwkgGg3yMbpK7lLXwbIaIhkz4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=K9x/O6jT; 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="K9x/O6jT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2160C4CEEF; Sat, 16 Aug 2025 17:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755365482; bh=ZpPmqZhczkPNSF7ccPVPUtsfa/m9V9kfZ5ueEFTu+88=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K9x/O6jTr/Jnlrsj+nUQYA2eleM+Sabs6FqykMSKcH6W74JnQLmJSouA6aOjlgnGg 18T7s3qkQBtFo3knd2tqA4/GZ7p0LH3gq8eAG7t3ab4RJlbOOiHV1vmdr561+8laD0 Tl4CdmJogqlwLcxpdz/sXmxAZygXAy45ZqVe2BPI= Date: Sat, 16 Aug 2025 19:31:18 +0200 From: Greg Kroah-Hartman To: Todd Kjos Cc: Diederik de Haas , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , Carlos Llamas , Suren Baghdasaryan , linux-kernel@vger.kernel.org Subject: Re: RFE: Make ANDROID_BINDER_IPC tristate Message-ID: <2025081607-crank-expenses-942e@gregkh> References: <2025081642-viewpoint-exemption-006f@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Aug 16, 2025 at 09:37:35AM -0700, Todd Kjos wrote: > This is not feasible since binder relies on many kernel internal functions > and data that cannot be exported for loadable module. Patches for this have > been attempted in the past, but soundly rejected. You can see some of that > discussion at > https://lore.kernel.org/lkml/20180730143710.14413-1-christian@brauner.io/. Then how is this working in the Debian kernel? confused, greg k-h