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 6CBB8221F0C; Mon, 16 Mar 2026 06:08:49 +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=1773641329; cv=none; b=rA1GR9CXFe0ndNMx/03/4O7cfZXqRcznGrIqPBF8VQv0TksDEab5NX9qR7W/W8g014ja9vCxcqGs70fjKLbnaEcSFnZjuh4HGmB+qmG4MX9KX+rKO3ley+XPpCloL5fnaUdoaiG7lyHU+KqTJgRRk/u7Giwzj7icFZ9vpeYBoRg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773641329; c=relaxed/simple; bh=HkH+9D4cjKf0yg0LQ7vqFLjUWCtxKs0ZWpbqPBNz/Z4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kk6MgeGgZ097Xjg8TvufKyl9DNuNMmrq4akFyF/V0w4nhg8UqfnhhurdrJvOh74nazhSZw9AQ95BiNmP3C3G9nLl1tIVR5jj3L0iBSjqjSUbKDvnIY91xt3yUz79arbn1dTsBDYlbVdR7Xu2FBwoQVkTC0d8bRCNZVkfDKBSdRs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=f/hQddMu; 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="f/hQddMu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28D31C19421; Mon, 16 Mar 2026 06:08:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773641329; bh=HkH+9D4cjKf0yg0LQ7vqFLjUWCtxKs0ZWpbqPBNz/Z4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f/hQddMu7SVOOksc4Zrke8iI5mKZxnfsm2ELS+zbkXpMnXv/+8JIdiCIKgG8FnnBr J2vwuNnaJvnBCAsV2ah+JGCZba24v9JtDz1gwUcEp7YUG8nNLIKHQAe1z8GGvyydcK 3rztoqr1T9tKoHSzaIoo3Q3Q/bXjuZvjEflji2s0= Date: Mon, 16 Mar 2026 07:08:30 +0100 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Shankari Anand , Wolfram Sang , Wolfram Sang , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , Carlos Llamas , Suren Baghdasaryan , Danilo Krummrich , Alice Ryhl , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Alexandre Courbot , "Rafael J . Wysocki" , Miguel Ojeda , Alex Gaynor , Igor Korotin , Michal Wilczynski , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Trevor Gross , Daniel Almeida , Abdiel Janulgue , Robin Murphy , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org Subject: Re: [PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports Message-ID: <2026031624-untrained-foil-3b94@gregkh> References: <20260102202714.184223-1-shankari.ak0208@gmail.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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sun, Mar 15, 2026 at 10:25:30PM +0100, Miguel Ojeda wrote: > On Fri, Jan 2, 2026 at 11:16 PM Shankari Anand > wrote: > > > > rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref > > rust: usb: Update AlwaysRefCounted imports to use sync::aref > > rust: types: remove temporary re-exports of ARef and AlwaysRefCounted > > Applied to `rust-next` -- thanks everyone! > > [ Move `ARef` import into the `kernel` `use` tree above. - Miguel ] > > [ Rebase. - Miguel ] > > I don't see anything remaining in linux-next, and #1 was already in > v7.0-rc1, so I just applied all the rest, i.e. including the removal > of the temporary re-export. Let's see tomorrow if all goes well. > > Thanks Shankari for your patience and keeping track of this! > > With this, we are finally done with the move. > > Greg, Wolfram: if you didn't want me to pick them up, please shout! No objection from me.