On Wed, 16 Apr 2025 14:34:24 +0200 Maxime Coquelin <maxime.coque...@redhat.com> wrote:
> This header will be used by the Vhost library. > > Signed-off-by: Maxime Coquelin <maxime.coque...@redhat.com> > --- > kernel/linux/uapi/linux/vduse.h | 353 ++++++++++++++++++++++++++++++++ > kernel/linux/uapi/version | 2 +- > 2 files changed, 354 insertions(+), 1 deletion(-) > create mode 100644 kernel/linux/uapi/linux/vduse.h This file should be generated by doing make headers_install in a Linux kernel tree to ensure correct code. If I do that with current 6.15 kernel tree it comes out different. ~/.../kernel/linux/uapi $ diff linux/vduse.h ~/kernel/linux/usr/include/linux/vduse.h 2,3c2,3 < #ifndef _UAPI_VDUSE_H_ < #define _UAPI_VDUSE_H_ --- > #ifndef _VDUSE_H_ > #define _VDUSE_H_ 353c353 < #endif /* _UAPI_VDUSE_H_ */ --- > #endif /* _VDUSE_H_ */