On Thu, Nov 09, 2023, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/virt/kvm/kvm.git guestmemfd > head: cd689ddd5c93ea177b28029d57c13e18b160875b > commit: cd689ddd5c93ea177b28029d57c13e18b160875b [59/59] KVM: remove deprecated UAPIs Paolo, I assume you force pushed to guestmemfd at some point at that this is no longer an issue? I can't find the above object, and given the shortlog I'm guessing it was a WIP thing unrelated to guest_memfd. > config: s390-defconfig (https://download.01.org/0day-ci/archive/20231109/202311090100.Zt0adRi9-lkp@xxxxxxxxx/config) > compiler: s390-linux-gcc (GCC) 13.2.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231109/202311090100.Zt0adRi9-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/202311090100.Zt0adRi9-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > arch/s390/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_dev_ioctl': > >> arch/s390/kvm/../../../virt/kvm/kvm_main.c:5517:14: error: 'KVM_TRACE_ENABLE' undeclared (first use in this function); did you mean 'KVM_PV_ENABLE'? > 5517 | case KVM_TRACE_ENABLE: > | ^~~~~~~~~~~~~~~~ > | KVM_PV_ENABLE > arch/s390/kvm/../../../virt/kvm/kvm_main.c:5517:14: note: each undeclared identifier is reported only once for each function it appears in > >> arch/s390/kvm/../../../virt/kvm/kvm_main.c:5518:14: error: 'KVM_TRACE_PAUSE' undeclared (first use in this function) > 5518 | case KVM_TRACE_PAUSE: > | ^~~~~~~~~~~~~~~ > >> arch/s390/kvm/../../../virt/kvm/kvm_main.c:5519:14: error: 'KVM_TRACE_DISABLE' undeclared (first use in this function); did you mean 'KVM_PV_DISABLE'? > 5519 | case KVM_TRACE_DISABLE: > | ^~~~~~~~~~~~~~~~~ > | KVM_PV_DISABLE > > > vim +5517 arch/s390/kvm/../../../virt/kvm/kvm_main.c