回复: [PATCH] rust: kernel: make impl_has_work compatible with more complex generics

From: Xu Roland
Date: Wed May 22 2024 - 09:24:25 EST


Miguel Ojeda Wrote:
> The kernel requires a "known identity" (it does not accept anonymous
> contributions)

Sorry, I sent another email and use the formal name.

________________________________________
发件人: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
发送时间: 2024年5月22日 20:38
收件人: mu001999
抄送: ojeda@xxxxxxxxxx; boqun.feng@xxxxxxxxx; rust-for-linux@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
主题: Re: [PATCH] rust: kernel: make impl_has_work compatible with more complex generics

On Wed, May 22, 2024 at 2:27 PM mu001999 <mu001999@xxxxxxxxxxx> wrote:
>
> Signed-off-by: mu001999 <mu001999@xxxxxxxxxxx>

The kernel requires a "known identity" (it does not accept anonymous
contributions) -- please see
https://docs.kernel.org/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin.

Cheers,
Miguel