public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* please revert commit ce8556cca6 "kbuild: verify that $DEPMOD is installed" introduced in v4.18.4.
@ 2018-08-22 18:53 H. Nikolaus Schaller
  2018-08-22 19:10 ` Greg KH
  2018-08-22 23:33 ` Randy Dunlap
  0 siblings, 2 replies; 11+ messages in thread
From: H. Nikolaus Schaller @ 2018-08-22 18:53 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Lucas De Marchi, Lucas De Marchi, Michal Marek, Jessica Yu,
	Chih-Wei Huang, stable, Linux Kernel Mailing List,
	Discussions about the Letux Kernel

This patch requires that /sbin/depmod is installed and installable on
the build host.

But not all build hosts for cross compiling Linux are Linux systems
and are able to provide a working port of depmod, especially at the
file patch /sbin/depmod.

I use, for example, a Darwin system to cross compile Linux and I run
depmod -a on the embedded system once, after installing a new Linux
kernel there.

I have no problem with seeing a warning, but aborting the build process
is IMHO a bad idea since the previous behaviour didn't harm many people
as far as I see. Probably 99% of people compiling Linux kernels do that
on Linux and 99% of those have depmod installed for optimal operation of
their build host. So IMHO printing the warning is good enough.

BR and thanks,
Nikolaus Schaller

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-08-23 17:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 18:53 please revert commit ce8556cca6 "kbuild: verify that $DEPMOD is installed" introduced in v4.18.4 H. Nikolaus Schaller
2018-08-22 19:10 ` Greg KH
2018-08-22 23:33 ` Randy Dunlap
2018-08-23  0:39   ` Dmitry Torokhov
2018-08-23  1:07     ` Randy Dunlap
2018-08-23  7:16       ` H. Nikolaus Schaller
2018-08-23  7:20       ` Masahiro Yamada
2018-08-23  8:38   ` Masahiro Yamada
2018-08-23 15:55     ` Alexander Kapshuk
2018-08-23 17:52     ` [PATCH v2] modules_install: make missing $DEPMOD a warning instead of error Randy Dunlap
2018-08-23 17:59       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox