uml: fix 5.10 build
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 24 Sep 2022 21:42:42 +0000 (23:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 3 Jan 2023 00:24:21 +0000 (01:24 +0100)
commit181390f57d46539ef059095675553867a27c6d4a
treed32cae68503129064fbebcf182a8d5b5a5c00a02
parent1fd2f9f7be18f42633700972f67d7352ae5db3d6
uml: fix 5.10 build

the 5.10 uml build currently breaks with:

/usr/bin/ld: arch/um/os-Linux/signal.o: in function `sigusr1_handler':
arch/um/os-Linux/signal.c:141: undefined reference to `uml_pm_wake'

But there's an upstream fix for this. Backport the fix
for now but also let upstream know so it finds its way
through the -stable releases.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 8bea5edf89e57c32b98620540a457441f5f8ddeb)
target/linux/uml/patches-5.10/001-um-Fix-build-w-o-CONFIG_PM_SLEEP.patch [new file with mode: 0644]