[PATCH] arc: Fix spelling mistake and grammar in Kconfig

2021-07-04 Thread Colin King
From: Colin Ian King There is a spelling mistake and incorrect grammar in the Kconfig text. Fix them. Signed-off-by: Colin Ian King --- arch/arc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index d8f51eb8963b..b5bf68e74732 1006

[PATCH AUTOSEL 5.13 20/85] sched/core: Initialize the idle task with preemption disabled

2021-07-04 Thread Sasha Levin
From: Valentin Schneider [ Upstream commit f1a0a376ca0c4ef1fc3d24e3e502acbb5b795674 ] As pointed out by commit de9b8f5dcbd9 ("sched: Fix crash trying to dequeue/enqueue the idle thread") init_idle() can and will be invoked more than once on the same idle task. At boot time, it is invoked for

[PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled

2021-07-04 Thread Sasha Levin
From: Valentin Schneider [ Upstream commit f1a0a376ca0c4ef1fc3d24e3e502acbb5b795674 ] As pointed out by commit de9b8f5dcbd9 ("sched: Fix crash trying to dequeue/enqueue the idle thread") init_idle() can and will be invoked more than once on the same idle task. At boot time, it is invoked for

[PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled

2021-07-04 Thread Sasha Levin
From: Valentin Schneider [ Upstream commit f1a0a376ca0c4ef1fc3d24e3e502acbb5b795674 ] As pointed out by commit de9b8f5dcbd9 ("sched: Fix crash trying to dequeue/enqueue the idle thread") init_idle() can and will be invoked more than once on the same idle task. At boot time, it is invoked for

Re: [OE-core] [PATCH] dhcpcd: add ARC support

2021-07-04 Thread Alexey Brodkin
Hi Alexandre, > > I did run that through the autobuilders and it is working fine but this > is missing an Upstream-Status tag. > I was a bit surprised by your response being under impression that I did add "Upstream-Status" tag in the patch. So I went to check... and indeed, I added it, but just

[PATCH v2] dhcpcd: add ARC support

2021-07-04 Thread Alexey Brodkin
This retrofits ARC support from upstream [1]. Should be a part of the next release of "dhcpcd". https://github.com/NetworkConfiguration/dhcpcd/commit/82386110e67cf75c224e9817fce55e6b0f143266 Signed-off-by: Alexey Brodkin Cc: Alexandre Belloni --- Changes in v2: * Added "Upstream-Status" tag