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 3681319E992; Tue, 25 Feb 2025 12:14:10 +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=1740485651; cv=none; b=WLSf0XtnvNVLpHdosRUsZ873RcTc2q5+XcnRH1AcMaGPzPba9Aw1F9asAYZWNx/X0//EvhbmuKWOyW/03H6z+80DmF5lFz3sbHifCCRUHURnA3zj0eKFgkEuk5MhQ0cDwi6voCh57sf7M+DeIwCQJdmHqxWV7nPqOczycqV3mYo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740485651; c=relaxed/simple; bh=3a67tCypQbtcBsmDmDd2NPYPMTvZYXuMOhZzZLoGJEY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=dzZz7R56bySS3JTtPCWkvPJlFDeKtQGf2IyoXaOc9VKmv6OwWW/O+Os8AtTupL+OGjA948R0VuiMEiptl/roEJgnY0yynIdk1xzyijmbnDBUYAdKvCyf3zCBqf/svpfbntwW/ByC6sMKeYItXJtBQlNBfe3o1n9xqoBAnV0MWS0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ljCZgrhF; 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="ljCZgrhF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 768BFC4CEDD; Tue, 25 Feb 2025 12:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740485650; bh=3a67tCypQbtcBsmDmDd2NPYPMTvZYXuMOhZzZLoGJEY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ljCZgrhFdBFtZyDLrVBqLL1DGKY5Mh6/32+378UBL7Rd50Z9s5piUc0f1huOqOmAd 1ygep7nEW1uWI4Q8OY9hF26glbfnhh2Y9gw+Fq1lu1tLaE0B0KcdhWp1Zr41HbCs1S rVAx+YY/oHBbx2WaUo61lEJX+dsdnojn1dwYAOsxKAM8ni96+M1oCDshmvKB0N85F0 bvgh7POQxKbuTBiE8fQ6bjsZEgLjT/5xMdyN8bS2OIgSKh797d2D5O9xlF6TUdfXm+ GOlrg4x5MM7HLs4VeFVDrmPZnLdbd3Pbf9E9HHZ0fexS7Y1EWkepJ1HpnLVnsyBNbo whh/VsUOWoScw== From: Andreas Hindborg To: "Markus Elfring" Cc: , "Anna-Maria Behnsen" , "Frederic Weisbecker" , "Danilo Krummrich" , "Miguel Ojeda" , "Thomas Gleixner" , "LKML" , "Alex Gaynor" , "Alice Ryhl" , "Benno Lossin" , =?utf-8?Q?Bj=C3=B6rn?= Roy Baron , "Boqun Feng" , "Daniel Almeida" , "Dirk Behme" , "Gary Guo" , "Guangbo Cui" <2407018371@qq.com>, "Lyude Paul" , "Tamir Duberstein" , "Trevor Gross" Subject: Re: [PATCH v9 01/13] rust: hrtimer: introduce hrtimer support In-Reply-To: <4b9c2253-b791-4baf-a790-e776e15baa89@web.de> (Markus Elfring's message of "Tue, 25 Feb 2025 12:36:06 +0100") References: <20250224-hrtimer-v3-v6-12-rc2-v9-1-5bd3bf0ce6cc@kernel.org> <4b9c2253-b791-4baf-a790-e776e15baa89@web.de> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Tue, 25 Feb 2025 13:13:59 +0100 Message-ID: <878qpuw7aw.fsf@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@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 "Markus Elfring" writes: > =E2=80=A6 >> This patch adds support for =E2=80=A6 > > See also: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/D= ocumentation/process/submitting-patches.rst?h=3Dv6.14-rc4#n94 Thanks for pointing this out, I'll change the wording for next spin. Best regards, Andreas Hindborg