Re: [PATCH v2] fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()

From: Ilpo Järvinen
Date: Mon Dec 01 2025 - 05:29:18 EST


On Sat, 29 Nov 2025 12:15:35 +0100, Armin Wolf wrote:

> After commit 25524b619029 ("fs/nls: Fix utf16 to utf8 conversion"),
> the return values of utf8_to_utf32() and utf32_to_utf8() are
> inconsistent when encountering an error: utf8_to_utf32() returns -1,
> while utf32_to_utf8() returns errno codes. Fix this inconsistency
> by modifying utf8_to_utf32() to return errno codes as well.
>
>
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()
commit: c36f9d7b2869a003a2f7d6ff2c6bac9e62fd7d68

--
i.