{"id":808519,"url":"http://patchwork.ozlabs.org/api/1.0/covers/808519/?format=json","project":{"id":10,"url":"http://patchwork.ozlabs.org/api/1.0/projects/10/?format=json","name":"Linux SPARC Development ","link_name":"sparclinux","list_id":"sparclinux.vger.kernel.org","list_email":"sparclinux@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null},"msgid":"<1504234599-29533-1-git-send-email-douly.fnst@cn.fujitsu.com>","date":"2017-09-01T02:56:32","name":"[v2,0/7] Remove the parent_node() for each arch","submitter":{"id":69629,"url":"http://patchwork.ozlabs.org/api/1.0/people/69629/?format=json","name":"Dou Liyang","email":"douly.fnst@cn.fujitsu.com"},"series":[{"id":943,"url":"http://patchwork.ozlabs.org/api/1.0/series/943/?format=json","date":"2017-09-01T02:56:37","name":"Remove the parent_node() for each arch","version":2,"mbox":"http://patchwork.ozlabs.org/series/943/mbox/"}],"headers":{"Return-Path":"<sparclinux-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=sparclinux-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 3xk3nw6xhWz9s83\n\tfor <patchwork-incoming@ozlabs.org>;\n\tFri,  1 Sep 2017 12:57:56 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751417AbdIAC4v (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tThu, 31 Aug 2017 22:56:51 -0400","from mail.cn.fujitsu.com ([183.91.158.132]:12496 \"EHLO\n\theian.cn.fujitsu.com\" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org\n\twith ESMTP id S1751109AbdIAC4s (ORCPT\n\t<rfc822; sparclinux@vger.kernel.org>); Thu, 31 Aug 2017 22:56:48 -0400","from localhost (HELO cn.fujitsu.com) ([10.167.33.5])\n\tby heian.cn.fujitsu.com with ESMTP; 01 Sep 2017 10:56:43 +0800","from G08CNEXCHPEKD01.g08.fujitsu.local (unknown [10.167.33.80])\n\tby cn.fujitsu.com (Postfix) with ESMTP id EFBD14724E61;\n\tFri,  1 Sep 2017 10:56:43 +0800 (CST)","from localhost.localdomain.localdomain (10.167.226.106) by\n\tG08CNEXCHPEKD01.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP\n\tServer (TLS) id 14.3.319.2; Fri, 1 Sep 2017 10:56:44 +0800"],"X-IronPort-AV":"E=Sophos;i=\"5.41,456,1498492800\"; d=\"scan'208\";a=\"25090026\"","From":"Dou Liyang <douly.fnst@cn.fujitsu.com>","To":"<akpm@linux-foundation.org>, <linux-kernel@vger.kernel.org>","CC":"Dou Liyang <douly.fnst@cn.fujitsu.com>, Tony Luck <tony.luck@intel.com>,\n\tFenghua Yu <fenghua.yu@intel.com>,\n\t<linux-ia64@vger.kernel.org>, Ralf Baechle <ralf@linux-mips.org>,\n\tJames Hogan <james.hogan@imgtec.com>, <linux-mips@linux-mips.org>,\n\tMartin Schwidefsky <schwidefsky@de.ibm.com>,\n\tHeiko Carstens <heiko.carstens@de.ibm.com>,\n\tMichael Holzheu <holzheu@linux.vnet.ibm.com>,\n\t<linux-s390@vger.kernel.org>,\n\tYoshinori Sato <ysato@users.sourceforge.jp>,\n\tRich Felker <dalias@libc.org>, <linux-sh@vger.kernel.org>,\n\t\"David S. Miller\" <davem@davemloft.net>, <sparclinux@vger.kernel.org>,\n\tChris Metcalf <cmetcalf@mellanox.com>,\n\tArnd Bergmann <arnd@arndb.de>, <linux-arch@vger.kernel.org>","Subject":"[PATCH v2 0/7] Remove the parent_node() for each arch","Date":"Fri, 1 Sep 2017 10:56:32 +0800","Message-ID":"<1504234599-29533-1-git-send-email-douly.fnst@cn.fujitsu.com>","X-Mailer":"git-send-email 2.5.5","MIME-Version":"1.0","Content-Type":"text/plain","X-Originating-IP":"[10.167.226.106]","X-yoursite-MailScanner-ID":"EFBD14724E61.A1DA6","X-yoursite-MailScanner":"Found to be clean","X-yoursite-MailScanner-From":"douly.fnst@cn.fujitsu.com","X-Spam-Status":"No","Sender":"sparclinux-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<sparclinux.vger.kernel.org>","X-Mailing-List":"sparclinux@vger.kernel.org"},"content":"Changelog:\n\nv1 --> v2:\n   --Remove the patches which have been add to each arch tree individually.\n      [01/11] arm64   ...Has been added to arm64 tree, Queued for 4.14\n      [03/11] metag   ...Has been added to the -mm tree\n      [05/11] powerpc ...Has been added to the powerpc tree\n      [10/11] x86     ...Has been added to the tip sched/core\n\n   --Rebase the remaining patches and repost.\n\nMichael reports the parent_node() will never be invoked since the\nCommit a7be6e5a7f8d (\"mm: drop useless local parameters of\n__register_one_node()\") removes the last user of it. \n\nSo we start removing it from the topology.h headers for each arch.\n\nCc: Tony Luck <tony.luck@intel.com>\nCc: Fenghua Yu <fenghua.yu@intel.com>\nCc: linux-ia64@vger.kernel.org\nCc: Ralf Baechle <ralf@linux-mips.org>\nCc: James Hogan <james.hogan@imgtec.com>\nCc: linux-mips@linux-mips.org\nCc: Martin Schwidefsky <schwidefsky@de.ibm.com>\nCc: Heiko Carstens <heiko.carstens@de.ibm.com>\nCc: Michael Holzheu <holzheu@linux.vnet.ibm.com>\nCc: linux-s390@vger.kernel.org\nCc: Yoshinori Sato <ysato@users.sourceforge.jp>\nCc: Rich Felker <dalias@libc.org>\nCc: linux-sh@vger.kernel.org\nCc: \"David S. Miller\" <davem@davemloft.net>\nCc: sparclinux@vger.kernel.org\nCc: Chris Metcalf <cmetcalf@mellanox.com>\nCc: Arnd Bergmann <arnd@arndb.de>\nCc: linux-arch@vger.kernel.org\nCc: akpm@linux-foundation.org\n\nDou Liyang (7):\n  ia64: topology: Remove the unused parent_node() macro\n  MIPS: numa: Remove the unused parent_node() macro\n  s390/topology: Remove the unused parent_node() macro\n  sh/numa: Remove the unused parent_node() macro\n  sparc64/topology: Remove the unused parent_node() macro\n  tile/topology: Remove the unused parent_node() macro\n  asm-generic: numa: Remove the unused parent_node() macro\n\n arch/ia64/include/asm/topology.h                 | 7 -------\n arch/mips/include/asm/mach-ip27/topology.h       | 1 -\n arch/mips/include/asm/mach-loongson64/topology.h | 1 -\n arch/s390/include/asm/topology.h                 | 6 ------\n arch/sh/include/asm/topology.h                   | 1 -\n arch/sparc/include/asm/topology_64.h             | 2 --\n arch/tile/include/asm/topology.h                 | 6 ------\n include/asm-generic/topology.h                   | 3 ---\n 8 files changed, 27 deletions(-)"}