All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20040920094719.H14208@unix-os.sc.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 01b090c..3acb931 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ Changes from previous release:
 ---
 Name:container_drv.patch
 Status: Tested on 2.6.9-rc1
-Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 Depends:	
 Version: applies on 2.6.9-rc1
 Description:
@@ -77,9 +77,9 @@ diff -puN /dev/null drivers/acpi/container.c
 + * acpi_container.c  - ACPI Generic Container Driver
 + * ($Revision: )
 + *
-+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org)
-+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich-+CUm20s59erQFUHtdCDX3A@public.gmane.org)
-+ * Copyright (C) 2004 Motoyuki Ito (motoyuki-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org)
++ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy@intel.com)
++ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich@jp.fujitsu.com)
++ * Copyright (C) 2004 Motoyuki Ito (motoyuki@soft.fujitsu.com)
 + * Copyright (C) 2004 Intel Corp.
 + * Copyright (C) 2004 FUJITSU LIMITED
 + *
@@ -160,7 +160,7 @@ diff -puN /dev/null drivers/acpi/container.c
 +	if (ACPI_FAILURE(status))
 +		return_VALUE(0); /* Firmware error */
 +
-+	return_VALUE((sta & ACPI_STA_PRESENT) == ACPI_STA_PRESENT);
++	return_VALUE((sta & ACPI_STA_PRESENT) = ACPI_STA_PRESENT);
 +}
 +
 +/*******************************************************************/
@@ -244,7 +244,7 @@ diff -puN /dev/null drivers/acpi/container.c
 +	envp[i++] = "PATH=/sbin;/bin;/usr/sbin;/usr/bin";
 +	envp[i++] = action_str;
 +	envp[i++] = container_str;
-+	envp[i++] = "PLATFORM=ACPI";
++	envp[i++] = "PLATFORM¬PI";
 +	envp[i] = NULL;
 +
 +	ret = call_usermodehelper(argv[0], argv, envp, 0);
@@ -341,7 +341,7 @@ diff -puN /dev/null drivers/acpi/container.c
 +	if (info->valid & ACPI_VALID_HID)
 +		hid = info->hardware_id.value;
 +
-+	if (hid == NULL) {
++	if (hid = NULL) {
 +		goto end;
 +	}
 +
@@ -415,10 +415,3 @@ diff -puN /dev/null drivers/acpi/container.c
 +module_init(acpi_container_init);
 +module_exit(acpi_container_exit);
 _
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N1/content_digest
index 6127751..5792937 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020040920092520.A14208@unix-os.sc.intel.com\0"
  "ref\020040920092520.A14208-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org\0"
- "From\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>\0"
  "Subject\0PATCH-ACPI based CPU hotplug[6/6]-ACPI Container driver\0"
- "Date\0Mon, 20 Sep 2004 09:47:19 -0700\0"
+ "Date\0Mon, 20 Sep 2004 16:47:19 +0000\0"
  "To\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
  "Cc\0Brown"
   Len <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@@ -19,7 +19,7 @@
  "---\n"
  "Name:container_drv.patch\n"
  "Status: Tested on 2.6.9-rc1\n"
- "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "Depends:\t\n"
  "Version: applies on 2.6.9-rc1\n"
  "Description:\n"
@@ -91,9 +91,9 @@
  "+ * acpi_container.c  - ACPI Generic Container Driver\n"
  "+ * ($Revision: )\n"
  "+ *\n"
- "+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org)\n"
- "+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich-+CUm20s59erQFUHtdCDX3A@public.gmane.org)\n"
- "+ * Copyright (C) 2004 Motoyuki Ito (motoyuki-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org)\n"
+ "+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy@intel.com)\n"
+ "+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich@jp.fujitsu.com)\n"
+ "+ * Copyright (C) 2004 Motoyuki Ito (motoyuki@soft.fujitsu.com)\n"
  "+ * Copyright (C) 2004 Intel Corp.\n"
  "+ * Copyright (C) 2004 FUJITSU LIMITED\n"
  "+ *\n"
@@ -174,7 +174,7 @@
  "+\tif (ACPI_FAILURE(status))\n"
  "+\t\treturn_VALUE(0); /* Firmware error */\n"
  "+\n"
- "+\treturn_VALUE((sta & ACPI_STA_PRESENT) == ACPI_STA_PRESENT);\n"
+ "+\treturn_VALUE((sta & ACPI_STA_PRESENT) = ACPI_STA_PRESENT);\n"
  "+}\n"
  "+\n"
  "+/*******************************************************************/\n"
@@ -258,7 +258,7 @@
  "+\tenvp[i++] = \"PATH=/sbin;/bin;/usr/sbin;/usr/bin\";\n"
  "+\tenvp[i++] = action_str;\n"
  "+\tenvp[i++] = container_str;\n"
- "+\tenvp[i++] = \"PLATFORM=ACPI\";\n"
+ "+\tenvp[i++] = \"PLATFORM\302\254PI\";\n"
  "+\tenvp[i] = NULL;\n"
  "+\n"
  "+\tret = call_usermodehelper(argv[0], argv, envp, 0);\n"
@@ -355,7 +355,7 @@
  "+\tif (info->valid & ACPI_VALID_HID)\n"
  "+\t\thid = info->hardware_id.value;\n"
  "+\n"
- "+\tif (hid == NULL) {\n"
+ "+\tif (hid = NULL) {\n"
  "+\t\tgoto end;\n"
  "+\t}\n"
  "+\n"
@@ -428,13 +428,6 @@
  "+\n"
  "+module_init(acpi_container_init);\n"
  "+module_exit(acpi_container_exit);\n"
- "_\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-6035c65b28729fd7de72545d3b550158de73e31d6e2f0289b738036328a43765
+736982901a90099932f99d5eed08e408c2ccce44fbc479923ef6fb1e56f7e5b0

diff --git a/a/1.txt b/N2/1.txt
index 01b090c..694a8ad 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -5,7 +5,7 @@ Changes from previous release:
 ---
 Name:container_drv.patch
 Status: Tested on 2.6.9-rc1
-Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 Depends:	
 Version: applies on 2.6.9-rc1
 Description:
@@ -77,9 +77,9 @@ diff -puN /dev/null drivers/acpi/container.c
 + * acpi_container.c  - ACPI Generic Container Driver
 + * ($Revision: )
 + *
-+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org)
-+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich-+CUm20s59erQFUHtdCDX3A@public.gmane.org)
-+ * Copyright (C) 2004 Motoyuki Ito (motoyuki-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org)
++ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy@intel.com)
++ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich@jp.fujitsu.com)
++ * Copyright (C) 2004 Motoyuki Ito (motoyuki@soft.fujitsu.com)
 + * Copyright (C) 2004 Intel Corp.
 + * Copyright (C) 2004 FUJITSU LIMITED
 + *
