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 C490C245019; Wed, 10 Sep 2025 15:43:32 +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=1757519012; cv=none; b=ktGlJj9uMCA9djnhxnwbuVUvXb+wyh+3VYT/ApYnHsxlYakALqOsgWdYA8pmjz6mcSOQViOlGJGay23fVJMF8hllvltttSAoh9l+3YlESdp0jw/bv+WLSdU3fgyc4KGzf3dHhQOB2kknGSyUKHkC3ZATc2XHaRfQOJTGG3x5YMk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757519012; c=relaxed/simple; bh=tEcxfjPPxIiEgyPcuPLxv2aRAfb/L6QYPeWMrkb/HzE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=k8fX6FzuzTji7j1eK3+jJq/HH/NaOMx+VSQvk7oj1l2lMr6wN8pktSRAIOq5hOdw76Kdqzvwj4fWyzemy0Y/qhaP78m2hJTGzb/xOdnl2/6VnK87h+XWDxxm/vlu2/ZD/dx2yhglEzhP0JuiigYB7Av/Gi+Piwbgt01wuNcnhfc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n2sHwUEv; 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="n2sHwUEv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24CABC4CEEB; Wed, 10 Sep 2025 15:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757519012; bh=tEcxfjPPxIiEgyPcuPLxv2aRAfb/L6QYPeWMrkb/HzE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=n2sHwUEvBTRrx3F+cJYRqjQZbnp7QSvHgkxMFwuqGctY9Kk70cKtFTpEst2GyXZyM 4WmVYolAGHNKJ8lIG3nDRfpwfC2YffPRxq/eIqymf+PnhLdyNg7OJe+akl6n2JtLjh 14rRNMsroDoJzBGTdSr1zCdVh2JSexK1jJ2u+qaI3ZziYLaImqmkdC1UHAgpIFROH+ hrctZKC4qp6dlbcn9ghwRGqJaJ7994ASCsocI3JqpyyrE1C3FQhZIU9620J82hrM3a 4cQsdFoWGL5Ph7N76JlEi+Dx4V7pijQHa3MOZ+q//htT3Os+6w6BKmIXxAp44RUGE2 NHTBjuyDV+Tig== Message-ID: <17254fe7-3dea-411b-b6a7-fa368ec548e7@kernel.org> Date: Wed, 10 Sep 2025 17:43:27 +0200 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 v11 2/7] rust: debugfs: Add support for read-only files To: Greg Kroah-Hartman Cc: Dirk Behme , Matthew Maurer , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Andreas Hindborg , Alice Ryhl , Trevor Gross , "Rafael J. Wysocki" , Sami Tolvanen , Timur Tabi , Benno Lossin , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org References: <20250904-debugfs-rust-v11-0-7d12a165685a@google.com> <20250904-debugfs-rust-v11-2-7d12a165685a@google.com> <45f6f6e0-bd1e-41e7-8c8e-bb556644a873@de.bosch.com> <2025091014-explicit-grafted-e849@gregkh> <2025091027-granny-squatted-c5b5@gregkh> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <2025091027-granny-squatted-c5b5@gregkh> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 9/10/25 5:36 PM, Greg Kroah-Hartman wrote: > I've pushed these to driver-core-testing if you could fix it up as I > don't know what the other change was? Sure, will do.