mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
It's legal to have 'offset + len' equal to
sizeof(struct virtio_net_config), since 'ndev->config' is a
'struct virtio_net_config', so we can safely copy its content under
this condition.
Fixes:
|
||
|---|---|---|
| .. | ||
| ifcvf | ||
| mlx5 | ||
| vdpa_sim | ||
| Kconfig | ||
| Makefile | ||
| vdpa.c | ||