All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Benno Lossin" <lossin@kernel.org>
To: "Miguel Ojeda" <ojeda@kernel.org>,
	"Alex Gaynor" <alex.gaynor@gmail.com>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	"Gary Guo" <gary@garyguo.net>,
	"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
	"Benno Lossin" <lossin@kernel.org>,
	"Andreas Hindborg" <a.hindborg@kernel.org>,
	"Alice Ryhl" <aliceryhl@google.com>,
	"Trevor Gross" <tmgross@umich.edu>,
	"Danilo Krummrich" <dakr@kernel.org>
Cc: <rust-for-linux@vger.kernel.org>
Subject: Re: [PATCH 0/3] pin-init sync: test & CI fixes
Date: Mon, 09 Jun 2025 21:52:46 +0200	[thread overview]
Message-ID: <DAI9JXTOY6JN.31JF973Z48GOC@kernel.org> (raw)
In-Reply-To: <20250523125424.192843-1-lossin@kernel.org>

On Fri May 23, 2025 at 2:54 PM CEST, Benno Lossin wrote:
> 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

Applied to pin-init-next -- thanks everyone!

---
Cheers,
Benno

      parent reply	other threads:[~2025-06-09 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Benno Lossin [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=DAI9JXTOY6JN.31JF973Z48GOC@kernel.org \
    --to=lossin@kernel.org \
    --cc=a.hindborg@kernel.org \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dakr@kernel.org \
    --cc=gary@garyguo.net \
    --cc=ojeda@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=tmgross@umich.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.