diff for duplicates of <5419C3F6.4050607@arm.com> diff --git a/a/content_digest b/N1/content_digest index fc2e743..f2785f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01409763617-17074-5-git-send-email-sudeep.holla@arm.com\0" "From\0Sudeep Holla <sudeep.holla@arm.com>\0" "Subject\0Re: [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs\0" - "Date\0Wed, 17 Sep 2014 18:25:10 +0100\0" + "Date\0Wed, 17 Sep 2014 17:25:10 +0000\0" "To\0LKML <linux-kernel@vger.kernel.org>\0" "Cc\0Sudeep Holla <Sudeep.Holla@arm.com>" Heiko Carstens <heiko.carstens@de.ibm.com> @@ -51,4 +51,4 @@ "Regards,\n" Sudeep -22d731fad73e4167c29321cd78aed137865e9181a183b043a99cef08277d42ac +6b3ef883f9a6069dca08e834beacfcdc7ead1f3e1c4e5e7624c2aa8e0affeb27
diff --git a/a/1.txt b/N2/1.txt index 2a61545..f2c1cd1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,17 +9,22 @@ On 03/09/14 18:00, Sudeep Holla wrote: > intended to be fully compatible. > > The main purpose of this generic support is to avoid further code -> duplication to support new architectures and also to unify all the existing +> duplication to support new architectures and also to unify all the existi= +ng > different implementations. > -> This implementation maintains the hierarchy of cache objects which reflects +> This implementation maintains the hierarchy of cache objects which reflec= +ts > the system's cache topology. Cache devices are instantiated as needed as -> CPUs come online. The cache information is replicated per-cpu even if they are -> shared. A per-cpu array of cache information maintained is used mainly for +> CPUs come online. The cache information is replicated per-cpu even if the= +y are +> shared. A per-cpu array of cache information maintained is used mainly fo= +r > sysfs-related book keeping. > > It also implements the shared_cpu_map attribute, which is essential for -> enabling both kernel and user-space to discover the system's overall cache +> enabling both kernel and user-space to discover the system's overall cach= +e > topology. > > This patch also add the missing ABI documentation for the cacheinfo sysfs diff --git a/a/content_digest b/N2/content_digest index fc2e743..6500e7f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,18 +4,18 @@ "Subject\0Re: [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Wed, 17 Sep 2014 18:25:10 +0100\0" "To\0LKML <linux-kernel@vger.kernel.org>\0" - "Cc\0Sudeep Holla <Sudeep.Holla@arm.com>" - Heiko Carstens <heiko.carstens@de.ibm.com> + "Cc\0linux-s390@vger.kernel.org <linux-s390@vger.kernel.org>" Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> + linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Stephen Boyd <sboyd@codeaurora.org> + Sudeep Holla <Sudeep.Holla@arm.com> + Heiko Carstens <heiko.carstens@de.ibm.com> + x86@kernel.org <x86@kernel.org> linux-api@vger.kernel.org <linux-api@vger.kernel.org> linux390@de.ibm.com <linux390@de.ibm.com> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - linux-s390@vger.kernel.org <linux-s390@vger.kernel.org> - " x86@kernel.org <x86@kernel.org>\0" + Stephen Boyd <sboyd@codeaurora.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Greg,\n" @@ -29,17 +29,22 @@ "> intended to be fully compatible.\n" ">\n" "> The main purpose of this generic support is to avoid further code\n" - "> duplication to support new architectures and also to unify all the existing\n" + "> duplication to support new architectures and also to unify all the existi=\n" + "ng\n" "> different implementations.\n" ">\n" - "> This implementation maintains the hierarchy of cache objects which reflects\n" + "> This implementation maintains the hierarchy of cache objects which reflec=\n" + "ts\n" "> the system's cache topology. Cache devices are instantiated as needed as\n" - "> CPUs come online. The cache information is replicated per-cpu even if they are\n" - "> shared. A per-cpu array of cache information maintained is used mainly for\n" + "> CPUs come online. The cache information is replicated per-cpu even if the=\n" + "y are\n" + "> shared. A per-cpu array of cache information maintained is used mainly fo=\n" + "r\n" "> sysfs-related book keeping.\n" ">\n" "> It also implements the shared_cpu_map attribute, which is essential for\n" - "> enabling both kernel and user-space to discover the system's overall cache\n" + "> enabling both kernel and user-space to discover the system's overall cach=\n" + "e\n" "> topology.\n" ">\n" "> This patch also add the missing ABI documentation for the cacheinfo sysfs\n" @@ -51,4 +56,4 @@ "Regards,\n" Sudeep -22d731fad73e4167c29321cd78aed137865e9181a183b043a99cef08277d42ac +fc262ed31dfe5683f2e3a7fe2d871289128814fef98a70c9ca19cd7db8410ca6
diff --git a/a/content_digest b/N3/content_digest index fc2e743..47ea559 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,21 +1,9 @@ "ref\01409763617-17074-1-git-send-email-sudeep.holla@arm.com\0" "ref\01409763617-17074-5-git-send-email-sudeep.holla@arm.com\0" - "From\0Sudeep Holla <sudeep.holla@arm.com>\0" - "Subject\0Re: [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs\0" + "From\0sudeep.holla@arm.com (Sudeep Holla)\0" + "Subject\0[PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs\0" "Date\0Wed, 17 Sep 2014 18:25:10 +0100\0" - "To\0LKML <linux-kernel@vger.kernel.org>\0" - "Cc\0Sudeep Holla <Sudeep.Holla@arm.com>" - Heiko Carstens <heiko.carstens@de.ibm.com> - Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Stephen Boyd <sboyd@codeaurora.org> - linux-api@vger.kernel.org <linux-api@vger.kernel.org> - linux390@de.ibm.com <linux390@de.ibm.com> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - linux-s390@vger.kernel.org <linux-s390@vger.kernel.org> - " x86@kernel.org <x86@kernel.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Greg,\n" @@ -51,4 +39,4 @@ "Regards,\n" Sudeep -22d731fad73e4167c29321cd78aed137865e9181a183b043a99cef08277d42ac +ad703516b557a65a5cebb7305ff93dc1bfde51a1da68f3918859bd2b24636d0a
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.