TencentOS-kernel/drivers/vhost
Menglong Dong a006f67590 net: bpf: fix uninitialized data_meta in xdp
Uninitialized xdp->data_meta can result in NULL pointer deference in
bpf_xdp_adjust_head(). Therefore, fix it by init it with
xdp_set_data_meta_invalid().

Signed-off-by: Menglong Dong <imagedong@tencent.com>
2022-05-10 15:58:50 +08:00
..
Kconfig Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
Kconfig.vringh Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
Makefile Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
net.c net: bpf: fix uninitialized data_meta in xdp 2022-05-10 15:58:50 +08:00
scsi.c vhost scsi: fix cmd completion race 2021-03-16 16:41:39 +08:00
test.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
test.h Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
vhost.c vhost: Fix vhost_vq_reset() 2021-05-20 16:06:46 +08:00
vhost.h Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
vringh.c vringh: fix __vringh_iov() when riov and wiov are different 2021-03-16 16:40:12 +08:00
vsock.c vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() 2021-03-16 16:37:43 +08:00