All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202203251815.T2oLEgNJ-lkp@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index e1947b6..ef8eeb3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,6 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-CC: linux-kernel(a)vger.kernel.org
-TO: Nicolas Saenz Julienne <nsaenzju@redhat.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git pcpdrain-sl-v3r1
 head:   9710838f0540b295e2ffc2ded307fe65a9fa7111
 commit: 9710838f0540b295e2ffc2ded307fe65a9fa7111 [4/4] mm/page_alloc: Avoid disabling interruptions on hot paths
-:::::: branch date: 16 hours ago
-:::::: commit date: 16 hours ago
 config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp(a)intel.com/config)
 compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
 
@@ -20,8 +13,6 @@ mm/page_alloc.c:3571 __rmqueue_pcplist() warn: ignoring unreachable code.
 
 vim +3571 mm/page_alloc.c
 
-060e74173f292f Mel Gorman             2016-05-19  3530  
-066b23935578d3 Mel Gorman             2017-02-24  3531  /* Remove page from the per-cpu list, caller must protect the list */
 3b822017b636bf Jesper Dangaard Brouer 2021-04-29  3532  static inline
 44042b4498728f Mel Gorman             2021-06-28  3533  struct page *__rmqueue_pcplist(struct zone *zone, unsigned int order,
 44042b4498728f Mel Gorman             2021-06-28  3534  			int migratetype,
@@ -62,6 +53,9 @@ vim +3571 mm/page_alloc.c
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3569  			if (unlikely(list_empty(list))) {
 066b23935578d3 Mel Gorman             2017-02-24  3570  				return NULL;
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24 @3571  				goto out;
+
+The return statement needs to be deleted
+
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3572  			}
 b92a6edd4b77a8 Mel Gorman             2007-10-16  3573  		}
 b92a6edd4b77a8 Mel Gorman             2007-10-16  3574  
@@ -76,7 +70,6 @@ a16601c5458eb7 Geliang Tang           2016-01-14  3575  		page = list_first_entr
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3583  
 066b23935578d3 Mel Gorman             2017-02-24  3584  	return page;
 066b23935578d3 Mel Gorman             2017-02-24  3585  }
-066b23935578d3 Mel Gorman             2017-02-24  3586  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index bd4b03e..1503af6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,12 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[nsaenz-rpi:pcpdrain-sl-v3r1 4/4] mm/page_alloc.c:3571 __rmqueue_pcplist() warn: ignoring unreachable code.\0"
- "Date\0Fri, 25 Mar 2022 19:02:49 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Fri, 25 Mar 2022 14:11:33 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "BCC: lkp(a)intel.com\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Nicolas Saenz Julienne <nsaenzju@redhat.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git pcpdrain-sl-v3r1\n"
  "head:   9710838f0540b295e2ffc2ded307fe65a9fa7111\n"
  "commit: 9710838f0540b295e2ffc2ded307fe65a9fa7111 [4/4] mm/page_alloc: Avoid disabling interruptions on hot paths\n"
- ":::::: branch date: 16 hours ago\n"
- ":::::: commit date: 16 hours ago\n"
  "config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0\n"
  "\n"
@@ -26,8 +19,6 @@
  "\n"
  "vim +3571 mm/page_alloc.c\n"
  "\n"
- "060e74173f292f Mel Gorman             2016-05-19  3530  \n"
- "066b23935578d3 Mel Gorman             2017-02-24  3531  /* Remove page from the per-cpu list, caller must protect the list */\n"
  "3b822017b636bf Jesper Dangaard Brouer 2021-04-29  3532  static inline\n"
  "44042b4498728f Mel Gorman             2021-06-28  3533  struct page *__rmqueue_pcplist(struct zone *zone, unsigned int order,\n"
  "44042b4498728f Mel Gorman             2021-06-28  3534  \t\t\tint migratetype,\n"
@@ -68,6 +59,9 @@
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3569  \t\t\tif (unlikely(list_empty(list))) {\n"
  "066b23935578d3 Mel Gorman             2017-02-24  3570  \t\t\t\treturn NULL;\n"
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24 @3571  \t\t\t\tgoto out;\n"
+ "\n"
+ "The return statement needs to be deleted\n"
+ "\n"
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3572  \t\t\t}\n"
  "b92a6edd4b77a8 Mel Gorman             2007-10-16  3573  \t\t}\n"
  "b92a6edd4b77a8 Mel Gorman             2007-10-16  3574  \n"
@@ -82,10 +76,9 @@
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3583  \n"
  "066b23935578d3 Mel Gorman             2017-02-24  3584  \treturn page;\n"
  "066b23935578d3 Mel Gorman             2017-02-24  3585  }\n"
- "066b23935578d3 Mel Gorman             2017-02-24  3586  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-a58adc13f0f1a198a1c516ff0f8c71e834793569a884ad478feb9d1f866baec0
+c5b0009af33a3f648c29e1467a35f71485b21fe8eda44dd89fc08358215c0a16

