diff for duplicates of <20120515084746.GC30265@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 00a86d4..51791f0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ index 83d5c88..d3d91da 100644 --- a/drivers/tty/hvc/hvc_xen.c +++ b/drivers/tty/hvc/hvc_xen.c @@ -430,9 +430,9 @@ static int __devinit xencons_probe(struct xenbus_device *dev, - if (devid = 0) + if (devid == 0) return -ENODEV; - info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL | __GFP_ZERO); diff --git a/a/content_digest b/N1/content_digest index 19d7885..50a2e56 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] hvc_xen: NULL dereference on allocation failure\0" - "Date\0Tue, 15 May 2012 08:47:47 +0000\0" + "Date\0Tue, 15 May 2012 11:47:47 +0300\0" "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Cc\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>" Stefano Stabellini <stefano.stabellini@eu.citrix.com> @@ -23,7 +23,7 @@ "--- a/drivers/tty/hvc/hvc_xen.c\n" "+++ b/drivers/tty/hvc/hvc_xen.c\n" "@@ -430,9 +430,9 @@ static int __devinit xencons_probe(struct xenbus_device *dev,\n" - " \tif (devid = 0)\n" + " \tif (devid == 0)\n" " \t\treturn -ENODEV;\n" " \n" "-\tinfo = kzalloc(sizeof(struct xencons_info), GFP_KERNEL | __GFP_ZERO);\n" @@ -35,4 +35,4 @@ " \tinfo->xbdev = dev;\n" " \tinfo->vtermno = xenbus_devid_to_vtermno(devid);" -20c85dee79d2d517743cd758f028f6339ca43d5fda192c062b729be54595281c +017763ec26a872b8e9790709ab0a2d72294d970f720514c828f556a398c078a2
diff --git a/a/1.txt b/N2/1.txt index 00a86d4..51791f0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,7 +11,7 @@ index 83d5c88..d3d91da 100644 --- a/drivers/tty/hvc/hvc_xen.c +++ b/drivers/tty/hvc/hvc_xen.c @@ -430,9 +430,9 @@ static int __devinit xencons_probe(struct xenbus_device *dev, - if (devid = 0) + if (devid == 0) return -ENODEV; - info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL | __GFP_ZERO); diff --git a/a/content_digest b/N2/content_digest index 19d7885..4b5009e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,13 +1,13 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] hvc_xen: NULL dereference on allocation failure\0" - "Date\0Tue, 15 May 2012 08:47:47 +0000\0" + "Date\0Tue, 15 May 2012 11:47:47 +0300\0" "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" - "Cc\0Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>" - Stefano Stabellini <stefano.stabellini@eu.citrix.com> - kernel-janitors@vger.kernel.org - linux-kernel@vger.kernel.org + "Cc\0Stefano Stabellini <stefano.stabellini@eu.citrix.com>" + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + Alan Cox <alan@linux.intel.com> linuxppc-dev@lists.ozlabs.org - " Alan Cox <alan@linux.intel.com>\0" + linux-kernel@vger.kernel.org + " kernel-janitors@vger.kernel.org\0" "\00:1\0" "b\0" "If kzalloc() returns a NULL here, we pass a NULL to\n" @@ -23,7 +23,7 @@ "--- a/drivers/tty/hvc/hvc_xen.c\n" "+++ b/drivers/tty/hvc/hvc_xen.c\n" "@@ -430,9 +430,9 @@ static int __devinit xencons_probe(struct xenbus_device *dev,\n" - " \tif (devid = 0)\n" + " \tif (devid == 0)\n" " \t\treturn -ENODEV;\n" " \n" "-\tinfo = kzalloc(sizeof(struct xencons_info), GFP_KERNEL | __GFP_ZERO);\n" @@ -35,4 +35,4 @@ " \tinfo->xbdev = dev;\n" " \tinfo->vtermno = xenbus_devid_to_vtermno(devid);" -20c85dee79d2d517743cd758f028f6339ca43d5fda192c062b729be54595281c +51bcdcd4bc9a045309dfb17eddbe62fe1a7626d1134f2a1e68262971065dc285
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.