Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934435AbeAKPs1 (ORCPT + 1 other); Thu, 11 Jan 2018 10:48:27 -0500 Received: from smtp.citrix.com ([66.165.176.89]:54435 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932186AbeAKPs0 (ORCPT ); Thu, 11 Jan 2018 10:48:26 -0500 X-IronPort-AV: E=Sophos;i="5.46,345,1511827200"; d="scan'208";a="457870455" Subject: Re: [PATCH 0/2] Fix a couple of crashes in netfront To: CC: Boris Ostrovsky , Juergen Gross , , References: <20180111093638.28937-1-ross.lagerwall@citrix.com> From: Ross Lagerwall Message-ID: <25251b78-8974-be6b-4708-56708194301b@citrix.com> Date: Thu, 11 Jan 2018 15:48:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180111093638.28937-1-ross.lagerwall@citrix.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: +CC netdev On 01/11/2018 09:36 AM, Ross Lagerwall wrote: > Here are a couple of patches to fix two crashes in netfront. > > Ross Lagerwall (2): > xen/grant-table: Use put_page instead of free_page > xen-netfront: Fix race between device setup and open > > drivers/net/xen-netfront.c | 46 ++++++++++++++++++++++++---------------------- > drivers/xen/grant-table.c | 4 ++-- > 2 files changed, 26 insertions(+), 24 deletions(-) >