From: Greg Kroah-Hartman Date: Sun, 10 Jan 2021 10:59:44 +0000 (+0100) Subject: 4.19-stable patches X-Git-Tag: v4.4.251~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62a0f463f7503ca56e86bd99456393f766f243ce;p=thirdparty%2Fkernel%2Fstable-queue.git 4.19-stable patches added patches: kbuild-don-t-hardcode-depmod-path.patch --- diff --git a/queue-4.19/kbuild-don-t-hardcode-depmod-path.patch b/queue-4.19/kbuild-don-t-hardcode-depmod-path.patch new file mode 100644 index 00000000000..f106c953cdb --- /dev/null +++ b/queue-4.19/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 +@@ -400,7 +400,7 @@ YACC = bison + AWK = awk + GENKSYMS = scripts/genksyms/genksyms + INSTALLKERNEL := installkernel +-DEPMOD = /sbin/depmod ++DEPMOD = depmod + PERL = perl + PYTHON = python + PYTHON2 = python2 diff --git a/queue-4.19/series b/queue-4.19/series index 106cf91ae53..897ea3587f4 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -1,3 +1,4 @@ +kbuild-don-t-hardcode-depmod-path.patch workqueue-kick-a-worker-based-on-the-actual-activati.patch scsi-ufs-fix-wrong-print-message-in-dev_err.patch scsi-ufs-pci-ensure-ufs-device-is-in-powerdown-mode-.patch