On Fri, May 17, 2024 at 07:21:09PM +0800, Hongbo Li wrote: > Thanks for your attention, I have solved the warnings in the following patch > (the similar title: hostfs: convert hostfs to use the new mount API): > > https://lore.kernel.org/all/20240515025536.3667017-1-lihongbo22@xxxxxxxxxx/ > > or > > https://patchwork.ozlabs.org/project/linux-um/patch/20240515025536.3667017-1-lihongbo22@xxxxxxxxxx/ > > It was strange that the kernel test robot did not send the results on the > new patch. With uninitialized variable warnings, quite often Smatch is not the only or first checker to report the bug so I normally search lore to see if it has already been fixed. In this case there were no bug reports from Nathan Chancelor and the second version of the patch wasn't marked as a v2 and there was no note explaining it like: --- v2: fixed uninitialized variable warning So it wasn't immediately clear that it had been fixed already. https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/ regards, dan carpenter