Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp162324imm; Thu, 21 Jun 2018 15:57:33 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJqr7/ddlB6JpvR3KiOtywEPZcCqBtv1UA/A67qfOQLRXpCEVptU4eE5iiWGqhHWt76Mhog X-Received: by 2002:a17:902:89:: with SMTP id a9-v6mr29805852pla.326.1529621853860; Thu, 21 Jun 2018 15:57:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529621853; cv=none; d=google.com; s=arc-20160816; b=IfDbkvGArEiXlhjiTOpVZkv5kODuzguBVuRk2/IKinVeVKpLPQLrlBRR1nIVkwtOXM eutEFgQArui6hvopUOoc9YrCTB8sOv5AR5DASbGx2GC87S//pjSUHjfWukc/0gsyeZeS fIEQg2kqsRp4veNetfDdWodnOiDlUGTQNvdXG14D9LvEtSM4ij+8hYbCPqeyWLToAE/I 4JC8XT6uycdxxniJyeJofIts7cRUS8f94z/0BmTwCE9uE0tlfbJna9dww6nKDjXETqTK G9QYwoW+Ov+OGapZPQrhKKKmO/Ax48vdPzF/8SCpNAspNTuchq1lF5TGb4B7vBJcLmfV CbvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=vUV5g4sezGxhL3dx+3KXyfST2aEZFO7sne44rKE7I0s=; b=JCb9d7ccdjMHnhUvKWnGkAr06J9Y4SP+fXbslbysDGZzgofgN+zLzlP002Mt1JKRL3 1NPfnune8BdILDKNgSYxk73vRfjqaXCSBb5IOhoQdmCxyIIjKgnHKIRSU1VBGBp9169f RKiJw4oBDjxTCDXzkKHIv2v+HvS2OBYzgOL05DPx7B0AI3GEx09lq8j6OAXcK3VuMDLk eYcWwIyeENBSuWDFV0xjDKPqhHnnM0od5ZLVljOdjkJnW8XGg84EBjGKAeLH+Zq1IKp8 6Jyth2Py9856RZ9Xfqv1dYOYcHlMiPGUGOEuIpHQ9znLeGmMUEw+FKVYaMB0nNd16I97 7PEw== 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 x2-v6si4744717pgr.33.2018.06.21.15.57.19; Thu, 21 Jun 2018 15:57:33 -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 S933991AbeFUW4k (ORCPT + 99 others); Thu, 21 Jun 2018 18:56:40 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:39282 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933393AbeFUW4j (ORCPT ); Thu, 21 Jun 2018 18:56:39 -0400 Received: from localhost (unknown [119.205.93.152]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 207D01099937D; Thu, 21 Jun 2018 15:56:37 -0700 (PDT) Date: Fri, 22 Jun 2018 07:56:34 +0900 (KST) Message-Id: <20180622.075634.1186166032159929401.davem@davemloft.net> To: ross.lagerwall@citrix.com Cc: netdev@vger.kernel.org, boris.ostrovsky@oracle.com, jgross@suse.com, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] xen-netfront: Fix issues with commit f599c64fdf7d From: David Miller In-Reply-To: <20180621130021.27029-1-ross.lagerwall@citrix.com> References: <20180621130021.27029-1-ross.lagerwall@citrix.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 21 Jun 2018 15:56:39 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ross Lagerwall Date: Thu, 21 Jun 2018 14:00:19 +0100 > Fix a couple of issues with commit f599c64fdf7d ("xen-netfront: Fix race > between device setup and open"). Series applied and queued up for -stable.