]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
kbuild: verify that $DEPMOD is installed
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Jul 2018 02:46:06 +0000 (19:46 -0700)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:42:08 +0000 (19:42 -0600)
commitddf88ae56a475e0b4a0f8f53d0a2b740e15c59ec
tree261a58fb63e848243a37d80912a42518e1d4fbd9
parent765c5456f6092e1c9478aa324e767dc416c33c13
kbuild: verify that $DEPMOD is installed

BugLink: https://bugs.launchpad.net/bugs/1835845
commit 934193a654c1f4d0643ddbf4b2529b508cae926e upstream.

Verify that 'depmod' ($DEPMOD) is installed.
This is a partial revert of commit 620c231c7a7f
("kbuild: do not check for ancient modutils tools").

Also update Documentation/process/changes.rst to refer to
kmod instead of module-init-tools.

Fixes kernel bugzilla #198965:
https://bugzilla.kernel.org/show_bug.cgi?id=198965

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Chih-Wei Huang <cwhuang@linux.org.tw>
Cc: stable@vger.kernel.org # any kernel since 2012
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Documentation/process/changes.rst
scripts/depmod.sh