From: Andreas Hindborg <a.hindborg@kernel.org>
To: "Alistair Francis" <alistair23@gmail.com>
Cc: "Alistair Francis" <alistair@alistair23.me>,
<linux-kernel@vger.kernel.org>, <benno.lossin@proton.me>,
<boqun.feng@gmail.com>, <me@kloenk.dev>,
<alex.gaynor@gmail.com>, <gary@garyguo.net>,
<aliceryhl@google.com>, <alistair.francis@wdc.com>,
<bjorn3_gh@protonmail.com>, <tmgross@umich.edu>,
<rust-for-linux@vger.kernel.org>, <ojeda@kernel.org>
Subject: Re: [PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
Date: Wed, 18 Dec 2024 10:45:20 +0100 [thread overview]
Message-ID: <87jzbxmij3.fsf@kernel.org> (raw)
In-Reply-To: <CAKmqyKN7dP=UFjP0c88wq_FMgaFzPU+5GRDz=X6H-fkc1v1Hpg@mail.gmail.com> (Alistair Francis's message of "Wed, 18 Dec 2024 16:32:17 +1000")
"Alistair Francis" <alistair23@gmail.com> writes:
> On Wed, Dec 4, 2024 at 11:14 PM Andreas Hindborg <a.hindborg@kernel.org> wrote:
>>
>>
>> Hi Alistair,
>>
>> "Alistair Francis" <alistair@alistair23.me> writes:
>> >
>> > This series adds support for bindgen generating wrappers for inline statics and
>> > then converts the existing helper functions to this new method. This doesn't
>> > work for C macros, so we can't reamove all of the helper functions, but we
>> > can remove most.
>>
>> Are you aware of the helper LTO patches by Gary [1]? Can you tell if
>
> I was not, but that's exciting to see
>
>> this series will compose with the LTO patches?
>
> I think it will still work, although it might take some extra effort.
>
> I assume my series isn't going to be accepted though, so I'm not going
> to try and get the LTO series to work on top of it. It's a lot of work
> to rebase this series as every new binding causes a conflict and it
> seems to have stalled
I would assume that it _will_ be merged in some form. Why not? It's just
a matter of getting it reviewed and making sure that it is going to work
with the LTO inlining.
The less boiler plate code we have to write by hand, the better!
Best regards,
Andreas Hindborg
next prev parent reply other threads:[~2024-12-18 9:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <yZdXTg82eCLGHsaNBfAwwYZTGa63yzxI2YXoaTndUyJzyVN60hPrWoeQoXdrrh2hnRIeugFXvrb3nbq2bpD6Ag==@protonmail.internalid>
2024-11-14 0:56 ` [PATCH v4 00/11] rust: bindings: Auto-generate inline static functions Alistair Francis
2024-11-14 0:56 ` [PATCH v4 01/11] rust: bindings: Support some " Alistair Francis
2024-11-14 0:56 ` [PATCH v4 02/11] rust: helpers: Remove blk helper Alistair Francis
2024-11-14 0:56 ` [PATCH v4 03/11] rust: helpers: Remove err helper Alistair Francis
2024-11-14 0:56 ` [PATCH v4 04/11] rust: helpers: Remove kunit helper Alistair Francis
2024-11-14 0:56 ` [PATCH v4 05/11] rust: helpers: Remove some page helpers Alistair Francis
2024-11-14 0:56 ` [PATCH v4 06/11] rust: helpers: Remove rbtree helper Alistair Francis
2024-11-14 0:56 ` [PATCH v4 07/11] rust: helpers: Remove some refcount helpers Alistair Francis
2024-11-14 0:56 ` [PATCH v4 08/11] rust: helpers: Remove signal helper Alistair Francis
2024-11-14 0:56 ` [PATCH v4 09/11] rust: helpers: Remove some spinlock helpers Alistair Francis
2024-11-14 0:56 ` [PATCH v4 10/11] rust: helpers: Remove some task helpers Alistair Francis
2024-11-14 0:56 ` [PATCH v4 11/11] rust: helpers: Remove uaccess helpers Alistair Francis
2024-12-02 7:14 ` [PATCH v4 00/11] rust: bindings: Auto-generate inline static functions Alistair Francis
2024-12-04 13:13 ` Andreas Hindborg
2024-12-18 6:32 ` Alistair Francis
2024-12-18 9:45 ` Andreas Hindborg [this message]
2024-12-20 2:55 ` Alistair Francis
2025-01-03 11:21 ` Alistair Francis
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=87jzbxmij3.fsf@kernel.org \
--to=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 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.