Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp1540892imm; Fri, 6 Jul 2018 01:54:44 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcmMAEm0/jt06veqNpiUPY0RlptqdWXBxMQ09cXN2kUcrMN3L4NRXkSC0aDCZIqdI7pT3In X-Received: by 2002:a63:735d:: with SMTP id d29-v6mr8710674pgn.156.1530867284220; Fri, 06 Jul 2018 01:54:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530867284; cv=none; d=google.com; s=arc-20160816; b=oLHrbgwpF/CsiaG0frOt6D0dloaypBmmCuOMK3bvD0MrI5+RyC//SVoAYta/Cc+rXG AWtr32QJhJoguVE3gMhsczPnMnBcB8JqjgtEQsnZZqTAQ/K83V3XaVZ3+e98YdW8dtkd CbHozuuc1uJ8QhHzTOF3n8xbtmnIh6VNB6kzwlZD8OuGqqArZ4qhlGwxM3dfzzU/O1+6 ozfVGHzaoa3XsFUvb8qDmoOTXPZg/3/RMY+NMLFKRiEcS0SXvPnqKBXaWH70sTmLo2A3 ONABP82nv3/osv/bgdJ0cxSADSWievGcYj9raE9vFr/96Jk/yaeYHAcZH89Kqt36QmkG 8/gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=xMi1CeqK0SEui9nzAVbOyIChpG0FOXGfwZpaSx9diB4=; b=Vv3OLOMubptJ6jPMF2zAL+00/zJdbC6cVQqGa3BL+0J3I1fek/CxaoFNaCLyE3U1Ga adKeK64/RWwJtBFtAH+BxzmYk9yRczohj0Mz4eMFHZwHdAr8sUKWYz1c2Rq7V9BFsDGA ylpOgPhDN7X2k35AsyxxDBVMIow0SyjSKtPSmqXWYIhMbRL1IJrh8c4hdGqt8230/GFe w0MfQgRDqa6OoWVfaecUZNkQJBzvjupb5VaEidVMVXQjm6u+OTiqi3oFXtAbbynneCzL lO4laUNCp4NnJoZjxETPx+uZjR8uMPs1C8q6N6f3Shts606pl41C2xbiWE5HEqHkg6Iu 9lfw== 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 k11-v6si7528052pgm.154.2018.07.06.01.54.29; Fri, 06 Jul 2018 01:54:44 -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 S1753533AbeGFIxa (ORCPT + 99 others); Fri, 6 Jul 2018 04:53:30 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:53778 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbeGFIx2 (ORCPT ); Fri, 6 Jul 2018 04:53:28 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fbMUW-0004B5-IX; Fri, 06 Jul 2018 10:53:24 +0200 Date: Fri, 6 Jul 2018 10:53:21 +0200 (CEST) From: Thomas Gleixner To: KY Srinivasan cc: Ingo Molnar , "x86@kernel.org" , "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , "olaf@aepfle.de" , "apw@canonical.com" , "jasowang@redhat.com" , "hpa@zytor.com" , Stephen Hemminger , "Michael Kelley (EOSG)" , "vkuznets@redhat.com" Subject: RE: [PATCH 1/1] X86/Hyper-V:: Fix the circular dependency in IPI enlightenment. In-Reply-To: Message-ID: References: <20180703230155.15160-1-kys@linuxonhyperv.com> <20180704161039.GA23658@gmail.com> <20180705153820.GA26768@gmail.com> <20180705222302.GB5410@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Jul 2018, KY Srinivasan wrote: > > > > The problem is that the wreckage is in Linus tree and needs to be fixed > > there, i.e. via x86/urgent. > > > > Now we have the new bits queued in x86/hyperv already which collide. So > > we > > need to merge x86/urgent into x86/hyperv after applying the fix and mop up > > the merge wreckage in x86/hyperv. > > > > I'll have a look tomorrow morning unless you beat me to it. > > I can rebase this patch against the latest tip and resend (tomorrow). That doesn't help as we need to push the original fix to Linus ...