On Thu, 9 Jan 2025 at 22:52, James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, 2025-01-10 at 05:02 +0800, kernel test robot wrote: > > tree: > > https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next > > head: 5e948d5cefebebe2315faf356d7b5180144b17b0 > > commit: 43039cdd1a14ed12c7b506a2d78c7fa708444b06 efivarfs: add > > variable resync after hibernation > > date: 11 hours ago > > config: x86_64-buildonly-randconfig-002-20250109 > > (https://download.01.org/0day-ci/archive/20250110/202501100429.RSwlJM > > m0-lkp@xxxxxxxxx/config) > > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 > > reproduce (this is a W=1 build): > > (https://download.01.org/0day-ci/archive/20250110/202501100429.RSwlJM > > m0-lkp@xxxxxxxxx/reproduce) > > > > 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@xxxxxxxxx> > > > Closes: > > > https://lore.kernel.org/oe-kbuild-all/202501100429.RSwlJMm0-lkp@xxxxxxxxx/ > > > > All warnings (new ones prefixed by >>): > > > > > > fs/efivarfs/vars.c:375: warning: Function parameter or struct > > > > member 'duplicate_check' not described in 'efivar_init' > > Sorry, my fault. If you fold this one-liner into "efivarfs: add > variable resync after hibernation" it will correct the warning. > Thanks.