]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/virtio: fix up compiler.h stub
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Dec 2025 17:22:28 +0000 (12:22 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Dec 2025 13:02:55 +0000 (08:02 -0500)
commit94fb5e796ad7d72f66e893da37593f8856657251
tree1cf0d16fac484ee2ab4dd20607fdad8f49e8713d
parent9448598b22c50c8a5bb77a9103e2d49f134c9578
tools/virtio: fix up compiler.h stub

Add #undef __user before and after including compiler_types.h to avoid
redefinition warnings when compiling with system headers that also
define __user. This allows tools/virtio to build without warnings.

Additionally, stub out __must_check

Created using Cursor CLI.

Message-ID: <56424ce95c72cb4957070a7cd3c3c40ad5addaee.1764873799.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/linux/compiler.h