From: Dirk Behme <dirk.behme@de.bosch.com>
To: Andreas Hindborg <a.hindborg@kernel.org>
Cc: Alistair Francis <alistair@alistair23.me>,
<linux-kernel@vger.kernel.org>, <boqun.feng@gmail.com>,
<me@kloenk.dev>, <benno.lossin@proton.me>, <tmgross@umich.edu>,
<aliceryhl@google.com>, <gary@garyguo.net>, <ojeda@kernel.org>,
<rust-for-linux@vger.kernel.org>, <alex.gaynor@gmail.com>,
<alistair.francis@wdc.com>, <bjorn3_gh@protonmail.com>,
<alistair23@gmail.com>
Subject: Re: [PATCH v3 00/11] rust: bindings: Auto-generate inline static functions
Date: Tue, 12 Nov 2024 06:35:19 +0100 [thread overview]
Message-ID: <2c8f1d58-e90e-4ba1-92e3-44e24040ac92@de.bosch.com> (raw)
In-Reply-To: <87msi5swsj.fsf@kernel.org>
Hi Andreas,
On 11.11.2024 14:51, Andreas Hindborg wrote:
> "Dirk Behme" <dirk.behme@de.bosch.com> writes:
>
>>
>> It builds for me now and the htmldocs were built as well.
>>
>> Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
>
> Does it build for you if you have a clean tree?
Yes, it builds fine on top of recent rust-next [1] [2].
> I think there is a
> dependency issue in the makefile, as indicated in another email.
Please have a look to Alistair's explanation:
https://lore.kernel.org/rust-for-linux/CAKmqyKNjjELzVbWgBHaHr8N1XnOJHk-U6RfLyb-FbTJ7h9jPoA@mail.gmail.com/
Best regards
Dirk
[1]
795e3d43d83a5 rust: helpers: Remove uaccess helpers
0071ccb890a3f rust: helpers: Remove some task helpers
9881077429443 rust: helpers: Remove some spinlock helpers
495b561ce78b9 rust: helpers: Remove signal helper
48107d1e5cc61 rust: helpers: Remove some refcount helpers
621903d5c46eb rust: helpers: Remove rbtree helper
d1484aaea0fcd rust: helpers: Remove some page helpers
941df485c6631 rust: helpers: Remove kunit helper
f62ea696e0114 rust: helpers: Remove err helper
6f59d029873ac rust: helpers: Remove blk helper
c093c35fb693a rust: bindings: Support some inline static functions
74949fc30c7a0 x86/defconfig: Enable Rust
d072acda4862f (rust-next) rust: use custom FFI integer types
...
[2]
/ # uname -a
Linux (none) 6.12.0-rc2-00090-g795e3d43d83a #3 SMP PREEMPT_DYNAMIC Tue
Nov 12 06:28:23 CET 2024 x86_64 GNU/Linux
prev parent reply other threads:[~2024-11-12 5:35 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-11 11:26 Alistair Francis
2024-11-11 11:26 ` [PATCH v3 01/11] rust: bindings: Support some " Alistair Francis
2024-11-11 11:46 ` Andreas Hindborg
2024-11-11 22:51 ` Alistair Francis
2024-11-11 12:07 ` Andreas Hindborg
2024-11-11 22:58 ` Alistair Francis
2024-11-12 9:58 ` Andreas Hindborg
2024-11-12 23:18 ` Alistair Francis
2024-11-11 11:26 ` [PATCH v3 02/11] rust: helpers: Remove blk helper Alistair Francis
2024-11-11 11:26 ` [PATCH v3 03/11] rust: helpers: Remove err helper Alistair Francis
2024-11-11 11:26 ` [PATCH v3 04/11] rust: helpers: Remove kunit helper Alistair Francis
2024-11-11 11:26 ` [PATCH v3 05/11] rust: helpers: Remove some page helpers Alistair Francis
2024-11-11 11:26 ` [PATCH v3 06/11] rust: helpers: Remove rbtree helper Alistair Francis
2024-11-11 11:26 ` [PATCH v3 07/11] rust: helpers: Remove some refcount helpers Alistair Francis
2024-11-11 11:26 ` [PATCH v3 08/11] rust: helpers: Remove signal helper Alistair Francis
2024-11-11 11:26 ` [PATCH v3 09/11] rust: helpers: Remove some spinlock helpers Alistair Francis
2024-11-11 11:26 ` [PATCH v3 10/11] rust: helpers: Remove some task helpers Alistair Francis
2024-11-11 11:26 ` [PATCH v3 11/11] rust: helpers: Remove uaccess helpers Alistair Francis
2024-11-11 13:23 ` [PATCH v3 00/11] rust: bindings: Auto-generate inline static functions Dirk Behme
2024-11-11 13:51 ` Andreas Hindborg
2024-11-12 5:35 ` Dirk Behme [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=2c8f1d58-e90e-4ba1-92e3-44e24040ac92@de.bosch.com \
--to=dirk.behme@de.bosch.com \
--cc=a.hindborg@kernel.org \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=alistair.francis@wdc.com \
--cc=alistair23@gmail.com \
--cc=alistair@alistair23.me \
--cc=benno.lossin@proton.me \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=gary@garyguo.net \
--cc=linux-kernel@vger.kernel.org \
--cc=me@kloenk.dev \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®