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=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 278A0C00449 for ; Wed, 3 Oct 2018 13:01:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF9B921470 for ; Wed, 3 Oct 2018 13:00:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF9B921470 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org 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 S1726834AbeJCTtL (ORCPT ); Wed, 3 Oct 2018 15:49:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:35714 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726630AbeJCTtL (ORCPT ); Wed, 3 Oct 2018 15:49:11 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D057020835; Wed, 3 Oct 2018 13:00:48 +0000 (UTC) Date: Wed, 3 Oct 2018 09:00:47 -0400 From: Steven Rostedt To: Miguel Ojeda Cc: Stephen Rothwell , Dominique Martinet , Nick Desaulniers , Andrew Morton , Greg KH , Linux-Next Mailing List , Andreas Dilger , Masahiro Yamada , Michal Marek , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , David 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 , "Ted Ts'o" , Geert Uytterhoeven , Rasmus Villemoes , Joe Perches , Arnd Bergmann , Stefan Agner , Luc Van Oostenryck , 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: <20181003090047.5aa88fc4@gandalf.local.home> In-Reply-To: References: <20181003071059.02b3fd6f@canb.auug.org.au> <20181002223652.GA4290@nautica> <20181003090010.5150f914@canb.auug.org.au> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Oct 2018 14:34:28 +0200 Miguel Ojeda wrote: > When I sent the first email, I assumed that changes in -next were > supposed to be clean -- my mistake, but please document somewhere how > -next works! Specially that you are rerere'ing conflicts and > re-resolving them every day. Yes, a document in the Documentation directory on how to work with linux-next may be a good idea. Something we can point people to when they start using linux-next. I know there was something in the initial email, but I've lost that. -- Steve From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [GIT PULL linux-next] Add Compiler Attributes tree Date: Wed, 3 Oct 2018 09:00:47 -0400 Message-ID: <20181003090047.5aa88fc4@gandalf.local.home> References: <20181003071059.02b3fd6f@canb.auug.org.au> <20181002223652.GA4290@nautica> <20181003090010.5150f914@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Miguel Ojeda Cc: Stephen Rothwell , Dominique Martinet , Nick Desaulniers , Andrew Morton , Greg KH , Linux-Next Mailing List , Andreas Dilger , Masahiro Yamada , Michal Marek , Mauro Carvalho Chehab , Olof Johansson , Konstantin Ryabitsev , David Miller , Andrey Ryabinin , Kees Cook , Thomas Gleixner , Ingo Molnar , Paul Lawrence List-Id: linux-sparse@vger.kernel.org On Wed, 3 Oct 2018 14:34:28 +0200 Miguel Ojeda wrote: > When I sent the first email, I assumed that changes in -next were > supposed to be clean -- my mistake, but please document somewhere how > -next works! Specially that you are rerere'ing conflicts and > re-resolving them every day. Yes, a document in the Documentation directory on how to work with linux-next may be a good idea. Something we can point people to when they start using linux-next. I know there was something in the initial email, but I've lost that. -- Steve