[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <91qn266-1929-r36s-rrq-qs8n1qs044ps@vanv.qr>
Date: Fri, 14 Jul 2023 16:42:12 +0200 (CEST)
From: Jan Engelhardt <jengelh@...i.de>
To: Michal Suchánek <msuchanek@...e.de>
cc: Nicolas Schier <nicolas@...sle.eu>, linux-modules@...r.kernel.org,
Takashi Iwai <tiwai@...e.com>,
Lucas De Marchi <lucas.de.marchi@...il.com>,
Michal Koutný <mkoutny@...e.com>,
Jiri Slaby <jslaby@...e.com>,
Masahiro Yamada <masahiroy@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] depmod: Handle installing modules under a prefix
On Friday 2023-07-14 16:30, Michal Suchánek wrote:
>> >
>> > -MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
>> > +export KERNEL_MODULE_PREFIX := $(shell kmod config &> /dev/null && kmod config | jq -r .module_prefix)
>>
>> All other calls of `jq` that I could find are located at tools/; as this here
>> is evaluated on each invocation, this should probably be documented in
>> Documentation/process/changes.rst?
>>
>> (Absence of `jq` will cause error messages, even with CONFIG_MODULES=n.)
>
>That's a good point.
Speaking of which, "&>" is a bashism and probably should be replaced.
Powered by blists - more mailing lists