@@ -415,10 +415,3 @@ diff -puN /dev/null drivers/acpi/container.c
 +module_init(acpi_container_init);
 +module_exit(acpi_container_exit);
 _
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N2/content_digest
index 6127751..618ee13 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,16 @@
  "ref\020040920092520.A14208@unix-os.sc.intel.com\0"
- "ref\020040920092520.A14208-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org\0"
- "From\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>\0"
  "Subject\0PATCH-ACPI based CPU hotplug[6/6]-ACPI Container driver\0"
  "Date\0Mon, 20 Sep 2004 09:47:19 -0700\0"
- "To\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "To\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>"
+  Len Brown <len.brown@intel.com>
+ " ACPI Developer <acpi-devel@lists.sourceforge.net>\0"
  "Cc\0Brown"
-  Len <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  ACPI Developer <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  LHNS list <lhns-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  Linux IA64 <linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " Linux Kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
+  Len <len.brown@intel.com>
+  ACPI Developer <acpi-devel@lists.sourceforge.net>
+  LHNS list <lhns-devel@lists.sourceforge.net>
+  Linux IA64 <linux-ia64@vger.kernel.org>
+ " Linux Kernel <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Changes from previous release:\n"
@@ -19,7 +20,7 @@
  "---\n"
  "Name:container_drv.patch\n"
  "Status: Tested on 2.6.9-rc1\n"
- "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "Depends:\t\n"
  "Version: applies on 2.6.9-rc1\n"
  "Description:\n"
@@ -91,9 +92,9 @@
  "+ * acpi_container.c  - ACPI Generic Container Driver\n"
  "+ * ($Revision: )\n"
  "+ *\n"
- "+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org)\n"
- "+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich-+CUm20s59erQFUHtdCDX3A@public.gmane.org)\n"
- "+ * Copyright (C) 2004 Motoyuki Ito (motoyuki-tPnzhWqfZ96MLkP6nYsO9A@public.gmane.org)\n"
+ "+ * Copyright (C) 2004 Anil S Keshavamurthy (anil.s.keshavamurthy@intel.com)\n"
+ "+ * Copyright (C) 2004 Keiichiro Tokunaga (tokunaga.keiich@jp.fujitsu.com)\n"
+ "+ * Copyright (C) 2004 Motoyuki Ito (motoyuki@soft.fujitsu.com)\n"
  "+ * Copyright (C) 2004 Intel Corp.\n"
  "+ * Copyright (C) 2004 FUJITSU LIMITED\n"
  "+ *\n"
@@ -428,13 +429,6 @@
  "+\n"
  "+module_init(acpi_container_init);\n"
  "+module_exit(acpi_container_exit);\n"
- "_\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-6035c65b28729fd7de72545d3b550158de73e31d6e2f0289b738036328a43765
+b7e15aa8470699a15d3c064cc119f8c31449d66d4705f071765085dfab1a4832

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.