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

diff --git a/a/1.txt b/N1/1.txt
index 7ba7ad9..066559a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,32 +1,8 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-In-Reply-To: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>
-References: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>
-TO: Lorenzo Bianconi <lorenzo@kernel.org>
-TO: johannes(a)sipsolutions.net
-CC: nbd(a)nbd.name
-CC: linux-wireless(a)vger.kernel.org
-CC: lorenzo.bianconi(a)redhat.com
-CC: ryder.lee(a)mediatek.com
-CC: evelyn.tsai(a)mediatek.com
-CC: chui-hao.chiu(a)mediatek.com
-CC: j(a)w1.fi
-
 Hi Lorenzo,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on wireless-next/main]
-[also build test WARNING on wireless/main kvalo-ath/ath-next v5.17 next-20220321]
-[If your patch is applied to the wrong git tree, kindly drop us a note.
-And when submitting patch, we suggest to use '--base' as documented in
-https://git-scm.com/docs/git-format-patch]
-
-url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456
-base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
-:::::: branch date: 10 hours ago
-:::::: commit date: 10 hours ago
-config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config)
+url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456 
+base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git  main
+config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp@intel.com/config )
 compiler: nios2-linux-gcc (GCC) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -36,13 +12,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 net/mac80211/rx.c:3218 ieee80211_rx_check_bss_color_collision() warn: should '(((1))) << color' be a 64 bit type?
 
-Old smatch warnings:
-net/mac80211/rx.c:877 ieee80211_rx_monitor() warn: variable dereferenced before check 'origskb' (see line 770)
-arch/nios2/include/asm/thread_info.h:71 current_thread_info() error: uninitialized symbol 'sp'.
-
 vim +3218 net/mac80211/rx.c
 
-fea147328908b7 Jouni Malinen    2009-01-08  3180  
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3181  static void
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3182  ieee80211_rx_check_bss_color_collision(struct ieee80211_rx_data *rx)
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3183  {
@@ -78,13 +49,21 @@ fea147328908b7 Jouni Malinen    2009-01-08  3180
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3213  
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3214  		color = le32_get_bits(he_oper->he_oper_params,
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3215  				      IEEE80211_HE_OPERATION_BSS_COLOR_MASK);
+
+IEEE80211_HE_OPERATION_BSS_COLOR_MASK gives us 63
+
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3216  		if (color == bss_conf->he_bss_color.color)
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3217  			ieeee80211_obss_color_collision_notify(&rx->sdata->vif,
 964596b43c17b4 Lorenzo Bianconi 2022-03-21 @3218  							       BIT(color));
+
+So this should be BIT_ULL()
+
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3219  	}
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3220  }
-964596b43c17b4 Lorenzo Bianconi 2022-03-21  3221  
 
 -- 
 0-DAY CI Kernel Test Service
-https://01.org/lkp
+https://01.org/lkp 
+_______________________________________________
+kbuild mailing list -- kbuild@lists.01.org
+To unsubscribe send an email to kbuild-leave@lists.01.org
diff --git a/a/content_digest b/N1/content_digest
index 5b2b751..b6fce14 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,38 +1,26 @@
- "From\0kernel test robot <lkp@intel.com>\0"
- "Subject\0Re: [PATCH wireless-next] mac80211: introduce BSS color collision detection\0"
- "Date\0Tue, 22 Mar 2022 05:22:29 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "ref\06226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "Subject\0[kbuild] Re: [PATCH wireless-next] mac80211: introduce BSS color collision detection\0"
+ "Date\0Tue, 22 Mar 2022 09:14:10 +0300\0"
+ "To\0kbuild@lists.01.org"
+  Lorenzo Bianconi <lorenzo@kernel.org>
+ " johannes@sipsolutions.net\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  nbd@nbd.name
+  linux-wireless@vger.kernel.org
+  lorenzo.bianconi@redhat.com
+  ryder.lee@mediatek.com
+  evelyn.tsai@mediatek.com
+  chui-hao.chiu@mediatek.com
+ " j@w1.fi\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "BCC: lkp(a)intel.com\n"
- "In-Reply-To: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>\n"
- "References: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>\n"
- "TO: Lorenzo Bianconi <lorenzo@kernel.org>\n"
- "TO: johannes(a)sipsolutions.net\n"
- "CC: nbd(a)nbd.name\n"
- "CC: linux-wireless(a)vger.kernel.org\n"
- "CC: lorenzo.bianconi(a)redhat.com\n"
- "CC: ryder.lee(a)mediatek.com\n"
- "CC: evelyn.tsai(a)mediatek.com\n"
- "CC: chui-hao.chiu(a)mediatek.com\n"
- "CC: j(a)w1.fi\n"
- "\n"
  "Hi Lorenzo,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on wireless-next/main]\n"
