All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141219101543.GA16504@ulmo.nvidia.com>

diff --git a/N1/1.1.hdr b/N1/1.1.hdr
new file mode 100644
index 0000000..149ab5e
--- /dev/null
+++ b/N1/1.1.hdr
@@ -0,0 +1,3 @@
+Content-Type: text/plain; charset=utf-8
+Content-Disposition: inline
+Content-Transfer-Encoding: quoted-printable
diff --git a/a/1.txt b/N1/1.1.txt
similarity index 64%
rename from a/1.txt
rename to N1/1.1.txt
index cef0cc0..9d78318 100644
--- a/a/1.txt
+++ b/N1/1.1.txt
@@ -39,38 +39,3 @@ in.
 
 Thanks,
 Thierry
-
-diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-index 0682210b068b..f7e8c6530beb 100644
---- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-+++ b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-@@ -318,26 +318,20 @@ int cirrus_fbdev_init(struct cirrus_device *cdev)
- 	ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper,
- 				 cdev->num_crtc, CIRRUSFB_CONN_LIMIT);
- 	if (ret)
--		goto free;
-+		return ret;
- 
- 	ret = drm_fb_helper_single_add_all_connectors(&gfbdev->helper);
- 	if (ret)
--		goto fini;
-+		return ret;
- 
- 	/* disable all the possible outputs/crtcs before entering KMS mode */
- 	drm_helper_disable_unused_functions(cdev->dev);
- 
- 	ret = drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel);
- 	if (ret)
--		goto fini;
-+		return ret;;
- 
- 	return 0;
--
--free:
--	kfree(gfbdev);
--fini:
--	drm_fb_helper_fini(&gfbdev->helper);
--	return ret;
- }
- 
- void cirrus_fbdev_fini(struct cirrus_device *cdev)
diff --git a/N1/1.2.hdr b/N1/1.2.hdr
new file mode 100644
index 0000000..582bfec
--- /dev/null
+++ b/N1/1.2.hdr
@@ -0,0 +1,3 @@
+Content-Type: text/plain; charset=us-ascii
+Content-Disposition: inline; filename=patch
+Content-Transfer-Encoding: quoted-printable
diff --git a/N1/1.2.txt b/N1/1.2.txt
new file mode 100644
index 0000000..9e67bb5
--- /dev/null
+++ b/N1/1.2.txt
@@ -0,0 +1,34 @@
+diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
+index 0682210b068b..f7e8c6530beb 100644
+--- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c
++++ b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
+@@ -318,26 +318,20 @@ int cirrus_fbdev_init(struct cirrus_device *cdev)
+ 	ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper,
+ 				 cdev->num_crtc, CIRRUSFB_CONN_LIMIT);
+ 	if (ret)
+-		goto free;
++		return ret;
+ 
+ 	ret = drm_fb_helper_single_add_all_connectors(&gfbdev->helper);
+ 	if (ret)
+-		goto fini;
++		return ret;
+ 
+ 	/* disable all the possible outputs/crtcs before entering KMS mode */
+ 	drm_helper_disable_unused_functions(cdev->dev);
+ 
+ 	ret = drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel);
+ 	if (ret)
+-		goto fini;
++		return ret;;
+ 
+ 	return 0;
+-
+-free:
+-	kfree(gfbdev);
+-fini:
+-	drm_fb_helper_fini(&gfbdev->helper);
+-	return ret;
+ }
+ 
+ void cirrus_fbdev_fini(struct cirrus_device *cdev)
diff --git a/a/2.hdr b/N1/2.hdr
index 2fc5c62..a09cc95 100644
--- a/a/2.hdr
+++ b/N1/2.hdr
@@ -1,4 +1 @@
 Content-Type: application/pgp-signature
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
-Content-Disposition: attachment; filename="attachment.sig"
diff --git a/a/content_digest b/N1/content_digest
index 8518c3e..ff995af 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,14 @@
+ "ref\020141218170349.GC9298@wfg-t540p.sh.intel.com\0"
  "ref\020141219020445.GA10008@wfg-t540p.sh.intel.com\0"
  "From\0Thierry Reding <treding@nvidia.com>\0"
  "Subject\0Re: [drm/fb-helper] BUG: unable to handle kernel paging request at 95d24c70\0"
  "Date\0Fri, 19 Dec 2014 11:15:44 +0100\0"
