diff for duplicates of <202201272110.Z8STyrTC-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index dc0ac11..cafe6d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,6 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: Wen Gong <quic_wgong@quicinc.com> -CC: Kalle Valo <quic_kvalo@quicinc.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0280e3c58f92b2fe0e8fbbdf8d386449168de4a8 commit: 1b8bb94c0612cf32e418e90ae93cf37214d84669 ath11k: report tx bitrate for iw wlan station dump -date: 5 weeks ago -:::::: branch date: 2 days ago -:::::: commit date: 5 weeks ago config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp(a)intel.com/config) compiler: microblaze-linux-gcc (GCC) 11.2.0 @@ -21,7 +13,6 @@ drivers/net/wireless/ath/ath11k/dp_tx.c:511 ath11k_dp_tx_update_txcompl() error: vim +/rate_idx +511 drivers/net/wireless/ath/ath11k/dp_tx.c -d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 418 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts) 1b8bb94c0612cf Wen Gong 2021-12-20 419 { 1b8bb94c0612cf Wen Gong 2021-12-20 420 struct ath11k_base *ab = ar->ab; @@ -75,6 +66,9 @@ d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 468 if (ret < 0) 1b8bb94c0612cf Wen Gong 2021-12-20 469 goto err_out; 1b8bb94c0612cf Wen Gong 2021-12-20 470 arsta->txrate.legacy = rate; + +"rate_idx" only set on this path + 1b8bb94c0612cf Wen Gong 2021-12-20 471 } else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11N) { 1b8bb94c0612cf Wen Gong 2021-12-20 472 if (mcs > 7) { 1b8bb94c0612cf Wen Gong 2021-12-20 473 ath11k_warn(ab, "Invalid HT mcs index %d\n", mcs); @@ -116,11 +110,13 @@ d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 509 1b8bb94c0612cf Wen Gong 2021-12-20 510 if (ath11k_debugfs_is_extd_tx_stats_enabled(ar)) 1b8bb94c0612cf Wen Gong 2021-12-20 @511 ath11k_debugfs_sta_add_tx_stats(arsta, peer_stats, rate_idx); + ^^^^^^^^ +Used here + 1b8bb94c0612cf Wen Gong 2021-12-20 512 1b8bb94c0612cf Wen Gong 2021-12-20 513 err_out: 1b8bb94c0612cf Wen Gong 2021-12-20 514 spin_unlock_bh(&ab->base_lock); 1b8bb94c0612cf Wen Gong 2021-12-20 515 } -1b8bb94c0612cf Wen Gong 2021-12-20 516 --- 0-DAY CI Kernel Test Service, Intel Corporation diff --git a/a/content_digest b/N1/content_digest index 1e5f83e..b3730d4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,12 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0drivers/net/wireless/ath/ath11k/dp_tx.c:511 ath11k_dp_tx_update_txcompl() error: uninitialized symbol 'rate_idx'.\0" - "Date\0Thu, 27 Jan 2022 22:00:36 +0800\0" - "To\0kbuild@lists.01.org\0" + "Date\0Fri, 28 Jan 2022 10:12:36 +0300\0" + "To\0kbuild-all@lists.01.org\0" "\01:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "CC: linux-kernel(a)vger.kernel.org\n" - "TO: Wen Gong <quic_wgong@quicinc.com>\n" - "CC: Kalle Valo <quic_kvalo@quicinc.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: 0280e3c58f92b2fe0e8fbbdf8d386449168de4a8\n" "commit: 1b8bb94c0612cf32e418e90ae93cf37214d84669 ath11k: report tx bitrate for iw wlan station dump\n" - "date: 5 weeks ago\n" - ":::::: branch date: 2 days ago\n" - ":::::: commit date: 5 weeks ago\n" "config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp(a)intel.com/config)\n" "compiler: microblaze-linux-gcc (GCC) 11.2.0\n" "\n" @@ -27,7 +19,6 @@ "\n" "vim +/rate_idx +511 drivers/net/wireless/ath/ath11k/dp_tx.c\n" "\n" - "d5c65159f28953 Kalle Valo 2019-11-23 417 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 418 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts)\n" "1b8bb94c0612cf Wen Gong 2021-12-20 419 {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 420 \tstruct ath11k_base *ab = ar->ab;\n" @@ -81,6 +72,9 @@ "1b8bb94c0612cf Wen Gong 2021-12-20 468 \t\tif (ret < 0)\n" "1b8bb94c0612cf Wen Gong 2021-12-20 469 \t\t\tgoto err_out;\n" "1b8bb94c0612cf Wen Gong 2021-12-20 470 \t\tarsta->txrate.legacy = rate;\n" + "\n" + "\"rate_idx\" only set on this path\n" + "\n" "1b8bb94c0612cf Wen Gong 2021-12-20 471 \t} else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11N) {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 472 \t\tif (mcs > 7) {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 473 \t\t\tath11k_warn(ab, \"Invalid HT mcs index %d\\n\", mcs);\n" @@ -122,14 +116,16 @@ "1b8bb94c0612cf Wen Gong 2021-12-20 509 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 510 \tif (ath11k_debugfs_is_extd_tx_stats_enabled(ar))\n" "1b8bb94c0612cf Wen Gong 2021-12-20 @511 \t\tath11k_debugfs_sta_add_tx_stats(arsta, peer_stats, rate_idx);\n" + " ^^^^^^^^\n" + "Used here\n" + "\n" "1b8bb94c0612cf Wen Gong 2021-12-20 512 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 513 err_out:\n" "1b8bb94c0612cf Wen Gong 2021-12-20 514 \tspin_unlock_bh(&ab->base_lock);\n" "1b8bb94c0612cf Wen Gong 2021-12-20 515 }\n" - "1b8bb94c0612cf Wen Gong 2021-12-20 516 \n" "\n" "---\n" "0-DAY CI Kernel Test Service, Intel Corporation\n" https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org -ceee4f6485e96b27c1398f1e2264b868bc6e21b606b858eba14c78724a20d520 +1d4b113896aaf5113a755264bbba5b5effd9bfc8c776426164ecd548234015a6
diff --git a/a/1.txt b/N2/1.txt index dc0ac11..1eac0e3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,15 +1,7 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: Wen Gong <quic_wgong@quicinc.com> -CC: Kalle Valo <quic_kvalo@quicinc.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0280e3c58f92b2fe0e8fbbdf8d386449168de4a8 commit: 1b8bb94c0612cf32e418e90ae93cf37214d84669 ath11k: report tx bitrate for iw wlan station dump -date: 5 weeks ago -:::::: branch date: 2 days ago -:::::: commit date: 5 weeks ago -config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp(a)intel.com/config) +config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp@intel.com/config) compiler: microblaze-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate @@ -21,7 +13,6 @@ drivers/net/wireless/ath/ath11k/dp_tx.c:511 ath11k_dp_tx_update_txcompl() error: vim +/rate_idx +511 drivers/net/wireless/ath/ath11k/dp_tx.c -d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 418 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts) 1b8bb94c0612cf Wen Gong 2021-12-20 419 { 1b8bb94c0612cf Wen Gong 2021-12-20 420 struct ath11k_base *ab = ar->ab; @@ -75,6 +66,9 @@ d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 468 if (ret < 0) 1b8bb94c0612cf Wen Gong 2021-12-20 469 goto err_out; 1b8bb94c0612cf Wen Gong 2021-12-20 470 arsta->txrate.legacy = rate; + +"rate_idx" only set on this path + 1b8bb94c0612cf Wen Gong 2021-12-20 471 } else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11N) { 1b8bb94c0612cf Wen Gong 2021-12-20 472 if (mcs > 7) { 1b8bb94c0612cf Wen Gong 2021-12-20 473 ath11k_warn(ab, "Invalid HT mcs index %d\n", mcs); @@ -116,12 +110,14 @@ d5c65159f28953 Kalle Valo 2019-11-23 417 1b8bb94c0612cf Wen Gong 2021-12-20 509 1b8bb94c0612cf Wen Gong 2021-12-20 510 if (ath11k_debugfs_is_extd_tx_stats_enabled(ar)) 1b8bb94c0612cf Wen Gong 2021-12-20 @511 ath11k_debugfs_sta_add_tx_stats(arsta, peer_stats, rate_idx); + ^^^^^^^^ +Used here + 1b8bb94c0612cf Wen Gong 2021-12-20 512 1b8bb94c0612cf Wen Gong 2021-12-20 513 err_out: 1b8bb94c0612cf Wen Gong 2021-12-20 514 spin_unlock_bh(&ab->base_lock); 1b8bb94c0612cf Wen Gong 2021-12-20 515 } -1b8bb94c0612cf Wen Gong 2021-12-20 516 --- 0-DAY CI Kernel Test Service, Intel Corporation -https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org +https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org diff --git a/a/content_digest b/N2/content_digest index 1e5f83e..02cb889 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,18 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0drivers/net/wireless/ath/ath11k/dp_tx.c:511 ath11k_dp_tx_update_txcompl() error: uninitialized symbol 'rate_idx'.\0" - "Date\0Thu, 27 Jan 2022 22:00:36 +0800\0" - "To\0kbuild@lists.01.org\0" - "\01:1\0" + "Date\0Fri, 28 Jan 2022 10:12:36 +0300\0" + "To\0kbuild@lists.01.org" + " Wen Gong <quic_wgong@quicinc.com>\0" + "Cc\0lkp@intel.com" + kbuild-all@lists.01.org + linux-kernel@vger.kernel.org + " Kalle Valo <quic_kvalo@quicinc.com>\0" + "\00:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "CC: linux-kernel(a)vger.kernel.org\n" - "TO: Wen Gong <quic_wgong@quicinc.com>\n" - "CC: Kalle Valo <quic_kvalo@quicinc.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: 0280e3c58f92b2fe0e8fbbdf8d386449168de4a8\n" "commit: 1b8bb94c0612cf32e418e90ae93cf37214d84669 ath11k: report tx bitrate for iw wlan station dump\n" - "date: 5 weeks ago\n" - ":::::: branch date: 2 days ago\n" - ":::::: commit date: 5 weeks ago\n" - "config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp(a)intel.com/config)\n" + "config: microblaze-randconfig-m031-20220127 (https://download.01.org/0day-ci/archive/20220127/202201272110.Z8STyrTC-lkp@intel.com/config)\n" "compiler: microblaze-linux-gcc (GCC) 11.2.0\n" "\n" "If you fix the issue, kindly add following tag as appropriate\n" @@ -27,7 +24,6 @@ "\n" "vim +/rate_idx +511 drivers/net/wireless/ath/ath11k/dp_tx.c\n" "\n" - "d5c65159f28953 Kalle Valo 2019-11-23 417 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 418 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts)\n" "1b8bb94c0612cf Wen Gong 2021-12-20 419 {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 420 \tstruct ath11k_base *ab = ar->ab;\n" @@ -81,6 +77,9 @@ "1b8bb94c0612cf Wen Gong 2021-12-20 468 \t\tif (ret < 0)\n" "1b8bb94c0612cf Wen Gong 2021-12-20 469 \t\t\tgoto err_out;\n" "1b8bb94c0612cf Wen Gong 2021-12-20 470 \t\tarsta->txrate.legacy = rate;\n" + "\n" + "\"rate_idx\" only set on this path\n" + "\n" "1b8bb94c0612cf Wen Gong 2021-12-20 471 \t} else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11N) {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 472 \t\tif (mcs > 7) {\n" "1b8bb94c0612cf Wen Gong 2021-12-20 473 \t\t\tath11k_warn(ab, \"Invalid HT mcs index %d\\n\", mcs);\n" @@ -122,14 +121,16 @@ "1b8bb94c0612cf Wen Gong 2021-12-20 509 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 510 \tif (ath11k_debugfs_is_extd_tx_stats_enabled(ar))\n" "1b8bb94c0612cf Wen Gong 2021-12-20 @511 \t\tath11k_debugfs_sta_add_tx_stats(arsta, peer_stats, rate_idx);\n" + " ^^^^^^^^\n" + "Used here\n" + "\n" "1b8bb94c0612cf Wen Gong 2021-12-20 512 \n" "1b8bb94c0612cf Wen Gong 2021-12-20 513 err_out:\n" "1b8bb94c0612cf Wen Gong 2021-12-20 514 \tspin_unlock_bh(&ab->base_lock);\n" "1b8bb94c0612cf Wen Gong 2021-12-20 515 }\n" - "1b8bb94c0612cf Wen Gong 2021-12-20 516 \n" "\n" "---\n" "0-DAY CI Kernel Test Service, Intel Corporation\n" - https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org + https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org -ceee4f6485e96b27c1398f1e2264b868bc6e21b606b858eba14c78724a20d520 +bd0df1fb9dc5eb4bf658084b2aebc5321f91cf8403e14104b6f16d0e81310f0c
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.