From: Greg Kroah-Hartman Date: Sun, 10 Jan 2021 10:59:45 +0000 (+0100) Subject: 5.4-stable patches X-Git-Tag: v4.4.251~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb3a1b718a6fd0cec02c3db2626a3e8c3e1aff67;p=thirdparty%2Fkernel%2Fstable-queue.git 5.4-stable patches added patches: kbuild-don-t-hardcode-depmod-path.patch --- diff --git a/queue-5.4/kbuild-don-t-hardcode-depmod-path.patch b/queue-5.4/kbuild-don-t-hardcode-depmod-path.patch new file mode 100644 index 00000000000..0fff94f0145 --- /dev/null +++ b/queue-5.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 +@@ -436,7 +436,7 @@ LEX = flex + YACC = bison + AWK = awk + INSTALLKERNEL := installkernel +-DEPMOD = /sbin/depmod ++DEPMOD = depmod + PERL = perl + PYTHON = python + PYTHON3 = python3 diff --git a/queue-5.4/series b/queue-5.4/series index f690c899014..8f9e0fa163c 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -43,3 +43,4 @@ net-usb-qmi_wwan-add-quectel-em160r-gl.patch vhost_net-fix-ubuf-refcount-incorrectly-when-sendmsg-fails.patch ionic-account-for-vlan-tag-len-in-rx-buffer-len.patch net-sched-sch_taprio-ensure-to-reset-destroy-all-child-qdiscs.patch +kbuild-don-t-hardcode-depmod-path.patch