- "[also build test WARNING on wireless/main kvalo-ath/ath-next v5.17 next-20220321]\n"
- "[If your patch is applied to the wrong git tree, kindly drop us a note.\n"
- "And when submitting patch, we suggest to use '--base' as documented in\n"
- "https://git-scm.com/docs/git-format-patch]\n"
- "\n"
- "url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456\n"
- "base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main\n"
- ":::::: branch date: 10 hours ago\n"
- ":::::: commit date: 10 hours ago\n"
- "config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config)\n"
+ "url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456 \n"
+ "base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git  main\n"
+ "config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp@intel.com/config )\n"
  "compiler: nios2-linux-gcc (GCC) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -42,13 +30,8 @@
  "New smatch warnings:\n"
  "net/mac80211/rx.c:3218 ieee80211_rx_check_bss_color_collision() warn: should '(((1))) << color' be a 64 bit type?\n"
  "\n"
- "Old smatch warnings:\n"
- "net/mac80211/rx.c:877 ieee80211_rx_monitor() warn: variable dereferenced before check 'origskb' (see line 770)\n"
- "arch/nios2/include/asm/thread_info.h:71 current_thread_info() error: uninitialized symbol 'sp'.\n"
- "\n"
  "vim +3218 net/mac80211/rx.c\n"
  "\n"
- "fea147328908b7 Jouni Malinen    2009-01-08  3180  \n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3181  static void\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3182  ieee80211_rx_check_bss_color_collision(struct ieee80211_rx_data *rx)\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3183  {\n"
@@ -84,15 +67,23 @@
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3213  \n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3214  \t\tcolor = le32_get_bits(he_oper->he_oper_params,\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3215  \t\t\t\t      IEEE80211_HE_OPERATION_BSS_COLOR_MASK);\n"
+ "\n"
+ "IEEE80211_HE_OPERATION_BSS_COLOR_MASK gives us 63\n"
+ "\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3216  \t\tif (color == bss_conf->he_bss_color.color)\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3217  \t\t\tieeee80211_obss_color_collision_notify(&rx->sdata->vif,\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21 @3218  \t\t\t\t\t\t\t       BIT(color));\n"
+ "\n"
+ "So this should be BIT_ULL()\n"
+ "\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3219  \t}\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3220  }\n"
- "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3221  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
- https://01.org/lkp
+ "https://01.org/lkp \n"
+ "_______________________________________________\n"
+ "kbuild mailing list -- kbuild@lists.01.org\n"
+ To unsubscribe send an email to kbuild-leave@lists.01.org
 
-456ec25ee7a1dc0a8fbf33ec54759c312740c89f9adaeb2befc931f278eab9fe
+ac82939fef2d315998731d7deb46946d2efcc0f3428dabf171396beb0b4fe242

diff --git a/a/1.txt b/N2/1.txt
index 7ba7ad9..4090a63 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,32 +1,8 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-In-Reply-To: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>
-References: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>
-TO: Lorenzo Bianconi <lorenzo@kernel.org>
-TO: johannes(a)sipsolutions.net
-CC: nbd(a)nbd.name
-CC: linux-wireless(a)vger.kernel.org
-CC: lorenzo.bianconi(a)redhat.com
-CC: ryder.lee(a)mediatek.com
-CC: evelyn.tsai(a)mediatek.com
-CC: chui-hao.chiu(a)mediatek.com
-CC: j(a)w1.fi
-
 Hi Lorenzo,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on wireless-next/main]
-[also build test WARNING on wireless/main kvalo-ath/ath-next v5.17 next-20220321]
-[If your patch is applied to the wrong git tree, kindly drop us a note.
-And when submitting patch, we suggest to use '--base' as documented in
-https://git-scm.com/docs/git-format-patch]
-
-url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456
-base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
-:::::: branch date: 10 hours ago
-:::::: commit date: 10 hours ago
-config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config)
+url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456 
+base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git  main
+config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config )
 compiler: nios2-linux-gcc (GCC) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -36,13 +12,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 net/mac80211/rx.c:3218 ieee80211_rx_check_bss_color_collision() warn: should '(((1))) << color' be a 64 bit type?
 
-Old smatch warnings:
-net/mac80211/rx.c:877 ieee80211_rx_monitor() warn: variable dereferenced before check 'origskb' (see line 770)
-arch/nios2/include/asm/thread_info.h:71 current_thread_info() error: uninitialized symbol 'sp'.
-
 vim +3218 net/mac80211/rx.c
 
-fea147328908b7 Jouni Malinen    2009-01-08  3180  
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3181  static void
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3182  ieee80211_rx_check_bss_color_collision(struct ieee80211_rx_data *rx)
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3183  {
@@ -78,13 +49,21 @@ fea147328908b7 Jouni Malinen    2009-01-08  3180
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3213  
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3214  		color = le32_get_bits(he_oper->he_oper_params,
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3215  				      IEEE80211_HE_OPERATION_BSS_COLOR_MASK);
+
+IEEE80211_HE_OPERATION_BSS_COLOR_MASK gives us 63
+
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3216  		if (color == bss_conf->he_bss_color.color)
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3217  			ieeee80211_obss_color_collision_notify(&rx->sdata->vif,
 964596b43c17b4 Lorenzo Bianconi 2022-03-21 @3218  							       BIT(color));
+
+So this should be BIT_ULL()
+
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3219  	}
 964596b43c17b4 Lorenzo Bianconi 2022-03-21  3220  }
