diff for duplicates of <20140108202613.GD8417@kroah.com> diff --git a/a/content_digest b/N1/content_digest index 75d0b11..503959b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,9 @@ "ref\01389209168-17189-1-git-send-email-sudeep.holla@arm.com\0" "ref\01389209168-17189-2-git-send-email-sudeep.holla@arm.com\0" - "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" - "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" + "From\0gregkh@linuxfoundation.org (Greg Kroah-Hartman)\0" + "Subject\0[PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Wed, 8 Jan 2014 12:26:13 -0800\0" - "To\0Sudeep Holla <sudeep.holla@arm.com>\0" - "Cc\0devicetree@vger.kernel.org" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> - x86@kernel.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote:\n" @@ -37,4 +30,4 @@ "\n" greg k-h -66dea98c8a90d97051b18a72f43ec54f3f2af03f0ae18f0fa537c5f9edc46668 +7fd2b5d5e06f35303d0d23c710ba950d5e9fca7b1a56a643352d570428174232
diff --git a/a/1.txt b/N2/1.txt index 1cdb082..ae2db1b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ 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 information > to userspace through sysfs interface. This is based on x86 implementation @@ -8,7 +8,7 @@ On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: > 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 ++++++++++++++++++++++++++++++++++++++++++++++ @@ -21,3 +21,7 @@ You are creating sysfs files, yet you didn't add Documentation/ABI/ information, which is required. Please fix that. greg k-h +-- +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 75d0b11..131d1af 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,22 @@ "ref\01389209168-17189-1-git-send-email-sudeep.holla@arm.com\0" "ref\01389209168-17189-2-git-send-email-sudeep.holla@arm.com\0" - "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" + "ref\01389209168-17189-2-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org\0" + "From\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0" "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Wed, 8 Jan 2014 12:26:13 -0800\0" - "To\0Sudeep Holla <sudeep.holla@arm.com>\0" - "Cc\0devicetree@vger.kernel.org" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> - x86@kernel.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>\0" + "Cc\0x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@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 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 information\n" "> to userspace through sysfs interface. This is based on x86 implementation\n" @@ -23,7 +25,7 @@ "> 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" @@ -35,6 +37,10 @@ "You are creating sysfs files, yet you didn't add Documentation/ABI/\n" "information, which is required. Please fix that.\n" "\n" - greg k-h + "greg k-h\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 -66dea98c8a90d97051b18a72f43ec54f3f2af03f0ae18f0fa537c5f9edc46668 +2764cbd4d0bcb64ec0464d5a289aec4c934d3c065e2796abc7875866d76e5a3a
diff --git a/a/content_digest b/N3/content_digest index 75d0b11..8825c76 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,13 +4,14 @@ "Subject\0Re: [PATCH RFC 1/3] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Wed, 8 Jan 2014 12:26:13 -0800\0" "To\0Sudeep Holla <sudeep.holla@arm.com>\0" - "Cc\0devicetree@vger.kernel.org" - Ashok Raj <ashok.raj@intel.com> - Rob Herring <robh@kernel.org> - x86@kernel.org - linux-kernel@vger.kernel.org + "Cc\0x86@kernel.org" linuxppc-dev@lists.ozlabs.org - " linux-arm-kernel@lists.infradead.org\0" + devicetree@vger.kernel.org + linux-kernel@vger.kernel.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 Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote:\n" @@ -37,4 +38,4 @@ "\n" greg k-h -66dea98c8a90d97051b18a72f43ec54f3f2af03f0ae18f0fa537c5f9edc46668 +10f40ebbc388b248c4a9c84a4138dace61f979a74d631230b446327c6f898944
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.