07/04/2021 08:49, Xia, Chenbo:
> > Signed-off-by: Matan Azrad <ma...@nvidia.com>
> > Acked-by: Xueming Li <xuemi...@nvidia.com>
> 
> Patch applied to next-virtio/main with conflict resolved.
> 
> Thanks!

Sorry it cannot be pulled in the main tree because it breaks
compilation with musl libc.

It can be fixed in the same way as in
41b5a7a8494e ("vdpa/mlx5: replace pthread functions unavailable in musl")
The function pthread_attr_setaffinity_np() must be replaced with
pthread_setaffinity_np() if moved after the call to pthread_create().

We could add a checkpatch check for forbidden functions like
        pthread_yield, pthread_attr_setaffinity_np
and forbidden includes:
        <error.h>, <sys/fcntl.h>


Reply via email to