Show a cover letter.

GET /api/covers/971347/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 971347,
    "url": "http://patchwork.ozlabs.org/api/covers/971347/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-pci/cover/20180918235702.26573-1-keith.busch@intel.com/",
    "project": {
        "id": 28,
        "url": "http://patchwork.ozlabs.org/api/projects/28/?format=api",
        "name": "Linux PCI development",
        "link_name": "linux-pci",
        "list_id": "linux-pci.vger.kernel.org",
        "list_email": "linux-pci@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20180918235702.26573-1-keith.busch@intel.com>",
    "list_archive_url": null,
    "date": "2018-09-18T23:56:52",
    "name": "[PATCHv3,00/10] PCI error handling",
    "submitter": {
        "id": 19950,
        "url": "http://patchwork.ozlabs.org/api/people/19950/?format=api",
        "name": "Keith Busch",
        "email": "keith.busch@intel.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/linux-pci/cover/20180918235702.26573-1-keith.busch@intel.com/mbox/",
    "series": [
        {
            "id": 66288,
            "url": "http://patchwork.ozlabs.org/api/series/66288/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-pci/list/?series=66288",
            "date": "2018-09-18T23:56:52",
            "name": "PCI error handling",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/66288/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/971347/comments/",
    "headers": {
        "Return-Path": "<linux-pci-owner@vger.kernel.org>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org",
        "Authentication-Results": [
            "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-pci-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
            "ozlabs.org;\n\tdmarc=fail (p=none dis=none) header.from=intel.com"
        ],
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 42FKcf5fVwz9sCR\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 19 Sep 2018 09:55:30 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1730644AbeISFaa (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tWed, 19 Sep 2018 01:30:30 -0400",
            "from mga02.intel.com ([134.134.136.20]:47633 \"EHLO mga02.intel.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1727818AbeISFa3 (ORCPT <rfc822;linux-pci@vger.kernel.org>);\n\tWed, 19 Sep 2018 01:30:29 -0400",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t18 Sep 2018 16:55:28 -0700",
            "from unknown (HELO localhost.lm.intel.com) ([10.232.112.44])\n\tby orsmga008.jf.intel.com with ESMTP; 18 Sep 2018 16:55:27 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,391,1531810800\"; d=\"scan'208\";a=\"74357506\"",
        "From": "Keith Busch <keith.busch@intel.com>",
        "To": "Linux PCI <linux-pci@vger.kernel.org>,\n\tBjorn Helgaas <bhelgaas@google.com>",
        "Cc": "Benjamin Herrenschmidt <benh@kernel.crashing.org>,\n\tSinan Kaya <okaya@kernel.org>,\n\tThomas Tai <thomas.tai@oracle.com>, poza@codeaurora.org,\n\tLukas Wunner <lukas@wunner.de>, Christoph Hellwig <hch@lst.de>,\n\tMika Westerberg <mika.westerberg@linux.intel.com>,\n\tKeith Busch <keith.busch@intel.com>",
        "Subject": "[PATCHv3 00/10] PCI error handling",
        "Date": "Tue, 18 Sep 2018 17:56:52 -0600",
        "Message-Id": "<20180918235702.26573-1-keith.busch@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "Sender": "linux-pci-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<linux-pci.vger.kernel.org>",
        "X-Mailing-List": "linux-pci@vger.kernel.org"
    },
    "content": "This version is reduced in scope from the previous. The more ambitious\nhandling from the previous version exacerbates other pre-existing\ndeadlocking issues that are taking some time to fix.\n\nThis is mostly a reduced set from v2, but slightly reordered. There is\none prep patch that fixes the bridges pci state when it is initially\nsaved, and one AER patch that fixes a use-after free.\n\nKeith Busch (10):\n  PCI/portdrv: Use subsys_init for service drivers\n  PCI/portdrv: Restore pci state on slot reset\n  PCI/AER: Take reference on error devices\n  PCI/ERR: Use slot reset if available\n  PCI/ERR: Handle fatal error recovery\n  PCI/ERR: Always use the first downstream port\n  PCI/ERR: Simplify broadcast callouts\n  PCI/ERR: Report current recovery status for udev\n  PCI: Unify device inaccessible\n  PCI: Make link active reporting detection generic\n\n drivers/pci/hotplug/pciehp.h      |   6 -\n drivers/pci/hotplug/pciehp_core.c |   2 +-\n drivers/pci/hotplug/pciehp_hpc.c  |  22 +--\n drivers/pci/pci.c                 |  66 ++++++++-\n drivers/pci/pci.h                 |  66 ++++++++-\n drivers/pci/pcie/aer.c            |  19 ++-\n drivers/pci/pcie/dpc.c            |  10 +-\n drivers/pci/pcie/err.c            | 276 ++++++++++----------------------------\n drivers/pci/pcie/pme.c            |   2 +-\n drivers/pci/pcie/portdrv_pci.c    |   8 ++\n drivers/pci/probe.c               |   1 +\n drivers/pci/slot.c                |   2 +-\n include/linux/pci.h               |   1 +\n 13 files changed, 220 insertions(+), 261 deletions(-)"
}