[PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.

Yichen Wang posted 12 patches 1 week, 1 day ago
[PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.
Posted by Yichen Wang 1 week, 1 day ago
Signed-off-by: Yichen Wang <yichen.wang@bytedance.com>
---
 scripts/update-linux-headers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 99a8d9fa4c..9128c7499b 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -200,7 +200,7 @@ rm -rf "$output/linux-headers/linux"
 mkdir -p "$output/linux-headers/linux"
 for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
               psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
-              vduse.h iommufd.h bits.h; do
+              vduse.h iommufd.h bits.h idxd.h; do
     cp "$hdrdir/include/linux/$header" "$output/linux-headers/linux"
 done
 
-- 
Yichen Wang
Re: [PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.
Posted by Fabiano Rosas 2 days, 3 hours ago
Yichen Wang <yichen.wang@bytedance.com> writes:

> Signed-off-by: Yichen Wang <yichen.wang@bytedance.com>
> ---
>  scripts/update-linux-headers.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
> index 99a8d9fa4c..9128c7499b 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -200,7 +200,7 @@ rm -rf "$output/linux-headers/linux"
>  mkdir -p "$output/linux-headers/linux"
>  for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
>                psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
> -              vduse.h iommufd.h bits.h; do
> +              vduse.h iommufd.h bits.h idxd.h; do
>      cp "$hdrdir/include/linux/$header" "$output/linux-headers/linux"
>  done

Reviewed-by: Fabiano Rosas <farosas@suse.de>