On Mon, Feb 13, 2023 at 09:23:47PM +0100, Borislav Petkov wrote:
On Mon, Feb 13, 2023 at 08:12:38PM +0000, Yazen Ghannam wrote:-Wsometimes-uninitialized is part of clang's -Wall so it is on by
These errors are encountered when extra warnings are enabled, correct?It says so in the warning which one it is: -Werror,-Wsometimes-uninitialized
Don't know if we enable that one for clang with W= or Nathan adds
additional switches.
default in all builds, regardless of W=
-Werror comes from CONFIG_WERROR, which is enabled with allmodconfig.
This breaks allmodconfig with clang, so it would be great if one ofI think the following patch would resolve this issue. This is part of a setI still wanted to go through the rest but I'm not sure I'll have time
that isn't fully applied.
https://lore.kernel.org/linux-edac/20230127170419.1824692-12-yazen.ghannam@xxxxxxx/
Boris,
Do you think one of these patches should be applied or just hold off until the
entire original set is applied?
for it before the merge window. So unless this is breaking some silly
testing scenario, I'd say I'll leave things as they are.
these solutions was applied in the meantime.
Cheers,
Nathan