From: Randy Dunlap <rdunlap@infradead.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: "Dr. H. Nikolaus Schaller" <hns@goldelico.com>,
lucas.demarchi@profusion.mobi, lucas.de.marchi@gmail.com,
michal.lkml@markovi.net, jeyu@kernel.org, cwhuang@linux.org.tw,
"3.8+" <stable@vger.kernel.org>,
lkml <linux-kernel@vger.kernel.org>,
Discussions about the Letux Kernel <letux-kernel@openphoenux.org>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: Re: please revert commit ce8556cca6 "kbuild: verify that $DEPMOD is installed" introduced in v4.18.4.
Date: Wed, 22 Aug 2018 18:07:34 -0700 [thread overview]
Message-ID: <7e154505-5f73-1054-e67e-cdfb249fec43@infradead.org> (raw)
In-Reply-To: <CAKdAkRQ+BXezzT0JsuSa_-imHq+u-q2P5rMVMCL4=N18VYxSAw@mail.gmail.com>
On 08/22/2018 05:39 PM, Dmitry Torokhov wrote:
> On Wed, Aug 22, 2018 at 4:35 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>>
>> On 08/22/2018 11:53 AM, H. Nikolaus Schaller wrote:
>>> 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.
>>
>> Thanks for the report and sorry about the problem.
>>
>> I'm OK with changing the error to a warning.
>> Does the patch below work for you?
>
> Why would one want a warning on a host that never runs "make modules_install"?
> Can this check be only done when we actually try to install modules?
So Nikolaus: how do you provoke this problem that you are reporting?
It's not just a theoretical problem, is it?
The way that I read the top-level Makefile, this check for $DEPMOD only happens
when you run "make modules_install".
--
~Randy
next prev parent reply other threads:[~2018-08-23 4:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7e154505-5f73-1054-e67e-cdfb249fec43@infradead.org \
--to=rdunlap@infradead.org \
--cc=cwhuang@linux.org.tw \
--cc=dmitry.torokhov@gmail.com \
--cc=hns@goldelico.com \
--cc=jeyu@kernel.org \
--cc=letux-kernel@openphoenux.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucas.de.marchi@gmail.com \
--cc=lucas.demarchi@profusion.mobi \
--cc=michal.lkml@markovi.net \
--cc=stable@vger.kernel.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox