Re: [PATCH v4] rust: alloc: satisfy POSIX alignment requirement

From: Tamir Duberstein
Date: Tue Feb 11 2025 - 10:21:23 EST


On Tue, Feb 11, 2025 at 10:18 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Mon, Feb 10, 2025 at 3:55 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
> >
> > Fixes: dd09538fb409 ("rust: alloc: implement `Cmalloc` in module allocator_test")
> >
>
> Hmm... The newline issue is still present in newer series you are
> sending. Maintainers need to fix this manually, so please fix it on
> your side.

Drat, will do.

> > Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>
>
> I understand that you re-picked the v2 ack, since it is (at least the
> code) similar again now, right?

Yep, I mentioned it under "Changes in v4".

>
> Thanks!
>
> Cheers,
> Miguel