Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1865189imm; Tue, 2 Oct 2018 15:37:41 -0700 (PDT) X-Google-Smtp-Source: ACcGV62CnVTHC0fjTdzmb/ij4X8YTm6vLRUdjJvs/5kjW3TrV207t664y041mrggIBzsDJ4lSqVf X-Received: by 2002:a17:902:2e83:: with SMTP id r3-v6mr18938699plb.80.1538519861548; Tue, 02 Oct 2018 15:37:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538519861; cv=none; d=google.com; s=arc-20160816; b=MXynC7JSQVgIr38/fBbd0B8yyD7DJKjLYgLKWmqSTR8gPHEq2x5N2hbBOJ6wS/iPZO T9CvMnk15haAeChZ0feiKqkVJgQsRlu9Bbk6tygzGUHkeCUzaRpf/l6vZuYSWWFwv4sj rhFg2i5bpzykY1dGeAkLeYQHj10e4VOu/7lkyYLceNwsx4tpa3OSsGVHtJc+hQUi+yAo X0Zw2+8Ptwq3Qy55u3sc6SWt8YbbBNEVft/PysWgVa1cdYSz7lQrAdqXHNvH4DIrnW8d THhm467bVLKQhaliwYZvkoKZqZ8y1yIMDiP14VBsDKtzoT0J4gYtA2pyeEh+FPOWTbME NK8A== 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=XUfreN+vCUtFgYpkL22AQx+jpgZfhJMeFEvtFwHX5zA=; b=Jc3n+JjFvDdFE33KUgZ/f35IhJ8Km/gVThTyHZlq+6wkBjkM7IkGf30agXXdtaMTVS bGXtDvoNhJsyCTCh941rXiqbxOLQATJmk0HQ/D0O18wFqFqAaRMXGwFzB6eAb4YcSwa+ veB585Vn5Y0dfD11FyJ8VgiKIcx0PLYAnB5avcyKtZ62kUmunOU9x9Fv5bvZ/g1jIQOv c1SqNw+uEyIAJnjFNzs/Rm8tq3tNoPERYl4MhGONqOnFE4MYc/TMGftjA2fhg7z2FCaj agv0sCMev4zBI+KQUHh2HWnv2dDuSBEA7BsZk3ZjLM3anfuQuZxtgk354l2ZK6WZtGTq mP2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h32-v6si15983775pgm.126.2018.10.02.15.37.26; Tue, 02 Oct 2018 15:37:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727406AbeJCFWt (ORCPT + 99 others); Wed, 3 Oct 2018 01:22:49 -0400 Received: from nautica.notk.org ([91.121.71.147]:59029 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726666AbeJCFWt (ORCPT ); Wed, 3 Oct 2018 01:22:49 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id AE877C009; Wed, 3 Oct 2018 00:37:07 +0200 (CEST) Date: Wed, 3 Oct 2018 00:36:52 +0200 From: Dominique Martinet To: Miguel Ojeda Cc: Nick Desaulniers , Andrew Morton , Greg KH , Linux-Next Mailing List , Andreas Dilger , Masahiro Yamada , Michal Marek , Steven Rostedt , 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 , Stephen Rothwell Subject: Re: [GIT PULL linux-next] Add Compiler Attributes tree Message-ID: <20181002223652.GA4290@nautica> References: <20181003071059.02b3fd6f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miguel Ojeda wrote on Wed, Oct 03, 2018: > As I have read, -next is supposed to be a vision of what the merge > window will look like after merging everything, i.e. ideally -rc1. For > that to work for files out-of-tree (like these ones, which are not > maintained by a single tree), changes should be allowed to be stacked > on each other; otherwise, we cannot handle conflicts :-( The rule is the same as with a regular mainline pull; I don't have the reference at hand but in some recent-ish pull request Linus said he prefers the stable version with the conflict, and optionally you can provide a second branch with the conflict resolved for reference, but the pull request should be based on something stable even if it has conflicts If there is a conflict Stefen will resolve it like Linus/Greg would, and the resolved bit will be carried over everyday so it's not much more work -- exactly like a regular pull request for inclusion in the main tree :) (Found another mail arguing for stable base[1], but can't find the mail I was thinking of) [1] http://lkml.kernel.org/r/CA+55aFw+dwofadgvzrM-UCMSih+f1choCwW+xFFM3aPjoRQX_g@mail.gmail.com -- Dominique Martinet