From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D1CBC43603 for ; Fri, 20 Dec 2019 12:46:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D7392146E for ; Fri, 20 Dec 2019 12:46:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727360AbfLTMps (ORCPT ); Fri, 20 Dec 2019 07:45:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:49890 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727211AbfLTMps (ORCPT ); Fri, 20 Dec 2019 07:45:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 1E298AF24; Fri, 20 Dec 2019 12:45:39 +0000 (UTC) Subject: Re: [PATCH v3 0/4] xen-blkback: support live update To: Paul Durrant , xen-devel@lists.xenproject.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Boris Ostrovsky , Jens Axboe , Konrad Rzeszutek Wilk , =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , Stefano Stabellini References: <20191211152956.5168-1-pdurrant@amazon.com> From: =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= Message-ID: <5f6cb6e6-0358-a38b-b61a-3793ebb89a1e@suse.com> Date: Fri, 20 Dec 2019 13:45:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <20191211152956.5168-1-pdurrant@amazon.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 11.12.19 16:29, Paul Durrant wrote: > Patch #1 is clean-up for an apparent mis-feature. > > Paul Durrant (4): > xenbus: move xenbus_dev_shutdown() into frontend code... > xenbus: limit when state is forced to closed > xen/interface: re-define FRONT/BACK_RING_ATTACH() > xen-blkback: support dynamic unbind/bind > > drivers/block/xen-blkback/xenbus.c | 56 +++++++++++++++------- > drivers/xen/xenbus/xenbus.h | 2 - > drivers/xen/xenbus/xenbus_probe.c | 35 ++++---------- > drivers/xen/xenbus/xenbus_probe_backend.c | 1 - > drivers/xen/xenbus/xenbus_probe_frontend.c | 24 +++++++++- > include/xen/interface/io/ring.h | 29 ++++------- > include/xen/xenbus.h | 1 + > 7 files changed, 81 insertions(+), 67 deletions(-) Series pushed to xen/tip.git for-linus-5.5b Juergen