Displaying 2 results from an estimated 2 matches for "5786aee8bf6d74".
2019 Dec 15
0
[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:11: note: in expansion of macro 'min'
...3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1969 r = log_write(vq->log_base, log[i].addr, l);
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1970 if (r < 0)
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1971 return r;
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1972 len -= l;
5786aee8bf6d74 Michael S. Tsirkin 2010-09-22 1973 if (!len) {
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1974 if (vq->log_ctx)
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1975 eventfd_signal(vq->log_ctx, 1);
5786aee8bf6d74 Michael S. Tsirkin 2010-09-22 1976 return 0;
5786aee8bf6d74 Mi...
2019 Dec 15
0
[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:25: sparse: sparse: incompatible types in comparison expression (different type sizes):
...3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1969 r = log_write(vq->log_base, log[i].addr, l);
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1970 if (r < 0)
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1971 return r;
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1972 len -= l;
5786aee8bf6d74 Michael S. Tsirkin 2010-09-22 1973 if (!len) {
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1974 if (vq->log_ctx)
3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1975 eventfd_signal(vq->log_ctx, 1);
5786aee8bf6d74 Michael S. Tsirkin 2010-09-22 1976 return 0;
5786aee8bf6d74 Mi...