diff for duplicates of <202111280304.FL2314qf-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index e279703..fe4b3bb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,15 +1,6 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: Rob Herring <robh@kernel.org> -CC: Lakshmi Ramasubramanian <nramas@linux.microsoft.com> -CC: Thiago Jung Bauermann <bauerman@linux.ibm.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c5c17547b778975b3d83a73c8d84e8fb5ecf3ba5 commit: ac10be5cdbfa852139658d52c2f1c608782ce992 arm64: Use common of_kexec_alloc_and_setup_fdt() -date: 9 months ago -:::::: branch date: 23 hours ago -:::::: commit date: 9 months ago config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp(a)intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.0 @@ -22,12 +13,6 @@ arch/arm64/kernel/machine_kexec_file.c:152 load_other_segments() warn: missing e vim +/ret +152 arch/arm64/kernel/machine_kexec_file.c -3751e728cef290 AKASHI Takahiro 2019-12-16 75 -108aa503657ee2 Benjamin Gwin 2020-11-03 76 /* -108aa503657ee2 Benjamin Gwin 2020-11-03 77 * Tries to add the initrd and DTB to the image. If it is not possible to find -108aa503657ee2 Benjamin Gwin 2020-11-03 78 * valid locations, this function will undo changes to the image and return non -108aa503657ee2 Benjamin Gwin 2020-11-03 79 * zero. -108aa503657ee2 Benjamin Gwin 2020-11-03 80 */ 52b2a8af743604 AKASHI Takahiro 2018-11-15 81 int load_other_segments(struct kimage *image, 52b2a8af743604 AKASHI Takahiro 2018-11-15 82 unsigned long kernel_load_addr, 52b2a8af743604 AKASHI Takahiro 2018-11-15 83 unsigned long kernel_size, @@ -100,12 +85,8 @@ ac10be5cdbfa85 Rob Herring 2021-02-21 149 initrd_len, cmdl ac10be5cdbfa85 Rob Herring 2021-02-21 150 if (!dtb) { 52b2a8af743604 AKASHI Takahiro 2018-11-15 151 pr_err("Preparing for new dtb failed\n"); 52b2a8af743604 AKASHI Takahiro 2018-11-15 @152 goto out_err; - -:::::: The code at line 152 was first introduced by commit -:::::: 52b2a8af7436044cfcb27e4b0f72c2ce1f3890da arm64: kexec_file: load initrd and device-tree - -:::::: TO: AKASHI Takahiro <takahiro.akashi@linaro.org> -:::::: CC: Will Deacon <will.deacon@arm.com> + ^^^^^^^^^^^^^ +This needs an error code. --- 0-DAY CI Kernel Test Service, Intel Corporation diff --git a/a/content_digest b/N1/content_digest index 1a7eaeb..e931f2f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,12 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0arch/arm64/kernel/machine_kexec_file.c:152 load_other_segments() warn: missing error code 'ret'\0" - "Date\0Sun, 28 Nov 2021 04:07:22 +0800\0" - "To\0kbuild@lists.01.org\0" + "Date\0Wed, 01 Dec 2021 14:46:26 +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: Rob Herring <robh@kernel.org>\n" - "CC: Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\n" - "CC: Thiago Jung Bauermann <bauerman@linux.ibm.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: c5c17547b778975b3d83a73c8d84e8fb5ecf3ba5\n" "commit: ac10be5cdbfa852139658d52c2f1c608782ce992 arm64: Use common of_kexec_alloc_and_setup_fdt()\n" - "date: 9 months ago\n" - ":::::: branch date: 23 hours ago\n" - ":::::: commit date: 9 months ago\n" "config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp(a)intel.com/config)\n" "compiler: aarch64-linux-gcc (GCC) 11.2.0\n" "\n" @@ -28,12 +19,6 @@ "\n" "vim +/ret +152 arch/arm64/kernel/machine_kexec_file.c\n" "\n" - "3751e728cef290 AKASHI Takahiro 2019-12-16 75 \n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 76 /*\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 77 * Tries to add the initrd and DTB to the image. If it is not possible to find\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 78 * valid locations, this function will undo changes to the image and return non\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 79 * zero.\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 80 */\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 81 int load_other_segments(struct kimage *image,\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 82 \t\t\tunsigned long kernel_load_addr,\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 83 \t\t\tunsigned long kernel_size,\n" @@ -106,15 +91,11 @@ "ac10be5cdbfa85 Rob Herring 2021-02-21 150 \tif (!dtb) {\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 151 \t\tpr_err(\"Preparing for new dtb failed\\n\");\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 @152 \t\tgoto out_err;\n" - "\n" - ":::::: The code at line 152 was first introduced by commit\n" - ":::::: 52b2a8af7436044cfcb27e4b0f72c2ce1f3890da arm64: kexec_file: load initrd and device-tree\n" - "\n" - ":::::: TO: AKASHI Takahiro <takahiro.akashi@linaro.org>\n" - ":::::: CC: Will Deacon <will.deacon@arm.com>\n" + " ^^^^^^^^^^^^^\n" + "This needs an error code.\n" "\n" "---\n" "0-DAY CI Kernel Test Service, Intel Corporation\n" https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org -35b4122085f2881f0a42f7fa64afa63dcaf331a25dea8e14b07232d88668ae75 +7e926e9651ff031d7fa9e7a9419526e2dec00f32d9bcfa896a5239476e6cc1ab
diff --git a/a/1.txt b/N2/1.txt index e279703..311a05e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,16 +1,7 @@ -CC: kbuild-all(a)lists.01.org -CC: linux-kernel(a)vger.kernel.org -TO: Rob Herring <robh@kernel.org> -CC: Lakshmi Ramasubramanian <nramas@linux.microsoft.com> -CC: Thiago Jung Bauermann <bauerman@linux.ibm.com> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c5c17547b778975b3d83a73c8d84e8fb5ecf3ba5 commit: ac10be5cdbfa852139658d52c2f1c608782ce992 arm64: Use common of_kexec_alloc_and_setup_fdt() -date: 9 months ago -:::::: branch date: 23 hours ago -:::::: commit date: 9 months ago -config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp(a)intel.com/config) +config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate @@ -22,12 +13,6 @@ arch/arm64/kernel/machine_kexec_file.c:152 load_other_segments() warn: missing e vim +/ret +152 arch/arm64/kernel/machine_kexec_file.c -3751e728cef290 AKASHI Takahiro 2019-12-16 75 -108aa503657ee2 Benjamin Gwin 2020-11-03 76 /* -108aa503657ee2 Benjamin Gwin 2020-11-03 77 * Tries to add the initrd and DTB to the image. If it is not possible to find -108aa503657ee2 Benjamin Gwin 2020-11-03 78 * valid locations, this function will undo changes to the image and return non -108aa503657ee2 Benjamin Gwin 2020-11-03 79 * zero. -108aa503657ee2 Benjamin Gwin 2020-11-03 80 */ 52b2a8af743604 AKASHI Takahiro 2018-11-15 81 int load_other_segments(struct kimage *image, 52b2a8af743604 AKASHI Takahiro 2018-11-15 82 unsigned long kernel_load_addr, 52b2a8af743604 AKASHI Takahiro 2018-11-15 83 unsigned long kernel_size, @@ -100,13 +85,9 @@ ac10be5cdbfa85 Rob Herring 2021-02-21 149 initrd_len, cmdl ac10be5cdbfa85 Rob Herring 2021-02-21 150 if (!dtb) { 52b2a8af743604 AKASHI Takahiro 2018-11-15 151 pr_err("Preparing for new dtb failed\n"); 52b2a8af743604 AKASHI Takahiro 2018-11-15 @152 goto out_err; - -:::::: The code at line 152 was first introduced by commit -:::::: 52b2a8af7436044cfcb27e4b0f72c2ce1f3890da arm64: kexec_file: load initrd and device-tree - -:::::: TO: AKASHI Takahiro <takahiro.akashi@linaro.org> -:::::: CC: Will Deacon <will.deacon@arm.com> + ^^^^^^^^^^^^^ +This needs an error code. --- 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 1a7eaeb..fe0fc88 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,19 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0arch/arm64/kernel/machine_kexec_file.c:152 load_other_segments() warn: missing error code 'ret'\0" - "Date\0Sun, 28 Nov 2021 04:07:22 +0800\0" - "To\0kbuild@lists.01.org\0" - "\01:1\0" + "Date\0Wed, 1 Dec 2021 14:46:26 +0300\0" + "To\0kbuild@lists.01.org" + " Rob Herring <robh@kernel.org>\0" + "Cc\0lkp@intel.com" + kbuild-all@lists.01.org + linux-kernel@vger.kernel.org + Lakshmi Ramasubramanian <nramas@linux.microsoft.com> + " Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" + "\00:1\0" "b\0" - "CC: kbuild-all(a)lists.01.org\n" - "CC: linux-kernel(a)vger.kernel.org\n" - "TO: Rob Herring <robh@kernel.org>\n" - "CC: Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\n" - "CC: Thiago Jung Bauermann <bauerman@linux.ibm.com>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: c5c17547b778975b3d83a73c8d84e8fb5ecf3ba5\n" "commit: ac10be5cdbfa852139658d52c2f1c608782ce992 arm64: Use common of_kexec_alloc_and_setup_fdt()\n" - "date: 9 months ago\n" - ":::::: branch date: 23 hours ago\n" - ":::::: commit date: 9 months ago\n" - "config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp(a)intel.com/config)\n" + "config: arm64-randconfig-m031-20211127 (https://download.01.org/0day-ci/archive/20211128/202111280304.FL2314qf-lkp@intel.com/config)\n" "compiler: aarch64-linux-gcc (GCC) 11.2.0\n" "\n" "If you fix the issue, kindly add following tag as appropriate\n" @@ -28,12 +25,6 @@ "\n" "vim +/ret +152 arch/arm64/kernel/machine_kexec_file.c\n" "\n" - "3751e728cef290 AKASHI Takahiro 2019-12-16 75 \n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 76 /*\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 77 * Tries to add the initrd and DTB to the image. If it is not possible to find\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 78 * valid locations, this function will undo changes to the image and return non\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 79 * zero.\n" - "108aa503657ee2 Benjamin Gwin 2020-11-03 80 */\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 81 int load_other_segments(struct kimage *image,\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 82 \t\t\tunsigned long kernel_load_addr,\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 83 \t\t\tunsigned long kernel_size,\n" @@ -106,15 +97,11 @@ "ac10be5cdbfa85 Rob Herring 2021-02-21 150 \tif (!dtb) {\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 151 \t\tpr_err(\"Preparing for new dtb failed\\n\");\n" "52b2a8af743604 AKASHI Takahiro 2018-11-15 @152 \t\tgoto out_err;\n" - "\n" - ":::::: The code at line 152 was first introduced by commit\n" - ":::::: 52b2a8af7436044cfcb27e4b0f72c2ce1f3890da arm64: kexec_file: load initrd and device-tree\n" - "\n" - ":::::: TO: AKASHI Takahiro <takahiro.akashi@linaro.org>\n" - ":::::: CC: Will Deacon <will.deacon@arm.com>\n" + " ^^^^^^^^^^^^^\n" + "This needs an error code.\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 -35b4122085f2881f0a42f7fa64afa63dcaf331a25dea8e14b07232d88668ae75 +beaf3420b958c8879f16fda135f1eeb11ed399c04cfb5e3fd91787ade353457a
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.