diff for duplicates of <52CEF37B.9010401@arm.com> diff --git a/a/1.txt b/N1/1.txt index d33ed13..d6b726d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,10 +2,8 @@ On 08/01/14 20:26, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: >> From: Sudeep Holla <sudeep.holla@arm.com> >> ->> This patch adds initial support for providing processor cache informatio= -n ->> to userspace through sysfs interface. This is based on x86 implementatio= -n +>> This patch adds initial support for providing processor cache information +>> to userspace through sysfs interface. This is based on x86 implementation >> and hence the interface is intended to be fully compatible. >> >> A per-cpu array of cache information maintained is used mainly for @@ -14,18 +12,16 @@ n >> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> >> --- >> drivers/base/Makefile | 2 +- ->> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++= -+++++++ +>> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++ >> include/linux/cacheinfo.h | 43 +++++++ >> 3 files changed, 340 insertions(+), 1 deletion(-) >> create mode 100644 drivers/base/cacheinfo.c >> create mode 100644 include/linux/cacheinfo.h ->=20 +> > You are creating sysfs files, yet you didn't add Documentation/ABI/ > information, which is required. Please fix that. ->=20 -Ah, I overlooked it. But I am not creating any new sysfs files in this seri= -es. +> +Ah, I overlooked it. But I am not creating any new sysfs files in this series. I am just trying to unify duplicated code in various architectures. Since these sysfs files are already created in: diff --git a/a/content_digest b/N1/content_digest index 82aaccc..dd5b83d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,18 @@ "ref\01389209168-17189-1-git-send-email-sudeep.holla@arm.com\0" "ref\01389209168-17189-2-git-send-email-sudeep.holla@arm.com\0" "ref\020140108202613.GD8417@kroah.com\0" - "From\0Sudeep Holla <Sudeep.Holla@arm.com>\0" - "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" + "From\0Sudeep.Holla@arm.com (Sudeep Holla)\0" + "Subject\0[PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Thu, 09 Jan 2014 19:07:39 +0000\0" - "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" - "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> - x86@kernel.org <x86@kernel.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - Sudeep.Holla@arm.com - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 08/01/14 20:26, Greg Kroah-Hartman wrote:\n" "> On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote:\n" ">> From: Sudeep Holla <sudeep.holla@arm.com>\n" ">>\n" - ">> This patch adds initial support for providing processor cache informatio=\n" - "n\n" - ">> to userspace through sysfs interface. This is based on x86 implementatio=\n" - "n\n" + ">> This patch adds initial support for providing processor cache information\n" + ">> to userspace through sysfs interface. This is based on x86 implementation\n" ">> and hence the interface is intended to be fully compatible.\n" ">>\n" ">> A per-cpu array of cache information maintained is used mainly for\n" @@ -31,18 +21,16 @@ ">> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>\n" ">> ---\n" ">> drivers/base/Makefile | 2 +-\n" - ">> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++=\n" - "+++++++\n" + ">> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++\n" ">> include/linux/cacheinfo.h | 43 +++++++\n" ">> 3 files changed, 340 insertions(+), 1 deletion(-)\n" ">> create mode 100644 drivers/base/cacheinfo.c\n" ">> create mode 100644 include/linux/cacheinfo.h\n" - ">=20\n" + "> \n" "> You are creating sysfs files, yet you didn't add Documentation/ABI/\n" "> information, which is required. Please fix that.\n" - ">=20\n" - "Ah, I overlooked it. But I am not creating any new sysfs files in this seri=\n" - "es.\n" + "> \n" + "Ah, I overlooked it. But I am not creating any new sysfs files in this series.\n" "I am just trying to unify duplicated code in various architectures.\n" "\n" "Since these sysfs files are already created in:\n" @@ -58,4 +46,4 @@ "Regards,\n" Sudeep -eeb1b7d60a50911a83675342d789ecdd0c70e116ab176b057f51f9ae8cf5715a +98a7d3007469f71ab1a45c220af83973741d81cda400662becaa4659e52896b7
diff --git a/a/1.txt b/N2/1.txt index d33ed13..1affa6e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,31 +1,27 @@ On 08/01/14 20:26, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: ->> From: Sudeep Holla <sudeep.holla@arm.com> +>> From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org> >> ->> This patch adds initial support for providing processor cache informatio= -n ->> to userspace through sysfs interface. This is based on x86 implementatio= -n +>> This patch adds initial support for providing processor cache information +>> to userspace through sysfs interface. This is based on x86 implementation >> and hence the interface is intended to be fully compatible. >> >> A per-cpu array of cache information maintained is used mainly for >> sysfs-related book keeping. >> ->> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> +>> Signed-off-by: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org> >> --- >> drivers/base/Makefile | 2 +- ->> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++= -+++++++ +>> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++ >> include/linux/cacheinfo.h | 43 +++++++ >> 3 files changed, 340 insertions(+), 1 deletion(-) >> create mode 100644 drivers/base/cacheinfo.c >> create mode 100644 include/linux/cacheinfo.h ->=20 +> > You are creating sysfs files, yet you didn't add Documentation/ABI/ > information, which is required. Please fix that. ->=20 -Ah, I overlooked it. But I am not creating any new sysfs files in this seri= -es. +> +Ah, I overlooked it. But I am not creating any new sysfs files in this series. I am just trying to unify duplicated code in various architectures. Since these sysfs files are already created in: @@ -40,3 +36,8 @@ I will add it in next version. Regards, Sudeep + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 82aaccc..c10b840 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,48 +1,46 @@ "ref\01389209168-17189-1-git-send-email-sudeep.holla@arm.com\0" "ref\01389209168-17189-2-git-send-email-sudeep.holla@arm.com\0" "ref\020140108202613.GD8417@kroah.com\0" - "From\0Sudeep Holla <Sudeep.Holla@arm.com>\0" + "ref\020140108202613.GD8417-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org\0" + "From\0Sudeep Holla <Sudeep.Holla-5wv7dgnIgG8@public.gmane.org>\0" "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Thu, 09 Jan 2014 19:07:39 +0000\0" - "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" - "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> - x86@kernel.org <x86@kernel.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - Sudeep.Holla@arm.com - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + "To\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0" + "Cc\0Sudeep.Holla-5wv7dgnIgG8@public.gmane.org" + x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + Ashok Raj <ashok.raj-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> + Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org> + " Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "\00:1\0" "b\0" "On 08/01/14 20:26, Greg Kroah-Hartman wrote:\n" "> On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote:\n" - ">> From: Sudeep Holla <sudeep.holla@arm.com>\n" + ">> From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>\n" ">>\n" - ">> This patch adds initial support for providing processor cache informatio=\n" - "n\n" - ">> to userspace through sysfs interface. This is based on x86 implementatio=\n" - "n\n" + ">> This patch adds initial support for providing processor cache information\n" + ">> to userspace through sysfs interface. This is based on x86 implementation\n" ">> and hence the interface is intended to be fully compatible.\n" ">>\n" ">> A per-cpu array of cache information maintained is used mainly for\n" ">> sysfs-related book keeping.\n" ">>\n" - ">> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>\n" + ">> Signed-off-by: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>\n" ">> ---\n" ">> drivers/base/Makefile | 2 +-\n" - ">> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++=\n" - "+++++++\n" + ">> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++\n" ">> include/linux/cacheinfo.h | 43 +++++++\n" ">> 3 files changed, 340 insertions(+), 1 deletion(-)\n" ">> create mode 100644 drivers/base/cacheinfo.c\n" ">> create mode 100644 include/linux/cacheinfo.h\n" - ">=20\n" + "> \n" "> You are creating sysfs files, yet you didn't add Documentation/ABI/\n" "> information, which is required. Please fix that.\n" - ">=20\n" - "Ah, I overlooked it. But I am not creating any new sysfs files in this seri=\n" - "es.\n" + "> \n" + "Ah, I overlooked it. But I am not creating any new sysfs files in this series.\n" "I am just trying to unify duplicated code in various architectures.\n" "\n" "Since these sysfs files are already created in:\n" @@ -56,6 +54,11 @@ "I will add it in next version.\n" "\n" "Regards,\n" - Sudeep + "Sudeep\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -eeb1b7d60a50911a83675342d789ecdd0c70e116ab176b057f51f9ae8cf5715a +d52a0dc892a90d920e456f903894121b107924f03a0591397a725aa2f6444916
diff --git a/a/1.txt b/N3/1.txt index d33ed13..d6b726d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -2,10 +2,8 @@ On 08/01/14 20:26, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: >> From: Sudeep Holla <sudeep.holla@arm.com> >> ->> This patch adds initial support for providing processor cache informatio= -n ->> to userspace through sysfs interface. This is based on x86 implementatio= -n +>> This patch adds initial support for providing processor cache information +>> to userspace through sysfs interface. This is based on x86 implementation >> and hence the interface is intended to be fully compatible. >> >> A per-cpu array of cache information maintained is used mainly for @@ -14,18 +12,16 @@ n >> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> >> --- >> drivers/base/Makefile | 2 +- ->> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++= -+++++++ +>> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++ >> include/linux/cacheinfo.h | 43 +++++++ >> 3 files changed, 340 insertions(+), 1 deletion(-) >> create mode 100644 drivers/base/cacheinfo.c >> create mode 100644 include/linux/cacheinfo.h ->=20 +> > You are creating sysfs files, yet you didn't add Documentation/ABI/ > information, which is required. Please fix that. ->=20 -Ah, I overlooked it. But I am not creating any new sysfs files in this seri= -es. +> +Ah, I overlooked it. But I am not creating any new sysfs files in this series. I am just trying to unify duplicated code in various architectures. Since these sysfs files are already created in: diff --git a/a/content_digest b/N3/content_digest index 82aaccc..f22b711 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -5,24 +5,23 @@ "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Thu, 09 Jan 2014 19:07:39 +0000\0" "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" - "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> + "Cc\0Sudeep.Holla@arm.com" x86@kernel.org <x86@kernel.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - Sudeep.Holla@arm.com linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + Ashok Raj <ashok.raj@intel.com> + Benjamin Herrenschmidt <benh@kernel.crashing.org> + " Rob Herring <robh@kernel.org>\0" "\00:1\0" "b\0" "On 08/01/14 20:26, Greg Kroah-Hartman wrote:\n" "> On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote:\n" ">> From: Sudeep Holla <sudeep.holla@arm.com>\n" ">>\n" - ">> This patch adds initial support for providing processor cache informatio=\n" - "n\n" - ">> to userspace through sysfs interface. This is based on x86 implementatio=\n" - "n\n" + ">> This patch adds initial support for providing processor cache information\n" + ">> to userspace through sysfs interface. This is based on x86 implementation\n" ">> and hence the interface is intended to be fully compatible.\n" ">>\n" ">> A per-cpu array of cache information maintained is used mainly for\n" @@ -31,18 +30,16 @@ ">> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>\n" ">> ---\n" ">> drivers/base/Makefile | 2 +-\n" - ">> drivers/base/cacheinfo.c | 296 +++++++++++++++++++++++++++++++++++++++=\n" - "+++++++\n" + ">> drivers/base/cacheinfo.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++\n" ">> include/linux/cacheinfo.h | 43 +++++++\n" ">> 3 files changed, 340 insertions(+), 1 deletion(-)\n" ">> create mode 100644 drivers/base/cacheinfo.c\n" ">> create mode 100644 include/linux/cacheinfo.h\n" - ">=20\n" + "> \n" "> You are creating sysfs files, yet you didn't add Documentation/ABI/\n" "> information, which is required. Please fix that.\n" - ">=20\n" - "Ah, I overlooked it. But I am not creating any new sysfs files in this seri=\n" - "es.\n" + "> \n" + "Ah, I overlooked it. But I am not creating any new sysfs files in this series.\n" "I am just trying to unify duplicated code in various architectures.\n" "\n" "Since these sysfs files are already created in:\n" @@ -58,4 +55,4 @@ "Regards,\n" Sudeep -eeb1b7d60a50911a83675342d789ecdd0c70e116ab176b057f51f9ae8cf5715a +c17b4b68ed54675c5040bb6151cf98ad1ae298ff15fb6b51614b0d39b071cbd8
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.