All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111215204108.GB10672@ericsson.com>

diff --git a/a/1.txt b/N1/1.txt
index 1342cc9..387fc3b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,30 +12,30 @@ On Wed, Dec 14, 2011 at 10:02:26PM -0500, Rusty Russell wrote:
 > (ntfs has a different problem: it needs an int for debug_msgs because
 > it's also exposed via sysctl.)
 > 
-> Cc: Steve Glendinning <steve.glendinning-sdUf+H5yV5I@public.gmane.org>
-> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
-> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
-> Cc: Hoang-Nam Nguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-> Cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-> Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-> Cc: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> Cc: Hal Rosenstock <hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-> Cc: linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org
-> Cc: Anton Altaparmakov <anton-yrGDUoBaLx3QT0dZR+AlfA@public.gmane.org>
-> Cc: Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>
-> Cc: Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>
-> Cc: lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-> Cc: linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-> Cc: linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
-> Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-> Signed-off-by: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
+> Cc: Steve Glendinning <steve.glendinning@smsc.com>
+> Cc: Jean Delvare <khali@linux-fr.org>
+> Cc: Guenter Roeck <guenter.roeck@ericsson.com>
+> Cc: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
+> Cc: Christoph Raisch <raisch@de.ibm.com>
+> Cc: Roland Dreier <roland@kernel.org>
+> Cc: Sean Hefty <sean.hefty@intel.com>
+> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
+> Cc: linux390@de.ibm.com
+> Cc: Anton Altaparmakov <anton@tuxera.com>
+> Cc: Jaroslav Kysela <perex@perex.cz>
+> Cc: Takashi Iwai <tiwai@suse.de>
+> Cc: lm-sensors@lm-sensors.org
+> Cc: linux-rdma@vger.kernel.org
+> Cc: linux-s390@vger.kernel.org
+> Cc: linux-ntfs-dev@lists.sourceforge.net
+> Cc: alsa-devel@alsa-project.org
+> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
 > ---
 >  drivers/hwmon/emc2103.c                |    2 +-
 
 For the hwmon driver:
 
-Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
+Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
 
 >  drivers/infiniband/hw/ehca/ehca_main.c |    2 +-
 >  drivers/s390/cio/cmf.c                 |    2 +-
@@ -128,7 +128,7 @@ Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
 > +	boolkp.flags |= KPARAM_ISBOOL;
 > +
 > +	ret = param_set_bool(val, &boolkp);
-> +	if (ret == 0)
+> +	if (ret = 0)
 > +		*(int *)kp->arg = v;
 > +	return ret;
 > +}
@@ -167,7 +167,8 @@ Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
 Guenter Roeck
 Distinguished Engineer
 PDU IP Systems
---
-To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+
+_______________________________________________
+lm-sensors mailing list
+lm-sensors@lm-sensors.org
+http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index f3115a3..088fc36 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\0877h1ytu4d.fsf@rustcorp.com.au\0"
  "ref\0877h1ytu4d.fsf-8n+1lVoiYb80n/F98K4Iww@public.gmane.org\0"
- "From\0Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/15] module_param: avoid bool abuse, add bint for special cases.\0"
- "Date\0Thu, 15 Dec 2011 12:41:08 -0800\0"
+ "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0"
+ "Subject\0Re: [lm-sensors] [PATCH 2/15] module_param: avoid bool abuse,\0"
+ "Date\0Thu, 15 Dec 2011 20:41:08 +0000\0"
  "To\0Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>\0"
  "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
   Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
@@ -38,30 +38,30 @@
  "> (ntfs has a different problem: it needs an int for debug_msgs because\n"
  "> it's also exposed via sysctl.)\n"
  "> \n"
- "> Cc: Steve Glendinning <steve.glendinning-sdUf+H5yV5I@public.gmane.org>\n"
- "> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\n"
- "> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
- "> Cc: Hoang-Nam Nguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
- "> Cc: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> Cc: Hal Rosenstock <hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
- "> Cc: linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org\n"
- "> Cc: Anton Altaparmakov <anton-yrGDUoBaLx3QT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>\n"
- "> Cc: Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>\n"
- "> Cc: lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org\n"
- "> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- "> Cc: linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- "> Cc: linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n"
- "> Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org\n"
- "> Signed-off-by: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>\n"
+ "> Cc: Steve Glendinning <steve.glendinning@smsc.com>\n"
+ "> Cc: Jean Delvare <khali@linux-fr.org>\n"
+ "> Cc: Guenter Roeck <guenter.roeck@ericsson.com>\n"
+ "> Cc: Hoang-Nam Nguyen <hnguyen@de.ibm.com>\n"
+ "> Cc: Christoph Raisch <raisch@de.ibm.com>\n"
+ "> Cc: Roland Dreier <roland@kernel.org>\n"
+ "> Cc: Sean Hefty <sean.hefty@intel.com>\n"
+ "> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>\n"
+ "> Cc: linux390@de.ibm.com\n"
+ "> Cc: Anton Altaparmakov <anton@tuxera.com>\n"
+ "> Cc: Jaroslav Kysela <perex@perex.cz>\n"
+ "> Cc: Takashi Iwai <tiwai@suse.de>\n"
+ "> Cc: lm-sensors@lm-sensors.org\n"
+ "> Cc: linux-rdma@vger.kernel.org\n"
+ "> Cc: linux-s390@vger.kernel.org\n"
+ "> Cc: linux-ntfs-dev@lists.sourceforge.net\n"
+ "> Cc: alsa-devel@alsa-project.org\n"
+ "> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>\n"
  "> ---\n"
  ">  drivers/hwmon/emc2103.c                |    2 +-\n"
  "\n"
  "For the hwmon driver:\n"
  "\n"
