Rust for Linux List
 help / color / mirror / Atom feed
* [PATCH v3 0/1] make `from_errno` use `try_from_errno`
@ 2024-11-23 10:48 Daniel Sedlak
  2024-11-23 10:48 ` [PATCH v3] rust: error: modify `from_errno` to " Daniel Sedlak
  2024-11-23 13:37 ` [PATCH v3 0/1] make `from_errno` " Miguel Ojeda
  0 siblings, 2 replies; 11+ messages in thread
From: Daniel Sedlak @ 2024-11-23 10:48 UTC (permalink / raw)
  To: Miguel Ojeda, Alex Gaynor
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, rust-for-linux,
	Guilherme Augusto Martins da Silva, Daniel Sedlak

Currently, there are three patches for this issue. There was a race condition between
me [1] and Guilherme [2] because we both picked it up as a "good first issue" without
knowing that one of us had started working on it. We both agreed that one of us would
be the main author and the other one would be noted in "Codeveloped-by." However,
Guilherme has kept radio silence since [3]. So, I am resubmitting the patch, which
builds on top of [3]. 

Link: https://lore.kernel.org/rust-for-linux/20241104185135.18974-1-daniel@sedlak.dev/ [1]
Link: https://lore.kernel.org/rust-for-linux/20241104200014.12996-1-guilhermev2huehue@gmail.com/ [2]
Link: https://lore.kernel.org/rust-for-linux/20241105114819.14051-1-guilhermev2huehue@gmail.com/ [3]

Daniel Sedlak (1):
  rust: error: modify `from_errno` to use `try_from_errno`

 rust/kernel/error.rs | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-25 15:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 10:48 [PATCH v3 0/1] make `from_errno` use `try_from_errno` Daniel Sedlak
2024-11-23 10:48 ` [PATCH v3] rust: error: modify `from_errno` to " Daniel Sedlak
2024-11-23 13:45   ` Miguel Ojeda
2024-11-23 19:08     ` Daniel Sedlak
2024-11-23 19:12       ` Miguel Ojeda
2024-11-25  9:01   ` Alice Ryhl
2024-11-25  9:27     ` Miguel Ojeda
2024-11-25 11:31       ` Daniel Sedlak
2024-11-25 11:42         ` Alice Ryhl
2024-11-25 15:03         ` Miguel Ojeda
2024-11-23 13:37 ` [PATCH v3 0/1] make `from_errno` " Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox