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 DBCDF51C5A; Sat, 12 Jul 2025 08:27:08 +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=1752308829; cv=none; b=OCLG/D+PjDikN6IPRTpccRcgBIRgJbPiIvC1gIvKZTLh41YY6NVfFWthlg7h89BtnOpZMoZ9DdmykvZIm25h9jz8bzY9CuZiLkm2TyQowyQ8sYPWQcES5WLaTmUva2bwtt6nuwp4WtqtiBWM7OCmYmV0EFvuKjEzbEL5DI1qyWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752308829; c=relaxed/simple; bh=sAt6M/6dVGn+429g9VocZGFb50raWZLPION4ReTbBao=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=uvzvMjHEb2q0eNigRKGh6rxnbHy0x9lnzDSVYGQdveSa2om0WFJ5x3ABlRMW2OynFAc026RFUc1K93frbVMYf+Ks2X/cyAIjoqcKh+KsEorFZqBvk6y0l9wBxfvbDoU2t5l5JYAVv0k7B9RlPFvhUl7BzKjR3vn6nb+qUjjFX7g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RHKpRx3X; 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="RHKpRx3X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1293C4CEEF; Sat, 12 Jul 2025 08:27:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752308828; bh=sAt6M/6dVGn+429g9VocZGFb50raWZLPION4ReTbBao=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=RHKpRx3XEbhUDq7hq1Yk8ORjJPPCCwPE2SbwiU7gs28q9YLhlUzZA6c6zd6ZbCyia sx+3JwHM75ViVOcGejPt2C+0owpMCEWMIfqScxQQsRlphT5dNWUYD/+A38GVpQZrSu PN6fnBkBhnxwU+gKtph+hOhourhad+6LuHrFqIClfTha4UQLii9VSmzbDIS3iNJp5T stU79tCWpSBwwvJeb99n0arV+6ywZn2NS1iXZQEAvK8usEQJUOwQARrPi3R/Z+AmOk GnAevKKsk7kwDUpp5JGOPeUSgeCKTF6AHTDLl0rD9OdR/rDsawbUNP8whC8ZWNzc1i 54kW8pDVSyorQ== 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: Sat, 12 Jul 2025 10:27:00 +0200 Message-Id: Cc: , , , , , , Subject: Re: [PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}` From: "Benno Lossin" To: "Tamir Duberstein" , "Danilo Krummrich" , "David Airlie" , "Simona Vetter" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Jens Axboe" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Brendan Higgins" , "David Gow" , "Rae Moar" X-Mailer: aerc 0.20.1 References: <20250709-core-cstr-fanout-1-v1-0-64308e7203fc@gmail.com> In-Reply-To: <20250709-core-cstr-fanout-1-v1-0-64308e7203fc@gmail.com> On Wed Jul 9, 2025 at 9:59 PM CEST, Tamir Duberstein wrote: > This is series 2a/5 of the migration to `core::ffi::CStr`[0]. > 20250704-core-cstr-prepare-v1-0-a91524037783@gmail.com. > > This series depends on the prior series[0] and is intended to go through > the rust tree to reduce the number of release cycles required to > complete the work. > > Subsystem maintainers: I would appreciate your `Acked-by`s so that this > can be taken through Miguel's tree (where the other series must go). > > [0] https://lore.kernel.org/all/20250704-core-cstr-prepare-v1-0-a91524037= 783@gmail.com/ > > Signed-off-by: Tamir Duberstein > --- > Tamir Duberstein (9): > gpu: nova-core: use `kernel::{fmt,prelude::fmt!}` > rust: alloc: use `kernel::{fmt,prelude::fmt!}` > rust: block: use `kernel::{fmt,prelude::fmt!}` > rust: device: use `kernel::{fmt,prelude::fmt!}` > rust: file: use `kernel::{fmt,prelude::fmt!}` > rust: kunit: use `kernel::{fmt,prelude::fmt!}` > rust: pin-init: use `kernel::{fmt,prelude::fmt!}` > rust: seq_file: use `kernel::{fmt,prelude::fmt!}` > rust: sync: use `kernel::{fmt,prelude::fmt!}` > > drivers/block/rnull.rs | 2 +- > drivers/gpu/nova-core/gpu.rs | 3 +-- > drivers/gpu/nova-core/regs/macros.rs | 6 +++--- > rust/kernel/alloc/kbox.rs | 2 +- > rust/kernel/alloc/kvec.rs | 2 +- > rust/kernel/alloc/kvec/errors.rs | 2 +- > rust/kernel/block/mq.rs | 2 +- > rust/kernel/block/mq/gen_disk.rs | 2 +- > rust/kernel/block/mq/raw_writer.rs | 3 +-- > rust/kernel/device.rs | 6 +++--- > rust/kernel/fs/file.rs | 5 +++-- > rust/kernel/init.rs | 4 ++-- > rust/kernel/kunit.rs | 8 ++++---- > rust/kernel/seq_file.rs | 6 +++--- > rust/kernel/sync/arc.rs | 3 +-- > scripts/rustdoc_test_gen.rs | 2 +- > 16 files changed, 28 insertions(+), 30 deletions(-) For the entire series: Reviewed-by: Benno Lossin --- Cheers, Benno