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 1BC42286889; Sun, 4 Jan 2026 12:09:24 +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=1767528564; cv=none; b=PQaNdNdINe3qGSTxC9qSBbDTW7sg41LcYrfoDIenzi5gX3x+I7lmZfHgi/kSAUlkFBN1bvb0b7dnTmzf/+c5IlcK1TT38H2qlPVt6f1SjSId2ma/mvdtCK6/nTetbylP1x54jIPaNG+ibLJEE7ZhzCckPIEqJgO/WYo+mGGGVzI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767528564; c=relaxed/simple; bh=QtFHZNtm6NFEuNaLYNk8c88SHdeqYcmbUo0yV/Z7mew=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=d+2Af9ieoME5TCekK0T34BhUaEjmlbj+cycn0WlQjG7L2vA0s1lGBge919AmV6QBtw0LYfM535mqKAFvauhgbRYCjuXyufeCAeb0NmFudSvnSOYBrZA85tOWExnDMoeJIDNfk1c94RMTGwMOvXql6Z7SUFGGrfFOWolnZ0hs8Oc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ENxA7Roq; 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="ENxA7Roq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B052C4CEF7; Sun, 4 Jan 2026 12:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767528563; bh=QtFHZNtm6NFEuNaLYNk8c88SHdeqYcmbUo0yV/Z7mew=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=ENxA7RoquCeNXxKCzS5gP+h0pe11n0xgAF8HSoCNEUBAC867uqsDhCtEImkqou3tX KEaq9zYzWQiDByzLnlIlYXFEuQKvIY3/XU1azkOwQicB0fFqeYvsolQ0qbre+FeqzV uDMN5cg9Dpn9kSewUKGoG6z7L+DBmrdpMHTlpvVBIJ5+sT+aEBXvw+jer0QUn7NI5y /nfgqpwVWsjLKsCMFM1sDRqiMIaQpyr0afP0UITWaEu4EETUALnFkEJgZNzTfwM7aN cmDBBTDdYHhtERXe5SDC0rzSZ5deE9Tw1shgLdteXS10vMk4oB0ZDmgtpQ8czWYQ5t qn6V4f6Q3jvfA== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 04 Jan 2026 13:09:15 +0100 Message-Id: Subject: Re: [PATCH v2 2/4] rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref Cc: "Igor Korotin" , , "Shankari Anand" , "Greg Kroah-Hartman" , =?utf-8?q?Arve_Hj=C3=B8nnev=C3=A5g?= , "Todd Kjos" , "Martijn Coenen" , "Joel Fernandes" , "Christian Brauner" , "Carlos Llamas" , "Suren Baghdasaryan" , "Alice Ryhl" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Alexandre Courbot" , "Rafael J . Wysocki" , "Miguel Ojeda" , "Alex Gaynor" , "Michal Wilczynski" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Daniel Almeida" , "Abdiel Janulgue" , "Robin Murphy" , , To: "Miguel Ojeda" From: "Danilo Krummrich" References: <20260102202714.184223-1-shankari.ak0208@gmail.com> <20260102202714.184223-3-shankari.ak0208@gmail.com> <41d26500-d425-4359-91b4-b738725c0b8b@gmail.com> In-Reply-To: On Sun Jan 4, 2026 at 12:58 PM CET, Miguel Ojeda wrote: > On Sun, Jan 4, 2026 at 12:31=E2=80=AFAM Igor Korotin > wrote: >> >> I see this change more as a Rust infrastructure change rather than >> something I2C-specific. >> >> If it is not a burden for you, I would appreciate it if you could take >> it through your tree. > > This could even go through the Rust tree since it is a general > cleanup, but I imagine Danilo wanted to see what Wolfram thinks first, > since it is the "parent" subsystem. Yes, that was the intention. I think it is a good thing if the C and Rust p= arts of subsystems are handled closely. I think making even trivial patches flow through the corresponding trees can help with that. :)