tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/timer-vm-offsets head: c9beb39db9bf98e626b6e6abd3c313ed7967aa73 commit: f4bc12951146425e36e4b5bbc8df2c10dd377ea1 [12/17] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=f4bc12951146425e36e4b5bbc8df2c10dd377ea1 git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git git fetch --no-tags arm-platforms kvm-arm64/timer-vm-offsets git checkout f4bc12951146425e36e4b5bbc8df2c10dd377ea1 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202302170953.UioMK79b-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/virt/kvm/api.rst:5963: WARNING: Block quote ends without a blank line; unexpected unindent. vim +5963 Documentation/virt/kvm/api.rst 5948 5949 This capability indicates that userspace is able to apply a set of 5950 VM-wide offsets to the virtual and physical counters as viewed by the 5951 guest using the KVM_ARM_SET_CNT_OFFSETS ioctl and the following data 5952 structure: 5953 5954 struct kvm_arm_counter_offsets { 5955 __u64 virtual_offset; 5956 __u64 physical_offset; 5957 5958 #define KVM_COUNTER_SET_VOFFSET_FLAG (1UL << 0) 5959 #define KVM_COUNTER_SET_POFFSET_FLAG (1UL << 1) 5960 5961 __u64 flags; 5962 __u64 reserved; > 5963 }; 5964 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests