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.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED 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 B92FBC00449 for ; Sat, 6 Oct 2018 02:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 706142147D for ; Sat, 6 Oct 2018 02:37:30 +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="dSHBicMN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 706142147D 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 S1729282AbeJFJiz (ORCPT ); Sat, 6 Oct 2018 05:38:55 -0400 Received: from ozlabs.org ([203.11.71.1]:46621 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726505AbeJFJiz (ORCPT ); Sat, 6 Oct 2018 05:38:55 -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 42RrPH2gbRz9s47; Sat, 6 Oct 2018 12:37:07 +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=1538793442; bh=J4SdjjyM9zQ/Xa76pXOmtyqJYshw7Xr3fpvsIHJk2go=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dSHBicMNXfpVoDrSXsJ84TWNsg8skFxNrHbVVX8T7ejnZ59AJ2L6wacszwuKBmxYn 4QGaXkssJYZ88vvZZm+zx5xaXbnFUG81NBtXmfQycAoh5S6XKIoo9cVJO+1DbTihU5 B4MnXAws1X5IBinmXchiS7aKPpxL6KSkBw4COTElJiC3XHe6SctPw9Bccn7EfCh/TN ij/J+hCZx7NARrHE0eqKjNkSU+XUWs+STnfe1q+LzvPP5a3//o8EhlZC59FAw55V/0 6PYJOFJ1K1SIz8thioJvz9lzBYaCYSQwmAsy1/zQ0p+/Xg04ciYFXhwvhLGlTi0j2T CnRfCDgSoG49A== Date: Sat, 6 Oct 2018 12:37:06 +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 (v6) tree Message-ID: <20181006123706.121fc6bc@canb.auug.org.au> In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/XBsAZcgT2zZeLnpPcuNXhp1"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/XBsAZcgT2zZeLnpPcuNXhp1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Miguel, On Fri, 5 Oct 2018 13:32:25 +0200 Miguel Ojeda wrote: > > As discussed, here it is the Compiler Attributes series for > linux-next. This time the original v6, based on -rc6. >=20 > The changes w.r.t. v5: >=20 > - Added latest Reviewed-by's and Tested-by's. >=20 > The conflicts are trivial to solve, but if you want a reference, take > a look at (rebased on top of next-20181005): >=20 > https://github.com/ojeda/linux.git compiler-attributes-rebased >=20 > Thanks! >=20 > Cheers, > Miguel >=20 > The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef= 38: >=20 > Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) >=20 > are available in the Git repository at: >=20 > https://github.com/ojeda/linux.git compiler-attributes Thanks for adding your subsystem tree as a participant of linux-next. As you may know, this is not a judgement of your code. The purpose of linux-next is for integration testing and to lower the impact of conflicts between subsystems in the next merge window.=20 You will need to ensure that the patches/commits in your tree/series have been: * submitted under GPL v2 (or later) and include the Contributor's Signed-off-by, * posted to the relevant mailing list, * reviewed by you (or another maintainer of your subsystem tree), * successfully unit tested, and=20 * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. Just in case you are unaware, I will fetch that branch every morning and the merge it into linux-next, so any updates will be added without you having to send a new pull request. I will send you an email if I find a problem. --=20 Cheers, Stephen Rothwell=20 sfr@canb.auug.org.au --Sig_/XBsAZcgT2zZeLnpPcuNXhp1 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAlu4H9IACgkQAVBC80lX 0Gw8Xgf/WO3e5cq2gi42DEe04GACun0MjPVUObeEaYyMIPJAWWf9N61ljSZn6kqF kPniwP4jklEvGQAkBYVwsArnGHKacOk28ahaZMUeIM5qIcVRVGasJ4HHMTq+8Wdn wYhq3q1OjEUOR+HxofUS9oFYPiikGWv7rqRHlnwnVQONqAcA+kvTmxH3wWyGRSfp sX978hckIPvhwNQZh6/Qy32RG7SYefa0Z3UpDbdfpWpmehWrFmC4mh6ITkMOcGCY bqPkGqBnHqoa0PDQMAf56OdbhKwrRAS6WF6t5/7KSUgwxWaqSMnDXfSCpYErAdA1 5/DHCXzqxkCKto4C05UrwgUQG7l/VQ== =d5WN -----END PGP SIGNATURE----- --Sig_/XBsAZcgT2zZeLnpPcuNXhp1--