Show a cover letter.

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

{
    "id": 815934,
    "url": "http://patchwork.ozlabs.org/api/covers/815934/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170919231214.2281-1-fw@strlen.de/",
    "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": "<20170919231214.2281-1-fw@strlen.de>",
    "list_archive_url": null,
    "date": "2017-09-19T23:12:10",
    "name": "[net-next,v2,0/4] test_rhashtable: don't allocate huge static array",
    "submitter": {
        "id": 1025,
        "url": "http://patchwork.ozlabs.org/api/people/1025/?format=api",
        "name": "Florian Westphal",
        "email": "fw@strlen.de"
    },
    "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170919231214.2281-1-fw@strlen.de/mbox/",
    "series": [
        {
            "id": 3986,
            "url": "http://patchwork.ozlabs.org/api/series/3986/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3986",
            "date": "2017-09-19T23:12:10",
            "name": "test_rhashtable: don't allocate huge static array",
            "version": 2,
            "mbox": "http://patchwork.ozlabs.org/series/3986/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/815934/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 3xxdtQ5WKvz9s8J\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 20 Sep 2017 09:11:58 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751881AbdISXL4 (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 19 Sep 2017 19:11:56 -0400",
            "from Chamillionaire.breakpoint.cc ([146.0.238.67]:57774 \"EHLO\n\tChamillionaire.breakpoint.cc\" rhost-flags-OK-OK-OK-OK)\n\tby vger.kernel.org with ESMTP id S1751751AbdISXL4 (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 19 Sep 2017 19:11:56 -0400",
            "from fw by Chamillionaire.breakpoint.cc with local (Exim 4.84_2)\n\t(envelope-from <fw@breakpoint.cc>)\n\tid 1duRd8-00069T-8H; Wed, 20 Sep 2017 01:08:38 +0200"
        ],
        "From": "Florian Westphal <fw@strlen.de>",
        "To": "<netdev@vger.kernel.org>",
        "Subject": "[net-next v2 0/4] test_rhashtable: don't allocate huge static array",
        "Date": "Wed, 20 Sep 2017 01:12:10 +0200",
        "Message-Id": "<20170919231214.2281-1-fw@strlen.de>",
        "X-Mailer": "git-send-email 2.13.5",
        "Sender": "netdev-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<netdev.vger.kernel.org>",
        "X-Mailing-List": "netdev@vger.kernel.org"
    },
    "content": "Add a test case for the rhlist interface.\nWhile at it, cleanup current rhashtable test a bit and add a check\nfor max_size support.\n\nNo changes since v1, except in last patch.\nkbuild robot complained about large onstack allocation caused by\nstruct rhltable when lockdep is enabled."
}