diff for duplicates of <202206100456.HomFaAeW-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index be62276..5b331ad 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,6 @@ -CC: kbuild-all(a)lists.01.org -BCC: lkp(a)intel.com -CC: Linux Memory Management List <linux-mm@kvack.org> -TO: Paolo Bonzini <pbonzini@redhat.com> -CC: Like Xu <likexu@tencent.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: ff539ac73ea559a8c146d99ab14bfcaddd30547a commit: 916e3a4f950eac92c28cc138c10d86514ffebf98 [1642/2142] x86: events: Do not return bogus capabilities if PMU is broken -:::::: branch date: 16 hours ago -:::::: commit date: 27 hours ago config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp(a)intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 @@ -21,7 +13,6 @@ arch/x86/events/core.c:2114 init_hw_perf_events() warn: missing error code 'err' vim +/err +2114 arch/x86/events/core.c -d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04-12 2078 dda99116969142 arch/x86/kernel/cpu/perf_event.c Yinghai Lu 2011-01-21 2079 static int __init init_hw_perf_events(void) b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02-27 2080 { c1d6f42f1a42c7 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2011-12-06 2081 struct x86_pmu_quirk *quirk; @@ -58,6 +49,10 @@ b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02 33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2112 /* sanity check that the hardware exists or is emulated */ fc4b8fca2d8fc8 arch/x86/events/core.c Kan Liang 2021-04-12 2113 if (!check_hw_exists(&pmu, x86_pmu.num_counters, x86_pmu.num_counters_fixed)) 916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 @2114 goto out_bad_pmu; + +Hard to tell if this is an error path or not. + + 33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2115 1123e3ad73697d arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2009-05-29 2116 pr_cont("%s PMU driver.\n", x86_pmu.name); faa28ae018ed00 arch/x86/kernel/cpu/perf_counter.c Robert Richter 2009-04-29 2117 @@ -170,8 +165,6 @@ d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04 916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 2224 memset(&x86_pmu, 0, sizeof(x86_pmu)); 95ca792c7582fd arch/x86/events/core.c Thomas Gleixner 2016-07-13 2225 return err; 241771ef016b5c arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-03 2226 } -004417a6d468e2 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2010-11-25 2227 early_initcall(init_hw_perf_events); -621a01eac89b5e arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-11 2228 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index 52efb29..63bdff0 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\0[linux-next:master 1642/2142] arch/x86/events/core.c:2114 init_hw_perf_events() warn: missing error code 'err'\0" - "Date\0Fri, 10 Jun 2022 04:17:45 +0800\0" - "To\0kbuild@lists.01.org\0" + "Date\0Fri, 10 Jun 2022 09:43:45 +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 Memory Management List <linux-mm@kvack.org>\n" - "TO: Paolo Bonzini <pbonzini@redhat.com>\n" - "CC: Like Xu <likexu@tencent.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master\n" "head: ff539ac73ea559a8c146d99ab14bfcaddd30547a\n" "commit: 916e3a4f950eac92c28cc138c10d86514ffebf98 [1642/2142] x86: events: Do not return bogus capabilities if PMU is broken\n" - ":::::: branch date: 16 hours ago\n" - ":::::: commit date: 27 hours ago\n" "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp(a)intel.com/config)\n" "compiler: gcc-11 (Debian 11.3.0-3) 11.3.0\n" "\n" @@ -27,7 +19,6 @@ "\n" "vim +/err +2114 arch/x86/events/core.c\n" "\n" - "d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04-12 2078 \n" "dda99116969142 arch/x86/kernel/cpu/perf_event.c Yinghai Lu 2011-01-21 2079 static int __init init_hw_perf_events(void)\n" "b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02-27 2080 {\n" "c1d6f42f1a42c7 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2011-12-06 2081 \tstruct x86_pmu_quirk *quirk;\n" @@ -64,6 +55,10 @@ "33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2112 \t/* sanity check that the hardware exists or is emulated */\n" "fc4b8fca2d8fc8 arch/x86/events/core.c Kan Liang 2021-04-12 2113 \tif (!check_hw_exists(&pmu, x86_pmu.num_counters, x86_pmu.num_counters_fixed))\n" "916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 @2114 \t\tgoto out_bad_pmu;\n" + "\n" + "Hard to tell if this is an error path or not.\n" + "\n" + "\n" "33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2115 \n" "1123e3ad73697d arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2009-05-29 2116 \tpr_cont(\"%s PMU driver.\\n\", x86_pmu.name);\n" "faa28ae018ed00 arch/x86/kernel/cpu/perf_counter.c Robert Richter 2009-04-29 2117 \n" @@ -176,11 +171,9 @@ "916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 2224 \tmemset(&x86_pmu, 0, sizeof(x86_pmu));\n" "95ca792c7582fd arch/x86/events/core.c Thomas Gleixner 2016-07-13 2225 \treturn err;\n" "241771ef016b5c arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-03 2226 }\n" - "004417a6d468e2 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2010-11-25 2227 early_initcall(init_hw_perf_events);\n" - "621a01eac89b5e arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-11 2228 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://01.org/lkp -79814c76107aec80701cb0f732f078c2055dc973360170ef56712745e562a72f +c0dbaed0cae7c5e3b0fdaacf01a17c0998314dbc785cba35fa0902111ce83b3a
diff --git a/a/1.txt b/N2/1.txt index be62276..5fe7561 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,15 +1,7 @@ -CC: kbuild-all(a)lists.01.org -BCC: lkp(a)intel.com -CC: Linux Memory Management List <linux-mm@kvack.org> -TO: Paolo Bonzini <pbonzini@redhat.com> -CC: Like Xu <likexu@tencent.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: ff539ac73ea559a8c146d99ab14bfcaddd30547a commit: 916e3a4f950eac92c28cc138c10d86514ffebf98 [1642/2142] x86: events: Do not return bogus capabilities if PMU is broken -:::::: branch date: 16 hours ago -:::::: commit date: 27 hours ago -config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp(a)intel.com/config) +config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 If you fix the issue, kindly add following tag where applicable @@ -21,7 +13,6 @@ arch/x86/events/core.c:2114 init_hw_perf_events() warn: missing error code 'err' vim +/err +2114 arch/x86/events/core.c -d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04-12 2078 dda99116969142 arch/x86/kernel/cpu/perf_event.c Yinghai Lu 2011-01-21 2079 static int __init init_hw_perf_events(void) b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02-27 2080 { c1d6f42f1a42c7 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2011-12-06 2081 struct x86_pmu_quirk *quirk; @@ -58,6 +49,10 @@ b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02 33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2112 /* sanity check that the hardware exists or is emulated */ fc4b8fca2d8fc8 arch/x86/events/core.c Kan Liang 2021-04-12 2113 if (!check_hw_exists(&pmu, x86_pmu.num_counters, x86_pmu.num_counters_fixed)) 916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 @2114 goto out_bad_pmu; + +Hard to tell if this is an error path or not. + + 33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2115 1123e3ad73697d arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2009-05-29 2116 pr_cont("%s PMU driver.\n", x86_pmu.name); faa28ae018ed00 arch/x86/kernel/cpu/perf_counter.c Robert Richter 2009-04-29 2117 @@ -170,8 +165,6 @@ d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04 916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 2224 memset(&x86_pmu, 0, sizeof(x86_pmu)); 95ca792c7582fd arch/x86/events/core.c Thomas Gleixner 2016-07-13 2225 return err; 241771ef016b5c arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-03 2226 } -004417a6d468e2 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2010-11-25 2227 early_initcall(init_hw_perf_events); -621a01eac89b5e arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-11 2228 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N2/content_digest index 52efb29..fb94057 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\0[linux-next:master 1642/2142] arch/x86/events/core.c:2114 init_hw_perf_events() warn: missing error code 'err'\0" - "Date\0Fri, 10 Jun 2022 04:17:45 +0800\0" - "To\0kbuild@lists.01.org\0" - "\01:1\0" + "Date\0Fri, 10 Jun 2022 09:43:45 +0300\0" + "To\0kbuild@lists.01.org" + " Paolo Bonzini <pbonzini@redhat.com>\0" + "Cc\0lkp@intel.com" + kbuild-all@lists.01.org + Linux Memory Management List <linux-mm@kvack.org> + " Like Xu <likexu@tencent.com>\0" + "\00:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "BCC: lkp(a)intel.com\n" - "CC: Linux Memory Management List <linux-mm@kvack.org>\n" - "TO: Paolo Bonzini <pbonzini@redhat.com>\n" - "CC: Like Xu <likexu@tencent.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master\n" "head: ff539ac73ea559a8c146d99ab14bfcaddd30547a\n" "commit: 916e3a4f950eac92c28cc138c10d86514ffebf98 [1642/2142] x86: events: Do not return bogus capabilities if PMU is broken\n" - ":::::: branch date: 16 hours ago\n" - ":::::: commit date: 27 hours ago\n" - "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp(a)intel.com/config)\n" + "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220610/202206100456.HomFaAeW-lkp@intel.com/config)\n" "compiler: gcc-11 (Debian 11.3.0-3) 11.3.0\n" "\n" "If you fix the issue, kindly add following tag where applicable\n" @@ -27,7 +24,6 @@ "\n" "vim +/err +2114 arch/x86/events/core.c\n" "\n" - "d9977c43bff895 arch/x86/events/core.c Kan Liang 2021-04-12 2078 \n" "dda99116969142 arch/x86/kernel/cpu/perf_event.c Yinghai Lu 2011-01-21 2079 static int __init init_hw_perf_events(void)\n" "b56a3802dc6df2 arch/x86/kernel/cpu/perf_counter.c Jaswinder Singh Rajput 2009-02-27 2080 {\n" "c1d6f42f1a42c7 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2011-12-06 2081 \tstruct x86_pmu_quirk *quirk;\n" @@ -64,6 +60,10 @@ "33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2112 \t/* sanity check that the hardware exists or is emulated */\n" "fc4b8fca2d8fc8 arch/x86/events/core.c Kan Liang 2021-04-12 2113 \tif (!check_hw_exists(&pmu, x86_pmu.num_counters, x86_pmu.num_counters_fixed))\n" "916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 @2114 \t\tgoto out_bad_pmu;\n" + "\n" + "Hard to tell if this is an error path or not.\n" + "\n" + "\n" "33c6d6a7ad0ffa arch/x86/kernel/cpu/perf_event.c Don Zickus 2010-11-22 2115 \n" "1123e3ad73697d arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2009-05-29 2116 \tpr_cont(\"%s PMU driver.\\n\", x86_pmu.name);\n" "faa28ae018ed00 arch/x86/kernel/cpu/perf_counter.c Robert Richter 2009-04-29 2117 \n" @@ -176,11 +176,9 @@ "916e3a4f950eac arch/x86/events/core.c Paolo Bonzini 2022-06-01 2224 \tmemset(&x86_pmu, 0, sizeof(x86_pmu));\n" "95ca792c7582fd arch/x86/events/core.c Thomas Gleixner 2016-07-13 2225 \treturn err;\n" "241771ef016b5c arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-03 2226 }\n" - "004417a6d468e2 arch/x86/kernel/cpu/perf_event.c Peter Zijlstra 2010-11-25 2227 early_initcall(init_hw_perf_events);\n" - "621a01eac89b5e arch/x86/kernel/cpu/perf_counter.c Ingo Molnar 2008-12-11 2228 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://01.org/lkp -79814c76107aec80701cb0f732f078c2055dc973360170ef56712745e562a72f +0c91151e93f7f191d6c14b86808e51d99812bc19e424adee7a24eae3c84348f6
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.