Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp1095716ybg; Wed, 29 Jul 2020 05:52:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxA34iqSlt1yVxeaA3GReSShQL3me2xmm9i5xrPhah8g7Th/nLCNZhcPY+36kyPdUb3U/VF X-Received: by 2002:a17:906:4acd:: with SMTP id u13mr5686891ejt.4.1596027171245; Wed, 29 Jul 2020 05:52:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596027171; cv=none; d=google.com; s=arc-20160816; b=Gg79WckjzoHGQ6gV23MaXsiKw6CYozB5MRz+cdZHRQcyYakLJfqkTkwZOxITwzOA0X PvU5hePGAarPgXxj+0o7pkByf6rjfNErNI8tVrJvwsNVEjXUgCZjsReYdaQS7xftah95 1WOafGC5I/JtPAYEjfr4v+pD9efESoe0cyoSs8PVjWySixcN4k57gTCsL7U3J857Yx1L VLn9o6Hbo7xxmsAZJ9sGGmyg2nUdMLQzYccflOagdE9lXR3H3um9FKe4pqBalslCpoVS YoJ+BvSaDOSI0HHr31OYyLOg4jPC2kyddJZXc+O+AnBQ54WGuhLTK16JlBzlNIYZfuzS dswA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=u3FqGJA24RAW1ICdHYPc0DTbdTy+Z9HSLeXkhaQ3/fQ=; b=oMndZo9/UV8mnD6VXYbrqlQifVR/NStoeXCk3zMsvVktcZ31ooSerdGHkPLqV2c3qh YnkgERRt0rpIkqCJrPK4EdN07LjHU6w36SWUXTvDLlRsbXzjFaqZWryjNJTuNQ8RA81R dZ1BPprdIkBemMU9z7lZk6eKapU16+28gi3HgP6yT6tEigeacPvYydLezzEBO8BP9+1d mo+ebha/PrCn7moB8nrP2virFbceiIo33AHOGMFV/Mo5dzMoEcATPcKG/fz60ZdF2bTT Q8fNi6cU8JmXgxC/o/Gjm36eQgAp9vC6tXbd2pWsfml6GvgybKNS4fFnOczMxrVoRK3A ItcQ== 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 ci17si802459ejb.743.2020.07.29.05.52.29; Wed, 29 Jul 2020 05:52:51 -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 S1726884AbgG2MwB (ORCPT + 99 others); Wed, 29 Jul 2020 08:52:01 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60260 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726353AbgG2MwA (ORCPT ); Wed, 29 Jul 2020 08:52:00 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1k0lYf-00014G-0e; Wed, 29 Jul 2020 22:51:46 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Wed, 29 Jul 2020 22:51:44 +1000 Date: Wed, 29 Jul 2020 22:51:44 +1000 From: Herbert Xu To: peterz@infradead.org Cc: Stephen Rothwell , Petr Mladek , Linux Next Mailing List , Linux Kernel Mailing List , Sergey Senozhatsky , Andy Shevchenko , "Steven Rostedt (VMware)" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, Waiman Long Subject: Re: [PATCH 0/2] locking/qspinlock: Break qspinlock_types.h header loop Message-ID: <20200729125144.GA7184@gondor.apana.org.au> References: <20200729210311.425d0e9b@canb.auug.org.au> <20200729114757.GA19388@gondor.apana.org.au> <20200729122807.GA7047@gondor.apana.org.au> <20200729124744.GC2638@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200729124744.GC2638@hirez.programming.kicks-ass.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 29, 2020 at 02:47:44PM +0200, peterz@infradead.org wrote: > > How did you run into this, I haven't seen any build failures due to > this. I didn't, Stephen ran into it after merging the printk tree together with the powerpc tree: https://lore.kernel.org/lkml/20200729210311.425d0e9b@canb.auug.org.au/ > Anyway, the patches look sane enough, I'll go stick them in > tip/locking/core or somesuch. Perhaps add them on top of the other two patches in locking/header? Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt