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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 4782FC433E0 for ; Tue, 23 Feb 2021 20:02:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1CF4464E6B for ; Tue, 23 Feb 2021 20:02:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232582AbhBWUCT (ORCPT ); Tue, 23 Feb 2021 15:02:19 -0500 Received: from verein.lst.de ([213.95.11.211]:34953 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231650AbhBWUCP (ORCPT ); Tue, 23 Feb 2021 15:02:15 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 15B4468D0A; Tue, 23 Feb 2021 21:01:31 +0100 (CET) Date: Tue, 23 Feb 2021 21:01:30 +0100 From: Christoph Hellwig To: Linus Torvalds Cc: Jessica Yu , Christoph Hellwig , Linux Kernel Mailing List , =?utf-8?B?77+8TWlyb3NsYXY=?= Benes , Emil Velikov Subject: Re: [GIT PULL] Modules updates for v5.12 Message-ID: <20210223200130.GA8059@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 23, 2021 at 11:55:50AM -0800, Linus Torvalds wrote: > On Tue, Feb 23, 2021 at 10:42 AM Linus Torvalds > wrote: > > > > I think there is something horribly wrong in my tree, and my build > > process is now about 30% slower. It went from 5+ minutes to 8+ > > minutes. The main suspect would be some lack of parallelism. > > I don't see quite what is wrong, but bisection is clear, and points > the finger at > > 367948220fce "module: remove EXPORT_UNUSED_SYMBOL*" > > which looks entirely trivial, but clearly isn't. > > It's repeatable. That commit slows down my build hugely. Does your build now enable TRIM_UNUSED_KSYMS but previously didn't by chance? > > Linus ---end quoted text---