Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4472161img; Tue, 26 Mar 2019 10:02:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqy006fepGKwK3mQUR5HRXCcU9y6fUTOjZxxvKjH+qE6zHzXCkUsJR3LbFl9zGjuK9LBH6/j X-Received: by 2002:aa7:8b93:: with SMTP id r19mr30106671pfd.163.1553619755958; Tue, 26 Mar 2019 10:02:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553619755; cv=none; d=google.com; s=arc-20160816; b=QFhSlEr7uBOkkFwwcHQj2mVWr2/asU5GLYIeguZAiYuWJx401uaz/ptRuINMUPJmd6 sZKYeukRki8Qir7kGk8HcYTN0HvEP7lg+S7yqaOANGjEI0RGS6JHgIzIb3SavSz0W7sc o2FiaJmWYl8Co5SaeuhEIqEGtjI96Oz9ve26uJ8M2ZhDyxx6BQUqBBQVZ16nPY1+JzPr DNxH307eWUSXfXMNeBsecJpGPSQWR5a5ikr4/sTGQUb5G31uUpqipMWFrHPfCXVmpH4z WV3tLtUu3IMLdw+FgiGUaw5maCHbLIk2Il1Oat4QJusvd20gxJGxzVNye9gl2DRi8xW6 QznQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=yDq8GyDm2JdF0i6WGauPukUO4svqpgxEa1oDjRYI4SA=; b=zn9JNHDQ+2CT5DGSN9j+RDrCINYsjACL4pESuWcr+kfErLZ9IigC7QiFQCc0E8XOvl njzyF00S0cFJgIUKKWp4P6PDvFtucRZ6TTc/4YNVetc3zObs8TXrPU4fDUzg2OXpZoMj Z/Lh7jvOh7gB6lzvk+goARYH4egnAi+4+JVvEHE/3cJnO30tdDe7GchOaWuyRu9YMgV0 QuVmRlMRp8OHvCZG1E14HSZKktvNtu9g9a5pXxBGwTncZSXCEABjO/8oqekKh1XYGrHb uspUziLiVan2x8FXoCxPc7nV08Hk0H3RBjk/CsRCvS6xAiDb9F+NF8pnYRIXloyqcwVN wIXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y2si10163954pgl.527.2019.03.26.10.02.20; Tue, 26 Mar 2019 10:02:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731650AbfCZRAM (ORCPT + 99 others); Tue, 26 Mar 2019 13:00:12 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:48906 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731451AbfCZRAL (ORCPT ); Tue, 26 Mar 2019 13:00:11 -0400 Received: from p5492e2fc.dip0.t-ipconnect.de ([84.146.226.252] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h8pQl-0001wd-US; Tue, 26 Mar 2019 18:00:08 +0100 Date: Tue, 26 Mar 2019 18:00:07 +0100 (CET) From: Thomas Gleixner To: Andi Kleen cc: x86@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: Fixes and cleanup from LTO tree In-Reply-To: <20190321220009.29334-1-andi@firstfloor.org> Message-ID: References: <20190321220009.29334-1-andi@firstfloor.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andi, On Thu, 21 Mar 2019, Andi Kleen wrote: > Here are a range of bug fixes and cleanups that have accumulated in my > gcc Link Time Optimization (LTO) branches; for issues found > by the compiler when doing global optimization and a few > other issues. > > (https://github.com/andikleen/linux-misc lto-*) > > IMNSHO they are all useful improvements even without LTO support. > > About half of it is in x86 specific code, but the others are > random all over. I tried to always copy the respective maintainers, > but since it's (nearly) a tree sweep I'm also copying Andrew. Can you please once and forever stop sending a random pile of patches which are: - fixes independent of LTO - LTO required changes - RFC material It's very clear where x86 related patches go through and it's also clear that fixes have to be separate from features and other material. You complain about maintainers being inresponsive and slow, but you are not even trying to make their work easier by following the general process. Thanks, tglx