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 C751917C77; Mon, 14 Jul 2025 11:20:26 +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=1752492027; cv=none; b=HNSr3IlE4WzFW0QuNWA5wNo3otfAMXyBfMWcLVHRVDEB4rm3IZFszS4KQjtJ8v3hpz0wNPEM5WG/xSTsFuj0YWAwnbfXvgAfDFmF2pxOfzVL8+Mgn877cgne2mtSXrqQIMcChoX8zrfllWLm6zGAJ2igSLCyEYb4IVr58MDF0D8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752492027; c=relaxed/simple; bh=yyO1ARgaD0chxUdPV6nq/lVx78EqnrQvO7cKx+N0Xcc=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=RWBdJ3c0apcy/pDOaM4TLE+2AwOZyZcOs5XRbAt8d8PzoQy1OZENvOnXg6XWLrlCVFRbgbC03pTs9E2XYoZr8yN1LSmtgv5LOTjitVo9SCxnVX272xFICzBos8iou1EG0QmWeb8Az97JXTVBKp56Kl377nnS5N46bOh0hi8uNfc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T1sKVGCQ; 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="T1sKVGCQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F374C4CEF7; Mon, 14 Jul 2025 11:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752492026; bh=yyO1ARgaD0chxUdPV6nq/lVx78EqnrQvO7cKx+N0Xcc=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=T1sKVGCQiQdvyl/cIrNjaFkfKdIghzZjDABgUQVkPoZcEydnAmLGISsDlkF2nzUe0 FnfuetExCJGdIdp3EpKqzxsGcY2zumfZ2wk57u8+1F/va1VYZAvTuldCeeRkxL4PH6 ZTgQ8IzqNfHDLE/8p0Ilbp8QJWdrQ7OtdNeQC8sHgkxBlGYGYYGEiDqRVyIKBRiDFK 7r1kchDXiXNFLIRBm7ZOZvlk4hx6ko6J0Xv4pBheLJQQ0kpyrV2aMO879FM4SNZfjs Qen023IiMr+Rpai/MMpXQeFmy8dQnnVBckFzyKZ7vk2+tauOCAapDlMiNEWZRKkiPU W7z9Dhgu5R0YA== Precedence: bulk X-Mailing-List: linux-pm@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: Mon, 14 Jul 2025 13:20:14 +0200 Message-Id: Cc: "Rafael J. Wysocki" , "Viresh Kumar" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "FUJITA Tomonori" , "Andrew Lunn" , "Heiner Kallweit" , "Russell King" , "David S. Miller" , "Eric Dumazet" , "Jakub Kicinski" , "Paolo Abeni" , "Michael Turquette" , "Stephen Boyd" , "Breno Leitao" , "Greg Kroah-Hartman" , "Luis Chamberlain" , "Russ Weight" , "Dave Ertman" , "Ira Weiny" , "Leon Romanovsky" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Arnd Bergmann" , "Brendan Higgins" , "David Gow" , "Rae Moar" , "Jens Axboe" , , , , , , , , , , , To: "Tamir Duberstein" From: "Danilo Krummrich" Subject: Re: [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings References: <20250710-core-cstr-cstrings-v1-0-027420ea799e@gmail.com> In-Reply-To: <20250710-core-cstr-cstrings-v1-0-027420ea799e@gmail.com> On Thu Jul 10, 2025 at 5:31 PM CEST, Tamir Duberstein wrote: > This series depends on step 3[0] which depends on steps 2a[1] and 2b[2] > which both depend on step 1[3]. For nova-core, auxiliary, device, firmware, PCI and platform, Acked-by: Danilo Krummrich (Note that there is quite some new stuff queued up in various trees that wi= ll need those changes as well.)