When an issue is reported in lkml, the output contains a suggestion to add Reported-by and Closes tag in the commit message. Kernel maintainers also ask to add the Fixes tag with that. It has to be added manually. Would it be possible to add a proper Fixes tag in the suggestion? Here is an example of expected result.
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
+ | Fixes: bb4d28e377cf ("arm64: dts: qcom: sm6125: Add missing MDSS core reset")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202603150629.GYoouFwZ-lkp@intel.com/
When an issue is reported in lkml, the output contains a suggestion to add Reported-by and Closes tag in the commit message. Kernel maintainers also ask to add the Fixes tag with that. It has to be added manually. Would it be possible to add a proper Fixes tag in the suggestion? Here is an example of expected result.
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 + | Fixes: bb4d28e377cf ("arm64: dts: qcom: sm6125: Add missing MDSS core reset") | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202603150629.GYoouFwZ-lkp@intel.com/