-964596b43c17b4 Lorenzo Bianconi 2022-03-21  3221  
 
 -- 
 0-DAY CI Kernel Test Service
-https://01.org/lkp
+https://01.org/lkp 
+_______________________________________________
+kbuild mailing list -- kbuild(a)lists.01.org
+To unsubscribe send an email to kbuild-leave(a)lists.01.org
diff --git a/a/content_digest b/N2/content_digest
index 5b2b751..cf35fe2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,38 +1,15 @@
- "From\0kernel test robot <lkp@intel.com>\0"
- "Subject\0Re: [PATCH wireless-next] mac80211: introduce BSS color collision detection\0"
- "Date\0Tue, 22 Mar 2022 05:22:29 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "ref\06226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "Subject\0[kbuild] Re: [PATCH wireless-next] mac80211: introduce BSS color collision detection\0"
+ "Date\0Tue, 22 Mar 2022 09:14:10 +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"
- "In-Reply-To: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>\n"
- "References: <6226a016389e034fd9c208b3a7a75edd01aba6f4.1647858505.git.lorenzo@kernel.org>\n"
- "TO: Lorenzo Bianconi <lorenzo@kernel.org>\n"
- "TO: johannes(a)sipsolutions.net\n"
- "CC: nbd(a)nbd.name\n"
- "CC: linux-wireless(a)vger.kernel.org\n"
- "CC: lorenzo.bianconi(a)redhat.com\n"
- "CC: ryder.lee(a)mediatek.com\n"
- "CC: evelyn.tsai(a)mediatek.com\n"
- "CC: chui-hao.chiu(a)mediatek.com\n"
- "CC: j(a)w1.fi\n"
- "\n"
  "Hi Lorenzo,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on wireless-next/main]\n"
- "[also build test WARNING on wireless/main kvalo-ath/ath-next v5.17 next-20220321]\n"
- "[If your patch is applied to the wrong git tree, kindly drop us a note.\n"
- "And when submitting patch, we suggest to use '--base' as documented in\n"
- "https://git-scm.com/docs/git-format-patch]\n"
- "\n"
- "url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456\n"
- "base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main\n"
- ":::::: branch date: 10 hours ago\n"
- ":::::: commit date: 10 hours ago\n"
- "config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config)\n"
+ "url:    https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mac80211-introduce-BSS-color-collision-detection/20220321-183456 \n"
+ "base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git  main\n"
+ "config: nios2-randconfig-m031-20220321 (https://download.01.org/0day-ci/archive/20220322/202203220555.BHvsEAhe-lkp(a)intel.com/config )\n"
  "compiler: nios2-linux-gcc (GCC) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -42,13 +19,8 @@
  "New smatch warnings:\n"
  "net/mac80211/rx.c:3218 ieee80211_rx_check_bss_color_collision() warn: should '(((1))) << color' be a 64 bit type?\n"
  "\n"
- "Old smatch warnings:\n"
- "net/mac80211/rx.c:877 ieee80211_rx_monitor() warn: variable dereferenced before check 'origskb' (see line 770)\n"
- "arch/nios2/include/asm/thread_info.h:71 current_thread_info() error: uninitialized symbol 'sp'.\n"
- "\n"
  "vim +3218 net/mac80211/rx.c\n"
  "\n"
- "fea147328908b7 Jouni Malinen    2009-01-08  3180  \n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3181  static void\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3182  ieee80211_rx_check_bss_color_collision(struct ieee80211_rx_data *rx)\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3183  {\n"
@@ -84,15 +56,23 @@
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3213  \n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3214  \t\tcolor = le32_get_bits(he_oper->he_oper_params,\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3215  \t\t\t\t      IEEE80211_HE_OPERATION_BSS_COLOR_MASK);\n"
+ "\n"
+ "IEEE80211_HE_OPERATION_BSS_COLOR_MASK gives us 63\n"
+ "\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3216  \t\tif (color == bss_conf->he_bss_color.color)\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3217  \t\t\tieeee80211_obss_color_collision_notify(&rx->sdata->vif,\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21 @3218  \t\t\t\t\t\t\t       BIT(color));\n"
+ "\n"
+ "So this should be BIT_ULL()\n"
+ "\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3219  \t}\n"
  "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3220  }\n"
- "964596b43c17b4 Lorenzo Bianconi 2022-03-21  3221  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
- https://01.org/lkp
+ "https://01.org/lkp \n"
+ "_______________________________________________\n"
+ "kbuild mailing list -- kbuild(a)lists.01.org\n"
+ To unsubscribe send an email to kbuild-leave(a)lists.01.org
 
-456ec25ee7a1dc0a8fbf33ec54759c312740c89f9adaeb2befc931f278eab9fe
+98457a9c563fc26e8ddb1b02e93205da9d40019e603a3033dcc411402b23d87c

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.