diff for duplicates of <20161207152131-mutt-send-email-mst@kernel.org> diff --git a/a/content_digest b/N1/content_digest index 3c2bc7c..35cf443 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,29 +5,34 @@ "Subject\0Re: [PATCH 10/10] virtio: enable endian checks for sparse builds\0" "Date\0Wed, 7 Dec 2016 15:22:14 +0200\0" "To\0Johannes Berg <johannes@sipsolutions.net>\0" - "Cc\0kvm@vger.kernel.org" - Neil Armstrong <narmstrong@baylibre.com> + "Cc\0linux-kernel@vger.kernel.org" + Jason Wang <jasowang@redhat.com> + linux-kbuild@vger.kernel.org + Michal Marek <mmarek@suse.com> + Arnd Bergmann <arnd@arndb.de> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Matt Mackall <mpm@selenic.com> + Herbert Xu <herbert@gondor.apana.org.au> David Airlie <airlied@linux.ie> - linux-remoteproc@vger.kernel.org - dri-devel@lists.freedesktop.org - virtualization@lists.linux-foundation.org - linux-s390@vger.kernel.org + Gerd Hoffmann <kraxel@redhat.com> + Ohad Ben-Cohen <ohad@wizery.com> + Christian Borntraeger <borntraeger@de.ibm.com> + Cornelia Huck <cornelia.huck@de.ibm.com> James E.J. Bottomley <jejb@linux.vnet.ibm.com> - Herbert Xu <herbert@gondor.apana.org.au> - linux-scsi@vger.kernel.org - v9fs-developer@lists.sourceforge.net - Asias He <asias@redhat.com> - Arnd Bergmann <arnd@arndb.de> - linux-kbuild@vger.kernel.org + David S. Miller <davem@davemloft.net> Jens Axboe <axboe@fb.com> - Michal Marek <mmarek@suse.com> + Neil Armstrong <narmstrong@baylibre.com> Stefan Hajnoczi <stefanha@redhat.com> - Matt Mackall <mpm@selenic.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-kernel@vger.kernel.org + Asias He <asias@redhat.com> linux-crypto@vger.kernel.org + dri-devel@lists.freedesktop.org + virtualization@lists.linux-foundation.org netdev@vger.kernel.org - " David S. Miller <davem@davemloft.net>\0" + linux-remoteproc@vger.kernel.org + linux-s390@vger.kernel.org + kvm@vger.kernel.org + linux-scsi@vger.kernel.org + " v9fs-developer@lists.sourceforge.net\0" "\00:1\0" "b\0" "On Wed, Dec 07, 2016 at 07:25:51AM +0100, Johannes Berg wrote:\n" @@ -84,4 +89,4 @@ "> \n" > johannes -51c508bbc1ac6d25560a686fa6bf375b84dce153e3303cd0c1bb28399cb18dc4 +331708c198182585940ac91f0a263d3944f9c21a44b3fdb3f8c22a5001dcab98
diff --git a/a/1.txt b/N2/1.txt index 12caec9..6dc721f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,15 +9,15 @@ On Wed, Dec 07, 2016 at 07:25:51AM +0100, Johannes Berg wrote: > > --- a/drivers/s390/virtio/Makefile > > +++ b/drivers/s390/virtio/Makefile > > @@ -6,6 +6,8 @@ -> > # it under the terms of the GNU General Public License (version 2 +> > �# it under the terms of the GNU General Public License (version 2 > > only) -> > # as published by the Free Software Foundation. -> > +> > �# as published by the Free Software Foundation. +> > � > > +CFLAGS_virtio_ccw.o += -D__CHECK_ENDIAN__ > > +CFLAGS_kvm_virtio.o += -D__CHECK_ENDIAN__ -> > s390-virtio-objs := virtio_ccw.o -> > ifdef CONFIG_S390_GUEST_OLD_TRANSPORT -> > s390-virtio-objs += kvm_virtio.o +> > �s390-virtio-objs := virtio_ccw.o +> > �ifdef CONFIG_S390_GUEST_OLD_TRANSPORT +> > �s390-virtio-objs += kvm_virtio.o > > Here you could use > @@ -42,9 +42,9 @@ Oh right. I forgot this directory only has virtio stuff. > > --- a/net/packet/Makefile > > +++ b/net/packet/Makefile > > @@ -2,6 +2,7 @@ -> > # Makefile for the packet AF. -> > # -> > +> > �# Makefile for the packet AF. +> > �# +> > � > > +ccflags-y := -D__CHECK_ENDIAN__ > > Technically this is slightly more than advertised, but I guess that diff --git a/a/content_digest b/N2/content_digest index 3c2bc7c..09e1e67 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,29 +5,34 @@ "Subject\0Re: [PATCH 10/10] virtio: enable endian checks for sparse builds\0" "Date\0Wed, 7 Dec 2016 15:22:14 +0200\0" "To\0Johannes Berg <johannes@sipsolutions.net>\0" - "Cc\0kvm@vger.kernel.org" - Neil Armstrong <narmstrong@baylibre.com> + "Cc\0linux-kernel@vger.kernel.org" + Jason Wang <jasowang@redhat.com> + linux-kbuild@vger.kernel.org + Michal Marek <mmarek@suse.com> + Arnd Bergmann <arnd@arndb.de> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Matt Mackall <mpm@selenic.com> + Herbert Xu <herbert@gondor.apana.org.au> David Airlie <airlied@linux.ie> - linux-remoteproc@vger.kernel.org - dri-devel@lists.freedesktop.org - virtualization@lists.linux-foundation.org - linux-s390@vger.kernel.org + Gerd Hoffmann <kraxel@redhat.com> + Ohad Ben-Cohen <ohad@wizery.com> + Christian Borntraeger <borntraeger@de.ibm.com> + Cornelia Huck <cornelia.huck@de.ibm.com> James E.J. Bottomley <jejb@linux.vnet.ibm.com> - Herbert Xu <herbert@gondor.apana.org.au> - linux-scsi@vger.kernel.org - v9fs-developer@lists.sourceforge.net - Asias He <asias@redhat.com> - Arnd Bergmann <arnd@arndb.de> - linux-kbuild@vger.kernel.org + David S. Miller <davem@davemloft.net> Jens Axboe <axboe@fb.com> - Michal Marek <mmarek@suse.com> + Neil Armstrong <narmstrong@baylibre.com> Stefan Hajnoczi <stefanha@redhat.com> - Matt Mackall <mpm@selenic.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-kernel@vger.kernel.org + Asias He <asias@redhat.com> linux-crypto@vger.kernel.org + dri-devel@lists.freedesktop.org + virtualization@lists.linux-foundation.org netdev@vger.kernel.org - " David S. Miller <davem@davemloft.net>\0" + linux-remoteproc@vger.kernel.org + linux-s390@vger.kernel.org + kvm@vger.kernel.org + linux-scsi@vger.kernel.org + " v9fs-developer@lists.sourceforge.net\0" "\00:1\0" "b\0" "On Wed, Dec 07, 2016 at 07:25:51AM +0100, Johannes Berg wrote:\n" @@ -41,15 +46,15 @@ "> > --- a/drivers/s390/virtio/Makefile\n" "> > +++ b/drivers/s390/virtio/Makefile\n" "> > @@ -6,6 +6,8 @@\n" - "> > \302\240# it under the terms of the GNU General Public License (version 2\n" + "> > \303\257\302\277\302\275# it under the terms of the GNU General Public License (version 2\n" "> > only)\n" - "> > \302\240# as published by the Free Software Foundation.\n" - "> > \302\240\n" + "> > \303\257\302\277\302\275# as published by the Free Software Foundation.\n" + "> > \303\257\302\277\302\275\n" "> > +CFLAGS_virtio_ccw.o += -D__CHECK_ENDIAN__\n" "> > +CFLAGS_kvm_virtio.o += -D__CHECK_ENDIAN__\n" - "> > \302\240s390-virtio-objs := virtio_ccw.o\n" - "> > \302\240ifdef CONFIG_S390_GUEST_OLD_TRANSPORT\n" - "> > \302\240s390-virtio-objs += kvm_virtio.o\n" + "> > \303\257\302\277\302\275s390-virtio-objs := virtio_ccw.o\n" + "> > \303\257\302\277\302\275ifdef CONFIG_S390_GUEST_OLD_TRANSPORT\n" + "> > \303\257\302\277\302\275s390-virtio-objs += kvm_virtio.o\n" "> \n" "> Here you could use\n" "> \n" @@ -74,9 +79,9 @@ "> > --- a/net/packet/Makefile\n" "> > +++ b/net/packet/Makefile\n" "> > @@ -2,6 +2,7 @@\n" - "> > \302\240# Makefile for the packet AF.\n" - "> > \302\240#\n" - "> > \302\240\n" + "> > \303\257\302\277\302\275# Makefile for the packet AF.\n" + "> > \303\257\302\277\302\275#\n" + "> > \303\257\302\277\302\275\n" "> > +ccflags-y := -D__CHECK_ENDIAN__\n" "> \n" "> Technically this is slightly more than advertised, but I guess that\n" @@ -84,4 +89,4 @@ "> \n" > johannes -51c508bbc1ac6d25560a686fa6bf375b84dce153e3303cd0c1bb28399cb18dc4 +86be2c534147be982f3bd7c18b734ae031d9876ece6ed4295f1046ed6fd57a2a
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.