Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755597AbdC1L17 (ORCPT ); Tue, 28 Mar 2017 07:27:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47180 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754921AbdC1L15 (ORCPT ); Tue, 28 Mar 2017 07:27:57 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5CBC17F6A8 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vkuznets@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 5CBC17F6A8 From: Vitaly Kuznetsov To: Juergen Gross Cc: xen-devel@lists.xenproject.org, x86@kernel.org, linux-kernel@vger.kernel.org, Boris Ostrovsky , Andrew Jones Subject: Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code References: <20170314173556.2249-1-vkuznets@redhat.com> <443ef6a5-a08c-0c01-555f-07e3bfbcdb25@suse.com> Date: Tue, 28 Mar 2017 13:27:19 +0200 In-Reply-To: <443ef6a5-a08c-0c01-555f-07e3bfbcdb25@suse.com> (Juergen Gross's message of "Tue, 28 Mar 2017 11:05:43 +0200") Message-ID: <87k279r694.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 28 Mar 2017 11:27:22 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 322 Lines: 14 Juergen Gross writes: > On 14/03/17 18:35, Vitaly Kuznetsov wrote: >> Changes since v2: ... > > Series pushed to kernel/git/xen/tip.git for-linus-4.12 with one fixup > patch added: smp_pv.c had a duplicate xen_call_function_interrupt() > defined but not used. I removed it again. Thanks! -- Vitaly