get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/84074/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 84074,
    "url": "http://patches.dpdk.org/api/patches/84074/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201112171029.354593-3-maxime.coquelin@redhat.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20201112171029.354593-3-maxime.coquelin@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201112171029.354593-3-maxime.coquelin@redhat.com",
    "date": "2020-11-12T17:10:28",
    "name": "[v4,2/3] vhost: fix fd leak in dirty logging setup",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e01461af9e53cd3d579383c312859545a964e252",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "delegate": {
        "id": 2642,
        "url": "http://patches.dpdk.org/api/users/2642/?format=api",
        "username": "mcoquelin",
        "first_name": "Maxime",
        "last_name": "Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201112171029.354593-3-maxime.coquelin@redhat.com/mbox/",
    "series": [
        {
            "id": 13852,
            "url": "http://patches.dpdk.org/api/series/13852/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=13852",
            "date": "2020-11-12T17:10:26",
            "name": "vhost: fix fd an memory leaks",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/13852/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/84074/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/84074/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id D97F2A09D3;\n\tThu, 12 Nov 2020 18:11:30 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id AD62F5B3A;\n\tThu, 12 Nov 2020 18:10:58 +0100 (CET)",
            "from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [63.128.21.124])\n by dpdk.org (Postfix) with ESMTP id 71BD956A3\n for <dev@dpdk.org>; Thu, 12 Nov 2020 18:10:57 +0100 (CET)",
            "from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com\n [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id\n us-mta-386-tWHzfChDOWaKBNrqHbQbrg-1; Thu, 12 Nov 2020 12:10:53 -0500",
            "from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com\n [10.5.11.23])\n (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n (No client certificate requested)\n by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 77AD78C199A;\n Thu, 12 Nov 2020 17:10:51 +0000 (UTC)",
            "from localhost.localdomain (unknown [10.36.110.32])\n by smtp.corp.redhat.com (Postfix) with ESMTP id B82F9282FD;\n Thu, 12 Nov 2020 17:10:47 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1605201055;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding:\n in-reply-to:in-reply-to:references:references;\n bh=R8KAOM4NrtGGHeOF0Eh4W/NudQCFTdeWuCaNGBTlsX8=;\n b=aXpidwoLhilNAX5paxWL826yzix5B0TzhNcdr8+OgrcWKQrwaUiQBVAS8od4uT9aUHPtyj\n 9clHeE8kF9NocgsBamvfZqq2Mnemzr6LvbGQf0BG459DLqB74j1jaTsW6mNb1Q2VjV7nT6\n oLN0rspHqmSCKDY3c6/Hetum4hDp7nI=",
        "X-MC-Unique": "tWHzfChDOWaKBNrqHbQbrg-1",
        "From": "Maxime Coquelin <maxime.coquelin@redhat.com>",
        "To": "dev@dpdk.org, xuan.ding@intel.com, stephen@networkplumber.org,\n thomas@monjalon.net, stable@dpdk.org, chenbo.xia@intel.com,\n xuemingl@nvidia.com",
        "Cc": "Maxime Coquelin <maxime.coquelin@redhat.com>",
        "Date": "Thu, 12 Nov 2020 18:10:28 +0100",
        "Message-Id": "<20201112171029.354593-3-maxime.coquelin@redhat.com>",
        "In-Reply-To": "<20201112171029.354593-1-maxime.coquelin@redhat.com>",
        "References": "<20201112171029.354593-1-maxime.coquelin@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 2.84 on 10.5.11.23",
        "Authentication-Results": "relay.mimecast.com;\n auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com",
        "X-Mimecast-Spam-Score": "0",
        "X-Mimecast-Originator": "redhat.com",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain; charset=\"US-ASCII\"",
        "Subject": "[dpdk-dev] [PATCH v4 2/3] vhost: fix fd leak in dirty logging setup",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch fixes a file descriptor leak which happens\nin the error path of vhost_user_set_log_base().\n\nFixes: 4796ad63ba1f (\"examples/vhost: import userspace vhost application\")\nCc: stable@dpdk.org\n\nReported-by: Xuan Ding <xuan.ding@intel.com>\nSigned-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>\nReviewed-by: Chenbo Xia <chenbo.xia@intel.com>\nReviewed-by: Xueming(Steven) Li <xuemingl@nvidia.com>\n---\n lib/librte_vhost/vhost_user.c | 8 ++++++--\n 1 file changed, 6 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c\nindex 3898c93d1f..23c115f994 100644\n--- a/lib/librte_vhost/vhost_user.c\n+++ b/lib/librte_vhost/vhost_user.c\n@@ -2086,7 +2086,7 @@ vhost_user_set_log_base(struct virtio_net **pdev, struct VhostUserMsg *msg,\n \t\tVHOST_LOG_CONFIG(ERR,\n \t\t\t\"invalid log base msg size: %\"PRId32\" != %d\\n\",\n \t\t\tmsg->size, (int)sizeof(VhostUserLog));\n-\t\treturn RTE_VHOST_MSG_RESULT_ERR;\n+\t\tgoto close_msg_fds;\n \t}\n \n \tsize = msg->payload.log.mmap_size;\n@@ -2097,7 +2097,7 @@ vhost_user_set_log_base(struct virtio_net **pdev, struct VhostUserMsg *msg,\n \t\tVHOST_LOG_CONFIG(ERR,\n \t\t\t\"log offset %#\"PRIx64\" and log size %#\"PRIx64\" overflow\\n\",\n \t\t\toff, size);\n-\t\treturn RTE_VHOST_MSG_RESULT_ERR;\n+\t\tgoto close_msg_fds;\n \t}\n \n \tVHOST_LOG_CONFIG(INFO,\n@@ -2134,6 +2134,10 @@ vhost_user_set_log_base(struct virtio_net **pdev, struct VhostUserMsg *msg,\n \tmsg->fd_num = 0;\n \n \treturn RTE_VHOST_MSG_RESULT_REPLY;\n+\n+close_msg_fds:\n+\tclose_msg_fds(msg);\n+\treturn RTE_VHOST_MSG_RESULT_ERR;\n }\n \n static int vhost_user_set_log_fd(struct virtio_net **pdev __rte_unused,\n",
    "prefixes": [
        "v4",
        "2/3"
    ]
}