From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDE11C433E0 for ; Sun, 10 Jan 2021 10:20:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8ED5C239EB for ; Sun, 10 Jan 2021 10:20:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726315AbhAJKUM (ORCPT ); Sun, 10 Jan 2021 05:20:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:38356 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726303AbhAJKUL (ORCPT ); Sun, 10 Jan 2021 05:20:11 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 825B6236F9; Sun, 10 Jan 2021 10:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610273970; bh=Jw0l8gSsx8En7t0dNhT3ZISp+QqP4m6mM+GqH79ZZZY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u5tyrYK+KUj1HdKkURjetX0/vavu9Q6DGFiVb1AIbGfneigANZRLTM2dqoMaqWYtE cQN2YyEFNUzx7/QnaXW5FS3XoH5yuXqmNvAr8gORRaU1tYw2V4NWF6a8iM4Fq/rea8 2MX3a4WgE6b5LzBG+7jd2xx65ZGndylr747MNAfZIVrk8AXWrrz2ql/z66PTLIGhDh PA8LT58ToR56QCt83NA8x1RmFn+OAZKwEMIqPnQvMY++7R8stA5j6KMohBhgff8eal BjMlZ0hNPeWAYAcod+g+gOP8F0diG0EFTS9yvo5O/6l2BatNBTRD201LRlk4xo9/qs ViQ5ImxHhO/3Q== Date: Sun, 10 Jan 2021 05:19:29 -0500 From: Sasha Levin To: Linus Torvalds Cc: Sedat Dilek , Greg Kroah-Hartman , Linux Kernel Mailing List , stable@vger.kernel.org Subject: Re: depmod fixes for linux-stable releases Message-ID: <20210110101929.GG4035784@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jan 09, 2021 at 05:23:22PM -0800, Linus Torvalds wrote: >Ack, I think 436e980e2ed5 ("kbuild: don't hardcode depmod path") is >stable material even if it doesn't fix a bug. > >Not only does the fix for that commit not make sense without the >commit in the first place, but any environment that sets depmod >somewhere else might well be an environment that still wants stable >kernels. > >It may not be the traditional case, but there's little reason for the >kernel build to force that /sbin/depmod location. I'll take it, thanks! -- Thanks, Sasha