* Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic [not found] ` <4666BDF1.6080801@shadowen.org> @ 2007-06-06 17:52 ` Andrew Morton 2007-06-08 9:15 ` Luming Yu 0 siblings, 1 reply; 8+ messages in thread From: Andrew Morton @ 2007-06-06 17:52 UTC (permalink / raw) To: Andy Whitcroft Cc: linux-kernel, Len Brown, Yu, Luming, Alexey Starikovskiy, linux-acpi On Wed, 06 Jun 2007 15:00:17 +0100 Andy Whitcroft <apw@shadowen.org> wrote: > Getting this on a bigger x86_64 (bl6-13): > > Unable to handle kernel NULL pointer dereference at 0000000000000000 RIP: > [<ffffffff8037898b>] acpi_processor_throttling_seq_show+0xa7/0xd6 > PGD 2d77067 PUD 34c3067 PMD 0 > Oops: 0000 [1] SMP > CPU 3 > Modules linked in: video output button battery asus_acpi ac lp > parport_pc parport floppy nvram amd_rng rng_core i2c_amd756 i2c_core > Pid: 1634, comm: head Not tainted 2.6.22-rc4-mm1-autokern1 #1 > RIP: 0010:[<ffffffff8037898b>] [<ffffffff8037898b>] > acpi_processor_throttling_seq_show+0xa7/0xd6 > RSP: 0018:ffff810003c9de48 EFLAGS: 00010246 > RAX: 0000000000000020 RBX: ffff8100029e7800 RCX: 0000000000000000 > RDX: 000000000000002a RSI: ffffffff805993e4 RDI: ffff810002d714c0 > RBP: ffff810002d714c0 R08: ffff810003f82051 R09: ffff810002d714c0 > R10: ffffffffffffffff R11: 0000000000000000 R12: 0000000000000000 > R13: 0000000000000000 R14: 0000000000000000 R15: 00007fff64fd2b90 > FS: 00002b3545aec6f0(0000) GS:ffff810001683a40(0000) knlGS:0000000000000000 > CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > CR2: 0000000000000000 CR3: 0000000003966000 CR4: 00000000000006e0 > DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > Process head (pid: 1634, threadinfo ffff810003c9c000, task ffff810001c8c810) > Stack: 00000000000000d0 ffff810002d714c0 0000000000000001 0000000000000001 > 0000000000002000 ffffffff802ab6eb ffff810003c9df50 ffff810002915d00 > ffff810002d714f0 ffff810002fa2000 0000000000000000 fffffffffffffffb > Call Trace: > [<ffffffff802ab6eb>] seq_read+0x105/0x28e > [<ffffffff802ab5e6>] seq_read+0x0/0x28e > [<ffffffff802cd085>] proc_reg_read+0x80/0x9a > [<ffffffff802925a7>] vfs_read+0xcb/0x153 > [<ffffffff80292943>] sys_read+0x45/0x6e > [<ffffffff8020bc5e>] system_call+0x7e/0x83 > > > Code: 45 8b 44 0d 00 44 89 e1 0f 45 d0 31 c0 49 ff c4 49 83 c5 28 > RIP [<ffffffff8037898b>] acpi_processor_throttling_seq_show+0xa7/0xd6 > RSP <ffff810003c9de48> > CR2: 0000000000000000 > FATAL: Error inserting acpi_cpufreq > (/lib/modules/2.6.22-rc4-mm1-autokern1/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko): > No such device Was the oops at modprobe time? If so, it seems weird that acpi_processor_throttling_seq_show() would be getting run at that stage. (The oops trace is supposed to show the oopsing process's task_struct.comm[], but it isn't shown here?) Anyway, there are extensive changes in there added by git-acpi.patch. I suppose we can try to limp along with the below, but it'll probably just oops later on. --- a/drivers/acpi/processor_throttling.c~git-acpi-disable-acpi_processor_throttling_seq_show +++ a/drivers/acpi/processor_throttling.c @@ -648,6 +648,9 @@ static int acpi_processor_throttling_seq goto end; } + seq_puts(seq, "acpi_processor_throttling_seq_show() is busted\n"); + goto end; + seq_printf(seq, "state count: %d\n" "active state: T%d\n" "state available: T%d to T%d\n", _ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic 2007-06-06 17:52 ` 2.6.22-rc4-mm1 -- x86_64 ACPI panic Andrew Morton @ 2007-06-08 9:15 ` Luming Yu 2007-06-08 18:12 ` Andrew Morton 0 siblings, 1 reply; 8+ messages in thread From: Luming Yu @ 2007-06-08 9:15 UTC (permalink / raw) To: Andrew Morton Cc: Andy Whitcroft, linux-kernel, Len Brown, Yu, Luming, Alexey Starikovskiy, linux-acpi The only problem known as to the acpi throttling changes in the mm tree is a typo ,and the patch to fix it is available here. Please test and get results back to me. BTW,the log shows that the acpi-cpufreq.ko has problem. Would please also try not to load acpi-cpufreq. http://www.ussg.iu.edu/hypermail/linux/kernel/0706.0/2509.html On 6/7/07, Andrew Morton <akpm@linux-foundation.org> wrote: > On Wed, 06 Jun 2007 15:00:17 +0100 Andy Whitcroft <apw@shadowen.org> wrote: > > > Getting this on a bigger x86_64 (bl6-13): > > > > Unable to handle kernel NULL pointer dereference at 0000000000000000 RIP: > > [<ffffffff8037898b>] acpi_processor_throttling_seq_show+0xa7/0xd6 > > PGD 2d77067 PUD 34c3067 PMD 0 > > Oops: 0000 [1] SMP > > CPU 3 > > Modules linked in: video output button battery asus_acpi ac lp > > parport_pc parport floppy nvram amd_rng rng_core i2c_amd756 i2c_core > > Pid: 1634, comm: head Not tainted 2.6.22-rc4-mm1-autokern1 #1 > > RIP: 0010:[<ffffffff8037898b>] [<ffffffff8037898b>] > > acpi_processor_throttling_seq_show+0xa7/0xd6 > > RSP: 0018:ffff810003c9de48 EFLAGS: 00010246 > > RAX: 0000000000000020 RBX: ffff8100029e7800 RCX: 0000000000000000 > > RDX: 000000000000002a RSI: ffffffff805993e4 RDI: ffff810002d714c0 > > RBP: ffff810002d714c0 R08: ffff810003f82051 R09: ffff810002d714c0 > > R10: ffffffffffffffff R11: 0000000000000000 R12: 0000000000000000 > > R13: 0000000000000000 R14: 0000000000000000 R15: 00007fff64fd2b90 > > FS: 00002b3545aec6f0(0000) GS:ffff810001683a40(0000) knlGS:0000000000000000 > > CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > > CR2: 0000000000000000 CR3: 0000000003966000 CR4: 00000000000006e0 > > DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > > DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > > Process head (pid: 1634, threadinfo ffff810003c9c000, task ffff810001c8c810) > > Stack: 00000000000000d0 ffff810002d714c0 0000000000000001 0000000000000001 > > 0000000000002000 ffffffff802ab6eb ffff810003c9df50 ffff810002915d00 > > ffff810002d714f0 ffff810002fa2000 0000000000000000 fffffffffffffffb > > Call Trace: > > [<ffffffff802ab6eb>] seq_read+0x105/0x28e > > [<ffffffff802ab5e6>] seq_read+0x0/0x28e > > [<ffffffff802cd085>] proc_reg_read+0x80/0x9a > > [<ffffffff802925a7>] vfs_read+0xcb/0x153 > > [<ffffffff80292943>] sys_read+0x45/0x6e > > [<ffffffff8020bc5e>] system_call+0x7e/0x83 > > > > > > Code: 45 8b 44 0d 00 44 89 e1 0f 45 d0 31 c0 49 ff c4 49 83 c5 28 > > RIP [<ffffffff8037898b>] acpi_processor_throttling_seq_show+0xa7/0xd6 > > RSP <ffff810003c9de48> > > CR2: 0000000000000000 > > FATAL: Error inserting acpi_cpufreq > > (/lib/modules/2.6.22-rc4-mm1-autokern1/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko): > > No such device > > Was the oops at modprobe time? If so, it seems weird that > acpi_processor_throttling_seq_show() would be getting run at that stage. > > (The oops trace is supposed to show the oopsing process's > task_struct.comm[], but it isn't shown here?) > > Anyway, there are extensive changes in there added by git-acpi.patch. I > suppose we can try to limp along with the below, but it'll probably just > oops later on. > > --- a/drivers/acpi/processor_throttling.c~git-acpi-disable-acpi_processor_throttling_seq_show > +++ a/drivers/acpi/processor_throttling.c > @@ -648,6 +648,9 @@ static int acpi_processor_throttling_seq > goto end; > } > > + seq_puts(seq, "acpi_processor_throttling_seq_show() is busted\n"); > + goto end; > + > seq_printf(seq, "state count: %d\n" > "active state: T%d\n" > "state available: T%d to T%d\n", > _ > > - > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic 2007-06-08 9:15 ` Luming Yu @ 2007-06-08 18:12 ` Andrew Morton 2007-06-26 6:00 ` Len Brown 0 siblings, 1 reply; 8+ messages in thread From: Andrew Morton @ 2007-06-08 18:12 UTC (permalink / raw) To: Luming Yu Cc: Andy Whitcroft, linux-kernel, Len Brown, Yu, Luming, Alexey Starikovskiy, linux-acpi On Fri, 8 Jun 2007 17:15:45 +0800 "Luming Yu" <luming.yu@gmail.com> wrote: > The only problem known as to the acpi throttling changes in the mm tree > is a typo ,and the patch to fix it is available here. Please test and > get results back to me. BTW,the log shows that the acpi-cpufreq.ko has > problem. Would please also try not to load acpi-cpufreq. > > http://www.ussg.iu.edu/hypermail/linux/kernel/0706.0/2509.html Sigh. Is this some sort of contest to see how many things we can do wrong in a single patch? - Include a changelog - Include Signed-off-by: - Don't use attachments - If you _must_ use attachments, use text/plain, not application/octet-stream - Format code to remain within 80 columns. - Don't do "if(". Do "if (" Oh well. Good to hear that the oops got fixed, thanks. From: "Luming Yu" <luming.yu@gmail.com> Cc: Len Brown <lenb@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/acpi/processor_throttling.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff -puN drivers/acpi/processor_throttling.c~acpi-fix-oops-in-acpi_processor_throttling_seq_show drivers/acpi/processor_throttling.c --- a/drivers/acpi/processor_throttling.c~acpi-fix-oops-in-acpi_processor_throttling_seq_show +++ a/drivers/acpi/processor_throttling.c @@ -656,18 +656,20 @@ static int acpi_processor_throttling_seq pr->throttling.state_count - 1); seq_puts(seq, "states:\n"); - if (acpi_processor_get_throttling == acpi_processor_get_throttling_fadt) + if (pr->throttling.acpi_processor_get_throttling == + acpi_processor_get_throttling_fadt) { for (i = 0; i < pr->throttling.state_count; i++) seq_printf(seq, " %cT%d: %02d%%\n", (i == pr->throttling.state ? '*' : ' '), i, (pr->throttling.states[i].performance ? pr-> throttling.states[i].performance / 10 : 0)); - else + } else { for (i = 0; i < pr->throttling.state_count; i++) seq_printf(seq, " %cT%d: %02d%%\n", (i == pr->throttling.state ? '*' : ' '), i, (int)pr->throttling.states_tss[i]. freqpercentage); + } end: return 0; _ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic 2007-06-08 18:12 ` Andrew Morton @ 2007-06-26 6:00 ` Len Brown 0 siblings, 0 replies; 8+ messages in thread From: Len Brown @ 2007-06-26 6:00 UTC (permalink / raw) To: Andrew Morton Cc: Luming Yu, Andy Whitcroft, linux-kernel, Yu, Luming, Alexey Starikovskiy, linux-acpi Applied. thanks, -Len On Friday 08 June 2007 14:12, Andrew Morton wrote: > On Fri, 8 Jun 2007 17:15:45 +0800 > "Luming Yu" <luming.yu@gmail.com> wrote: > > > The only problem known as to the acpi throttling changes in the mm tree > > is a typo ,and the patch to fix it is available here. Please test and > > get results back to me. BTW,the log shows that the acpi-cpufreq.ko has > > problem. Would please also try not to load acpi-cpufreq. > > > > http://www.ussg.iu.edu/hypermail/linux/kernel/0706.0/2509.html > > Sigh. Is this some sort of contest to see how many things we can > do wrong in a single patch? > > - Include a changelog > > - Include Signed-off-by: > > - Don't use attachments > > - If you _must_ use attachments, use text/plain, not application/octet-stream > > - Format code to remain within 80 columns. > > - Don't do "if(". Do "if (" > > Oh well. Good to hear that the oops got fixed, thanks. > > > From: "Luming Yu" <luming.yu@gmail.com> > > Cc: Len Brown <lenb@kernel.org> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > --- > > drivers/acpi/processor_throttling.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff -puN drivers/acpi/processor_throttling.c~acpi-fix-oops-in-acpi_processor_throttling_seq_show drivers/acpi/processor_throttling.c > --- a/drivers/acpi/processor_throttling.c~acpi-fix-oops-in-acpi_processor_throttling_seq_show > +++ a/drivers/acpi/processor_throttling.c > @@ -656,18 +656,20 @@ static int acpi_processor_throttling_seq > pr->throttling.state_count - 1); > > seq_puts(seq, "states:\n"); > - if (acpi_processor_get_throttling == acpi_processor_get_throttling_fadt) > + if (pr->throttling.acpi_processor_get_throttling == > + acpi_processor_get_throttling_fadt) { > for (i = 0; i < pr->throttling.state_count; i++) > seq_printf(seq, " %cT%d: %02d%%\n", > (i == pr->throttling.state ? '*' : ' '), i, > (pr->throttling.states[i].performance ? pr-> > throttling.states[i].performance / 10 : 0)); > - else > + } else { > for (i = 0; i < pr->throttling.state_count; i++) > seq_printf(seq, " %cT%d: %02d%%\n", > (i == pr->throttling.state ? '*' : ' '), i, > (int)pr->throttling.states_tss[i]. > freqpercentage); > + } > > end: > return 0; > _ > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) [not found] <20070606020737.4663d686.akpm@linux-foundation.org> [not found] ` <4666BDF1.6080801@shadowen.org> @ 2007-06-07 7:53 ` Maciej Rutecki 2007-06-07 8:51 ` Maciej Rutecki 2007-06-07 9:09 ` Luming Yu 1 sibling, 2 replies; 8+ messages in thread From: Maciej Rutecki @ 2007-06-07 7:53 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel, linux-acpi, lenb [-- Attachment #1: Type: text/plain, Size: 1864 bytes --] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126] On 2.6.20.9 I don't have this exceptions. Other problem: 2.6.22rc4-mm1: rutek:/home/maciek# cat /proc/acpi/processor/CPU0/throttling Naruszenie ochrony pamięci (segmentation fault) compared to 2.6.20.9: maciek@rutek:~$ cat /proc/acpi/processor/CPU0/throttling state count: 8 active state: T0 states: *T0: 00% T1: 12% T2: 25% T3: 37% T4: 50% T5: 62% T6: 75% T7: 87% Other info (2.6.22-rc4-mm1): rutek:/home/maciek# ls /proc/acpi/processor/CPU0/ info limit power throttling rutek:/home/maciek# cat /proc/acpi/processor/CPU0/info processor id: 0 acpi id: 1 bus mastering control: yes power management: yes throttling control: yes limit interface: yes rutek:/home/maciek# cat /proc/acpi/processor/CPU0/limit active limit: P0:T0 user limit: P0:T0 thermal limit: P0:T0 rutek:/home/maciek# cat /proc/acpi/processor/CPU0/power active state: C0 max_cstate: C8 bus master activity: 00000000 maximum allowed latency: 8000 usec states: C1: type[C1] promotion[--] demotion[--] latency[001] usage[00000000] duration[00000000000000000000] C2: type[C2] promotion[--] demotion[--] latency[001] usage[00000000] duration[00000000000000000000] For CPU1 is similar. config, dmesg, acpidump: http://www.unixy.pl/maciek/download/kernel/2.6.22-rc4-mm1/ -- Maciej Rutecki http://www.maciek.unixy.pl [-- Attachment #2: S/MIME Cryptographic Signature --] [-- Type: application/x-pkcs7-signature, Size: 3265 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) 2007-06-07 7:53 ` [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) Maciej Rutecki @ 2007-06-07 8:51 ` Maciej Rutecki 2007-06-07 9:09 ` Luming Yu 1 sibling, 0 replies; 8+ messages in thread From: Maciej Rutecki @ 2007-06-07 8:51 UTC (permalink / raw) Cc: Andrew Morton, linux-kernel, linux-acpi, lenb [-- Attachment #1: Type: text/plain, Size: 723 bytes --] Maciej Rutecki pisze: > ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating > _PTC [20070126] > ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating > _TSS [20070126] > > On 2.6.20.9 I don't have this exceptions. > > Other problem: > > 2.6.22rc4-mm1: > rutek:/home/maciek# cat /proc/acpi/processor/CPU0/throttling > Naruszenie ochrony pamięci (segmentation fault) Update (2.6.22-rc4-mm2): rutek:/home/maciek# cat /proc/acpi/processor/CPU0/throttling acpi_processor_throttling_seq_show() is busted rutek:/home/maciek# cat /proc/acpi/processor/CPU1/throttling acpi_processor_throttling_seq_show() is busted -- Maciej Rutecki http://www.maciek.unixy.pl [-- Attachment #2: S/MIME Cryptographic Signature --] [-- Type: application/x-pkcs7-signature, Size: 3237 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) 2007-06-07 7:53 ` [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) Maciej Rutecki 2007-06-07 8:51 ` Maciej Rutecki @ 2007-06-07 9:09 ` Luming Yu 2007-06-07 10:30 ` Maciej Rutecki 1 sibling, 1 reply; 8+ messages in thread From: Luming Yu @ 2007-06-07 9:09 UTC (permalink / raw) To: Maciej Rutecki; +Cc: Andrew Morton, linux-kernel, linux-acpi, lenb [-- Attachment #1: Type: text/plain, Size: 2027 bytes --] Please test the attached patch. Thanks, Luming On 6/7/07, Maciej Rutecki <maciej.rutecki@gmail.com> wrote: > ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating > _PTC [20070126] > ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating > _TSS [20070126] > > On 2.6.20.9 I don't have this exceptions. > > Other problem: > > 2.6.22rc4-mm1: > rutek:/home/maciek# cat /proc/acpi/processor/CPU0/throttling > Naruszenie ochrony pamięci (segmentation fault) > > compared to 2.6.20.9: > maciek@rutek:~$ cat /proc/acpi/processor/CPU0/throttling > state count: 8 > active state: T0 > states: > *T0: 00% > T1: 12% > T2: 25% > T3: 37% > T4: 50% > T5: 62% > T6: 75% > T7: 87% > > > Other info (2.6.22-rc4-mm1): > rutek:/home/maciek# ls /proc/acpi/processor/CPU0/ > info limit power throttling > rutek:/home/maciek# cat /proc/acpi/processor/CPU0/info > processor id: 0 > acpi id: 1 > bus mastering control: yes > power management: yes > throttling control: yes > limit interface: yes > rutek:/home/maciek# cat /proc/acpi/processor/CPU0/limit > active limit: P0:T0 > user limit: P0:T0 > thermal limit: P0:T0 > rutek:/home/maciek# cat /proc/acpi/processor/CPU0/power > active state: C0 > max_cstate: C8 > bus master activity: 00000000 > maximum allowed latency: 8000 usec > states: > C1: type[C1] promotion[--] demotion[--] > latency[001] usage[00000000] duration[00000000000000000000] > C2: type[C2] promotion[--] demotion[--] > latency[001] usage[00000000] duration[00000000000000000000] > > For CPU1 is similar. > > config, dmesg, acpidump: > http://www.unixy.pl/maciek/download/kernel/2.6.22-rc4-mm1/ > > -- > Maciej Rutecki > http://www.maciek.unixy.pl > > > [-- Attachment #2: t.patch --] [-- Type: application/octet-stream, Size: 654 bytes --] diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index 1bae2e4..1c9b697 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -645,7 +645,7 @@ static int acpi_processor_throttling_seq pr->throttling.state_count-1); seq_puts(seq, "states:\n"); - if(acpi_processor_get_throttling == acpi_processor_get_throttling_fadt) + if(pr->throttling.acpi_processor_get_throttling == acpi_processor_get_throttling_fadt) for (i = 0; i < pr->throttling.state_count; i++) seq_printf(seq, " %cT%d: %02d%%\n", (i == pr->throttling.state ? '*' : ' '), i, ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) 2007-06-07 9:09 ` Luming Yu @ 2007-06-07 10:30 ` Maciej Rutecki 0 siblings, 0 replies; 8+ messages in thread From: Maciej Rutecki @ 2007-06-07 10:30 UTC (permalink / raw) To: Luming Yu; +Cc: Andrew Morton, linux-kernel, linux-acpi, lenb [-- Attachment #1: Type: text/plain, Size: 676 bytes --] Luming Yu pisze: > Please test the attached patch. > It works. I still have exceptions in dmesg (probably my dsdt doesn't support _PTC and _TSS), but already I can read /proc/acpi/processor/CPU0/throttling: maciek@rutek:~$ cat /proc/acpi/processor/CPU0/throttling state count: 8 active state: T0 state available: T0 to T7 states: *T0: 00% T1: 12% T2: 25% T3: 37% T4: 50% T5: 62% T6: 75% T7: 87% > Thanks, > Luming > Thanks for help. -- Maciej Rutecki http://www.maciek.unixy.pl [-- Attachment #2: S/MIME Cryptographic Signature --] [-- Type: application/x-pkcs7-signature, Size: 3265 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-06-26 5:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070606020737.4663d686.akpm@linux-foundation.org>
[not found] ` <4666BDF1.6080801@shadowen.org>
2007-06-06 17:52 ` 2.6.22-rc4-mm1 -- x86_64 ACPI panic Andrew Morton
2007-06-08 9:15 ` Luming Yu
2007-06-08 18:12 ` Andrew Morton
2007-06-26 6:00 ` Len Brown
2007-06-07 7:53 ` [2.6.22-rc4-mm1] ACPI Exception (processor_throttling) Maciej Rutecki
2007-06-07 8:51 ` Maciej Rutecki
2007-06-07 9:09 ` Luming Yu
2007-06-07 10:30 ` Maciej Rutecki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).