All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] virtio-net: fix for build_skb()
@ 2021-06-01  6:39 ` Xuan Zhuo
  0 siblings, 0 replies; 18+ messages in thread
From: Xuan Zhuo @ 2021-06-01  6:39 UTC (permalink / raw)
  To: netdev, Jason Wang
  Cc: Michael S. Tsirkin, David S. Miller, Jakub Kicinski,
	Alexei Starovoitov, Daniel Borkmann, Jesper Dangaard Brouer,
	John Fastabend, Xuan Zhuo, virtualization, bpf

#1 Fixed a serious error.
#2 Fixed a logical error, but this error did not cause any serious consequences.

The logic of this piece is really messy. Fortunately, my refactored patch can be
completed with a small amount of testing.

Thanks.

Xuan Zhuo (2):
  virtio-net: fix for unable to handle page fault for address
  virtio_net: get build_skb() buf by data ptr

 drivers/net/virtio_net.c | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

--
2.31.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-08-02 16:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01  6:39 [PATCH net v2 0/2] virtio-net: fix for build_skb() Xuan Zhuo
2021-06-01  6:39 ` Xuan Zhuo
2021-06-01  6:39 ` [PATCH net v2 1/2] virtio-net: fix for unable to handle page fault for address Xuan Zhuo
2021-06-01  6:39   ` Xuan Zhuo
2021-06-01  8:53   ` Jason Wang
2021-06-01  8:53     ` Jason Wang
2021-06-01  6:40 ` [PATCH net v2 2/2] virtio_net: get build_skb() buf by data ptr Xuan Zhuo
2021-06-01  6:40   ` Xuan Zhuo
2021-06-01  8:55   ` Jason Wang
2021-06-01  8:55     ` Jason Wang
2021-06-01 11:06 ` [PATCH net v2 0/2] virtio-net: fix for build_skb() Michael S. Tsirkin
2021-06-01 11:06   ` Michael S. Tsirkin
2021-07-30 12:16   ` Jakub Kicinski
2021-08-02  4:45     ` Jason Wang
2021-08-02  4:45       ` Jason Wang
2021-08-02 16:58     ` Michael S. Tsirkin
2021-08-02 16:58       ` Michael S. Tsirkin
2021-06-01 22:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.