Show a cover letter.

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

{
    "id": 810348,
    "url": "http://patchwork.ozlabs.org/api/covers/810348/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170906010418.39007-1-jeffrey.t.kirsher@intel.com/",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170906010418.39007-1-jeffrey.t.kirsher@intel.com>",
    "list_archive_url": null,
    "date": "2017-09-06T01:04:16",
    "name": "[net,0/2,pull,request] Intel Wired LAN Driver Updates 2017-09-05",
    "submitter": {
        "id": 473,
        "url": "http://patchwork.ozlabs.org/api/people/473/?format=api",
        "name": "Kirsher, Jeffrey T",
        "email": "jeffrey.t.kirsher@intel.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170906010418.39007-1-jeffrey.t.kirsher@intel.com/mbox/",
    "series": [
        {
            "id": 1677,
            "url": "http://patchwork.ozlabs.org/api/series/1677/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1677",
            "date": "2017-09-06T01:04:16",
            "name": "Intel Wired LAN Driver Updates 2017-09-05",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/1677/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/810348/comments/",
    "headers": {
        "Return-Path": "<netdev-owner@vger.kernel.org>",
        "X-Original-To": "patchwork-incoming@ozlabs.org",
        "Delivered-To": "patchwork-incoming@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=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xn52n6LTrz9sP3\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 11:04:33 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1754000AbdIFBEb (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 5 Sep 2017 21:04:31 -0400",
            "from mga01.intel.com ([192.55.52.88]:63879 \"EHLO mga01.intel.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1753787AbdIFBEY (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tTue, 5 Sep 2017 21:04:24 -0400",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 Sep 2017 18:04:23 -0700",
            "from nurashix-mobl1.gar.corp.intel.com (HELO\n\tjtkirshe-DESK.amr.corp.intel.com.com) ([10.254.78.137])\n\tby fmsmga004.fm.intel.com with ESMTP; 05 Sep 2017 18:04:23 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.41,481,1498546800\"; d=\"scan'208\";a=\"308353591\"",
        "From": "Jeff Kirsher <jeffrey.t.kirsher@intel.com>",
        "To": "davem@davemloft.net",
        "Cc": "Jeff Kirsher <jeffrey.t.kirsher@intel.com>, netdev@vger.kernel.org,\n\tnhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com",
        "Subject": "[net 0/2][pull request] Intel Wired LAN Driver Updates 2017-09-05",
        "Date": "Tue,  5 Sep 2017 18:04:16 -0700",
        "Message-Id": "<20170906010418.39007-1-jeffrey.t.kirsher@intel.com>",
        "X-Mailer": "git-send-email 2.14.1",
        "Sender": "netdev-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<netdev.vger.kernel.org>",
        "X-Mailing-List": "netdev@vger.kernel.org"
    },
    "content": "This series contains fixes for i40e only.\n\nThese two patches fix an issue where our nvmupdate tool does not work on RHEL 7.4\nand newer kernels, in fact, the use of the nvmupdate tool on newer kernels can\ncause the cards to be non-functional unless these patches are applied.\n\nAnjali reworks the locking around accessing the NVM so that NVM acquire timeouts\ndo not occur which was causing the failed firmware updates.\n\nJake correctly updates the wb_desc when reading the NVM through the AdminQ.\n\nThe following are changes since commit 6d9c153a0b84392406bc77600aa7d3ea365de041:\n  net: dsa: loop: Do not unregister invalid fixed PHY\nand are available in the git repository at:\n  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE\n\nAnjali Singhai Jain (1):\n  i40e: avoid NVM acquire deadlock during NVM update\n\nJacob Keller (1):\n  i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq\n\n drivers/net/ethernet/intel/i40e/i40e_nvm.c       | 99 +++++++++++++++---------\n drivers/net/ethernet/intel/i40e/i40e_prototype.h |  2 -\n 2 files changed, 61 insertions(+), 40 deletions(-)"
}