diff for duplicates of <202603062103.GcIsRo8v-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index cf066ff..1229913 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,6 @@ -BCC: lkp@intel.com -CC: oe-kbuild-all@lists.linux.dev -TO: cros-kernel-buildreports@googlegroups.com - tree: https://android.googlesource.com/kernel/common upstream-linux-6.6.y head: 4fc00fe35d46b4fc8dac2eb543a0e3d44bb15f47 commit: 2e150ccea13129eb048679114808eb9770443e4d [685/685] drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()' -:::::: branch date: 23 hours ago -:::::: commit date: 2 years, 1 month ago config: i386-randconfig-141-20260306 (https://download.01.org/0day-ci/archive/20260306/202603062103.GcIsRo8v-lkp@intel.com/config) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 smatch: v0.5.0-9004-gb810ac53 @@ -14,7 +8,7 @@ smatch: v0.5.0-9004-gb810ac53 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 <error27@gmail.com> +| Reported-by: Dan Carpenter <dan.carpenter@linaro.org> | Closes: https://lore.kernel.org/r/202603062103.GcIsRo8v-lkp@intel.com/ smatch warnings: @@ -23,7 +17,6 @@ drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c:254 dcn21_set_backl vim +/tg +247 drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c -474ac4a875ca6fe Yongqiang Sun 2020-04-27 233 474ac4a875ca6fe Yongqiang Sun 2020-04-27 234 bool dcn21_set_backlight_level(struct pipe_ctx *pipe_ctx, 474ac4a875ca6fe Yongqiang Sun 2020-04-27 235 uint32_t backlight_pwm_u16_16, 474ac4a875ca6fe Yongqiang Sun 2020-04-27 236 uint32_t frame_ramp) @@ -35,6 +28,9 @@ vim +/tg +247 drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 242 uint32_t otg_inst; 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 243 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 @244 if (!abm && !tg && !panel_cntl) + +Presumable || was intended instead of &&. + 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 245 return false; 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 246 2e150ccea13129e Srinivasan Shanmugam 2024-01-27 @247 otg_inst = tg->inst; @@ -66,7 +62,6 @@ vim +/tg +247 drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c 474ac4a875ca6fe Yongqiang Sun 2020-04-27 273 474ac4a875ca6fe Yongqiang Sun 2020-04-27 274 return true; 474ac4a875ca6fe Yongqiang Sun 2020-04-27 275 } -474ac4a875ca6fe Yongqiang Sun 2020-04-27 276 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index 00ccb7d..3e77ab0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,15 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0Dan Carpenter <dan.carpenter@linaro.org>\0" "Subject\0[android-common:upstream-linux-6.6.y 685/685] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c:247 dcn21_set_backlight_level() error: we previously assumed 'tg' could be null (see line 244)\0" - "Date\0Fri, 06 Mar 2026 21:48:30 +0800\0" - "To\0oe-kbuild@lists.linux.dev\0" + "Date\0Fri, 6 Mar 2026 21:15:31 +0300\0" + "To\0oe-kbuild@lists.linux.dev" + " cros-kernel-buildreports@googlegroups.com\0" "Cc\0lkp@intel.com" - " Dan Carpenter <error27@gmail.com>\0" + " oe-kbuild-all@lists.linux.dev\0" "\00:1\0" "b\0" - "BCC: lkp@intel.com\n" - "CC: oe-kbuild-all@lists.linux.dev\n" - "TO: cros-kernel-buildreports@googlegroups.com\n" - "\n" "tree: https://android.googlesource.com/kernel/common upstream-linux-6.6.y\n" "head: 4fc00fe35d46b4fc8dac2eb543a0e3d44bb15f47\n" "commit: 2e150ccea13129eb048679114808eb9770443e4d [685/685] drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'\n" - ":::::: branch date: 23 hours ago\n" - ":::::: commit date: 2 years, 1 month ago\n" "config: i386-randconfig-141-20260306 (https://download.01.org/0day-ci/archive/20260306/202603062103.GcIsRo8v-lkp@intel.com/config)\n" "compiler: gcc-14 (Debian 14.2.0-19) 14.2.0\n" "smatch: v0.5.0-9004-gb810ac53\n" @@ -22,7 +17,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 <error27@gmail.com>\n" + "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n" "| Closes: https://lore.kernel.org/r/202603062103.GcIsRo8v-lkp@intel.com/\n" "\n" "smatch warnings:\n" @@ -31,7 +26,6 @@ "\n" "vim +/tg +247 drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c\n" "\n" - "474ac4a875ca6fe Yongqiang Sun 2020-04-27 233 \n" "474ac4a875ca6fe Yongqiang Sun 2020-04-27 234 bool dcn21_set_backlight_level(struct pipe_ctx *pipe_ctx,\n" "474ac4a875ca6fe Yongqiang Sun 2020-04-27 235 \t\tuint32_t backlight_pwm_u16_16,\n" "474ac4a875ca6fe Yongqiang Sun 2020-04-27 236 \t\tuint32_t frame_ramp)\n" @@ -43,6 +37,9 @@ "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 242 \tuint32_t otg_inst;\n" "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 243 \n" "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 @244 \tif (!abm && !tg && !panel_cntl)\n" + "\n" + "Presumable || was intended instead of &&.\n" + "\n" "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 245 \t\treturn false;\n" "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 246 \n" "2e150ccea13129e Srinivasan Shanmugam 2024-01-27 @247 \totg_inst = tg->inst;\n" @@ -74,10 +71,9 @@ "474ac4a875ca6fe Yongqiang Sun 2020-04-27 273 \n" "474ac4a875ca6fe Yongqiang Sun 2020-04-27 274 \treturn true;\n" "474ac4a875ca6fe Yongqiang Sun 2020-04-27 275 }\n" - "474ac4a875ca6fe Yongqiang Sun 2020-04-27 276 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -a3ba24a4b0d8a70aff87dd8c6902e0780ab7c2fbbdef8a8ec8167c894e384e20 +e1089b7ae2ad36cad6abf781961e86b8ee526c37af7609a2bcc5a2357cb55710
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.