Cover Letter Detail
Show a cover letter.
GET /api/covers/810432/?format=api
{ "id": 810432, "url": "http://patchwork.ozlabs.org/api/covers/810432/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1504684488.git.sbrivio@redhat.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": "<cover.1504684488.git.sbrivio@redhat.com>", "list_archive_url": null, "date": "2017-09-06T08:11:37", "name": "[net,0/2] i40e: Two trivial fixes for 09f79fd49d94", "submitter": { "id": 72032, "url": "http://patchwork.ozlabs.org/api/people/72032/?format=api", "name": "Stefano Brivio", "email": "sbrivio@redhat.com" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1504684488.git.sbrivio@redhat.com/mbox/", "series": [ { "id": 1716, "url": "http://patchwork.ozlabs.org/api/series/1716/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1716", "date": "2017-09-06T08:11:37", "name": "i40e: Two trivial fixes for 09f79fd49d94", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/1716/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/810432/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>)", "ext-mx09.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com", "ext-mx09.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=sbrivio@redhat.com" ], "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xnGX74TwTz9s8J\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 6 Sep 2017 18:12:07 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751924AbdIFIMF (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tWed, 6 Sep 2017 04:12:05 -0400", "from mx1.redhat.com ([209.132.183.28]:46774 \"EHLO mx1.redhat.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1750832AbdIFIMD (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tWed, 6 Sep 2017 04:12:03 -0400", "from smtp.corp.redhat.com\n\t(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 6384F4E4C8;\n\tWed, 6 Sep 2017 08:12:03 +0000 (UTC)", "from elisabeth.redhat.com (unknown [10.33.36.13])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id D813219CB9;\n\tWed, 6 Sep 2017 08:12:00 +0000 (UTC)" ], "DMARC-Filter": "OpenDMARC Filter v1.3.2 mx1.redhat.com 6384F4E4C8", "From": "Stefano Brivio <sbrivio@redhat.com>", "To": "Jeff Kirsher <jeffrey.t.kirsher@intel.com>, netdev@vger.kernel.org,\n\tintel-wired-lan@lists.osuosl.org", "Cc": "\"David S . Miller\" <davem@davemloft.net>,\n\tAnjali Singhai Jain <anjali.singhai@intel.com>", "Subject": "[PATCH net 0/2] i40e: Two trivial fixes for 09f79fd49d94", "Date": "Wed, 6 Sep 2017 10:11:37 +0200", "Message-Id": "<cover.1504684488.git.sbrivio@redhat.com>", "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.11", "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.38]);\n\tWed, 06 Sep 2017 08:12:03 +0000 (UTC)", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Two trivial fixes for recently introduced 09f79fd49d94 (\"i40e: avoid NVM\nacquire deadlock during NVM update\"): 1/2 fixes a comment about locking\nand 2/2 gets rid of two useless variables and one initializer in nvm\nfunctions.\n\nStefano Brivio (2):\n i40e: Fix comment about locking for __i40e_read_nvm_word()\n i40e: Avoid some useless variables and initializers in nvm functions\n\n drivers/net/ethernet/intel/i40e/i40e_nvm.c | 22 ++++++++--------------\n 1 file changed, 8 insertions(+), 14 deletions(-)" }