Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/1.2/patches/806982/?format=api
{ "id": 806982, "url": "http://patchwork.ozlabs.org/api/1.2/patches/806982/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170829070929.GA15824@kroah.com/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/1.2/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": "<20170829070929.GA15824@kroah.com>", "list_archive_url": null, "date": "2017-08-29T07:09:29", "name": "[net-next] staging: irda: update MAINTAINERS", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "ea6b38cc6e8fc6b6d822ee48e31ee9768c115af6", "submitter": { "id": 11800, "url": "http://patchwork.ozlabs.org/api/1.2/people/11800/?format=api", "name": "Greg Kroah-Hartman", "email": "gregkh@linuxfoundation.org" }, "delegate": { "id": 34, "url": "http://patchwork.ozlabs.org/api/1.2/users/34/?format=api", "username": "davem", "first_name": "David", "last_name": "Miller", "email": "davem@davemloft.net" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170829070929.GA15824@kroah.com/mbox/", "series": [ { "id": 317, "url": "http://patchwork.ozlabs.org/api/1.2/series/317/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=317", "date": "2017-08-29T07:09:29", "name": "[net-next] staging: irda: update MAINTAINERS", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/317/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/806982/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/806982/checks/", "tags": {}, "related": [], "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 3xhKWj0TTcz9t38\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 29 Aug 2017 17:09:37 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751288AbdH2HJZ (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 29 Aug 2017 03:09:25 -0400", "from mail.linuxfoundation.org ([140.211.169.12]:36668 \"EHLO\n\tmail.linuxfoundation.org\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1750796AbdH2HJY (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 29 Aug 2017 03:09:24 -0400", "from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr\n\t[90.92.67.150])\n\tby mail.linuxfoundation.org (Postfix) with ESMTPSA id 847E6416;\n\tTue, 29 Aug 2017 07:09:23 +0000 (UTC)" ], "Date": "Tue, 29 Aug 2017 09:09:29 +0200", "From": "Greg Kroah-Hartman <gregkh@linuxfoundation.org>", "To": "davem@davemloft.net, samuel@sortiz.org", "Cc": "netdev@vger.kernel.org, linux-kernel@vger.kernel.org,\n\tdevel@driverdev.osuosl.org, Joe Perches <joe@perches.com>", "Subject": "[PATCH net-next] staging: irda: update MAINTAINERS", "Message-ID": "<20170829070929.GA15824@kroah.com>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=us-ascii", "Content-Disposition": "inline", "User-Agent": "Mutt/1.8.3 (2017-05-23)", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Now that the IRDA code has moved under drivers/staging/irda/, update the\nMAINTAINERS file with the new location.\n\nReported-by: Joe Perches <joe@perches.com>\nSigned-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org\n---\n MAINTAINERS | 4 +---\n 1 file changed, 1 insertion(+), 3 deletions(-)", "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 6fdfe2685eed..ff19b1c3141c 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -7101,9 +7101,7 @@ W:\thttp://irda.sourceforge.net/\n S:\tMaintained\n T:\tgit git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git\n F:\tDocumentation/networking/irda.txt\n-F:\tdrivers/net/irda/\n-F:\tinclude/net/irda/\n-F:\tnet/irda/\n+F:\tdrivers/staging/irda/\n \n IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)\n M:\tMarc Zyngier <marc.zyngier@arm.com>\n", "prefixes": [ "net-next" ] }