From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-10631.protonmail.ch (mail-10631.protonmail.ch [79.135.106.31]) (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 BD9AC1E1DEB for ; Fri, 7 Mar 2025 13:28:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=79.135.106.31 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741354133; cv=none; b=LJLPIVpwkyGUsfUhfhtcTlZcxQBCEUPj0yEbsTVp3oH6S+COrcDa64+u49yGxHHH+ud6hoUa/4X2tZG5D+c+LH7hAIRVePowVIrM6oYw4QCAoOafSCAGv8pNJhg8bt06lcLzf/MUz5rqmfX+Phj/sartwgB0HQxCtZ461oXO5b8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741354133; c=relaxed/simple; bh=ZP4tF3IYTfq5xSiI9AaVT2LKtPF5DFRmrGdG+HiAB4E=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ZU1siak1ne0oMb0iM+wQKyWFUHmIBGCAXcbC1UtwKRP0h/ZGeSJP+11V+TmPHsw2FWGDaUOa16oreVQGY64eACMSDldCSdgH+51g5vXFdLnB5GsEuPLDDYq6CswOJvprtJTPPmqNMsDPAy9Oi1QC+UdzyMEHufdGsfbR16VmYHY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me; spf=pass smtp.mailfrom=proton.me; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b=ZYYqeHhC; arc=none smtp.client-ip=79.135.106.31 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=proton.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b="ZYYqeHhC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=3ci2nq23nzggpoigdqxlpz6ksm.protonmail; t=1741354129; x=1741613329; bh=Pr67z88ZqJT05+daJYJqoFoo2M9hUk/OxmbiH7Ad1eU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=ZYYqeHhCeJgXZa1yHOjFFGgM6KikKKFjGiSi/0LPxsjoTJIThI6y/JBnezVAFwCot vDqpIhpfbAJvNt9742uEqNxLO/gYE0udGIVYf+lVshxRBUBEc2a6wd+kNNPOQE9Alo qpwwTHUacCDWMYKIACudyOV8OlwGVxSH8gR8rMk18WHj64GIQ/0flkHs8457GQvbEm 7r5Vmrug40/bDECQXiHx4g2UeNkFa69M6kXzpdb7A2nVFRckEL/aubWue+jKOl7iZu fBwDdGE+rfY3fCbV+oabpSSECMOZUinxBOcKN0nRkw5/dCqesYCyxRhw7+fdi69u9Y CWYeO9+95ECxg== Date: Fri, 07 Mar 2025 13:28:42 +0000 To: Andreas Hindborg , Miguel Ojeda , Anna-Maria Behnsen , Frederic Weisbecker , Thomas Gleixner , Danilo Krummrich From: Benno Lossin Cc: Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn_Roy_Baron?= , Alice Ryhl , Trevor Gross , Lyude Paul , Guangbo Cui <2407018371@qq.com>, Dirk Behme , Daniel Almeida , Tamir Duberstein , Markus Elfring , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 13/13] rust: hrtimer: add maintainer entry Message-ID: In-Reply-To: <20250307-hrtimer-v3-v6-12-rc2-v10-13-0cf7e9491da4@kernel.org> References: <20250307-hrtimer-v3-v6-12-rc2-v10-0-0cf7e9491da4@kernel.org> <20250307-hrtimer-v3-v6-12-rc2-v10-13-0cf7e9491da4@kernel.org> Feedback-ID: 71780778:user:proton X-Pm-Message-ID: 75568d4cf981d5e2b22a0c592d439af24e8f337c 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 On Fri Mar 7, 2025 at 11:11 AM CET, Andreas Hindborg wrote: > Add Andreas Hindborg as maintainer for Rust `hrtimer` abstractions. Also > add Boqun Feng as reviewer. > > Acked-by: Boqun Feng > Acked-by: Frederic Weisbecker > Reviewed-by: Benno Lossin I don't recall adding my reviewed by for this patch (I normally don't review MAINTAINERS changes, since there isn't anything to review). And I don't find it in lore, how did this end up here? --- Cheers, Benno > Signed-off-by: Andreas Hindborg > --- > MAINTAINERS | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 896a307fa065..ba8e802faabf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10355,6 +10355,21 @@ F:=09kernel/time/timer_list.c > F:=09kernel/time/timer_migration.* > F:=09tools/testing/selftests/timers/ > > +HIGH-RESOLUTION TIMERS [RUST] > +M:=09Andreas Hindborg > +R:=09Boqun Feng > +R:=09Frederic Weisbecker > +R:=09Lyude Paul > +R:=09Thomas Gleixner > +R:=09Anna-Maria Behnsen > +L:=09rust-for-linux@vger.kernel.org > +S:=09Supported > +W:=09https://rust-for-linux.com > +B:=09https://github.com/Rust-for-Linux/linux/issues > +T:=09git https://github.com/Rust-for-Linux/linux.git hrtimer-next > +F:=09rust/kernel/time/hrtimer.rs > +F:=09rust/kernel/time/hrtimer/ > + > HIGH-SPEED SCC DRIVER FOR AX.25 > L:=09linux-hams@vger.kernel.org > S:=09Orphan > > -- > 2.47.0