All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140717145811.GI25880@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index ccceba4..f46b37e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,9 +14,9 @@ On Thu, Jul 17, 2014 at 04:26:26PM +0300, Andrey Utkin wrote:
 > Function get_thread_cache_size returns an error code
 > as (unsigned int) -1.
 > 
-> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id€361
-> Reported-by: David Binderman <dcb314@hotmail.com>
-> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
+> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80361
+> Reported-by: David Binderman <dcb314-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
+> Signed-off-by: Andrey Utkin <andrey.krieger.utkin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 > ---
 >  arch/metag/kernel/cachepart.c | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -27,9 +27,10 @@ On Thu, Jul 17, 2014 at 04:26:26PM +0300, Andrey Utkin wrote:
 > +++ b/arch/metag/kernel/cachepart.c
 > @@ -99,7 +99,7 @@ void check_for_cache_aliasing(int thread_id)
 >  	for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) {
->  		thread_cache_size >  				get_thread_cache_size(cache_type, thread_id);
+>  		thread_cache_size =
+>  				get_thread_cache_size(cache_type, thread_id);
 > -		if (thread_cache_size < 0)
-> +		if (thread_cache_size = (unsigned int)-1)
+> +		if (thread_cache_size == (unsigned int)-1)
 
 Oh, wow.  Every single variable in this file is an unsigned int.  :P
 
@@ -40,6 +41,6 @@ regards,
 dan carpenter
 
 --
-To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
-the body of a message to majordomo@vger.kernel.org
+To unsubscribe from this list: send the line "unsubscribe linux-metag" 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/N1/content_digest
index d1c0c69..a687ba3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,13 @@
  "ref\01405603586-12515-1-git-send-email-andrey.krieger.utkin@gmail.com\0"
- "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "ref\01405603586-12515-1-git-send-email-andrey.krieger.utkin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0"
  "Subject\0Re: [PATCH 1/3] arch/metag/kernel/cachepart.c: fix failure check\0"
- "Date\0Thu, 17 Jul 2014 14:58:11 +0000\0"
- "To\0Andrey Utkin <andrey.krieger.utkin@gmail.com>\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  kernel-janitors@vger.kernel.org
-  linux-metag@vger.kernel.org
- " james.hogan@imgtec.com\0"
+ "Date\0Thu, 17 Jul 2014 17:58:11 +0300\0"
+ "To\0Andrey Utkin <andrey.krieger.utkin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Jul 17, 2014 at 04:26:26PM +0300, Andrey Utkin wrote:\n"
@@ -25,9 +26,9 @@
  "> Function get_thread_cache_size returns an error code\n"
  "> as (unsigned int) -1.\n"
  "> \n"
- "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id\342\202\254361\n"
- "> Reported-by: David Binderman <dcb314@hotmail.com>\n"
- "> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>\n"
+ "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80361\n"
+ "> Reported-by: David Binderman <dcb314-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>\n"
+ "> Signed-off-by: Andrey Utkin <andrey.krieger.utkin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "> ---\n"
  ">  arch/metag/kernel/cachepart.c | 2 +-\n"
  ">  1 file changed, 1 insertion(+), 1 deletion(-)\n"
@@ -38,9 +39,10 @@
  "> +++ b/arch/metag/kernel/cachepart.c\n"
  "> @@ -99,7 +99,7 @@ void check_for_cache_aliasing(int thread_id)\n"
  ">  \tfor (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) {\n"
- ">  \t\tthread_cache_size >  \t\t\t\tget_thread_cache_size(cache_type, thread_id);\n"
+ ">  \t\tthread_cache_size =\n"
+ ">  \t\t\t\tget_thread_cache_size(cache_type, thread_id);\n"
  "> -\t\tif (thread_cache_size < 0)\n"
- "> +\t\tif (thread_cache_size = (unsigned int)-1)\n"
+ "> +\t\tif (thread_cache_size == (unsigned int)-1)\n"
  "\n"
  "Oh, wow.  Every single variable in this file is an unsigned int.  :P\n"
  "\n"
@@ -51,8 +53,8 @@
  "dan carpenter\n"
  "\n"
  "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-metag\" 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
 
-b71dad89b9e6bb8d16eb64d54f2fba653a78748600060abb1e967b427eeee126
+52901f0f236f1d4ecb80d0e6e19de17212d0c111f1e076368f31dfb86909407e

diff --git a/a/1.txt b/N2/1.txt
index ccceba4..9c153c4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -14,7 +14,7 @@ On Thu, Jul 17, 2014 at 04:26:26PM +0300, Andrey Utkin wrote:
 > Function get_thread_cache_size returns an error code
 > as (unsigned int) -1.
 > 
-> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id€361
+> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80361
 > Reported-by: David Binderman <dcb314@hotmail.com>
 > Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
 > ---
@@ -27,9 +27,10 @@ On Thu, Jul 17, 2014 at 04:26:26PM +0300, Andrey Utkin wrote:
 > +++ b/arch/metag/kernel/cachepart.c
 > @@ -99,7 +99,7 @@ void check_for_cache_aliasing(int thread_id)
 >  	for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) {
->  		thread_cache_size >  				get_thread_cache_size(cache_type, thread_id);
+>  		thread_cache_size =
+>  				get_thread_cache_size(cache_type, thread_id);
 > -		if (thread_cache_size < 0)
-> +		if (thread_cache_size = (unsigned int)-1)
+> +		if (thread_cache_size == (unsigned int)-1)
 
 Oh, wow.  Every single variable in this file is an unsigned int.  :P
 
@@ -38,8 +39,3 @@ go that high.
 
 regards,
 dan carpenter
-
---
-To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index d1c0c69..13619c5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\01405603586-12515-1-git-send-email-andrey.krieger.utkin@gmail.com\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH 1/3] arch/metag/kernel/cachepart.c: fix failure check\0"
- "Date\0Thu, 17 Jul 2014 14:58:11 +0000\0"
+ "Date\0Thu, 17 Jul 2014 17:58:11 +0300\0"
  "To\0Andrey Utkin <andrey.krieger.utkin@gmail.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   kernel-janitors@vger.kernel.org
