Re: [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM, STRNLEN}_USER symbols

From: Arnd Bergmann
Date: Fri Jul 23 2021 - 08:44:35 EST


On Thu, Jul 22, 2021 at 10:07 PM Heiko Carstens <hca@xxxxxxxxxxxxx> wrote:
>
> Feel free to add the s390 patch below on top of your series.

Thanks a lot, added now.

> However one question: the strncpy_from_user() prototype now comes everywhere
> without the __must_check attribute. Is there any reason for that?
>
> At least for s390 I want to keep that.

Makes sense, I'll add a patch for that as well.

Arnd