diff for duplicates of <563376D2.20502@de.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 1026ecf..2273e92 100644 Binary files a/a/1.txt and b/N1/1.txt differ diff --git a/a/content_digest b/N1/content_digest index f1d57f9..c214b61 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\08d6b1fc3b5d3b6f5e8b212ef690691a52fbefaff.1446162273.git.luto@kernel.org\0" "From\0Christian Borntraeger <borntraeger@de.ibm.com>\0" "Subject\0Re: [PATCH v4 1/6] virtio-net: Stop doing DMA from the stack\0" - "Date\0Fri, 30 Oct 2015 14:55:30 +0100\0" + "Date\0Fri, 30 Oct 2015 13:55:30 +0000\0" "To\0Andy Lutomirski <luto@kernel.org>" linux-kernel@vger.kernel.org David S. Miller <davem@davemloft.net> @@ -39,7 +39,7 @@ "I still get an error when using multiqueue:\n" "\n" "# ethtool -L eth0 combined 4\n" - "[ 33.534686] virtio_ccw 0.0.000d: DMA-API: device driver maps memory from stack [addr=00000000629e7c06]\n" + "[ 33.534686] virtio_ccw 0.0.000d: DMA-API: device driver maps memory from stack [addr\0000000629e7c06]\n" "[ 33.534704] ------------[ cut here ]------------\n" "[ 33.534705] WARNING: at lib/dma-debug.c:1169\n" "[ 33.534706] Modules linked in: dm_multipath\n" @@ -135,8 +135,8 @@ "> \tvirtqueue_add_sgs(vi->cvq, sgs, out_num, 1, vi, GFP_ATOMIC);\n" "> \n" "> \tif (unlikely(!virtqueue_kick(vi->cvq)))\n" - "> -\t\treturn status == VIRTIO_NET_OK;\n" - "> +\t\treturn vi->ctrl_status == VIRTIO_NET_OK;\n" + "> -\t\treturn status = VIRTIO_NET_OK;\n" + "> +\t\treturn vi->ctrl_status = VIRTIO_NET_OK;\n" "> \n" "> \t/* Spin for a response, the kick causes an ioport write, trapping\n" "> \t * into the hypervisor, so the request should be handled immediately.\n" @@ -144,8 +144,8 @@ "> \t !virtqueue_is_broken(vi->cvq))\n" "> \t\tcpu_relax();\n" "> \n" - "> -\treturn status == VIRTIO_NET_OK;\n" - "> +\treturn vi->ctrl_status == VIRTIO_NET_OK;\n" + "> -\treturn status = VIRTIO_NET_OK;\n" + "> +\treturn vi->ctrl_status = VIRTIO_NET_OK;\n" "> }\n" "> \n" "> static int virtnet_set_mac_address(struct net_device *dev, void *p)\n" @@ -188,4 +188,4 @@ "> \tmc_count = netdev_mc_count(dev);\n" > -0d0a90eadedee26b67203206a97f7606bedb953a3e7fc91ca1f6dc341f27add8 +914981a02c9da5f952009af2b586e208198a829fe875d4a10eb549ce0a054f5c
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.