From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754183AbdKOIHZ (ORCPT ); Wed, 15 Nov 2017 03:07:25 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:35987 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755355AbdKOIHQ (ORCPT ); Wed, 15 Nov 2017 03:07:16 -0500 X-Google-Smtp-Source: AGs4zMb9r/yUho7XOIE/71jnxCuoQNHoIxDoI6IHZILyRoOlA0EyDjJgON1gheyuw0B02cb5pKYn4Q== Date: Wed, 15 Nov 2017 09:07:12 +0100 From: Ingo Molnar To: Stephen Rothwell Cc: Mathieu Desnoyers , Linux-Next Mailing List , Linux Kernel Mailing List , Andy Lutomirski , Borislav Petkov , Linus Torvalds , Andrew Morton , "H. Peter Anvin" , Peter Zijlstra , Thomas Gleixner Subject: Re: linux-next: manual merge of the rseq tree with Linus' tree Message-ID: <20171115080712.tehklwmcvol7iiic@gmail.com> References: <20171115153536.7fab87b7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171115153536.7fab87b7@canb.auug.org.au> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Stephen Rothwell wrote: > Hi Mathieu, > > [I may regret adding the rseq tree ...] > > Today's linux-next merge of the rseq tree got a conflict in: > > arch/x86/entry/entry_64.S > > between commits: > > 9da78ba6b47b ("x86/entry/64: Remove the restore_c_regs_and_iret label") > 26c4ef9c49d8 ("x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths") > e53178328c9b ("x86/entry/64: Shrink paranoid_exit_restore and make labels local") > > from Linus' tree and commit: > > 60a77bfd24d5 ("membarrier: x86: Provide core serializing command (v2)") > > from the rseq tree. > > I fixed it up (see below) and can carry the fix as necessary. This > is now fixed as far as linux-next is concerned, but any non trivial > conflicts should be mentioned to your upstream maintainer when your tree > is submitted for merging. You may also want to consider cooperating > with the maintainer of the conflicting tree to minimise any particularly > complex conflicts. NAK! There's absolutely no way such invasive x86 changes should be done outside the x86 tree and be merged into linux-next. linux-next should be for the regular maintenance flow, for changes pushed by maintainers and part of the regular maintenance process - not for work-in-progress features that may or may not be merged upstream in that form ... Thanks, Ingo