diff for duplicates of <202602111747.QIBXIwpw-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index 4d0ba3e..a0be38c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,25 @@ +BCC: lkp@intel.com +CC: oe-kbuild-all@lists.linux.dev +In-Reply-To: <20260210222310.357755-2-ethan.ferguson@zetier.com> +References: <20260210222310.357755-2-ethan.ferguson@zetier.com> +TO: Ethan Ferguson <ethan.ferguson@zetier.com> +TO: hirofumi@mail.parknet.co.jp +CC: linux-fsdevel@vger.kernel.org +CC: linux-kernel@vger.kernel.org +CC: Ethan Ferguson <ethan.ferguson@zetier.com> + Hi Ethan, kernel test robot noticed the following build warnings: +[auto build test WARNING on 9f2693489ef8558240d9e80bfad103650daed0af] + url: https://github.com/intel-lab-lkp/linux/commits/Ethan-Ferguson/fat-Add-FS_IOC_GETFSLABEL-ioctl/20260211-062606 base: 9f2693489ef8558240d9e80bfad103650daed0af patch link: https://lore.kernel.org/r/20260210222310.357755-2-ethan.ferguson%40zetier.com patch subject: [PATCH 1/2] fat: Add FS_IOC_GETFSLABEL ioctl +:::::: branch date: 11 hours ago +:::::: commit date: 11 hours ago config: riscv-randconfig-r071-20260211 (https://download.01.org/0day-ci/archive/20260211/202602111747.QIBXIwpw-lkp@intel.com/config) compiler: riscv64-linux-gcc (GCC) 9.5.0 smatch version: v0.5.0-8994-gd50c5a4c @@ -13,7 +27,7 @@ smatch version: v0.5.0-8994-gd50c5a4c If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> -| Reported-by: Dan Carpenter <dan.carpenter@linaro.org> +| Reported-by: Dan Carpenter <error27@gmail.com> | Closes: https://lore.kernel.org/r/202602111747.QIBXIwpw-lkp@intel.com/ smatch warnings: @@ -21,20 +35,14 @@ fs/fat/file.c:160 fat_ioctl_get_volume_label() warn: maybe return -EFAULT instea vim +160 fs/fat/file.c +f663b5b38fffeb Wentao Wang 2018-08-21 155 5fc1746d68b8fb Ethan Ferguson 2026-02-10 156 static int fat_ioctl_get_volume_label(struct inode *inode, char __user *arg) 5fc1746d68b8fb Ethan Ferguson 2026-02-10 157 { 5fc1746d68b8fb Ethan Ferguson 2026-02-10 158 struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); 5fc1746d68b8fb Ethan Ferguson 2026-02-10 159 5fc1746d68b8fb Ethan Ferguson 2026-02-10 @160 return copy_to_user(arg, sbi->vol_label, MSDOS_NAME); - -This should be: - - if (copy_to_user(arg, sbi->vol_label, MSDOS_NAME)) - return -EFAULT; - - return 0; - 5fc1746d68b8fb Ethan Ferguson 2026-02-10 161 } +5fc1746d68b8fb Ethan Ferguson 2026-02-10 162 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index bfdeae0..e0ded13 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,33 @@ - "ref\020260210222310.357755-2-ethan.ferguson@zetier.com\0" - "From\0Dan Carpenter <dan.carpenter@linaro.org>\0" + "From\0kernel test robot <lkp@intel.com>\0" "Subject\0Re: [PATCH 1/2] fat: Add FS_IOC_GETFSLABEL ioctl\0" - "Date\0Wed, 11 Feb 2026 13:57:39 +0300\0" - "To\0oe-kbuild@lists.linux.dev" - Ethan Ferguson <ethan.ferguson@zetier.com> - " hirofumi@mail.parknet.co.jp\0" + "Date\0Wed, 11 Feb 2026 17:15:12 +0800\0" + "To\0oe-kbuild@lists.linux.dev\0" "Cc\0lkp@intel.com" - oe-kbuild-all@lists.linux.dev - linux-fsdevel@vger.kernel.org - linux-kernel@vger.kernel.org - " Ethan Ferguson <ethan.ferguson@zetier.com>\0" + " Dan Carpenter <error27@gmail.com>\0" "\00:1\0" "b\0" + "BCC: lkp@intel.com\n" + "CC: oe-kbuild-all@lists.linux.dev\n" + "In-Reply-To: <20260210222310.357755-2-ethan.ferguson@zetier.com>\n" + "References: <20260210222310.357755-2-ethan.ferguson@zetier.com>\n" + "TO: Ethan Ferguson <ethan.ferguson@zetier.com>\n" + "TO: hirofumi@mail.parknet.co.jp\n" + "CC: linux-fsdevel@vger.kernel.org\n" + "CC: linux-kernel@vger.kernel.org\n" + "CC: Ethan Ferguson <ethan.ferguson@zetier.com>\n" + "\n" "Hi Ethan,\n" "\n" "kernel test robot noticed the following build warnings:\n" "\n" + "[auto build test WARNING on 9f2693489ef8558240d9e80bfad103650daed0af]\n" + "\n" "url: https://github.com/intel-lab-lkp/linux/commits/Ethan-Ferguson/fat-Add-FS_IOC_GETFSLABEL-ioctl/20260211-062606\n" "base: 9f2693489ef8558240d9e80bfad103650daed0af\n" "patch link: https://lore.kernel.org/r/20260210222310.357755-2-ethan.ferguson%40zetier.com\n" "patch subject: [PATCH 1/2] fat: Add FS_IOC_GETFSLABEL ioctl\n" + ":::::: branch date: 11 hours ago\n" + ":::::: commit date: 11 hours ago\n" "config: riscv-randconfig-r071-20260211 (https://download.01.org/0day-ci/archive/20260211/202602111747.QIBXIwpw-lkp@intel.com/config)\n" "compiler: riscv64-linux-gcc (GCC) 9.5.0\n" "smatch version: v0.5.0-8994-gd50c5a4c\n" @@ -27,7 +35,7 @@ "If you fix the issue in a separate patch/commit (i.e. not just a new version of\n" "the same patch/commit), kindly add following tags\n" "| Reported-by: kernel test robot <lkp@intel.com>\n" - "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n" + "| Reported-by: Dan Carpenter <error27@gmail.com>\n" "| Closes: https://lore.kernel.org/r/202602111747.QIBXIwpw-lkp@intel.com/\n" "\n" "smatch warnings:\n" @@ -35,23 +43,17 @@ "\n" "vim +160 fs/fat/file.c\n" "\n" + "f663b5b38fffeb Wentao Wang 2018-08-21 155 \n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 156 static int fat_ioctl_get_volume_label(struct inode *inode, char __user *arg)\n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 157 {\n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 158 \tstruct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb);\n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 159 \n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 @160 \treturn copy_to_user(arg, sbi->vol_label, MSDOS_NAME);\n" - "\n" - "This should be:\n" - "\n" - "\tif (copy_to_user(arg, sbi->vol_label, MSDOS_NAME))\n" - "\t\treturn -EFAULT;\n" - "\n" - "\treturn 0;\n" - "\n" "5fc1746d68b8fb Ethan Ferguson 2026-02-10 161 }\n" + "5fc1746d68b8fb Ethan Ferguson 2026-02-10 162 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -164e1318a26366931828f9c15a0023813d057ee21ad8dc9f7a5da0ebed87f51b +71b76df414e5d6bba5a02f8c8a2b7f631e37a08f9abce08e63da22429b9fb005
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.