• A
    tools include UAPI: Sync linux/vhost.h with the kernel sources · 3450d57c
    Arnaldo Carvalho de Melo 提交于
    mainline inclusion
    from mainline-v6.0-rc2
    commit 898d2403
    category: feature
    bugzilla: https://gitee.com/openeuler/kernel/issues/I5WXCZ
    CVE: NA
    
    Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=898d24034605d2a0b16f6ca349d2e74124b5e043
    
    ----------------------------------------------------------------------
    
    To get the changes in:
    
      f345a014 ("vhost-vdpa: uAPI to suspend the device")
    
    Silencing this perf build warning:
    
      Warning: Kernel ABI header at 'tools/include/uapi/linux/vhost.h' differs from latest version at 'include/uapi/linux/vhost.h'
      diff -u tools/include/uapi/linux/vhost.h include/uapi/linux/vhost.h
    
    To pick up these changes and support them:
    
      $ tools/perf/trace/beauty/vhost_virtio_ioctl.sh > before
      $ cp include/uapi/linux/vhost.h tools/include/uapi/linux/vhost.h
      $ tools/perf/trace/beauty/vhost_virtio_ioctl.sh > after
      $ diff -u before after
      --- before	2022-08-18 09:46:12.355958316 -0300
      +++ after	2022-08-18 09:46:19.701182822 -0300
      @@ -29,6 +29,7 @@
       	[0x75] = "VDPA_SET_VRING_ENABLE",
       	[0x77] = "VDPA_SET_CONFIG_CALL",
       	[0x7C] = "VDPA_SET_GROUP_ASID",
      +	[0x7D] = "VDPA_SUSPEND",
       };
       = {
       	[0x00] = "GET_FEATURES",
      $
    
    For instance, see how those 'cmd' ioctl arguments get translated, now
    VDPA_SUSPEND will be as well:
    
      # perf trace -a -e ioctl --max-events=10
           0.000 ( 0.011 ms): pipewire/2261 ioctl(fd: 60, cmd: SNDRV_PCM_HWSYNC, arg: 0x1)                        = 0
          21.353 ( 0.014 ms): pipewire/2261 ioctl(fd: 60, cmd: SNDRV_PCM_HWSYNC, arg: 0x1)                        = 0
          25.766 ( 0.014 ms): gnome-shell/2196 ioctl(fd: 14, cmd: DRM_I915_IRQ_WAIT, arg: 0x7ffe4a22c740)            = 0
          25.845 ( 0.034 ms): gnome-shel:cs0/2212 ioctl(fd: 14, cmd: DRM_I915_IRQ_EMIT, arg: 0x7fd43915dc70)            = 0
          25.916 ( 0.011 ms): gnome-shell/2196 ioctl(fd: 9, cmd: DRM_MODE_ADDFB2, arg: 0x7ffe4a22c8a0)               = 0
          25.941 ( 0.025 ms): gnome-shell/2196 ioctl(fd: 9, cmd: DRM_MODE_ATOMIC, arg: 0x7ffe4a22c840)               = 0
          32.915 ( 0.009 ms): gnome-shell/2196 ioctl(fd: 9, cmd: DRM_MODE_RMFB, arg: 0x7ffe4a22cf9c)                 = 0
          42.522 ( 0.013 ms): gnome-shell/2196 ioctl(fd: 14, cmd: DRM_I915_IRQ_WAIT, arg: 0x7ffe4a22c740)            = 0
          42.579 ( 0.031 ms): gnome-shel:cs0/2212 ioctl(fd: 14, cmd: DRM_I915_IRQ_EMIT, arg: 0x7fd43915dc70)            = 0
          42.644 ( 0.010 ms): gnome-shell/2196 ioctl(fd: 9, cmd: DRM_MODE_ADDFB2, arg: 0x7ffe4a22c8a0)               = 0
      #
    
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Eugenio Pérez <eperezma@redhat.com>
    Cc: Ian Rogers <irogers@google.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Michael S. Tsirkin <mst@redhat.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Link: https://lore.kernel.org/lkml/Yv6Kb4OESuNJuH6X@kernel.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    Signed-off-by: NPengyuan Zhao <zhaopengyuan@hisilicon.com>
    3450d57c
vhost.h 7.5 KB