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 86D703FB073; Fri, 17 Jul 2026 12:07:55 +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=1784290078; cv=none; b=Y4Dki1JLJ3CuzdnHCaI1kMYlUL0wthsG/IqSjxMRe9n828ynxUiQwN6j2MzLkmjUWr5/5L+G1H94QEjTcsgyHAMXNHrXiyfMe7tlWu9Jq3pu6KI0S0VSalavZ2DQoW2fH2H8vR5mjORIW3L1XY70hUn0fpncm53lQigkD2+PNMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784290078; c=relaxed/simple; bh=LhWGsWmXyjMadtKXrXmkz3cI88pr09+xpRUiGlFOqhU=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=Q4OaZiMK8g1cV6vMaVxrzY5OHYPpqn4qkQIudld+/W7h+68Sx72fw/9sR6K+T29HW8Ty24yd370a4ilW9waR8697k8Hrp9F1znVR2rnGBVBUOQoH1Lup59yQtnu1nOdkwRPpRK8f4EZCw1cTj9dH3NoF/O/2yb9pgjsBaheyHAg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dksEjUek; 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="dksEjUek" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7A341F000E9; Fri, 17 Jul 2026 12:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784290074; bh=pIiPYKYAZ5yqfaYtBU1aN9NCnjIXiX7eVRmLeeGSChM=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=dksEjUekMBQC6JJgGmvGEUwBMZSSoafNV4Vd0wrDczC1aj1O0d8FRB0pJ/ESq4UtR IlFpEKBSAKL18Kpic50Lu5oz2OuYEIoMnkB7Eit6TDm5QT3IjODj3Q/1YLSexsPIRT hTvYY2QYXwPLRPW3NSomonlMT4La1+3ofHsrvhns9p335J7dYGxhkQnF0xjVboThje yc+V2PQbFuNaT/jmQH4B+D1RaElWFKG9hAs3SvUgh4LFyG2I1V8cWBSMr5l6L4tD0q 8Msio+iaeI5BRZ9bmHxe2j5lo7Hc5cAAK89LKyIcDIk5/6HDhJMvP/WcybrneHz95Z 6/eN/9PcOlhoQ== 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: Fri, 17 Jul 2026 14:07:48 +0200 Message-Id: Subject: Re: [PATCH v14 0/3] rust: add basic serial device bus abstractions Cc: "Markus Probst" , "Rob Herring" , "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: <20260715-rust_serdev-v14-0-b4ed5c93606f@posteo.de> <2026071747-android-overhead-c927@gregkh> <6aafea3fdb0847766787dbe5c7c7dbaad606d649.camel@posteo.de> <74213297-d3da-4637-8f31-8fecebd65f60@kernel.org> <2026071719-afflicted-eleven-1be9@gregkh> In-Reply-To: <2026071719-afflicted-eleven-1be9@gregkh> On Fri Jul 17, 2026 at 2:03 PM CEST, Greg Kroah-Hartman wrote: > Should I drop this from the tty tree and take it through driver-core > instead? If so, no problem for me, just let me know. Either should work, you can also take [1] through the tty tree, I don't thi= nk there will be any conflicts. [1] https://lore.kernel.org/rust-for-linux/20260530132736.3298549-1-dakr@ke= rnel.org/