From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1326861219.490.4.camel@cr0> Subject: Re: [PATCH] kbuild: do not check for ancient modutils tools From: Cong Wang To: Lucas De Marchi Cc: linux-kernel@vger.kernel.org, Kay Sievers , Michal Marek , linux-modules@vger.kernel.org Date: Wed, 18 Jan 2012 12:33:39 +0800 In-Reply-To: <1326819051-25712-1-git-send-email-lucas.demarchi@profusion.mobi> References: <1326819051-25712-1-git-send-email-lucas.demarchi@profusion.mobi> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tue, 2012-01-17 at 14:50 -0200, Lucas De Marchi wrote: > scripts/depmod.sh checks for the output of '-V' expecting that it has > module-init-tools in it. It's a hack to prevent users from using > modutils instead of module-init-tools, that only works with 2.4.x > kernels. This however prints an annoying warning for kmod tool, that is > currently replacing module-init-tools. > > Rather than putting another check for kmod's version, just remove it > since users of 2.4.x kernel are unlikely to upgrade to 3.x, and if they > do, let depmod fail in that case because they should know what they are > doing. > > Signed-off-by: Lucas De Marchi Acked-by: WANG Cong Thanks.