Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/984/?format=api
{ "id": 984, "url": "http://patchwork.ozlabs.org/api/patches/984/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/200809222152.m8MLqRmX031990@imap1.linux-foundation.org/", "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": "<200809222152.m8MLqRmX031990@imap1.linux-foundation.org>", "list_archive_url": null, "date": "2008-09-22T21:52:27", "name": "[18/21] ehea: enable DLPAR memory remove", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "bc50c40386c6568c1ae2ba8f8c284ae52c43b103", "submitter": { "id": 107, "url": "http://patchwork.ozlabs.org/api/people/107/?format=api", "name": "Andrew Morton", "email": "akpm@linux-foundation.org" }, "delegate": { "id": 36, "url": "http://patchwork.ozlabs.org/api/users/36/?format=api", "username": "jgarzik", "first_name": "Jeff", "last_name": "Garzik", "email": "jgarzik@pobox.com" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/200809222152.m8MLqRmX031990@imap1.linux-foundation.org/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/984/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/984/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<netdev-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@ozlabs.org", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.176.167])\n\tby ozlabs.org (Postfix) with ESMTP id 809D7DDF63\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 23 Sep 2008 08:00:15 +1000 (EST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1754702AbYIVWAG (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 22 Sep 2008 18:00:06 -0400", "(majordomo@vger.kernel.org) by vger.kernel.org id S1754696AbYIVWAF\n\t(ORCPT <rfc822; netdev-outgoing>); Mon, 22 Sep 2008 18:00:05 -0400", "from smtp1.linux-foundation.org ([140.211.169.13]:55890 \"EHLO\n\tsmtp1.linux-foundation.org\" rhost-flags-OK-OK-OK-OK)\n\tby vger.kernel.org with ESMTP id S1754691AbYIVWAC (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Mon, 22 Sep 2008 18:00:02 -0400", "from imap1.linux-foundation.org (imap1.linux-foundation.org\n\t[140.211.169.55])\n\tby smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with\n\tESMTP id m8MLrDNx018507\n\t(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);\n\tMon, 22 Sep 2008 14:57:32 -0700", "from localhost.localdomain (localhost [127.0.0.1])\n\tby imap1.linux-foundation.org\n\t(8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id\n\tm8MLqRmX031990; Mon, 22 Sep 2008 14:52:27 -0700" ], "Message-Id": "<200809222152.m8MLqRmX031990@imap1.linux-foundation.org>", "Subject": "[patch 18/21] ehea: enable DLPAR memory remove", "To": "jeff@garzik.org", "Cc": "netdev@vger.kernel.org, akpm@linux-foundation.org,\n\thannes.hering@gmx.de, hering2@de.ibm.com", "From": "akpm@linux-foundation.org", "Date": "Mon, 22 Sep 2008 14:52:27 -0700", "X-Spam-Status": "No, hits=-3.359 required=5 tests=AWL, BAYES_00,\n\tOSDL_HEADER_SUBJECT_BRACKETED", "X-Spam-Checker-Version": "SpamAssassin 3.2.4-osdl_revision__1.47__", "X-MIMEDefang-Filter": "lf$Revision: 1.188 $", "X-Scanned-By": "MIMEDefang 2.63 on 140.211.169.13", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "From: Hannes Hering <hannes.hering@gmx.de>\n\nAdd the capability flag to the capability list for dynamic LPAR memory\nremove to enable this feature.\n\nSigned-off-by: Hannes Hering <hering2@de.ibm.com>\nSigned-off-by: Andrew Morton <akpm@linux-foundation.org>\n---\n\n drivers/net/ehea/ehea.h | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)", "diff": "diff -puN drivers/net/ehea/ehea.h~ehea-enable-dlpar-memory-remove drivers/net/ehea/ehea.h\n--- a/drivers/net/ehea/ehea.h~ehea-enable-dlpar-memory-remove\n+++ a/drivers/net/ehea/ehea.h\n@@ -40,13 +40,13 @@\n #include <asm/io.h>\n \n #define DRV_NAME\t\"ehea\"\n-#define DRV_VERSION\t\"EHEA_0092\"\n+#define DRV_VERSION\t\"EHEA_0093\"\n \n /* eHEA capability flags */\n #define DLPAR_PORT_ADD_REM 1\n #define DLPAR_MEM_ADD 2\n #define DLPAR_MEM_REM 4\n-#define EHEA_CAPABILITIES (DLPAR_PORT_ADD_REM | DLPAR_MEM_ADD)\n+#define EHEA_CAPABILITIES (DLPAR_PORT_ADD_REM | DLPAR_MEM_ADD | DLPAR_MEM_REM)\n \n #define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \\\n \t| NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)\n", "prefixes": [ "18/21" ] }