Rust for Linux List
 help / color / mirror / Atom feed
From: Andreas Hindborg <a.hindborg@kernel.org>
To: rust-for-linux@vger.kernel.org,
	 FUJITA Tomonori <fujita.tomonori@gmail.com>
Cc: 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,
	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, boqun.feng@gmail.com,
	 Andreas Hindborg <a.hindborg@kernel.org>
Subject: Re: [PATCH v15 0/6] rust: Add IO polling
Date: Wed, 30 Apr 2025 12:40:52 +0200	[thread overview]
Message-ID: <174600955829.1115960.2726659134001048870.b4-ty@kernel.org> (raw)
In-Reply-To: <20250423192857.199712-1-fujita.tomonori@gmail.com>


On Thu, 24 Apr 2025 04:28:50 +0900, FUJITA Tomonori wrote:
> Add two new types, Instant and Delta, which represent a specific point
> in time and a span of time, respectively, with Rust version of
> fsleep().
> 
> I dropped patches related with read_poll_timeout() in this version,
> which we haven't reached agreement on yet. There are other potential
> uses for the Instant and Delta types, so it's better to upstream them
> first. Note that I haven't changed the subject to avoid confusion.
> 
> [...]

Applied, thanks!

[1/6] rust: hrtimer: Add Ktime temporarily
      commit: 1116f0c5ff3385658ceb8ae2c5c4cb05bd7836d7
[2/6] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
      commit: 3caad57d29b5f64fa41cff0b12cc5d9144dacb04
[3/6] rust: time: Introduce Delta type
      commit: fae0cdc12340ce402a4681dba0f357b05d167d00
[4/6] rust: time: Introduce Instant type
      commit: ddc671506458849c1a1c882208bbffed033e770c
[5/6] Dropped
[6/6] MAINTAINERS: rust: Add a new section for all of the time stuff
      commit: 679185904972421c570a1c337a8266835045012d
      [ Changed T: entry branch to `timekeeping-next` - Andreas ]

Best regards,
-- 
Andreas Hindborg <a.hindborg@kernel.org>



      parent reply	other threads:[~2025-04-30 10:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 19:28 [PATCH v15 0/6] rust: Add IO polling FUJITA Tomonori
2025-04-23 19:28 ` [PATCH v15 1/6] rust: hrtimer: Add Ktime temporarily FUJITA Tomonori
2025-04-23 19:28 ` [PATCH v15 2/6] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime FUJITA Tomonori
2025-04-23 19:28 ` [PATCH v15 3/6] rust: time: Introduce Delta type FUJITA Tomonori
2025-04-23 19:28 ` [PATCH v15 4/6] rust: time: Introduce Instant type FUJITA Tomonori
2025-04-23 19:28 ` [PATCH v15 5/6] rust: time: Add wrapper for fsleep() function FUJITA Tomonori
2025-04-28 18:16   ` Andreas Hindborg
2025-04-29 13:17     ` FUJITA Tomonori
2025-04-29 14:16       ` Christian Schrefl
2025-04-29 14:31         ` Russell King (Oracle)
2025-04-29 14:35       ` Miguel Ojeda
2025-04-30 13:51         ` FUJITA Tomonori
2025-04-30 14:50           ` Boqun Feng
2025-04-30 16:43           ` Christian Schrefl
2025-04-29 15:51       ` Arnd Bergmann
2025-04-29 16:03         ` Boqun Feng
2025-04-29 16:11           ` Arnd Bergmann
2025-04-29 17:15             ` Boqun Feng
2025-04-29 18:33               ` Arnd Bergmann
2025-04-29 19:14                 ` Boqun Feng
2025-04-29 19:27                   ` Boqun Feng
2025-04-23 19:28 ` [PATCH v15 6/6] MAINTAINERS: rust: Add a new section for all of the time stuff FUJITA Tomonori
2025-04-30 10:40 ` Andreas Hindborg [this message]

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=174600955829.1115960.2726659134001048870.b4-ty@kernel.org \
    --to=a.hindborg@kernel.org \
    --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