On Wed, Oct 26, 2022 at 11:44 AM Michele Jr De Candia
<mdecandia(a)gmail.com> wrote:
>
> Hi Greg,
> sorry for the confusion.
>
> I'm running a container-based app on top of Ubuntu Linux 20.04 and linux kernel 5.4 always updated with latest patches.
>
> Updating from 5.4.210 to 5.4.211 we faced the hang up issue and searching for the cause we have tested that
> hangup occurs only with this patch
>
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=…
>
> While understanding root cause, wt the moment we reverted it and hang up does not occurs (actually we are running 5.4.219 without that patch).
>
> Michele
>
Hi Michele, can you try the latest upstream kernel and see if the
issue repro ther? Also is it possible to provide a simplified repro of
the issue?
Shakeel
Hello!
Would the stable maintainers please consider backporting the following
commit to the 4.9 and 4.14 stable branches?
commit e3b03bf29d6b99fab7001fb20c33fe54928c157a
Author: Masahiro Yamada <yamada.masahiro(a)socionext.com>
Date: Sat Dec 16 00:28:42 2017 +0900
kconfig: display recursive dependency resolution hint just once
The following failures are found with Clang's `-Wmisleading-indentation`:
-----8<----------8<----------8<-----
In file included from scripts/kconfig/zconf.tab.c:2470:
/builds/linux/scripts/kconfig/symbol.c:1153:4: warning: misleading
indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
fprintf(stderr, "For a resolution refer to
Documentation/kbuild/kconfig-language.txt\n");
^
/builds/linux/scripts/kconfig/symbol.c:1150:3: note: previous statement is here
if (stack->sym == last_sym)
^
1 warning generated.
----->8---------->8---------->8-----
Thanks and greetings!
Daniel Díaz
daniel.diaz(a)linaro.org
I think the patch 50b2e8711462409cd368c41067405aa446dfa2af ("wifi:
mac80211: fix memory free error when registering wiphy fail") should be
backported to 5.15 as its fixing memory handling. Already run-tested
with OpenWrt on 5.15 kernel.
Bests
Nick