From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.migadu.com (out-101.mta1.migadu.com [95.215.58.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BC783A1696 for ; Mon, 10 Aug 2026 09:43:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786355034; cv=none; b=K2ZOb72cEWQbLYB0CywxcOnuTLXf4Fe11srcvgCYvOvMmB9igmfiM/Wma29n29MHq7ooJt38i7SOtBftPcCvFeJ3uI8DLkbYjG29dUMPLEONiYmabivVyw04mR5xclplTSx/VbC9KETpWp/13ofv6YwfT+GbWr/I5l7gy7qQ7rE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786355034; c=relaxed/simple; bh=oM0nShtvENJ/IoYuzI4EAurH6RtVncCAM7zuaIO1J30=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=b9RDgnX3DQTXvpLBGQMrdrXPzRMXEkelZZm5Ki+sxxrXMvfGCU79Tr0JLYGmv+2gPbTClC4/yYeWF7AAWZElkoWlkrxmAc3dlG6AZ/K9qQsfqKlUiaAsGi6ez81fKvQMfa85kstMVP+DZLCgXU9HSKI/DEDuU0VapBqkOBVvYoA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=MYaqsu/H; arc=none smtp.client-ip=95.215.58.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="MYaqsu/H" X-Envelope-To: rust-for-linux@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=oM0nShtvENJ/IoYuzI4EAurH6RtVncCAM7zuaIO1J30=; c=simple/simple; d=linux.dev; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1786355031; v=1; x=1786959831; b=MYaqsu/H3U0KVOKCCen3mzHz8hT/6YK+6UUVA4iT+gKdsbqa82CVA1DmRqRUUAHtCHKNyJ+j 56MOpFxJDVwapfWReUKuZFWyj9gJ0cGKpPTPhJ0r0D1/7XpOepj5S6zYhh+/Al/BVQFi6xlcekx 9rCNgfYRtxes5DL7YleMLhzU= X-Envelope-To: rust-for-linux@vger.kernel.org Received: from [10.0.11.3] (2a11:3:200::10a9) by mta10.migadu.com with ESMTPS id fe8757a2b2912904; Mon, 10 Aug 2026 09:43:51 +0000 X-Migadu-Scanner: mta10.migadu.com Authentication-Results: mta10.migadu.com; none Message-ID: Date: Mon, 10 Aug 2026 17:43:28 +0800 Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/7] rust: use vertical import style and remove redundant imports To: Miguel Ojeda Cc: Arnd Bergmann , Greg Kroah-Hartman , Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Jens Axboe , Brendan Higgins , David Gow , Rae Moar , rust-for-linux@vger.kernel.org, linux-block@vger.kernel.org, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, =?UTF-8?Q?Onur_=C3=96zkan?= References: <20260521-miscdev-use-format-v3-0-56240ca70d0c@linux.dev> From: Alvin Sun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 5/26/26 01:51, Miguel Ojeda wrote: > On Thu, May 21, 2026 at 8:57 AM Alvin Sun wrote: >> Adopt the vertical import style and drop redundant imports already >> re-exported via `kernel::prelude`. > I can take this if block and misc Ack. The changes are straightforward anyway. Hi Miguel, I would like to follow up on the remaining patches from this series:   rust: block: mq: use vertical import style   rust: block: mq: remove redundant imports and format   rust: block: rnull: use vertical import style   rust: doctest: use vertical import style As far as I can tell, these have not been merged yet. Andreas already acked the block parts [1][2][3] and David Gow acked the doctest change [4]. Is there anything else needed from my side before they can be picked up, such as a rebase onto a newer base? [1] https://lore.kernel.org/rust-for-linux/87v7bgf8f3.fsf@t14s.mail-host-address-is-not-set/ [2] https://lore.kernel.org/rust-for-linux/87se6kf8af.fsf@t14s.mail-host-address-is-not-set/ [3] https://lore.kernel.org/rust-for-linux/87pl1of7ve.fsf@t14s.mail-host-address-is-not-set/ [4] https://lore.kernel.org/rust-for-linux/5748f9ca-e684-42a0-9297-e587b178a47c@davidgow.net/ Best regards, Alvin > > Thanks! > > Cheers, > Miguel