Message ID | 20190311133122.11417-1-s.miroshnichenko@yadro.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-pci-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 55F201669 for <patchwork-linux-pci@patchwork.kernel.org>; Mon, 11 Mar 2019 13:32:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D233B29426 for <patchwork-linux-pci@patchwork.kernel.org>; Mon, 11 Mar 2019 13:31:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CF6722943C; Mon, 11 Mar 2019 13:31:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1152229426 for <patchwork-linux-pci@patchwork.kernel.org>; Mon, 11 Mar 2019 13:31:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727563AbfCKNbe (ORCPT <rfc822;patchwork-linux-pci@patchwork.kernel.org>); Mon, 11 Mar 2019 09:31:34 -0400 Received: from mta-01.yadro.com ([89.207.88.251]:50900 "EHLO mta-01.yadro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727320AbfCKNbd (ORCPT <rfc822;linux-pci@vger.kernel.org>); Mon, 11 Mar 2019 09:31:33 -0400 Received: from localhost (unknown [127.0.0.1]) by mta-01.yadro.com (Postfix) with ESMTP id C19A8419AF; Mon, 11 Mar 2019 13:31:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yadro.com; h= content-type:content-type:content-transfer-encoding:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received:received:received; s=mta-01; t=1552311090; x= 1554125491; bh=/fCqUXUtlIpMCjUSaQdt+jN6rR1X7hwT5J0Fqh49LqE=; b=P bxoqApc5eSTg5Ps5tta0WD1X83urSJmaQfqHfKlehwyEuWfCBRj3xC72vQga/j7M DGnAVqZ9LdUWUPYfUMGA+hZElBSgAFku1Q2jJZUl4Lnd1ewEaaa40AF7S97KEW+x +cdcs6mzF18KvHTIBlvzuY7Iu0DXqqGhyoPI++CHeI= X-Virus-Scanned: amavisd-new at yadro.com Received: from mta-01.yadro.com ([127.0.0.1]) by localhost (mta-01.yadro.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O3cm3hlSwBz3; Mon, 11 Mar 2019 16:31:30 +0300 (MSK) Received: from T-EXCH-02.corp.yadro.com (t-exch-02.corp.yadro.com [172.17.10.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mta-01.yadro.com (Postfix) with ESMTPS id DCEB641860; Mon, 11 Mar 2019 16:31:29 +0300 (MSK) Received: from NB-148.yadro.com (172.17.15.60) by T-EXCH-02.corp.yadro.com (172.17.10.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.669.32; Mon, 11 Mar 2019 16:31:29 +0300 From: Sergey Miroshnichenko <s.miroshnichenko@yadro.com> To: <linux-pci@vger.kernel.org>, <linuxppc-dev@lists.ozlabs.org> CC: Bjorn Helgaas <helgaas@kernel.org>, <linux@yadro.com>, Sergey Miroshnichenko <s.miroshnichenko@yadro.com>, Oliver O'Halloran <oohall@gmail.com>, Benjamin Herrenschmidt <benh@kernel.crashing.org>, Sam Bobroff <sbobroff@linux.ibm.com>, Lukas Wunner <lukas@wunner.de>, Stewart Smith <stewart@linux.vnet.ibm.com>, Alexey Kardashevskiy <aik@ozlabs.ru>, Rajat Jain <rajatja@google.com> Subject: [PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug Date: Mon, 11 Mar 2019 16:31:01 +0300 Message-ID: <20190311133122.11417-1-s.miroshnichenko@yadro.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [172.17.15.60] X-ClientProxiedBy: T-EXCH-01.corp.yadro.com (172.17.10.101) To T-EXCH-02.corp.yadro.com (172.17.10.102) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: <linux-pci.vger.kernel.org> X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
PCI: Allow BAR movement during hotplug
|
expand
|