virtio-net: realign page_to_skb() after merges
We ended up merging two versions of the same patch set:
commit
410e796d9f8c ("virtio_net: get build_skb() buf by data ptr")
commit
ca0659e67c81 ("virtio-net: fix for unable to handle page fault for address")
into net, and
commit
11749eea60b8 ("virtio-net: get build_skb() buf by data ptr")
commit
1cb5f2beb733 ("virtio-net: fix for unable to handle page fault for address")
into net-next. Redo the merge from commit
9dd514bacd50 ("Merge
ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net"), so that
the most recent code remains.
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>