- "To\0lkp@lists.01.org\0"
- "\01:1\0"
+ "To\0Fengguang Wu <fengguang.wu@intel.com>\0"
+ "Cc\0Daniel Vetter <daniel.vetter@ffwll.ch>"
+  LKP <lkp@01.org>
+  dri-devel@lists.freedesktop.org
+ " linux-kernel@vger.kernel.org\0"
+ "\02:1.1\0"
  "b\0"
  "On Thu, Dec 18, 2014 at 06:04:45PM -0800, Fengguang Wu wrote:\n"
  "> \n"
@@ -45,8 +50,10 @@
  "in.\n"
  "\n"
  "Thanks,\n"
- "Thierry\n"
- "\n"
+ Thierry
+ "\02:1.2\0"
+ "fn\0patch\0"
+ "b\0"
  "diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c\n"
  "index 0682210b068b..f7e8c6530beb 100644\n"
  "--- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c\n"
@@ -82,7 +89,6 @@
  " \n"
   void cirrus_fbdev_fini(struct cirrus_device *cdev)
  "\01:2\0"
- "fn\0attachment.sig\0"
  "b\0"
  "-----BEGIN PGP SIGNATURE-----\n"
  "Version: GnuPG v2\n"
@@ -102,4 +108,4 @@
  "=n0uW\n"
  "-----END PGP SIGNATURE-----\n"
 
-cdfac92b83a856d62b588eef191cde7ffdfa20f30e11f0378dd3e21542615a7a
+4ec53381273dbacd905cdefe384757e2c7ae48710e6db361907119cb6167f532

diff --git a/N2/1.1.hdr b/N2/1.1.hdr
new file mode 100644
index 0000000..149ab5e
--- /dev/null
+++ b/N2/1.1.hdr
@@ -0,0 +1,3 @@
+Content-Type: text/plain; charset=utf-8
+Content-Disposition: inline
+Content-Transfer-Encoding: quoted-printable
diff --git a/a/1.txt b/N2/1.1.txt
similarity index 64%
rename from a/1.txt
rename to N2/1.1.txt
index cef0cc0..9d78318 100644
--- a/a/1.txt
+++ b/N2/1.1.txt
@@ -39,38 +39,3 @@ in.
 
 Thanks,
 Thierry
