On 11/18/25 15:08, Michael S. Tsirkin wrote:
> UAPI headers really have no business pulling in kernel.h
> Drop it - it does not seem to be needed, either.
>
> Fixes: 7c1ae151e812 ("virtio_pci: Introduce device parts access commands")
> Cc: "Yishai Hadas"<[email protected]>
> Cc: Alex Williamson<[email protected]>
> Signed-off-by: Michael S. Tsirkin<[email protected]>Indeed: linux-block (discard-ret-value) # grep "kernel\.h" include/uapi/linux/* -ir include/uapi/linux/virtio_pci.h:#include <linux/kernel.h> Looks good. Reviewed-by: Chaitanya Kulkarni <[email protected]> -ck

