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 3565222541C; Thu, 16 Apr 2026 16:11:36 +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=1776355897; cv=none; b=Zb50AxlO4iPKwFbsqrnFx8Z/xyO+pqFSzCtZajlmk9QiIRKPtVPRI+PhuJeJVt0EVrHQOJD/oCgf9aksTfo9VAzJtVE6lvDhRCyyo1faYBcumM9SW9vZgHa9dasyCx9Vx+onmG+RKcyd/bGgdnfBsLYmMfO5ge/vdCQeqFp/e48= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776355897; c=relaxed/simple; bh=QrHL4ZMGRyqA0HvFWyAQYVDKeMrdFAjdC8sTylw3ws0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tXN+yMQ3D/eJWcssJFOXLxuf4P7nQVMSDRxzTzFugy0XPhillXayUZvvzzac7W3du+k/G6ZIIEgm5iaMc+OPXnngLFQAr6OzoCU5MrcXgl2J+zHwu7OxsxUMMCSK2BZcBPl/0I2dBK85zXt1cnPHq1QJf5x7FUN5jSwSKzL98D8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ldDKTs5u; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ldDKTs5u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 294EBC2BCB3; Thu, 16 Apr 2026 16:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776355896; bh=QrHL4ZMGRyqA0HvFWyAQYVDKeMrdFAjdC8sTylw3ws0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ldDKTs5uy/6ztmwZBNikxKQaOEo+Jg5hOQW5RKDKz31C/3XgqR4PeFaS7tEyaZ98F C7+UWzfTI3v2ajQl+Kl5C2EKNtmhQhq0KBpPVTtdb+1EynjIqB0jDNlOfrxnKAMgqc uHAoVBQLckdmqdpkfARfl5O4nU8yoTeTc8JRS7C0wPHCX2zxE/40/+lDlumkN7jmDl 1pLe5tDVBVl7MP4lzcD48AJt6sevNJFvMqTw8Hx39k8Gu9cKoAPjv+d6vA37cZ86Av XNJULMF2PaAMKRd0zemhyUoMGc76neYJO7YbpVE0Ko9WbEqMqc3+IKYyNKmYI5NPwT iQAzC7nyBgCZA== Date: Thu, 16 Apr 2026 09:11:29 -0700 From: Jakub Kicinski To: Alice Ryhl Cc: Miguel Ojeda , Boqun Feng , Gary Guo , "=?UTF-8?B?QmrDtnJu?= Roy Baron" , Benno Lossin , Andreas Hindborg , Trevor Gross , Danilo Krummrich , Donald Hunter , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Greg Kroah-Hartman , "Arve =?UTF-8?B?SGrDuG5uZXbDpWc=?=" , Todd Kjos , Christian Brauner , Carlos Llamas , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v3 0/4] Rust netlink support + use in Rust Binder Message-ID: <20260416091129.6e20ca0f@kernel.org> In-Reply-To: <20260415-binder-netlink-v3-0-84be9ba63ee2@google.com> References: <20260415-binder-netlink-v3-0-84be9ba63ee2@google.com> 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-Transfer-Encoding: 7bit On Wed, 15 Apr 2026 09:37:50 +0000 Alice Ryhl wrote: > The C Binder driver exposes messages over netlink when transactions > fail, so that a userpace daemon can respond to processes with many > failing transactions. net-next is closed for the duration of the merge window, so that people can take a mental break and increasingly catch up on all the accumulated CI/AI backed work. Please come back in 2 weeks.