From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BB0683BF692; Thu, 30 Jul 2026 21:02:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785445345; cv=none; b=oR21v5B800+6CC/DUKu6jYF+Sog+0+TRceXjKRVkpqnhpcbY0v9ZXgAldNC9fcwuelf5fF/iqZEc7IRdCnCIShYzITGEvD2VwLn4iXR51aNwM/pt4wsgBtaB+WJdiJetYqjOXvdCJyGE/jZnO7kqIOovf3biiuWKtFaLsA3QMEs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785445345; c=relaxed/simple; bh=+HKBGAIba0eF0jCxgaOnW6eZ0MIXILbGb+lHVpyGpu8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KyswScxmnKv6HENuNah4m2cBg0ZW8p5WXXhfrM+NxY4TbOD7s+Vo14j8dCkyPNFfT6AY9fi6A2B/TA/QFYa6Jxz/Sp5s76gE5Fz7iLgtR6Iaof6hoTB30U+pbuAAlmFXBmvUmHMrL/KVmCViWt+QVENxErEamrZVkqElgDd61uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NUrFCp8Y; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NUrFCp8Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 095341F00A3A; Thu, 30 Jul 2026 21:02:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785445335; bh=QVnUIg3zVxrhmz/jfWoB3DVtcaBShnzGhL0TomisEM0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=NUrFCp8YA8lyTVf7VxHyeW9X1qvw9ys9UYFv6R6FOE1abGxVAaxV5Y8GaQ5Cn1FNk AiL3NlIPmjCgFBTrXQo24rf9eRBRLezLjMgoMGeIAzbgLvxhgdvAwZStonjT3rX+N+ I6TX4E/QL4P9Y13tNSkRpRNBJJh+erTpnT2SCaUNq5+WbIOJGhZTYZhuWEQug/fshT PM5MexRuQIO4oosa6DHZUZJEKayWVETUkg4Xgw92MwbQ0Z3ADhwL5j8HQweI8CskMX FSbWgRpIfgw2oljrC8DzoyeD21ChxPsGMZnHsJYBk0+B2HPnYv9w4ZHdNJdmJZKBV0 vyP/qjjlNGV+Q== From: Danilo Krummrich To: Gary Guo Cc: Greg Kroah-Hartman , "Rafael J . Wysocki" , Danilo Krummrich , Miguel Ojeda , Boqun Feng , =?UTF-8?q?Bj=C3=B6rn=20Roy=20Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Daniel Almeida , Tamir Duberstein , Alexandre Courbot , =?UTF-8?q?Onur=20=C3=96zkan?= , FUJITA Tomonori , David Airlie , Simona Vetter , Bjorn Helgaas , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Abdiel Janulgue , Robin Murphy , Dave Ertman , Ira Weiny , Leon Romanovsky , Len Brown , Igor Korotin , Rob Herring , Saravana Kannan , Viresh Kumar , Michal Wilczynski , Drew Fustini , Guo Ren , Fu Wei , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , driver-core@lists.linux.dev, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, nova-gpu@lists.linux.dev, dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-pwm@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: (subset) [PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info Date: Thu, 30 Jul 2026 23:01:50 +0200 Message-ID: <20260730210149.1117242-2-dakr@kernel.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260629-id_info-v2-0-56fccbe9c5ef@garyguo.net> References: <20260629-id_info-v2-0-56fccbe9c5ef@garyguo.net> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 29 Jun 2026 13:39:34 +0100, Gary Guo wrote:=0D > [PATCH v2 00/11] rust: driver: use pointers instead of indices for ID inf= o=0D =0D Applied, thanks!=0D =0D Branch: driver-core-testing=0D Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-= core.git=0D =0D [1/11] rust: driver: remove `IdTable::id`=0D commit: 3474bbba4ddd=0D [2/11] rust: driver: simplify `IdArray::new_without_index`=0D commit: e49f626ef541=0D [3/11] rust: pci: use `Option<&IdInfo>` for device ID info=0D commit: 4fcbf7f1e4a4=0D [4/11] rust: usb: use `Option<&IdInfo>` for device ID info=0D commit: c7b6e07f83b4=0D [6/11] rust: driver: centralize device ID handling=0D commit: 1d92f2e8b881=0D [7/11] rust: driver: remove `$module_table_name` from `module_device_table`= =0D commit: 0deeb4222dd1=0D =0D [ Consider the serdev code merged in the meantime. - Danilo ]=0D =0D [8/11] rust: driver: store pointers in `DeviceId`=0D commit: 0b76335e8f32=0D [9/11] rust: driver: remove open-coded matching logic=0D commit: 2c5d17cdc4e9=0D =0D [ Consider the serdev code merged in the meantime. - Danilo ]=0D =0D [10/11] rust: driver: remove duplicate ID table=0D commit: 17fcdecb14b4=0D =0D The patches will appear in the next linux-next integration (typically withi= n 24=0D hours on weekdays).=0D =0D The patches are in the driver-core-testing branch and will be promoted to=0D driver-core-next after validation.=0D