netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Hindborg <a.hindborg@kernel.org>
To: Boqun Feng <boqun.feng@gmail.com>
Cc: FUJITA Tomonori <fujita.tomonori@gmail.com>,
	rust-for-linux@vger.kernel.org,  linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org,  andrew@lunn.ch,  hkallweit1@gmail.com,
	tmgross@umich.edu,  ojeda@kernel.org,  alex.gaynor@gmail.com,
	gary@garyguo.net,  bjorn3_gh@protonmail.com,
	 benno.lossin@proton.me, a.hindborg@samsung.com,
	 aliceryhl@google.com,  anna-maria@linutronix.de,
	frederic@kernel.org,  tglx@linutronix.de,  arnd@arndb.de,
	jstultz@google.com,  sboyd@kernel.org,  mingo@redhat.com,
	peterz@infradead.org,  juri.lelli@redhat.com,
	vincent.guittot@linaro.org,  dietmar.eggemann@arm.com,
	rostedt@goodmis.org,  bsegall@google.com,  mgorman@suse.de,
	vschneid@redhat.com,  tgunders@redhat.com,  me@kloenk.dev,
	david.laight.linux@gmail.com
Subject: Re: [PATCH v12 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff
Date: Sun, 06 Apr 2025 11:31:42 +0200	[thread overview]
Message-ID: <87v7rhtz41.fsf@kernel.org> (raw)
In-Reply-To: <Z_Hcg32LhKjqFkVG@boqun-archlinux> (Boqun Feng's message of "Sat, 5 Apr 2025 18:44:35 -0700")

Boqun Feng <boqun.feng@gmail.com> writes:

> On Sun, Apr 06, 2025 at 10:34:45AM +0900, FUJITA Tomonori wrote:
>> Add a new section for all of the time stuff to MAINTAINERS file, with
>> the existing hrtimer entry fold.
>> 
>> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
>
> Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
>
>> ---
>>  MAINTAINERS | 11 +++++++----
>>  1 file changed, 7 insertions(+), 4 deletions(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index d32ce85c5c66..fafb79c42ac3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10581,20 +10581,23 @@ F:	kernel/time/timer_list.c
>>  F:	kernel/time/timer_migration.*
>>  F:	tools/testing/selftests/timers/
>>  
>> -HIGH-RESOLUTION TIMERS [RUST]
>> +DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
>>  M:	Andreas Hindborg <a.hindborg@kernel.org>
>>  R:	Boqun Feng <boqun.feng@gmail.com>
>> +R:	FUJITA Tomonori <fujita.tomonori@gmail.com>
>>  R:	Frederic Weisbecker <frederic@kernel.org>
>>  R:	Lyude Paul <lyude@redhat.com>
>>  R:	Thomas Gleixner <tglx@linutronix.de>
>>  R:	Anna-Maria Behnsen <anna-maria@linutronix.de>
>> +R:	John Stultz <jstultz@google.com>
>> +R:	Stephen Boyd <sboyd@kernel.org>
>>  L:	rust-for-linux@vger.kernel.org
>>  S:	Supported
>>  W:	https://rust-for-linux.com
>>  B:	https://github.com/Rust-for-Linux/linux/issues
>> -T:	git https://github.com/Rust-for-Linux/linux.git hrtimer-next
>> -F:	rust/kernel/time/hrtimer.rs
>> -F:	rust/kernel/time/hrtimer/
>> +T:	git https://github.com/Rust-for-Linux/linux.git rust-timekeeping-next
>
> @Andreas, this branch is currently missing, right?

Yes, I'll ping Miguel to set it up when we are ready to go with this.


Best regards,
Andreas Hindborg




  reply	other threads:[~2025-04-06  9:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-06  1:34 [PATCH v12 0/5] rust: Add IO polling FUJITA Tomonori
2025-04-06  1:34 ` [PATCH v12 1/5] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime FUJITA Tomonori
2025-04-06  1:34 ` [PATCH v12 2/5] rust: time: Introduce Delta type FUJITA Tomonori
2025-04-06  1:34 ` [PATCH v12 3/5] rust: time: Introduce Instant type FUJITA Tomonori
2025-04-06  1:34 ` [PATCH v12 4/5] rust: time: Add wrapper for fsleep() function FUJITA Tomonori
2025-04-06  1:34 ` [PATCH v12 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff FUJITA Tomonori
2025-04-06  1:44   ` Boqun Feng
2025-04-06  9:31     ` Andreas Hindborg [this message]
2025-04-07 13:11   ` Andreas Hindborg
2025-04-13 10:28   ` FUJITA Tomonori
2025-04-14 16:17   ` John Stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v7rhtz41.fsf@kernel.org \
    --to=a.hindborg@kernel.org \
    --cc=a.hindborg@samsung.com \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=andrew@lunn.ch \
    --cc=anna-maria@linutronix.de \
    --cc=arnd@arndb.de \
    --cc=benno.lossin@proton.me \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=bsegall@google.com \
    --cc=david.laight.linux@gmail.com \
    --cc=dietmar.eggemann@arm.com \
    --cc=frederic@kernel.org \
    --cc=fujita.tomonori@gmail.com \
    --cc=gary@garyguo.net \
    --cc=hkallweit1@gmail.com \
    --cc=jstultz@google.com \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=me@kloenk.dev \
    --cc=mgorman@suse.de \
    --cc=mingo@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=ojeda@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=sboyd@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=tgunders@redhat.com \
    --cc=tmgross@umich.edu \
    --cc=vincent.guittot@linaro.org \
    --cc=vschneid@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).