rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] pin-init sync: test & CI fixes
@ 2025-05-23 12:54 Benno Lossin
  2025-05-23 12:54 ` [PATCH 1/3] rust: pin-init: examples, tests: add conditional compilation in order to compile under any feature combination Benno Lossin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Benno Lossin @ 2025-05-23 12:54 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

Several smaller problems I found in the CI related to enabled features &
tests.

Upstream PR: https://github.com/Rust-for-Linux/pin-init/pull/50

Benno Lossin (3):
  rust: pin-init: examples, tests: add conditional compilation in order
    to compile under any feature combination
  rust: pin-init: examples: pthread_mutex: disable the main test for
    miri
  rust: pin-init: feature-gate the `stack_init_reuse` test on the `std`
    feature

 rust/pin-init/examples/big_struct_in_place.rs | 26 ++---
 rust/pin-init/examples/linked_list.rs         | 10 +-
 rust/pin-init/examples/mutex.rs               | 97 +++++++++++--------
 rust/pin-init/examples/pthread_mutex.rs       |  5 +-
 rust/pin-init/examples/static_init.rs         | 75 +++++++-------
 rust/pin-init/src/__internal.rs               |  1 +
 6 files changed, 123 insertions(+), 91 deletions(-)


base-commit: ae8b3a83fb9de394f609035041cd7a668fda2ab3
-- 
2.49.0


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

end of thread, other threads:[~2025-06-09 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 12:54 [PATCH 0/3] pin-init sync: test & CI fixes Benno Lossin
2025-05-23 12:54 ` [PATCH 1/3] rust: pin-init: examples, tests: add conditional compilation in order to compile under any feature combination Benno Lossin
2025-05-23 12:54 ` [PATCH 2/3] rust: pin-init: examples: pthread_mutex: disable the main test for miri Benno Lossin
2025-05-23 18:26   ` Alice Ryhl
2025-05-26  8:20     ` Benno Lossin
2025-05-23 12:54 ` [PATCH 3/3] rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` feature Benno Lossin
2025-06-09 19:52 ` [PATCH 0/3] pin-init sync: test & CI fixes Benno Lossin

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