-
-diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-index 0682210b068b..f7e8c6530beb 100644
---- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-+++ b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
-@@ -318,26 +318,20 @@ int cirrus_fbdev_init(struct cirrus_device *cdev)
- 	ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper,
- 				 cdev->num_crtc, CIRRUSFB_CONN_LIMIT);
- 	if (ret)
--		goto free;
-+		return ret;
- 
- 	ret = drm_fb_helper_single_add_all_connectors(&gfbdev->helper);
- 	if (ret)
--		goto fini;
-+		return ret;
- 
- 	/* disable all the possible outputs/crtcs before entering KMS mode */
- 	drm_helper_disable_unused_functions(cdev->dev);
- 
- 	ret = drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel);
- 	if (ret)
--		goto fini;
-+		return ret;;
- 
- 	return 0;
--
--free:
--	kfree(gfbdev);
--fini:
--	drm_fb_helper_fini(&gfbdev->helper);
--	return ret;
- }
- 
- void cirrus_fbdev_fini(struct cirrus_device *cdev)
diff --git a/N2/1.2.hdr b/N2/1.2.hdr
new file mode 100644
index 0000000..582bfec
--- /dev/null
+++ b/N2/1.2.hdr
@@ -0,0 +1,3 @@
+Content-Type: text/plain; charset=us-ascii
+Content-Disposition: inline; filename=patch
+Content-Transfer-Encoding: quoted-printable
diff --git a/N2/1.2.txt b/N2/1.2.txt
new file mode 100644
index 0000000..9e67bb5
--- /dev/null
+++ b/N2/1.2.txt
@@ -0,0 +1,34 @@
+diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
+index 0682210b068b..f7e8c6530beb 100644
+--- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c
++++ b/drivers/gpu/drm/cirrus/cirrus_fbdev.c
+@@ -318,26 +318,20 @@ int cirrus_fbdev_init(struct cirrus_device *cdev)
+ 	ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper,
+ 				 cdev->num_crtc, CIRRUSFB_CONN_LIMIT);
+ 	if (ret)
+-		goto free;
++		return ret;
+ 
+ 	ret = drm_fb_helper_single_add_all_connectors(&gfbdev->helper);
+ 	if (ret)
+-		goto fini;
++		return ret;
+ 
+ 	/* disable all the possible outputs/crtcs before entering KMS mode */
+ 	drm_helper_disable_unused_functions(cdev->dev);
+ 
+ 	ret = drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel);
+ 	if (ret)
+-		goto fini;
++		return ret;;
+ 
+ 	return 0;
+-
+-free:
+-	kfree(gfbdev);
+-fini:
+-	drm_fb_helper_fini(&gfbdev->helper);
+-	return ret;
+ }
+ 
+ void cirrus_fbdev_fini(struct cirrus_device *cdev)
diff --git a/a/2.hdr b/N2/2.hdr
index 2fc5c62..a09cc95 100644
--- a/a/2.hdr
+++ b/N2/2.hdr
@@ -1,4 +1 @@
 Content-Type: application/pgp-signature
-MIME-Version: 1.0
-Content-Transfer-Encoding: base64
-Content-Disposition: attachment; filename="attachment.sig"
diff --git a/a/content_digest b/N2/content_digest
index 8518c3e..91cb0dc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,14 @@
+ "ref\020141218170349.GC9298@wfg-t540p.sh.intel.com\0"
  "ref\020141219020445.GA10008@wfg-t540p.sh.intel.com\0"
  "From\0Thierry Reding <treding@nvidia.com>\0"
  "Subject\0Re: [drm/fb-helper] BUG: unable to handle kernel paging request at 95d24c70\0"
  "Date\0Fri, 19 Dec 2014 11:15:44 +0100\0"
- "To\0lkp@lists.01.org\0"
- "\01:1\0"
+ "To\0Fengguang Wu <fengguang.wu@intel.com>\0"
+ "Cc\0Daniel Vetter <daniel.vetter@ffwll.ch>"
+  LKP <lkp@01.org>
+  <dri-devel@lists.freedesktop.org>
+ " <linux-kernel@vger.kernel.org>\0"
+ "\02:1.1\0"
  "b\0"
  "On Thu, Dec 18, 2014 at 06:04:45PM -0800, Fengguang Wu wrote:\n"
  "> \n"
@@ -45,8 +50,10 @@
  "in.\n"
  "\n"
  "Thanks,\n"
- "Thierry\n"
- "\n"
+ Thierry
+ "\02:1.2\0"
+ "fn\0patch\0"
+ "b\0"
  "diff --git a/drivers/gpu/drm/cirrus/cirrus_fbdev.c b/drivers/gpu/drm/cirrus/cirrus_fbdev.c\n"
  "index 0682210b068b..f7e8c6530beb 100644\n"
  "--- a/drivers/gpu/drm/cirrus/cirrus_fbdev.c\n"
@@ -82,7 +89,6 @@
  " \n"
   void cirrus_fbdev_fini(struct cirrus_device *cdev)
  "\01:2\0"
- "fn\0attachment.sig\0"
  "b\0"
  "-----BEGIN PGP SIGNATURE-----\n"
  "Version: GnuPG v2\n"
@@ -102,4 +108,4 @@
  "=n0uW\n"
  "-----END PGP SIGNATURE-----\n"
 
-cdfac92b83a856d62b588eef191cde7ffdfa20f30e11f0378dd3e21542615a7a
+1bf3dfa4131469b15d12c2e1d742d8c7bdab0f0da89862f0257b081ac806628e

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.