- "Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
+ "Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>\n"
  "\n"
  ">  drivers/infiniband/hw/ehca/ehca_main.c |    2 +-\n"
  ">  drivers/s390/cio/cmf.c                 |    2 +-\n"
@@ -154,7 +154,7 @@
  "> +\tboolkp.flags |= KPARAM_ISBOOL;\n"
  "> +\n"
  "> +\tret = param_set_bool(val, &boolkp);\n"
- "> +\tif (ret == 0)\n"
+ "> +\tif (ret = 0)\n"
  "> +\t\t*(int *)kp->arg = v;\n"
  "> +\treturn ret;\n"
  "> +}\n"
@@ -193,9 +193,10 @@
  "Guenter Roeck\n"
  "Distinguished Engineer\n"
  "PDU IP Systems\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ "\n"
+ "_______________________________________________\n"
+ "lm-sensors mailing list\n"
+ "lm-sensors@lm-sensors.org\n"
+ http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
 
-3ab09d612218ac095bc38485ef4809248eee1461c8e5bcd32bf7218a28558cba
+1f6f80a8c0b8a24971d9850de58a6b61a755765e6fc3990d7e8324b94c4ce219

diff --git a/a/1.txt b/N2/1.txt
index 1342cc9..e6e8ea5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -12,30 +12,30 @@ On Wed, Dec 14, 2011 at 10:02:26PM -0500, Rusty Russell wrote:
 > (ntfs has a different problem: it needs an int for debug_msgs because
 > it's also exposed via sysctl.)
 > 
-> Cc: Steve Glendinning <steve.glendinning-sdUf+H5yV5I@public.gmane.org>
-> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
-> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
-> Cc: Hoang-Nam Nguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-> Cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-> Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-> Cc: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> Cc: Hal Rosenstock <hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-> Cc: linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org
-> Cc: Anton Altaparmakov <anton-yrGDUoBaLx3QT0dZR+AlfA@public.gmane.org>
-> Cc: Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>
-> Cc: Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>
-> Cc: lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-> Cc: linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-> Cc: linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
-> Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-> Signed-off-by: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
+> Cc: Steve Glendinning <steve.glendinning@smsc.com>
+> Cc: Jean Delvare <khali@linux-fr.org>
+> Cc: Guenter Roeck <guenter.roeck@ericsson.com>
+> Cc: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
+> Cc: Christoph Raisch <raisch@de.ibm.com>
+> Cc: Roland Dreier <roland@kernel.org>
+> Cc: Sean Hefty <sean.hefty@intel.com>
+> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
+> Cc: linux390@de.ibm.com
+> Cc: Anton Altaparmakov <anton@tuxera.com>
+> Cc: Jaroslav Kysela <perex@perex.cz>
+> Cc: Takashi Iwai <tiwai@suse.de>
+> Cc: lm-sensors@lm-sensors.org
+> Cc: linux-rdma@vger.kernel.org
+> Cc: linux-s390@vger.kernel.org
+> Cc: linux-ntfs-dev@lists.sourceforge.net
+> Cc: alsa-devel@alsa-project.org
+> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
 > ---
 >  drivers/hwmon/emc2103.c                |    2 +-
 
 For the hwmon driver:
 
-Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
+Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
 
 >  drivers/infiniband/hw/ehca/ehca_main.c |    2 +-
 >  drivers/s390/cio/cmf.c                 |    2 +-
@@ -167,7 +167,3 @@ Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
 Guenter Roeck
 Distinguished Engineer
 PDU IP Systems
---
-To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index f3115a3..6254f8e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,27 +1,26 @@
  "ref\0877h1ytu4d.fsf@rustcorp.com.au\0"
- "ref\0877h1ytu4d.fsf-8n+1lVoiYb80n/F98K4Iww@public.gmane.org\0"
- "From\0Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\0"
+ "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0"
  "Subject\0Re: [PATCH 2/15] module_param: avoid bool abuse, add bint for special cases.\0"
  "Date\0Thu, 15 Dec 2011 12:41:08 -0800\0"
- "To\0Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>\0"
- "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Steve Glendinning <steve.glendinning-sdUf+H5yV5I@public.gmane.org>
-  Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
-  Hoang-Nam Nguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-  Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-  Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Hal Rosenstock <hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org <linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
-  Anton Altaparmakov <anton-yrGDUoBaLx3QT0dZR+AlfA@public.gmane.org>
-  Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>
-  Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>
-  lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org <lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org>
-  linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org <linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
- " alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org <alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org>\0"
+ "To\0Rusty Russell <rusty@rustcorp.com.au>\0"
+ "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>"
+  Pawel Moll <pawel.moll@arm.com>
+  Steve Glendinning <steve.glendinning@smsc.com>
+  Jean Delvare <khali@linux-fr.org>
+  Hoang-Nam Nguyen <hnguyen@de.ibm.com>
+  Christoph Raisch <raisch@de.ibm.com>
+  Roland Dreier <roland@kernel.org>
+  Sean Hefty <sean.hefty@intel.com>
+  Hal Rosenstock <hal.rosenstock@gmail.com>
+  linux390@de.ibm.com <linux390@de.ibm.com>
+  Anton Altaparmakov <anton@tuxera.com>
+  Jaroslav Kysela <perex@perex.cz>
+  Takashi Iwai <tiwai@suse.de>
+  lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org>
+  linux-rdma@vger.kernel.org <linux-rdma@vger.kernel.org>
+  linux-s390@vger.kernel.org <linux-s390@vger.kernel.org>
+  linux-ntfs-dev@lists.sourceforge.net <linux-ntfs-dev@lists.sourceforge.net>
+ " alsa-devel@alsa-project.org <alsa-devel@alsa-project.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Dec 14, 2011 at 10:02:26PM -0500, Rusty Russell wrote:\n"
@@ -38,30 +37,30 @@
  "> (ntfs has a different problem: it needs an int for debug_msgs because\n"
  "> it's also exposed via sysctl.)\n"
  "> \n"
- "> Cc: Steve Glendinning <steve.glendinning-sdUf+H5yV5I@public.gmane.org>\n"
- "> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\n"
- "> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
- "> Cc: Hoang-Nam Nguyen <hnguyen-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Christoph Raisch <raisch-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
- "> Cc: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> Cc: Hal Rosenstock <hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
- "> Cc: linux390-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org\n"
- "> Cc: Anton Altaparmakov <anton-yrGDUoBaLx3QT0dZR+AlfA@public.gmane.org>\n"
- "> Cc: Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>\n"
- "> Cc: Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>\n"
- "> Cc: lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org\n"
- "> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- "> Cc: linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- "> Cc: linux-ntfs-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n"
- "> Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org\n"
- "> Signed-off-by: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>\n"
+ "> Cc: Steve Glendinning <steve.glendinning@smsc.com>\n"
+ "> Cc: Jean Delvare <khali@linux-fr.org>\n"
+ "> Cc: Guenter Roeck <guenter.roeck@ericsson.com>\n"
+ "> Cc: Hoang-Nam Nguyen <hnguyen@de.ibm.com>\n"
+ "> Cc: Christoph Raisch <raisch@de.ibm.com>\n"
+ "> Cc: Roland Dreier <roland@kernel.org>\n"
+ "> Cc: Sean Hefty <sean.hefty@intel.com>\n"
+ "> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>\n"
+ "> Cc: linux390@de.ibm.com\n"
+ "> Cc: Anton Altaparmakov <anton@tuxera.com>\n"
+ "> Cc: Jaroslav Kysela <perex@perex.cz>\n"
+ "> Cc: Takashi Iwai <tiwai@suse.de>\n"
+ "> Cc: lm-sensors@lm-sensors.org\n"
+ "> Cc: linux-rdma@vger.kernel.org\n"
+ "> Cc: linux-s390@vger.kernel.org\n"
+ "> Cc: linux-ntfs-dev@lists.sourceforge.net\n"
+ "> Cc: alsa-devel@alsa-project.org\n"
+ "> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>\n"
  "> ---\n"
  ">  drivers/hwmon/emc2103.c                |    2 +-\n"
  "\n"
  "For the hwmon driver:\n"
  "\n"
- "Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
+ "Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>\n"
  "\n"
  ">  drivers/infiniband/hw/ehca/ehca_main.c |    2 +-\n"
  ">  drivers/s390/cio/cmf.c                 |    2 +-\n"
@@ -192,10 +191,6 @@
  "-- \n"
  "Guenter Roeck\n"
  "Distinguished Engineer\n"
- "PDU IP Systems\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ PDU IP Systems
 
-3ab09d612218ac095bc38485ef4809248eee1461c8e5bcd32bf7218a28558cba
+db9fc0fe281dffb04e720e4ce3531cf1e1b2a875a075f39ecb68e683da96e631

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.