rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pin-init fixes
@ 2025-04-07 20:18 Benno Lossin
  2025-04-07 20:18 ` [PATCH 1/2] rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized` Benno Lossin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Benno Lossin @ 2025-04-07 20:18 UTC (permalink / raw)
  To: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: rust-for-linux

Sync from the upstream repository [1]. This is the first time I used my
sync script to port the patches, so if you see any issues, please let me
know. You can find the commits in my repo [2].

Just two small patches fixing one issue that got overlooked, since it
was fixed at the same time the series got merged. And the other fixes a
markdown papercut that I found during review of the previous fix.

[1]: https://github.com/Rust-for-Linux/pin-init
[2]: https://github.com/y86-dev/linux/tree/pin-init-sync

Github PRs included in this sync:

* alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`
  https://github.com/Rust-for-Linux/pin-init/pull/32

---

Miguel Ojeda (2):
  rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T:
    Sized`
  rust: pin-init: use Markdown autolinks in Rust comments

 rust/pin-init/examples/pthread_mutex.rs | 2 +-
 rust/pin-init/src/alloc.rs              | 8 +++-----
 rust/pin-init/src/lib.rs                | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)


base-commit: a2cc6ff5ec8f91bc463fd3b0c26b61166a07eb11
-- 
2.48.1



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

end of thread, other threads:[~2025-04-09 14:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 20:18 [PATCH 0/2] pin-init fixes Benno Lossin
2025-04-07 20:18 ` [PATCH 1/2] rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized` Benno Lossin
2025-04-07 20:18 ` [PATCH 2/2] rust: pin-init: use Markdown autolinks in Rust comments Benno Lossin
2025-04-08 19:48 ` [PATCH 0/2] pin-init fixes Miguel Ojeda
2025-04-08 19:59 ` Miguel Ojeda
2025-04-08 21:49   ` Benno Lossin
2025-04-09 14:15     ` Miguel Ojeda

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).