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 50CD52AE6A; Mon, 14 Jul 2025 11:25:47 +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=1752492348; cv=none; b=TkD6gMhqJkBBxICbPxDoDzN2zBtDl1smnznrqCdhr7RvL3f6P9dYcyNEQPkg4lAQjlgk0GUPOyExVWBPKCrwUAxmyfEnifvUZ5u6BGFaneK5LbssGQX2wad0PmTsaAfYe852Ww1MbowCdzKrLQeFHJHGOU7n6DPLep0EQEG6OiQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752492348; c=relaxed/simple; bh=d0CF/6aQzH/rQNpNsktTzOYq6IzKLScD2DanqTY49v0=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=BIZb6ZiF1gDtOx8t3dwAAV8O+RSXRB4saiSCsItb10wTqtSLnQoDWI2uM/rvriT5Sru/2keuUwyFwULgR2g7o+7ixcfQrfTq//26+ssm82XFBD4PcyYCid6FAsc+AXf7iOLBNynbNOf8l2jZjCa9A5L7EL7QYTyTG459vEMHXXI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XHtprIo6; 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="XHtprIo6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F2CEC4CEED; Mon, 14 Jul 2025 11:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752492347; bh=d0CF/6aQzH/rQNpNsktTzOYq6IzKLScD2DanqTY49v0=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=XHtprIo6setBWMmBOgG1J8q9WxeYeHZXYkgYC8HXcILsLc47XoZ5APfE03L/i5Xd6 urJmgpMhdIMs/kT8P0nBgeLtb434ABvf9Fg44bu/rqiLB8HWgeD9aCfxb7Wc/HY7ug ytRU+7rILaqp0jQ+lIec6Uih/wV4HIeYXnQHq89nnl7hcv5dwEUHQat91YfBq3pV8L soLlru8qCOxOU9fpC3qDwmRrl1Z0ALvG8ERTl00AETB13pbnJK+0Ilz1uihKVIXJu3 taxIqY6Cx0I9f6gTRuFqvCwKfVeXrJVxwSCZQFnXUj98Q5OMC9X2oVKYRz5pwTAwgn 7YfMPXhrHOqGg== Precedence: bulk X-Mailing-List: linux-kernel@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:25:41 +0200 Message-Id: Subject: Re: [PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr Cc: "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Luis Chamberlain" , "Russ Weight" , "Peter Zijlstra" , "Ingo Molnar" , "Will Deacon" , "Waiman Long" , "Nathan Chancellor" , "Nick Desaulniers" , "Bill Wendling" , "Justin Stitt" , "Christian Brauner" , , , To: "Tamir Duberstein" From: "Danilo Krummrich" References: <20250710-cstr-core-v14-0-ca7e0ca82c82@gmail.com> In-Reply-To: <20250710-cstr-core-v14-0-ca7e0ca82c82@gmail.com> On Thu Jul 10, 2025 at 4:53 PM CEST, Tamir Duberstein wrote: > This picks up from Michal Rostecki's work[0]. Per Michal's guidance I > have omitted Co-authored tags, as the end result is quite different. For device and firmware, Acked-by: Danilo Krummrich