diff for duplicates of <52CEF383.3070405@arm.com> diff --git a/a/1.txt b/N1/1.txt index b518cc2..ae74768 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,13 +2,13 @@ On 08/01/14 20:28, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: >> From: Sudeep Holla <sudeep.holla@arm.com> >> +#define define_one_ro(_name) \ ->> +static struct cache_attr _name =3D \ ->> +=09__ATTR(_name, 0444, show_##_name, NULL) ->=20 +>> +static struct cache_attr _name = \ +>> + __ATTR(_name, 0444, show_##_name, NULL) +> > In the future, we do have __ATTR_RO(), which should be used instead. > You should never use __ATTR() on it's own, if at all possible. I'm > sweeping the tree for all usages and fixing them slowly up over time. ->=20 +> Understood, will fix it. diff --git a/a/content_digest b/N1/content_digest index bfcb920..d2713ad 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,35 +1,27 @@ "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\020140108202826.GF8417@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:47 +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:28, 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" ">> +#define define_one_ro(_name) \\\n" - ">> +static struct cache_attr _name =3D \\\n" - ">> +=09__ATTR(_name, 0444, show_##_name, NULL)\n" - ">=20\n" + ">> +static struct cache_attr _name = \\\n" + ">> +\t__ATTR(_name, 0444, show_##_name, NULL)\n" + "> \n" "> In the future, we do have __ATTR_RO(), which should be used instead.\n" "> You should never use __ATTR() on it's own, if at all possible. I'm\n" "> sweeping the tree for all usages and fixing them slowly up over time.\n" - ">=20\n" + "> \n" "\n" "Understood, will fix it.\n" "\n" "Regards,\n" Sudeep -d645b5d93a16be3e5f262c948f02029f73af037f50db627caf569207f0e13923 +258e679ad2d66b12659927db8972bacb32c568db3ff9551815de2f449a479a94
diff --git a/a/1.txt b/N2/1.txt index b518cc2..589e0c1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,16 +1,22 @@ On 08/01/14 20:28, 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> >> +#define define_one_ro(_name) \ ->> +static struct cache_attr _name =3D \ ->> +=09__ATTR(_name, 0444, show_##_name, NULL) ->=20 +>> +static struct cache_attr _name = \ +>> + __ATTR(_name, 0444, show_##_name, NULL) +> > In the future, we do have __ATTR_RO(), which should be used instead. > You should never use __ATTR() on it's own, if at all possible. I'm > sweeping the tree for all usages and fixing them slowly up over time. ->=20 +> Understood, will fix it. 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 bfcb920..0421ae6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,35 +1,43 @@ "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\020140108202826.GF8417@kroah.com\0" - "From\0Sudeep Holla <Sudeep.Holla@arm.com>\0" + "ref\020140108202826.GF8417-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:47 +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:28, 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" ">> +#define define_one_ro(_name) \\\n" - ">> +static struct cache_attr _name =3D \\\n" - ">> +=09__ATTR(_name, 0444, show_##_name, NULL)\n" - ">=20\n" + ">> +static struct cache_attr _name = \\\n" + ">> +\t__ATTR(_name, 0444, show_##_name, NULL)\n" + "> \n" "> In the future, we do have __ATTR_RO(), which should be used instead.\n" "> You should never use __ATTR() on it's own, if at all possible. I'm\n" "> sweeping the tree for all usages and fixing them slowly up over time.\n" - ">=20\n" + "> \n" "\n" "Understood, will fix it.\n" "\n" "Regards,\n" - Sudeep + "Sudeep\n" + "\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 -d645b5d93a16be3e5f262c948f02029f73af037f50db627caf569207f0e13923 +c5e428471cb4c380cf8d179385f9614eeca21a9feece5c7e729fa08f003da77b
diff --git a/a/1.txt b/N3/1.txt index b518cc2..ae74768 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -2,13 +2,13 @@ On 08/01/14 20:28, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 07:26:06PM +0000, Sudeep Holla wrote: >> From: Sudeep Holla <sudeep.holla@arm.com> >> +#define define_one_ro(_name) \ ->> +static struct cache_attr _name =3D \ ->> +=09__ATTR(_name, 0444, show_##_name, NULL) ->=20 +>> +static struct cache_attr _name = \ +>> + __ATTR(_name, 0444, show_##_name, NULL) +> > In the future, we do have __ATTR_RO(), which should be used instead. > You should never use __ATTR() on it's own, if at all possible. I'm > sweeping the tree for all usages and fixing them slowly up over time. ->=20 +> Understood, will fix it. diff --git a/a/content_digest b/N3/content_digest index bfcb920..c93ac12 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -5,31 +5,32 @@ "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:47 +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:28, 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" ">> +#define define_one_ro(_name) \\\n" - ">> +static struct cache_attr _name =3D \\\n" - ">> +=09__ATTR(_name, 0444, show_##_name, NULL)\n" - ">=20\n" + ">> +static struct cache_attr _name = \\\n" + ">> +\t__ATTR(_name, 0444, show_##_name, NULL)\n" + "> \n" "> In the future, we do have __ATTR_RO(), which should be used instead.\n" "> You should never use __ATTR() on it's own, if at all possible. I'm\n" "> sweeping the tree for all usages and fixing them slowly up over time.\n" - ">=20\n" + "> \n" "\n" "Understood, will fix it.\n" "\n" "Regards,\n" Sudeep -d645b5d93a16be3e5f262c948f02029f73af037f50db627caf569207f0e13923 +2c2e4dd06e18a3d63c80ae8fb461fb73ff287e40646ce17963521b7ab2cddf15
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.