Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/507/?format=api
{ "id": 507, "url": "http://patchwork.ozlabs.org/api/patches/507/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1221733997-6352-1-git-send-email-remi.denis-courmont@nokia.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": "<1221733997-6352-1-git-send-email-remi.denis-courmont@nokia.com>", "list_archive_url": null, "date": "2008-09-18T10:33:17", "name": "ISDN sockets: add missing lockdep strings", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "fd5401e1cacc30b56e36207802bf5be252077a14", "submitter": { "id": 204, "url": "http://patchwork.ozlabs.org/api/people/204/?format=api", "name": "Rémi Denis-Courmont", "email": "remi.denis-courmont@nokia.com" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1221733997-6352-1-git-send-email-remi.denis-courmont@nokia.com/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/507/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/507/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 573F3DDDF4\n\tfor <patchwork-incoming@ozlabs.org>;\n\tThu, 18 Sep 2008 20:34:01 +1000 (EST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752465AbYIRKd4 (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tThu, 18 Sep 2008 06:33:56 -0400", "(majordomo@vger.kernel.org) by vger.kernel.org id S1751468AbYIRKd4\n\t(ORCPT <rfc822; netdev-outgoing>); Thu, 18 Sep 2008 06:33:56 -0400", "from smtp.nokia.com ([192.100.105.134]:16535 \"EHLO\n\tmgw-mx09.nokia.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752460AbYIRKd4 (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Thu, 18 Sep 2008 06:33:56 -0400", "from esebh107.NOE.Nokia.com (esebh107.ntc.nokia.com\n\t[172.21.143.143])\n\tby mgw-mx09.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id\n\tm8IAX5mr028774; Thu, 18 Sep 2008 05:33:51 -0500", "from vaebh102.NOE.Nokia.com ([10.160.244.23]) by\n\tesebh107.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); \n\tThu, 18 Sep 2008 13:33:21 +0300", "from localhost.localdomain ([172.21.40.89]) by\n\tvaebh102.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); \n\tThu, 18 Sep 2008 13:33:16 +0300" ], "From": "=?utf-8?q?R=C3=A9mi=20Denis-Courmont?= <remi.denis-courmont@nokia.com>", "To": "netdev@vger.kernel.org", "Cc": "davem@davemloft.net", "Subject": "[PATCH] ISDN sockets: add missing lockdep strings", "Date": "Thu, 18 Sep 2008 13:33:17 +0300", "Message-Id": "<1221733997-6352-1-git-send-email-remi.denis-courmont@nokia.com>", "X-Mailer": "git-send-email 1.5.4.3", "In-Reply-To": "<>", "References": "<>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=utf-8", "Content-Transfer-Encoding": "8bit", "X-OriginalArrivalTime": "18 Sep 2008 10:33:16.0015 (UTC)\n\tFILETIME=[F5AB47F0:01C91979]", "X-Nokia-AV": "Clean", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>", "diff": "diff --git a/net/core/sock.c b/net/core/sock.c\nindex 91f8bbc..23b8b9d 100644\n--- a/net/core/sock.c\n+++ b/net/core/sock.c\n@@ -154,7 +154,7 @@ static const char *af_family_key_strings[AF_MAX+1] = {\n \"sk_lock-AF_PPPOX\" , \"sk_lock-AF_WANPIPE\" , \"sk_lock-AF_LLC\" ,\n \"sk_lock-27\" , \"sk_lock-28\" , \"sk_lock-AF_CAN\" ,\n \"sk_lock-AF_TIPC\" , \"sk_lock-AF_BLUETOOTH\", \"sk_lock-IUCV\" ,\n- \"sk_lock-AF_RXRPC\" , \"sk_lock-AF_MAX\"\n+ \"sk_lock-AF_RXRPC\" , \"sk_lock-AF_ISDN\" , \"sk_lock-AF_MAX\"\n };\n static const char *af_family_slock_key_strings[AF_MAX+1] = {\n \"slock-AF_UNSPEC\", \"slock-AF_UNIX\" , \"slock-AF_INET\" ,\n@@ -168,7 +168,7 @@ static const char *af_family_slock_key_strings[AF_MAX+1] = {\n \"slock-AF_PPPOX\" , \"slock-AF_WANPIPE\" , \"slock-AF_LLC\" ,\n \"slock-27\" , \"slock-28\" , \"slock-AF_CAN\" ,\n \"slock-AF_TIPC\" , \"slock-AF_BLUETOOTH\", \"slock-AF_IUCV\" ,\n- \"slock-AF_RXRPC\" , \"slock-AF_MAX\"\n+ \"slock-AF_RXRPC\" , \"slock-AF_ISDN\" , \"slock-AF_MAX\"\n };\n static const char *af_family_clock_key_strings[AF_MAX+1] = {\n \"clock-AF_UNSPEC\", \"clock-AF_UNIX\" , \"clock-AF_INET\" ,\n@@ -182,7 +182,7 @@ static const char *af_family_clock_key_strings[AF_MAX+1] = {\n \"clock-AF_PPPOX\" , \"clock-AF_WANPIPE\" , \"clock-AF_LLC\" ,\n \"clock-27\" , \"clock-28\" , \"clock-AF_CAN\" ,\n \"clock-AF_TIPC\" , \"clock-AF_BLUETOOTH\", \"clock-AF_IUCV\" ,\n- \"clock-AF_RXRPC\" , \"clock-AF_MAX\"\n+ \"clock-AF_RXRPC\" , \"clock-AF_ISDN\" , \"clock-AF_MAX\"\n };\n #endif\n \n", "prefixes": [] }