@@ -25,7 +25,7 @@
  "> Function get_thread_cache_size returns an error code\n"
  "> as (unsigned int) -1.\n"
  "> \n"
- "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id\342\202\254361\n"
+ "> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80361\n"
  "> Reported-by: David Binderman <dcb314@hotmail.com>\n"
  "> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>\n"
  "> ---\n"
@@ -38,9 +38,10 @@
  "> +++ b/arch/metag/kernel/cachepart.c\n"
  "> @@ -99,7 +99,7 @@ void check_for_cache_aliasing(int thread_id)\n"
  ">  \tfor (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) {\n"
- ">  \t\tthread_cache_size >  \t\t\t\tget_thread_cache_size(cache_type, thread_id);\n"
+ ">  \t\tthread_cache_size =\n"
+ ">  \t\t\t\tget_thread_cache_size(cache_type, thread_id);\n"
  "> -\t\tif (thread_cache_size < 0)\n"
- "> +\t\tif (thread_cache_size = (unsigned int)-1)\n"
+ "> +\t\tif (thread_cache_size == (unsigned int)-1)\n"
  "\n"
  "Oh, wow.  Every single variable in this file is an unsigned int.  :P\n"
  "\n"
@@ -48,11 +49,6 @@
  "go that high.\n"
  "\n"
  "regards,\n"
- "dan carpenter\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ dan carpenter
 
-b71dad89b9e6bb8d16eb64d54f2fba653a78748600060abb1e967b427eeee126
+3ea45176bf0acc954ee94e53433ba76d4805801ba5690c0ee86abd5716842f92

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.