All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110429004255.GF2191@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index d0684c2..db912fa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -101,3 +101,10 @@ Many thanks to Thomas for tracking this down -- it is fair to say that
 I never would have thought to look at timer initialization!  ;-)
 
 							Thanx, Paul
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index a78882d..ec09fc3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -130,6 +130,13 @@
  "Many thanks to Thomas for tracking this down -- it is fair to say that\n"
  "I never would have thought to look at timer initialization!  ;-)\n"
  "\n"
- "\t\t\t\t\t\t\tThanx, Paul"
+ "\t\t\t\t\t\t\tThanx, Paul\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-e5d470ab25e206ca1922d695e0436b1c9baf9dc8fec254b3bb66e3cbbf17ea13
+9ecfee14dc258947f61e0e022fa3f892395fd3931c8ab7c419387eea1ef772b4

diff --git a/a/1.txt b/N2/1.txt
index d0684c2..f574336 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -29,34 +29,34 @@ On Fri, Apr 29, 2011 at 01:35:44AM +0200, Sedat Dilek wrote:
 > >>
 > >> Thanks,
 > >>
-> >>        tglx
+> >>        tglx
 > >>
 > >> --- linux-2.6.orig/kernel/hrtimer.c
 > >> +++ linux-2.6/kernel/hrtimer.c
 > >> @@ -81,7 +81,11 @@ DEFINE_PER_CPU(struct hrtimer_cpu_base,
-> >>        }
-> >>  };
+> >>        }
+> >>  };
 > >>
 > >> -static int hrtimer_clock_to_base_table[MAX_CLOCKS];
 > >> +static int hrtimer_clock_to_base_table[MAX_CLOCKS] = {
-> >> +       [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME,
-> >> +       [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC,
-> >> +       [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,
+> >> +       [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME,
+> >> +       [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC,
+> >> +       [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,
 > >> +};
 > >>
-> >>  static inline int hrtimer_clockid_to_base(clockid_t clock_id)
-> >>  {
+> >>  static inline int hrtimer_clockid_to_base(clockid_t clock_id)
+> >>  {
 > >> @@ -1722,10 +1726,6 @@ static struct notifier_block __cpuinitda
 > >>
-> >>  void __init hrtimers_init(void)
-> >>  {
-> >> -       hrtimer_clock_to_base_table[CLOCK_REALTIME] = HRTIMER_BASE_REALTIME;
-> >> -       hrtimer_clock_to_base_table[CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC;
-> >> -       hrtimer_clock_to_base_table[CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME;
+> >>  void __init hrtimers_init(void)
+> >>  {
+> >> -       hrtimer_clock_to_base_table[CLOCK_REALTIME] = HRTIMER_BASE_REALTIME;
+> >> -       hrtimer_clock_to_base_table[CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC;
+> >> -       hrtimer_clock_to_base_table[CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME;
 > >> -
-> >>        hrtimer_cpu_notify(&hrtimers_nb, (unsigned long)CPU_UP_PREPARE,
-> >>                          (void *)(long)smp_processor_id());
-> >>        register_cpu_notifier(&hrtimers_nb);
+> >>        hrtimer_cpu_notify(&hrtimers_nb, (unsigned long)CPU_UP_PREPARE,
+> >>                          (void *)(long)smp_processor_id());
+> >>        register_cpu_notifier(&hrtimers_nb);
 > >>
 > >>
 > >>
@@ -77,13 +77,13 @@ On Fri, Apr 29, 2011 at 01:35:44AM +0200, Sedat Dilek wrote:
 > >
 > > $ l ../RCU-HOORAY/
 > > insgesamt 40
-> > drwxr-xr-x  2 sd sd  4096 29. Apr 01:02 .
+> > drwxr-xr-x  2 sd sd  4096 29. Apr 01:02 .
 > > drwxr-xr-x 35 sd sd 20480 29. Apr 01:01 ..
-> > -rw-r--r--  1 sd sd   726 29. Apr 01:01
+> > -rw-r--r--  1 sd sd   726 29. Apr 01:01
 > > 0001-Revert-rcu-restrict-TREE_RCU-to-SMP-builds-with-PREE.patch
-> > -rw-r--r--  1 sd sd   735 29. Apr 01:01
+> > -rw-r--r--  1 sd sd   735 29. Apr 01:01
 > > 0002-sched-Add-warning-when-RT-throttling-is-activated.patch
-> > -rw-r--r--  1 sd sd  2376 29. Apr 01:01
+> > -rw-r--r--  1 sd sd  2376 29. Apr 01:01
 > > 0003-2.6.39-rc4-Kernel-leaking-memory-during-FS-scanning-.patch
 > >
 > 
@@ -101,3 +101,10 @@ Many thanks to Thomas for tracking this down -- it is fair to say that
 I never would have thought to look at timer initialization!  ;-)
 
 							Thanx, Paul
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index a78882d..5be3811 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -59,34 +59,34 @@
  "> >>\n"
  "> >> Thanks,\n"
  "> >>\n"
- "> >> \302\240 \302\240 \302\240 \302\240tglx\n"
+ "> >>        tglx\n"
  "> >>\n"
  "> >> --- linux-2.6.orig/kernel/hrtimer.c\n"
  "> >> +++ linux-2.6/kernel/hrtimer.c\n"
  "> >> @@ -81,7 +81,11 @@ DEFINE_PER_CPU(struct hrtimer_cpu_base,\n"
- "> >> \302\240 \302\240 \302\240 \302\240}\n"
- "> >> \302\240};\n"
+ "> >>        }\n"
+ "> >>  };\n"
  "> >>\n"
  "> >> -static int hrtimer_clock_to_base_table[MAX_CLOCKS];\n"
  "> >> +static int hrtimer_clock_to_base_table[MAX_CLOCKS] = {\n"
- "> >> + \302\240 \302\240 \302\240 [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME,\n"
- "> >> + \302\240 \302\240 \302\240 [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC,\n"
- "> >> + \302\240 \302\240 \302\240 [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,\n"
+ "> >> +       [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME,\n"
+ "> >> +       [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC,\n"
+ "> >> +       [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,\n"
  "> >> +};\n"
  "> >>\n"
- "> >> \302\240static inline int hrtimer_clockid_to_base(clockid_t clock_id)\n"
- "> >> \302\240{\n"
+ "> >>  static inline int hrtimer_clockid_to_base(clockid_t clock_id)\n"
+ "> >>  {\n"
  "> >> @@ -1722,10 +1726,6 @@ static struct notifier_block __cpuinitda\n"
  "> >>\n"
- "> >> \302\240void __init hrtimers_init(void)\n"
- "> >> \302\240{\n"
- "> >> - \302\240 \302\240 \302\240 hrtimer_clock_to_base_table[CLOCK_REALTIME] = HRTIMER_BASE_REALTIME;\n"
- "> >> - \302\240 \302\240 \302\240 hrtimer_clock_to_base_table[CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC;\n"
- "> >> - \302\240 \302\240 \302\240 hrtimer_clock_to_base_table[CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME;\n"
+ "> >>  void __init hrtimers_init(void)\n"
+ "> >>  {\n"
+ "> >> -       hrtimer_clock_to_base_table[CLOCK_REALTIME] = HRTIMER_BASE_REALTIME;\n"
+ "> >> -       hrtimer_clock_to_base_table[CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC;\n"
+ "> >> -       hrtimer_clock_to_base_table[CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME;\n"
  "> >> -\n"
- "> >> \302\240 \302\240 \302\240 \302\240hrtimer_cpu_notify(&hrtimers_nb, (unsigned long)CPU_UP_PREPARE,\n"
- "> >> \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240(void *)(long)smp_processor_id());\n"
- "> >> \302\240 \302\240 \302\240 \302\240register_cpu_notifier(&hrtimers_nb);\n"
+ "> >>        hrtimer_cpu_notify(&hrtimers_nb, (unsigned long)CPU_UP_PREPARE,\n"
+ "> >>                          (void *)(long)smp_processor_id());\n"
+ "> >>        register_cpu_notifier(&hrtimers_nb);\n"
  "> >>\n"
  "> >>\n"
  "> >>\n"
@@ -107,13 +107,13 @@
  "> >\n"
  "> > $ l ../RCU-HOORAY/\n"
  "> > insgesamt 40\n"
- "> > drwxr-xr-x \302\2402 sd sd \302\2404096 29. Apr 01:02 .\n"
+ "> > drwxr-xr-x  2 sd sd  4096 29. Apr 01:02 .\n"
  "> > drwxr-xr-x 35 sd sd 20480 29. Apr 01:01 ..\n"
- "> > -rw-r--r-- \302\2401 sd sd \302\240 726 29. Apr 01:01\n"
+ "> > -rw-r--r--  1 sd sd   726 29. Apr 01:01\n"
  "> > 0001-Revert-rcu-restrict-TREE_RCU-to-SMP-builds-with-PREE.patch\n"
- "> > -rw-r--r-- \302\2401 sd sd \302\240 735 29. Apr 01:01\n"
+ "> > -rw-r--r--  1 sd sd   735 29. Apr 01:01\n"
  "> > 0002-sched-Add-warning-when-RT-throttling-is-activated.patch\n"
- "> > -rw-r--r-- \302\2401 sd sd \302\2402376 29. Apr 01:01\n"
+ "> > -rw-r--r--  1 sd sd  2376 29. Apr 01:01\n"
  "> > 0003-2.6.39-rc4-Kernel-leaking-memory-during-FS-scanning-.patch\n"
  "> >\n"
  "> \n"
@@ -130,6 +130,13 @@
  "Many thanks to Thomas for tracking this down -- it is fair to say that\n"
  "I never would have thought to look at timer initialization!  ;-)\n"
  "\n"
- "\t\t\t\t\t\t\tThanx, Paul"
+ "\t\t\t\t\t\t\tThanx, Paul\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-e5d470ab25e206ca1922d695e0436b1c9baf9dc8fec254b3bb66e3cbbf17ea13
+c86c40edff5f0f2e0ee427993ce6e1b74417eac723c653f332131efce6f6e577

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.