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 81DC333343C; Thu, 23 Jul 2026 21:01:24 +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=1784840485; cv=none; b=BM5AR5yGQxHlSRrC+r1jBHyi2+hEEmElktTepQF79PhWbVgjVFaYX8zYqvKEQNqEbpcXL4TqSq3ynukEskun3HRVqY59QJdePmmfr9CgAHhf8ko0OXf5ntCT6lRZVrkxAIoJX83K+HkErY8+fNd39u19mXss0BTE822pfaoe1wc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784840485; c=relaxed/simple; bh=mE6efsjj1HR8KLdg0wYKfz8OYyci/j6R+JIhpgYAcmU=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=oztj/k0t65wgeFg8dIdLDt8wqF7+dWEvguvATcY4ybBWkPtZuFaftCiBWIWtIYjsQ5Q6jafex0tpoE3Agljv3DDOX+cl83LHsAwHYC1TsfzMLMpouaQ1tpEbGJPzyPdCp675BV8Ej7CtZ7YwF7d/utMsgewjP65qtVEnGojSjyk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OJUQOWwC; 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="OJUQOWwC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 587F61F000E9; Thu, 23 Jul 2026 21:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784840484; bh=N7P9e1r3CovQaZxuR1nAPyHLIxoqZVRNBW5i/3MEaYM=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=OJUQOWwCg4/XQ7v2Thq7hATmGaeSoHahaqWcZDY2C0A3crUULV0qYErWLyMvWNQ6F REpRylUIrirJVKmKxJTMz1DNi4NVZ1CcHDWtk/433yfTyhfJlZGFqVNu4V2/LPIA5h FTsDTHfCzsnYJhhhM5GMGjDb7urmApsGr9Yrwqn9S5g6J18BZSjYXMezaCVjI4nt9M 1WbdJkECfRssA/lkiyEatYAkB81E/ZzwhuBF1aIIhCg746E6kffyQxIMwcna5yQnvn w9M4a5mMhpRuPcrD3Drp5kYwMDspRG4rCzfURQPTn3hd/gQ3T9mVGy0c4JyAA2TyR/ 94yL8gYMcCMyg== 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: Thu, 23 Jul 2026 23:01:17 +0200 Message-Id: Subject: Re: [PATCH v16 0/3] rust: add basic serial device bus abstractions Cc: "Rob Herring" , "Markus Probst" , "Jiri Slaby" , "Miguel Ojeda" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Kari Argillander" , "Rafael J . Wysocki" , "Viresh Kumar" , "Boqun Feng" , "David Airlie" , "Simona Vetter" , "Daniel Almeida" , "Tamir Duberstein" , "Alexandre Courbot" , =?utf-8?q?Onur_=C3=96zkan?= , , , , , , To: "Greg Kroah-Hartman" From: "Danilo Krummrich" References: <20260718-rust_serdev-v16-0-5809384d2e1b@posteo.de> <20260723205912.3441137-1-dakr@kernel.org> In-Reply-To: <20260723205912.3441137-1-dakr@kernel.org> On Thu Jul 23, 2026 at 10:59 PM CEST, Danilo Krummrich wrote: > On Sat, 18 Jul 2026 15:33:09 +0000, Markus Probst wrote: >> [PATCH v16 0/3] rust: add basic serial device bus abstractions > > Applied, thanks! > > Branch: driver-core-testing > Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/drive= r-core.git > > [1/3] rust: add basic serial device bus abstractions > commit: 99f59aa82341 > [2/3] samples: rust: add Rust serial device bus sample device driver > commit: 4b2c9156d312 > [3/3] MAINTAINERS: serdev: Add self for serdev > commit: 6b71fef6f05c > > The patches will appear in the next linux-next integration (typically wit= hin 24 > hours on weekdays). > > The patches are in the driver-core-testing branch and will be promoted to > driver-core-next after validation. Greg, since I've dropped it from the queue a few days ago I've now picked i= t back up. Thanks, Danilo