From: Greg Kroah-Hartman Date: Sun, 10 Jan 2021 10:59:41 +0000 (+0100) Subject: 4.4-stable patches X-Git-Tag: v4.4.251~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c654b61c9c032885a31121bcfdf595bf09823b8c;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: kbuild-don-t-hardcode-depmod-path.patch --- diff --git a/queue-4.4/kbuild-don-t-hardcode-depmod-path.patch b/queue-4.4/kbuild-don-t-hardcode-depmod-path.patch new file mode 100644 index 00000000000..49fe02166b2 --- /dev/null +++ b/queue-4.4/kbuild-don-t-hardcode-depmod-path.patch @@ -0,0 +1,31 @@ +From 436e980e2ed526832de822cbf13c317a458b78e1 Mon Sep 17 00:00:00 2001 +From: Dominique Martinet +Date: Tue, 1 Dec 2020 14:17:30 +0100 +Subject: kbuild: don't hardcode depmod path + +From: Dominique Martinet + +commit 436e980e2ed526832de822cbf13c317a458b78e1 upstream. + +depmod is not guaranteed to be in /sbin, just let make look for +it in the path like all the other invoked programs + +Signed-off-by: Dominique Martinet +Signed-off-by: Masahiro Yamada +Signed-off-by: Greg Kroah-Hartman + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/Makefile ++++ b/Makefile +@@ -349,7 +349,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump + AWK = awk + GENKSYMS = scripts/genksyms/genksyms + INSTALLKERNEL := installkernel +-DEPMOD = /sbin/depmod ++DEPMOD = depmod + PERL = perl + PYTHON = python + CHECK = sparse diff --git a/queue-4.4/series b/queue-4.4/series index 82117109fd1..4cfae6f14ed 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -1,3 +1,4 @@ +kbuild-don-t-hardcode-depmod-path.patch workqueue-kick-a-worker-based-on-the-actual-activati.patch lib-genalloc-fix-the-overflow-when-size-is-too-big.patch depmod-handle-the-case-of-sbin-depmod-without-sbin-i.patch