Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp968598ybr; Sat, 23 May 2020 02:56:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxiOZ+4j1ByqkcXJiD299NahfQXeoTol694VVVeeEn36wFwRvzuPqXuSjHMYcmpJQUVC/US X-Received: by 2002:a05:6402:14d5:: with SMTP id f21mr6456738edx.327.1590227818507; Sat, 23 May 2020 02:56:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590227818; cv=none; d=google.com; s=arc-20160816; b=ovdjee7w1S9qQZW7Ez1mbEEjuYht7teuygBT9vhmxSzMZSmF/LimFbT7U/Tvp+HUA1 vlD2K0k3zZqB0RKkcNdxdWjMzOk6eYjy70uCpeXofNmf2EwZBsogp1LiN+60Pq2oFDzp tEbN23eMwPpnJjyFQWuFuoy2b3gi2j6C99iwybre19hAPQA9lLUFNXtch8JXNp297yo1 d8imkUc4HcZkSXKujP0VV4zMfnsiiL40hhWaEjA/Al34BwKVsxaUDffKUOtoTUvV2081 vn5VOKUaosl5x/Fao4/unpUkX5JVr+yuydRFYvu5YqmWr4Sp4WXjQ+EKLOxDwJunUCYq MHYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=unt2Mddite1DJQsecFao2N3V19r3qZCaMXuE/zt6ydo=; b=oX/p9cbiUxmdINsfBjA9PGyuv4vFy+5/XcWrjDI1TsafNUsqS5+d94pbDu5HcFknq0 vDpq2LM1/mJLRt88Dor3gn9Qj7O/1oIwCV25GWKYKIX4ea9CvL8Xr7wg2L15Jbcqn/lR mNl6vbOYFMqQRU9+aVK06Vuy2CS7+UV7qyQ2WZMkdDxfZSKF571Z2WAN204yhNk/Y5GR ls1lrYoi3p+GbVzHImNEWoecZlHaRN3AhJ6M2rohaH+VOq7RpLm7Nw/p4ku8lOvR7hC+ sQz2IXnZup8vqOEJS3RRthLYVyqfo47QjFsSxYtvHnCxiTNq6EIO+C3JbHwkDQUd7np7 KZTw== 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 l10si5990584edv.152.2020.05.23.02.56.33; Sat, 23 May 2020 02:56:58 -0700 (PDT) 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 S2387750AbgEWJyr (ORCPT + 99 others); Sat, 23 May 2020 05:54:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725270AbgEWJyr (ORCPT ); Sat, 23 May 2020 05:54:47 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B6CEC061A0E; Sat, 23 May 2020 02:54:47 -0700 (PDT) Received: from p5de0bf0b.dip0.t-ipconnect.de ([93.224.191.11] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jcQrK-0000on-M7; Sat, 23 May 2020 11:54:26 +0200 Received: by nanos.tec.linutronix.de (Postfix, from userid 1000) id 33AAA100D0B; Sat, 23 May 2020 11:54:26 +0200 (CEST) From: Thomas Gleixner To: Borislav Petkov , "Paul E. McKenney" Cc: Stephen Rothwell , Will Deacon , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux Next Mailing List , Linux Kernel Mailing List , elver@google.com Subject: Re: linux-next: build failure after merge of the tip tree In-Reply-To: <20200523064643.GA27431@zn.tnic> References: <20200522033119.1bbd99c5@canb.auug.org.au> <20200521173520.GL6608@willie-the-truck> <20200522171708.5f392fde@canb.auug.org.au> <20200522174944.1a1732fa@canb.auug.org.au> <20200523001223.GA23921@paulmck-ThinkPad-P72> <20200523064643.GA27431@zn.tnic> Date: Sat, 23 May 2020 11:54:26 +0200 Message-ID: <87a71zq8ml.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain 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 Borislav Petkov writes: > On Fri, May 22, 2020 at 05:12:23PM -0700, Paul E. McKenney wrote: >> Marco, Thomas, is there any better setup I can provide Stephen? Or >> is the next-20200519 -rcu tree the best we have right now? > > I've queued the fixes yesterday into tip:locking/kcsan and tglx said > something about you having to rebase anyway. I guess you can find him on > IRC at some point later. :) locking/kcsan is not the problem (it just has more fixes on top) core/rcu is the one which diverged and caused the merge conflict with PPC to happen twice. So Paul needs to remove the stale core/rcu bits and rebase on the current version (which is not going to change again). Thanks, tglx