Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/807269/?format=api
{ "id": 807269, "url": "http://patchwork.ozlabs.org/api/patches/807269/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/150403787157.72820.10644938115323539701.stgit@djiang5-desk3.ch.intel.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": "<150403787157.72820.10644938115323539701.stgit@djiang5-desk3.ch.intel.com>", "list_archive_url": null, "date": "2017-08-29T20:17:51", "name": "net: remove dmaengine.h inclusion from netdevice.h", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "e688e2272642daeb7535a9ddfb512988f8a34d09", "submitter": { "id": 13225, "url": "http://patchwork.ozlabs.org/api/people/13225/?format=api", "name": "Dave Jiang", "email": "dave.jiang@intel.com" }, "delegate": { "id": 34, "url": "http://patchwork.ozlabs.org/api/users/34/?format=api", "username": "davem", "first_name": "David", "last_name": "Miller", "email": "davem@davemloft.net" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/150403787157.72820.10644938115323539701.stgit@djiang5-desk3.ch.intel.com/mbox/", "series": [ { "id": 464, "url": "http://patchwork.ozlabs.org/api/series/464/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=464", "date": "2017-08-29T20:17:51", "name": "net: remove dmaengine.h inclusion from netdevice.h", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/464/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/807269/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/807269/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 3xhg1H2xLXz9s7m\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 30 Aug 2017 06:17:55 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751264AbdH2URx (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 29 Aug 2017 16:17:53 -0400", "from mga01.intel.com ([192.55.52.88]:32767 \"EHLO mga01.intel.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1750909AbdH2URw (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tTue, 29 Aug 2017 16:17:52 -0400", "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t29 Aug 2017 13:17:51 -0700", "from djiang5-desk3.ch.intel.com ([143.182.137.38])\n\tby fmsmga001.fm.intel.com with ESMTP; 29 Aug 2017 13:17:51 -0700" ], "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.41,445,1498546800\"; d=\"scan'208\";a=\"1189496673\"", "Subject": "[PATCH] net: remove dmaengine.h inclusion from netdevice.h", "From": "Dave Jiang <dave.jiang@intel.com>", "To": "davem@davemloft.net", "Cc": "netdev@vger.kernel.org", "Date": "Tue, 29 Aug 2017 13:17:51 -0700", "Message-ID": "<150403787157.72820.10644938115323539701.stgit@djiang5-desk3.ch.intel.com>", "User-Agent": "StGit/0.17.1-dirty", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "7bit", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Since the removal of NET_DMA, dmaengine.h header file shouldn't be needed\nby netdevice.h anymore.\n\nSigned-off-by: Dave Jiang <dave.jiang@intel.com>\n---\n include/linux/netdevice.h | 1 -\n 1 file changed, 1 deletion(-)", "diff": "diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h\nindex 779b235..dd5b440 100644\n--- a/include/linux/netdevice.h\n+++ b/include/linux/netdevice.h\n@@ -35,7 +35,6 @@\n \n #include <linux/percpu.h>\n #include <linux/rculist.h>\n-#include <linux/dmaengine.h>\n #include <linux/workqueue.h>\n #include <linux/dynamic_queue_limits.h>\n \n", "prefixes": [] }