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,URIBL_BLOCKED,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 9FFBCC2BA19 for ; Thu, 23 Apr 2020 11:08:51 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7A72C20706 for ; Thu, 23 Apr 2020 11:08:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7A72C20706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jRZii-0005k7-Tm; Thu, 23 Apr 2020 11:08:40 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jRZii-0005k2-G7 for xen-devel@lists.xenproject.org; Thu, 23 Apr 2020 11:08:40 +0000 X-Inumbo-ID: c8339c8b-8552-11ea-9344-12813bfff9fa Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id c8339c8b-8552-11ea-9344-12813bfff9fa; Thu, 23 Apr 2020 11:08:39 +0000 (UTC) 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 7B619B11F; Thu, 23 Apr 2020 11:08:37 +0000 (UTC) Subject: Re: [PATCH v4] x86: irq: Do not BUG_ON multiple unbind calls for shared pirqs To: paul@xen.org, 'Varad Gautam' References: <20200306160254.8465-1-paul@xen.org> <58f00871-2fff-be69-299e-e2b9911e0723@suse.com> <000301d5f63a$df5f04a0$9e1d0de0$@xen.org> <0648e7ac-f5d7-4207-e2c6-8418681cca13@suse.com> <004201d5fc70$128cc610$37a65230$@xen.org> <8590eadc-b561-ba7c-c474-141102ec76bd@suse.com> <005f01d60752$aa090980$fe1b1c80$@xen.org> From: Jan Beulich Message-ID: Date: Thu, 23 Apr 2020 13:08:32 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <005f01d60752$aa090980$fe1b1c80$@xen.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: xen-devel@lists.xenproject.org, 'Andrew Cooper' , 'Julien Grall' , =?UTF-8?B?J1JvZ2VyIFBhdSBNb25uw6kn?= Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On 31.03.2020 13:51, Paul Durrant wrote: >> From: Jan Beulich >> Sent: 31 March 2020 08:41 >> >> On 17.03.2020 16:23, Paul Durrant wrote: >>> That looks like it will do the job. I'll see if I can get it tested. >> >> Any luck with this, yet? > > I have asked Varad to test it. He hopes to get to it this week. Any news here? Jan