aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2020-10-14 07:54:05 -0400
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-15 17:46:54 +0200
commit0efec6a00879421b9516c9d32729dc232d8c5510 (patch)
tree6037efef0d778dfbf24e57cae8fb0331fbb4e482 /target/linux/uml
parent479d1154c4eb859e4412c41f221db0df071a09d0 (diff)
downloadupstream-0efec6a00879421b9516c9d32729dc232d8c5510.tar.gz
upstream-0efec6a00879421b9516c9d32729dc232d8c5510.tar.bz2
upstream-0efec6a00879421b9516c9d32729dc232d8c5510.zip
kernel: bump 5.4 to 5.4.71
All modifications made by update_kernel.sh Build system: x86_64 Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711, lantiq/Easybox 904 xDSL Run-tested: ipq806x/R7800, lantiq/Easybox 904 xDSL No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> [add lantiq test reports] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/uml')
-rw-r--r--target/linux/uml/patches-5.4/101-mconsole-exec.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/uml/patches-5.4/101-mconsole-exec.patch b/target/linux/uml/patches-5.4/101-mconsole-exec.patch
index 827e85606b..ca4f27b53f 100644
--- a/target/linux/uml/patches-5.4/101-mconsole-exec.patch
+++ b/target/linux/uml/patches-5.4/101-mconsole-exec.patch
@@ -153,7 +153,7 @@
pid_t pid;
--- a/kernel/umh.c
+++ b/kernel/umh.c
-@@ -75,6 +75,28 @@ static int call_usermodehelper_exec_asyn
+@@ -76,6 +76,28 @@ static int call_usermodehelper_exec_asyn
flush_signal_handlers(current, 1);
spin_unlock_irq(&current->sighand->siglock);
@@ -180,9 +180,9 @@
+ }
+
/*
- * Our parent (unbound workqueue) runs with elevated scheduling
- * priority. Avoid propagating that into the userspace child.
-@@ -353,6 +375,20 @@ static void helper_unlock(void)
+ * Initial kernel threads share ther FS with init, in order to
+ * get the init root directory. But we've now created a new
+@@ -362,6 +384,20 @@ static void helper_unlock(void)
wake_up(&running_helpers_waitq);
}