diff --git a/a/1.txt b/N2/1.txt
index e1947b6..0e61359 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,14 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-CC: linux-kernel(a)vger.kernel.org
-TO: Nicolas Saenz Julienne <nsaenzju@redhat.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git pcpdrain-sl-v3r1
 head:   9710838f0540b295e2ffc2ded307fe65a9fa7111
 commit: 9710838f0540b295e2ffc2ded307fe65a9fa7111 [4/4] mm/page_alloc: Avoid disabling interruptions on hot paths
-:::::: branch date: 16 hours ago
-:::::: commit date: 16 hours ago
-config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp(a)intel.com/config)
+config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp@intel.com/config)
 compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -20,8 +13,6 @@ mm/page_alloc.c:3571 __rmqueue_pcplist() warn: ignoring unreachable code.
 
 vim +3571 mm/page_alloc.c
 
-060e74173f292f Mel Gorman             2016-05-19  3530  
-066b23935578d3 Mel Gorman             2017-02-24  3531  /* Remove page from the per-cpu list, caller must protect the list */
 3b822017b636bf Jesper Dangaard Brouer 2021-04-29  3532  static inline
 44042b4498728f Mel Gorman             2021-06-28  3533  struct page *__rmqueue_pcplist(struct zone *zone, unsigned int order,
 44042b4498728f Mel Gorman             2021-06-28  3534  			int migratetype,
@@ -62,6 +53,9 @@ vim +3571 mm/page_alloc.c
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3569  			if (unlikely(list_empty(list))) {
 066b23935578d3 Mel Gorman             2017-02-24  3570  				return NULL;
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24 @3571  				goto out;
+
+The return statement needs to be deleted
+
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3572  			}
 b92a6edd4b77a8 Mel Gorman             2007-10-16  3573  		}
 b92a6edd4b77a8 Mel Gorman             2007-10-16  3574  
@@ -76,7 +70,6 @@ a16601c5458eb7 Geliang Tang           2016-01-14  3575  		page = list_first_entr
 9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3583  
 066b23935578d3 Mel Gorman             2017-02-24  3584  	return page;
 066b23935578d3 Mel Gorman             2017-02-24  3585  }
-066b23935578d3 Mel Gorman             2017-02-24  3586  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N2/content_digest
index bd4b03e..a387bcf 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,17 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[nsaenz-rpi:pcpdrain-sl-v3r1 4/4] mm/page_alloc.c:3571 __rmqueue_pcplist() warn: ignoring unreachable code.\0"
- "Date\0Fri, 25 Mar 2022 19:02:49 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Fri, 25 Mar 2022 14:11:33 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Nicolas Saenz Julienne <nsaenzju@redhat.com>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+ " linux-kernel@vger.kernel.org\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "BCC: lkp(a)intel.com\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Nicolas Saenz Julienne <nsaenzju@redhat.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git pcpdrain-sl-v3r1\n"
  "head:   9710838f0540b295e2ffc2ded307fe65a9fa7111\n"
  "commit: 9710838f0540b295e2ffc2ded307fe65a9fa7111 [4/4] mm/page_alloc: Avoid disabling interruptions on hot paths\n"
- ":::::: branch date: 16 hours ago\n"
- ":::::: commit date: 16 hours ago\n"
- "config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp(a)intel.com/config)\n"
+ "config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220325/202203251815.T2oLEgNJ-lkp@intel.com/config)\n"
  "compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -26,8 +23,6 @@
  "\n"
  "vim +3571 mm/page_alloc.c\n"
  "\n"
- "060e74173f292f Mel Gorman             2016-05-19  3530  \n"
- "066b23935578d3 Mel Gorman             2017-02-24  3531  /* Remove page from the per-cpu list, caller must protect the list */\n"
  "3b822017b636bf Jesper Dangaard Brouer 2021-04-29  3532  static inline\n"
  "44042b4498728f Mel Gorman             2021-06-28  3533  struct page *__rmqueue_pcplist(struct zone *zone, unsigned int order,\n"
  "44042b4498728f Mel Gorman             2021-06-28  3534  \t\t\tint migratetype,\n"
@@ -68,6 +63,9 @@
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3569  \t\t\tif (unlikely(list_empty(list))) {\n"
  "066b23935578d3 Mel Gorman             2017-02-24  3570  \t\t\t\treturn NULL;\n"
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24 @3571  \t\t\t\tgoto out;\n"
+ "\n"
+ "The return statement needs to be deleted\n"
+ "\n"
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3572  \t\t\t}\n"
  "b92a6edd4b77a8 Mel Gorman             2007-10-16  3573  \t\t}\n"
  "b92a6edd4b77a8 Mel Gorman             2007-10-16  3574  \n"
@@ -82,10 +80,9 @@
  "9710838f0540b2 Nicolas Saenz Julienne 2022-03-24  3583  \n"
  "066b23935578d3 Mel Gorman             2017-02-24  3584  \treturn page;\n"
  "066b23935578d3 Mel Gorman             2017-02-24  3585  }\n"
- "066b23935578d3 Mel Gorman             2017-02-24  3586  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-a58adc13f0f1a198a1c516ff0f8c71e834793569a884ad478feb9d1f866baec0
+27bd46a77941f429d9c21efd30da562ad38b08eca02a6938fc4ae442cfc158d7

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.