diff for duplicates of <541FE3F6.4070806@arm.com> diff --git a/a/content_digest b/N1/content_digest index 10260a2..37dc6ca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0541CAD16.6030309@codeaurora.org\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\0Mon, 22 Sep 2014 09:55:18 +0100\0" + "Date\0Mon, 22 Sep 2014 08:55:18 +0000\0" "To\0Stephen Boyd <sboyd@codeaurora.org>" " LKML <linux-kernel@vger.kernel.org>\0" "Cc\0Sudeep Holla <sudeep.holla@arm.com>" @@ -68,4 +68,4 @@ "Regards,\n" Sudeep -3f34f40751c1e46d6a004441b9208e1bae5fc2bc134c8dfa46132891f696d272 +a3a9ce88b5ea97a42b5e43f0584d25d5988b1e3757a99ea838e59ece05255529
diff --git a/a/1.txt b/N2/1.txt index 01fea61..dc54fe6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,26 +4,33 @@ On 19/09/14 23:24, Stephen Boyd wrote: > On 09/03/14 10:00, Sudeep Holla wrote: >> From: Sudeep Holla <sudeep.holla@arm.com> >> ->> This patch adds initial support for providing processor cache information +>> This patch adds initial support for providing processor cache informatio= +n >> to userspace through sysfs interface. This is based on already existing >> implementations(x86, ia64, s390 and powerpc) and hence the interface is >> 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 exist= +ing >> different implementations. >> ->> This implementation maintains the hierarchy of cache objects which reflects +>> This implementation maintains the hierarchy of cache objects which refle= +cts >> 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 th= +ey are +>> shared. A per-cpu array of cache information maintained is used mainly f= +or >> 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 cac= +he >> topology. >> ->> This patch also add the missing ABI documentation for the cacheinfo sysfs +>> This patch also add the missing ABI documentation for the cacheinfo sysf= +s >> interface already, which is well defined and widely used. >> >> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> diff --git a/a/content_digest b/N2/content_digest index 10260a2..3d918a4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,17 +6,17 @@ "Date\0Mon, 22 Sep 2014 09:55:18 +0100\0" "To\0Stephen Boyd <sboyd@codeaurora.org>" " LKML <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> + 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" + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Stephen,\n" @@ -25,26 +25,33 @@ "> On 09/03/14 10:00, Sudeep Holla wrote:\n" ">> From: Sudeep Holla <sudeep.holla@arm.com>\n" ">>\n" - ">> This patch adds initial support for providing processor cache information\n" + ">> This patch adds initial support for providing processor cache informatio=\n" + "n\n" ">> to userspace through sysfs interface. This is based on already existing\n" ">> implementations(x86, ia64, s390 and powerpc) and hence the interface is\n" ">> 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 exist=\n" + "ing\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 refle=\n" + "cts\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 th=\n" + "ey are\n" + ">> shared. A per-cpu array of cache information maintained is used mainly f=\n" + "or\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 cac=\n" + "he\n" ">> topology.\n" ">>\n" - ">> This patch also add the missing ABI documentation for the cacheinfo sysfs\n" + ">> This patch also add the missing ABI documentation for the cacheinfo sysf=\n" + "s\n" ">> interface already, which is well defined and widely used.\n" ">>\n" ">> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>\n" @@ -68,4 +75,4 @@ "Regards,\n" Sudeep -3f34f40751c1e46d6a004441b9208e1bae5fc2bc134c8dfa46132891f696d272 +0920fe5d903d7f81b416e3a48c05cd4bc024c626a89940da4ca2d657dcd25348
diff --git a/a/1.txt b/N3/1.txt index 01fea61..0859606 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -29,13 +29,13 @@ On 19/09/14 23:24, Stephen Boyd wrote: >> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> >> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> >> Cc: Stephen Boyd <sboyd@codeaurora.org> ->> Cc: linux-api@vger.kernel.org ->> Cc: linux390@de.ibm.com ->> Cc: linux-arm-kernel@lists.infradead.org ->> Cc: linux-ia64@vger.kernel.org ->> Cc: linuxppc-dev@lists.ozlabs.org ->> Cc: linux-s390@vger.kernel.org ->> Cc: x86@kernel.org +>> Cc: linux-api at vger.kernel.org +>> Cc: linux390 at de.ibm.com +>> Cc: linux-arm-kernel at lists.infradead.org +>> Cc: linux-ia64 at vger.kernel.org +>> Cc: linuxppc-dev at lists.ozlabs.org +>> Cc: linux-s390 at vger.kernel.org +>> Cc: x86 at kernel.org >> > > Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> diff --git a/a/content_digest b/N3/content_digest index 10260a2..23438b6 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,22 +1,10 @@ "ref\01409763617-17074-1-git-send-email-sudeep.holla@arm.com\0" "ref\01409763617-17074-5-git-send-email-sudeep.holla@arm.com\0" "ref\0541CAD16.6030309@codeaurora.org\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\0Mon, 22 Sep 2014 09:55:18 +0100\0" - "To\0Stephen Boyd <sboyd@codeaurora.org>" - " LKML <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> - 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 Stephen,\n" @@ -50,13 +38,13 @@ ">> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>\n" ">> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n" ">> Cc: Stephen Boyd <sboyd@codeaurora.org>\n" - ">> Cc: linux-api@vger.kernel.org\n" - ">> Cc: linux390@de.ibm.com\n" - ">> Cc: linux-arm-kernel@lists.infradead.org\n" - ">> Cc: linux-ia64@vger.kernel.org\n" - ">> Cc: linuxppc-dev@lists.ozlabs.org\n" - ">> Cc: linux-s390@vger.kernel.org\n" - ">> Cc: x86@kernel.org\n" + ">> Cc: linux-api at vger.kernel.org\n" + ">> Cc: linux390 at de.ibm.com\n" + ">> Cc: linux-arm-kernel at lists.infradead.org\n" + ">> Cc: linux-ia64 at vger.kernel.org\n" + ">> Cc: linuxppc-dev at lists.ozlabs.org\n" + ">> Cc: linux-s390 at vger.kernel.org\n" + ">> Cc: x86 at kernel.org\n" ">>\n" ">\n" "> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>\n" @@ -68,4 +56,4 @@ "Regards,\n" Sudeep -3f34f40751c1e46d6a004441b9208e1bae5fc2bc134c8dfa46132891f696d272 +4a30b66137b85ef4642f5a749ed98afd88eac770c30b952dfbfa2bfbe0a880c5
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.