Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2684138pxb; Tue, 23 Feb 2021 12:58:49 -0800 (PST) X-Google-Smtp-Source: ABdhPJxn/iFIKF7vuIHOA5MmXgQCrNXvCYHw7GvQW9btAYencLNhEshjeIWoZN2ACMEXd+VCVPY/ X-Received: by 2002:a17:906:2c51:: with SMTP id f17mr15095300ejh.49.1614113929295; Tue, 23 Feb 2021 12:58:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614113929; cv=none; d=google.com; s=arc-20160816; b=GaGCgx+5GlLCAsDjt9L/IqQBEM0OLg6R75eDfaba/C9/QoU67LE98+rmX6eeU1R75S BWqY6WbOd//88AIJzeBNCM1MOr8mGnw+iexDB0+vC4vwAFtT+iCVQfj8BrC/J4tP44Nj yRCqx7DlRckWY6WvPnzK7OY/wCew/65YaPlrBWPdWh3dUaYGkW3pTXGtiIxtVkKLZY6x mMKATjxwnPbkzA8Bs4YVOW6yHRDf53IPKILgfqaMrmG+a/q6/w7gefMxl+3bomnyXnh6 Z+cgHyuG0nNCtqFUGVgUcRseEvZie1GNc0UPzJN2DRFPoL69Hq7pZz/w7ViBLGwOQRkR iRGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ihxjV+KB963qpdBjyghAaNCnRBNLhbUsLo/p43AkoUI=; b=imhSLUbD2Y0dKWyXqzV0lXBd26ahrUS6LG2/ibjbxbu9vHhEvotEgxE4aHzB70FtqP IvmRwhm7ndFOgBwxHgNxo9VRWYlw70hzXMlLk4PhbAvcVJDN0zlWyAsWhWIxL+fdYUJ9 ByxcsyuMgetenkPLzZKqLWga2rMzuPrHxF6Er31LTtESIrUBS7yHIVKs/WCfeW5j97iZ 9qS2669yMyPoMtRNIxpPU3l/Is/1/pbAgzBLnFgfBJRv+8UnkoEShMB5vxza/8MWEUvD u7w63QySIsOUtKLGYDGDg5fZCvK3qfBajUHme5O6Ag/VL/6LMtKHqAa+uVr62MoIDnM1 2rhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id jz9si14330553ejb.510.2021.02.23.12.57.55; Tue, 23 Feb 2021 12:58:49 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232503AbhBWUCQ (ORCPT + 99 others); Tue, 23 Feb 2021 15:02:16 -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---