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=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 186E4C64EBC for ; Tue, 2 Oct 2018 21:11:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CE5A5208D9 for ; Tue, 2 Oct 2018 21:11:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="GvobsOER" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE5A5208D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728406AbeJCD4l (ORCPT ); Tue, 2 Oct 2018 23:56:41 -0400 Received: from ozlabs.org ([203.11.71.1]:39277 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728324AbeJCD4l (ORCPT ); Tue, 2 Oct 2018 23:56:41 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42PsJX6BTtz9s4s; Wed, 3 Oct 2018 07:11:08 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1538514680; bh=9NjrFBcH5x3ZyQ6mKGVKvoE9vI/DI1RlvKmmgudv1Ew=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GvobsOERZ3FUk0TwelBFKsB3uL45o6T4Fi9UUfi8swTr86TCieK2ZQkG+q845Qoo0 TuITKq3pWiWAOvtbWVVGkdkSSOPTdLwS6T+A9ne6Up+nYt/5p5lvMFDQcNId7FEsOr lMox6Xi+2rk38rtcXkdCmv3I1e+SkT7S3Jize5xdGYTSQOmjL+Pr+4msNJM0WG6acI G3I6wW+ryq3t1HStRVwfj9tFNgjC6n7aaSROW3+s5UYxvQMDRyv9wiN3waH/jLV5y4 aMrKG4eZGOkdyibUtHkJ40IrECdvbuHYI7A5RE8Zt1yh43bg4vJ3l+UljrdSA+gKPQ xs0EXpstoT6KA== Date: Wed, 3 Oct 2018 07:10:59 +1000 From: Stephen Rothwell To: Miguel Ojeda Cc: Andrew Morton , Greg KH , Linux-Next Mailing List , Andreas Dilger , Masahiro Yamada , Michal Marek , Steven Rostedt , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , "David S . Miller" , Andrey Ryabinin , Kees Cook , Thomas Gleixner , Ingo Molnar , Paul Lawrence , Sandipan Das , Andrey Konovalov , David Woodhouse , Will Deacon , Philippe Ombredanne , Paul Burton , David Rientjes , Willy Tarreau , Martin Sebor , Christopher Li , Jonathan Corbet , "Theodore Ts'o" , Geert Uytterhoeven , Rasmus Villemoes , Joe Perches , Arnd Bergmann , Dominique Martinet , Stefan Agner , Luc Van Oostenryck , Nick Desaulniers , Linus Torvalds , Linux Doc Mailing List , Ext4 Developers List , linux-sparse@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel Subject: Re: [GIT PULL linux-next] Add Compiler Attributes tree Message-ID: <20181003071059.02b3fd6f@canb.auug.org.au> In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Wy1yG25pA/9_Y8n97w8zq9H"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/Wy1yG25pA/9_Y8n97w8zq9H Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Miguel, On Tue, 2 Oct 2018 15:47:12 +0200 Miguel Ojeda wrote: > > The Compiler Attributes series has been stable for 10+ days. To > increase testing before 4.20, I would to request it being picked up > for -next. >=20 > The changes w.r.t. v5 in the LKML: >=20 > - Rebased on top of next-20180928, which required removing Unfortunately, trees/branches included in linux-next must be based on something stable (usually Linus' tree, but it could be another tree/branch that is included in linux-next that does not rebase). Linux-next itself rebases every day, so snything based on it would drag in a previous version of all the other trees :-( > aligned_largest, which was removed by 9503cd9cbaba > ("include/linux/compiler*.h: add version detection to > asm_volatile_goto"). That commit is from Andrew's patch series which also rebases (usually at least every week), so you cannot depend on it. --=20 Cheers, Stephen Rothwell --Sig_/Wy1yG25pA/9_Y8n97w8zq9H Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAluz3uMACgkQAVBC80lX 0GzohQf/dtnIEaWJKYtEJwhXt0bAjk5Bk2GPjxi8aCFnm2lUZC46HW7EBT3oyM9n oPDpt3MbdeUAnDj8b3Z4JzizqRry1RBpdh+ezyHTql35gteBfsu95PW/PPja8wB6 AJfTmoA44zNa2kANpBnfnV9ETn5HGyNjJBwZhsfwwUruF09NUp11zr0Qy8qne2Nb Ex6DaQ8uBJRAhCfchSd3O4FyTBvva1UlPzdB0b97439EIqyvlK5p9Rg1uWP1StOc +u5o8hd+EyDO+wbCfpzRYWqC6wpS6JbpHeMoqQuZiO+1cw1Q8HgGOwFU6P+CmYiD ULrX9yaIUybv2T7GDwiFdDAp28s/7Q== =GxsG -----END PGP SIGNATURE----- --Sig_/Wy1yG25pA/9_Y8n97w8zq9H-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: [GIT PULL linux-next] Add Compiler Attributes tree Date: Wed, 3 Oct 2018 07:10:59 +1000 Message-ID: <20181003071059.02b3fd6f@canb.auug.org.au> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Wy1yG25pA/9_Y8n97w8zq9H"; protocol="application/pgp-signature" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Miguel Ojeda Cc: Andrew Morton , Greg KH , Linux-Next Mailing List , Andreas Dilger , Masahiro Yamada , Michal Marek , Steven Rostedt , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , "David S . Miller" , Andrey Ryabinin , Kees Cook , Thomas Gleixner , Ingo Molnar , Paul Lawrence , Sandipan Das , Andrey Konovalov List-Id: linux-sparse@vger.kernel.org --Sig_/Wy1yG25pA/9_Y8n97w8zq9H Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Miguel, On Tue, 2 Oct 2018 15:47:12 +0200 Miguel Ojeda wrote: > > The Compiler Attributes series has been stable for 10+ days. To > increase testing before 4.20, I would to request it being picked up > for -next. >=20 > The changes w.r.t. v5 in the LKML: >=20 > - Rebased on top of next-20180928, which required removing Unfortunately, trees/branches included in linux-next must be based on something stable (usually Linus' tree, but it could be another tree/branch that is included in linux-next that does not rebase). Linux-next itself rebases every day, so snything based on it would drag in a previous version of all the other trees :-( > aligned_largest, which was removed by 9503cd9cbaba > ("include/linux/compiler*.h: add version detection to > asm_volatile_goto"). That commit is from Andrew's patch series which also rebases (usually at least every week), so you cannot depend on it. --=20 Cheers, Stephen Rothwell --Sig_/Wy1yG25pA/9_Y8n97w8zq9H Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAluz3uMACgkQAVBC80lX 0GzohQf/dtnIEaWJKYtEJwhXt0bAjk5Bk2GPjxi8aCFnm2lUZC46HW7EBT3oyM9n oPDpt3MbdeUAnDj8b3Z4JzizqRry1RBpdh+ezyHTql35gteBfsu95PW/PPja8wB6 AJfTmoA44zNa2kANpBnfnV9ETn5HGyNjJBwZhsfwwUruF09NUp11zr0Qy8qne2Nb Ex6DaQ8uBJRAhCfchSd3O4FyTBvva1UlPzdB0b97439EIqyvlK5p9Rg1uWP1StOc +u5o8hd+EyDO+wbCfpzRYWqC6wpS6JbpHeMoqQuZiO+1cw1Q8HgGOwFU6P+CmYiD ULrX9yaIUybv2T7GDwiFdDAp28s/7Q== =GxsG -----END PGP SIGNATURE----- --Sig_/Wy1yG25pA/9_Y8n97w8zq9H--