Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uml: fix 5.10 build | Christian Lamparter | 2023-01-03 | 1 | -0/+32 |
| | | | | | | | | | | | | | | 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) | ||||
* | uml: add Kernel 5.10 support via testing | Paul Spooren | 2021-11-02 | 2 | -0/+360 |
Add the latest default Kernel for testing. This step is required to keep UML in tree for the next release. Signed-off-by: Paul Spooren <mail@aparcar.org> |