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 C9BE3314B75; Mon, 22 Dec 2025 11:52:49 +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=1766404369; cv=none; b=WGcD9pa4tYY4C0ODHvCd6Qy+5jARm0XduERhVgx2jdSQVYywioIcGowk6/MHqQ8TFSISKXxJF8Us6bi6eHqBvuoLWSdeTRX2qDina1B7Fs27NrD3ZvU+4tcfT8PfAp2KjdR3qPQRtuV9nlAUaQk9f4HTk78SKLglhXpBEIain24= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766404369; c=relaxed/simple; bh=E5NETcoDhL9pJRYrFiDVcpXbzdljWufgU4ePAeTn52k=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=TKJDZ18Cb9UQytbTS14FccaoOl0t2AOLvDHgsv9WRxfOGn3j0kfEIKzWquBV7xnCgp04quGTTtKLM4iSPVkJPdfviIppy77ieVjcyVx7V55Awi0qwZFNvblB8f2IRMqD2phTmf/NHjoDG5rlSoVWIAMoiG6I1np67tdmsxSDty0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lner+4bS; 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="Lner+4bS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C123C4CEF1; Mon, 22 Dec 2025 11:52:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766404369; bh=E5NETcoDhL9pJRYrFiDVcpXbzdljWufgU4ePAeTn52k=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=Lner+4bSByi2HDQGD6DtF5Amm64rTq4Tk2GJKUhqDh00W7X6e9w3TyJDFHKAdrswX DXejKR5OD3WclegXD9JswqwLy2BsfzcVjVPO/HoJ+8yxivtyn0fkVpMEzn8iSmonXT I86PEilVx8btf7L2sKZR4v/+Jh7Ajt50ervjEg9aaTfeh14cOw7yD438a2/2G+X4NZ thnHHRh7VGpagz+n1lbRhtykkSTUx9nTO5dbkjfT2mD9W6stB9NXj2HW9Jf7Gr96qF mzk5pjzpuEH+uuQGvqit8r/mhpGPDb3AhoZhJos/IEN+ehDtLiMaPxdln+yR/bIY5G xfvrgFhcbpdEw== 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: Mon, 22 Dec 2025 12:52:44 +0100 Message-Id: Subject: Re: [RFC PATCH 0/3] rust: WMI abstractions Cc: "foxido @ foxido . dev-cc= Rafael J. Wysocki" , "Len Brown" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Tamir Duberstein" , "Armin Wolf" , , , , To: "Gladyshev Ilya" From: "Danilo Krummrich" References: In-Reply-To: On Sun Dec 21, 2025 at 7:22 PM CET, Gladyshev Ilya wrote: > Overview > =3D=3D=3D=3D=3D=3D=3D=3D > This patchset was developed some time ago out of pure curiosity > about the R4L project, but I believe it may still be useful, so > I decided to resume and post this work. > The goal of my curiosity is to develop a simple WMI driver in Rust > for unsupported laptop (I have some laying around) or, as a last > resort, submit a rewrite of redmi-wmi as a sample driver -- if that > would be acceptable. It depends on the subsystem maintainer, please also see [1]. [1] https://rust-for-linux.com/rust-reference-drivers > Why RFC? > =3D=3D=3D=3D=3D=3D=3D=3D > 1. No real users for now Above it does sound like you are working on a new WMI driver as well?