Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4440827pxf; Tue, 16 Mar 2021 13:36:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJygJZxI4FRdwWpIHlFZ19ACumW5ag0bKmmlcJYL0wfPn75OpIloRS9b2U7YIDceMeMdYnpb X-Received: by 2002:a17:906:39a:: with SMTP id b26mr32350541eja.158.1615926966670; Tue, 16 Mar 2021 13:36:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615926966; cv=none; d=google.com; s=arc-20160816; b=jK4rTKzoXTMio1O/mvl1ED7VbHsj8Kz1cslk8xhqzwlQoF0ImVbShSjgKAKx+qIFmk dCycBYzKfJxbk3WB3gONPi2rOa9IUjLcPSSg3kMOirKueKXsZhWlHl/+JSZpeEqlp5wY WaIOuVBsRAb29JFatggKVkbI/z/LJqxAM1mTFwWBCKsfZWXjGY0LNIeBPKQ55qsQ0EgI A5DUfFR/6JdqNnN29UgyI/NBDoGkh30ILbM/mKZH0vU3h6HuQ1UEcZThjz/Hgk8QhtSo IQlTE8NE1c8cdCMK9KmCF3ZQpuU9mrcnfMP1hED6reCILL6v7VN86HnYazP5CVEZdgjQ 4ZAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=8Kq8KF8QEff/nZ0xZMb3RVX1afmCgJyUbxCWBJW8JKk=; b=cJQX3cEq5kaP8Q9Qm6a7FdsKul22NV7ec2xk/EHEckPjXotWzu+p7WgxSAAv9ig/qz chMHXeD60xIivCOBvVAwSUxBaUJ8O/Q/whPDlfLZd0eM883uTfYT6k8ffEjLQzVG+oc+ JUUp5YfQIAUcBkzzvJ5UYqkB4gYPsRgopoBGzzr+G7QzMGi3Wpo9/Afz0T54xGbfKAmy ZMGr0mP5uwKAR+vAz6i5/78x3Ka29udKMA1B/DBWNBY6/lxJGDeT5VJPaNfcu4gd3Y/y geMV6yOAjz97NywigRz6iSL0zeYvS8bT/adroINBG+ptGzo9H53crYEsWkxQdDaT7SC3 MQVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id jy27si14761830ejc.748.2021.03.16.13.35.42; Tue, 16 Mar 2021 13:36:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237654AbhCPPDE (ORCPT + 99 others); Tue, 16 Mar 2021 11:03:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:49708 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237673AbhCPPC7 (ORCPT ); Tue, 16 Mar 2021 11:02:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id BC8E9AC75; Tue, 16 Mar 2021 15:02:57 +0000 (UTC) Date: Tue, 16 Mar 2021 16:02:54 +0100 From: Borislav Petkov To: Stephen Rothwell Cc: Wei Liu , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Juergen Gross , Linux Kernel Mailing List , Linux Next Mailing List , Michael Kelley Subject: Re: linux-next: manual merge of the hyperv tree with the tip tree Message-ID: <20210316150254.GC18822@zn.tnic> References: <20210315143505.35af617b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210315143505.35af617b@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 15, 2021 at 02:35:05PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the hyperv tree got a conflict in: > > arch/x86/include/asm/mshyperv.h > > between commit: > > a0e2bf7cb700 ("x86/paravirt: Switch time pvops functions to use static_call()") > > from the tip tree and commit: > > eb3e1d370b4c ("clocksource/drivers/hyper-v: Handle sched_clock differences inline") > > from the hyperv tree. > > I fixed it up (I used the latter version of this file and then applied the > following patch) 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. Right, so tglx and I took a quick look and came to the conclusion that it would be best if you - provided it is not too much trouble - keep applying this patch so that linux-next can get tested properly and we - Wei or I - explain this merge conflict in our pull requests during the next merge window and ask Linus to merge your patch ontop. This way we'll save us the cross-tree merging dance. Thx! -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg