diff for duplicates of <20190722134108.22151-2-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index bc54905..7f9686f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,3 +1,5 @@ +From: David Hildenbrand <david@redhat.com> + If we directly cast from int to uint64_t, we will first sign-extend to an int64_t, which is wrong. We actually want to treat the PFNs like unsigned values. @@ -8,6 +10,10 @@ commit, but wasn't triggered as fairly big guests would be required. Cc: qemu-stable@nongnu.org Reported-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> +Message-Id: <20190722134108.22151-2-david@redhat.com> +Reviewed-by: Michael S. Tsirkin <mst@redhat.com> +Signed-off-by: Michael S. Tsirkin <mst@redhat.com> +Reviewed-by: David Gibson <david@gibson.dropbear.id.au> --- hw/virtio/virtio-balloon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -27,4 +33,4 @@ index e85d1c0d5c..515abf6553 100644 pa = (hwaddr) p << VIRTIO_BALLOON_PFN_SHIFT; offset += 4; -- -2.21.0 +MST diff --git a/a/content_digest b/N1/content_digest index c27f6c5..a073201 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,16 @@ - "ref\020190722134108.22151-1-david@redhat.com\0" - "From\0David Hildenbrand <david@redhat.com>\0" - "Subject\0[Qemu-devel] [PATCH-for-4.1 v3 1/6] virtio-balloon: Fix wrong sign extension of PFNs\0" - "Date\0Mon, 22 Jul 2019 15:41:03 +0200\0" + "ref\020190725153059.7313-1-mst@redhat.com\0" + "From\0Michael S. Tsirkin <mst@redhat.com>\0" + "Subject\0[Qemu-devel] [PULL 05/12] virtio-balloon: Fix wrong sign extension of PFNs\0" + "Date\0Thu, 25 Jul 2019 11:31:50 -0400\0" "To\0qemu-devel@nongnu.org\0" - "Cc\0Michael S . Tsirkin <mst@redhat.com>" - David Hildenbrand <david@redhat.com> + "Cc\0Peter Maydell <peter.maydell@linaro.org>" + David Gibson <david@gibson.dropbear.id.au> qemu-stable@nongnu.org - Stefan Hajnoczi <stefanha@redhat.com> - Igor Mammedov <imammedo@redhat.com> - " David Gibson <david@gibson.dropbear.id.au>\0" + " David Hildenbrand <david@redhat.com>\0" "\00:1\0" "b\0" + "From: David Hildenbrand <david@redhat.com>\n" + "\n" "If we directly cast from int to uint64_t, we will first sign-extend to\n" "an int64_t, which is wrong. We actually want to treat the PFNs like\n" "unsigned values.\n" @@ -21,6 +21,10 @@ "Cc: qemu-stable@nongnu.org\n" "Reported-by: Michael S. Tsirkin <mst@redhat.com>\n" "Signed-off-by: David Hildenbrand <david@redhat.com>\n" + "Message-Id: <20190722134108.22151-2-david@redhat.com>\n" + "Reviewed-by: Michael S. Tsirkin <mst@redhat.com>\n" + "Signed-off-by: Michael S. Tsirkin <mst@redhat.com>\n" + "Reviewed-by: David Gibson <david@gibson.dropbear.id.au>\n" "---\n" " hw/virtio/virtio-balloon.c | 2 +-\n" " 1 file changed, 1 insertion(+), 1 deletion(-)\n" @@ -40,6 +44,6 @@ " pa = (hwaddr) p << VIRTIO_BALLOON_PFN_SHIFT;\n" " offset += 4;\n" "-- \n" - 2.21.0 + MST -e30abddc4cbbdcb7c2e77a1a64a93249a1cb5ce03dcf24ad3318f84c03b2c665 +57ef18388cdd1562560d8bacd8ffde07c3f15ae0dac35243444a44e52b6ce747
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.