Re: UBIFS errors since Linux 5.15
From: Richard Weinberger
Date: Fri Nov 07 2025 - 15:03:23 EST
Eddie,
----- Ursprüngliche Mail -----
> Von: "Eddie James" <eajames@xxxxxxxxxxxxx>
> An: "linux-mtd" <linux-mtd@xxxxxxxxxxxxxxxxxxx>, "richard" <richard@xxxxxx>, "chengzhihao1" <chengzhihao1@xxxxxxxxxx>,
> "OpenBMC Maillist" <openbmc@xxxxxxxxxxxxxxxx>, "linux-kernel" <linux-kernel@xxxxxxxxxxxxxxx>, sethjenkins@xxxxxxxxxx,
> "adobriyan" <adobriyan@xxxxxxxxx>
> Gesendet: Freitag, 7. November 2025 18:38:54
> Betreff: UBIFS errors since Linux 5.15
> Hello,
>
> We are updating some BMC (Aspeed AST2600, ARM32) systems that were on
> Linux 5.4 but observe consistent UBIFS errors with Linux 5.15 and later.
> The errors seem to vary; there is a sampling below.
>
>
> We performed a git bisect and came up with the following commit, which
> of course is completely unrelated to UBIFS. Reverting it does prevent
> the issue... Does anyone have any suggestions?
>
> commit 33fc9e26b7cb39f0d4219c875a2451802249c225
> Author: Seth Jenkins <sethjenkins@xxxxxxxxxx>
> Date: Thu Oct 27 11:36:52 2022 -0400
That's indeed strange.
Are you absolutely sure that this commit triggers the issue?
E.g. if you revert it on top of 5.15 the issue vanishes and when you
re-apply it, the issue is back?
Thanks,
//richard