Cover Letter Detail
Show a cover letter.
GET /api/covers/817816/?format=api
{ "id": 817816, "url": "http://patchwork.ozlabs.org/api/covers/817816/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170923192636.3932-1-fw@strlen.de/", "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": "<20170923192636.3932-1-fw@strlen.de>", "list_archive_url": null, "date": "2017-09-23T19:26:30", "name": "[net-next,v3,0/6] rtnetlink: preparation patches for further rtnl lock pushdown/removal", "submitter": { "id": 1025, "url": "http://patchwork.ozlabs.org/api/people/1025/?format=api", "name": "Florian Westphal", "email": "fw@strlen.de" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170923192636.3932-1-fw@strlen.de/mbox/", "series": [ { "id": 4777, "url": "http://patchwork.ozlabs.org/api/series/4777/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=4777", "date": "2017-09-23T19:26:30", "name": "rtnetlink: preparation patches for further rtnl lock pushdown/removal", "version": 3, "mbox": "http://patchwork.ozlabs.org/series/4777/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/817816/comments/", "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 3y00hK2q2Tz9t42\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSun, 24 Sep 2017 05:26:25 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751554AbdIWT0T (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tSat, 23 Sep 2017 15:26:19 -0400", "from Chamillionaire.breakpoint.cc ([146.0.238.67]:46810 \"EHLO\n\tChamillionaire.breakpoint.cc\" rhost-flags-OK-OK-OK-OK)\n\tby vger.kernel.org with ESMTP id S1751030AbdIWT0T (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Sat, 23 Sep 2017 15:26:19 -0400", "from fw by Chamillionaire.breakpoint.cc with local (Exim 4.84_2)\n\t(envelope-from <fw@breakpoint.cc>)\n\tid 1dvq0t-0002sQ-56; Sat, 23 Sep 2017 21:22:55 +0200" ], "From": "Florian Westphal <fw@strlen.de>", "To": "<netdev@vger.kernel.org>", "Subject": "[PATCH net-next v3 0/6] rtnetlink: preparation patches for further\n\trtnl lock pushdown/removal", "Date": "Sat, 23 Sep 2017 21:26:30 +0200", "Message-Id": "<20170923192636.3932-1-fw@strlen.de>", "X-Mailer": "git-send-email 2.13.5", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "First patch adds a rudimentary vrf test case.\n\nRemaining patches split large rtnl_fill_ifinfo into smaller chunks\nto better see which parts\n\n1. require rtnl\n2. do not require it at all\n3. rely on rtnl locking now but could be converted\n\nI removed all the ASSERT_RTNL spots that v1 and v2 added,\ni will keep that back in my working branch since those\nare just 'todo' markers for myself.\n\nEric Dumazet pointed out that qdiscs are now freed directly without\ncall_rcu so I dropped the patch that made this assumption from the series.\n\nAs the remaining patches did not see major changes vs. v2 I retained\nall reviewed/acked-by tags from David Ahern." }