uml: fix 5.10 build
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 24 Sep 2022 21:42:42 +0000 (23:42 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 24 Sep 2022 21:53:53 +0000 (23:53 +0200)
commit8bea5edf89e57c32b98620540a457441f5f8ddeb
tree0e28f1ddcb25bcf0c6f088f3bd1f0b339be7df47
parent1ce2691bf3dacca41559a20e7f1a55587469dfae
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>
target/linux/uml/patches-5.10/001-um-Fix-build-w-o-CONFIG_PM_SLEEP.patch [new file with mode: 0644]