From: Roman Mindalev <lists-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
To: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
Cc: Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Subject: Re: [Bug #11035] System hangs on 2.6.26-rc8
Date: Tue, 15 Jul 2008 17:40:53 +0400 [thread overview]
Message-ID: <487CA8E5.8020208@r000n.net> (raw)
In-Reply-To: <4878D259.7050403-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 5181 bytes --]
Roman Mindalev wrote:
> Rafael J. Wysocki wrote:
>> This message has been generated automatically as a part of a report
>> of recent regressions.
>>
>> The following bug entry is on the current list of known regressions
>> from 2.6.25. Please verify if it still should be listed.
>>
>>
>> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11035
>> Subject : System hangs on 2.6.26-rc8
>> Submitter : Roman Mindalev <lists-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
>> Date : 2008-07-02 14:25 (5 days old)
>> References : http://marc.info/?l=linux-kernel&m=121500871414995&w=4
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
> Announce: It is long history, if you don't want to read it, go directly
> to assumption ;)
>
> Short description of problem: SIGSEGV on high I/O load (reading packages
> database, kernel untaring) without any records in logs
>
> Prehistory: 2.6.26-rc7 works, 2.6.26-rc8 buggy, configs very simular.
>
> History: In last days I compiled some 2.6.25 kernels (took it, because
> it is stable) with different configs (step-by-step disabling options,
> not equals in -rc7 and -rc8) and got next results:
>
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, snd_seq_dummy,
> snd_rtctimer, snd_seq_rtctimer_default, debug_preempt, rcu_tortune_test)
> - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, snd_seq_dummy,
> debug_preempt, rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 250 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 250 Hz, snd_rtctimer, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 100 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, 250 Hz, debug_preempt, rcu_tortune_test) - bug
> 2.6.25 (250 Hz, rcu_tortune_test) - bug
> 2.6.25 (250 Hz) - bug
>
> And I understand - problem not (only?) in kernel, problem in GCC too (I
> updated whole system in June).
>
> 2.6.24 - one kernel (I'm tested from it to latest rc), which (with
> time.patch) works with GCC 4.3.1
> 2.6.25 and above (tested with 2.6.26-rc7, 2.6.26-rc8, 2.6.26-rc9) don't
> works, if compiled with this compiler version.
>
> Then I look on my (working) kernels - 2.6.26-rc6 was compiled with GCC
> 4.2.4, and 2.6.26-rc7 too...
>
> In testing purposes I took some listed kernels and recompiled them with
> other GCC version.
>
> Common results in table:
> GCC 4.3.1, kernel 2.6.24 - works
> GCC 4.2.4, kernel 2.6.25 - works
> GCC 4.3.1, kernel 2.6.25 - bug
> GCC 4.2.4, kernel 2.6.26-rc7 - works
> GCC 4.3.1, kernel 2.6.26-rc7 - bug
> GCC 4.2.4, kernel 2.6.26-rc8 - works
> GCC 4.3.1, kernel 2.6.26-rc8 - bug
>
> Assumption: new features (or new bugs:)) in GCC 4.3 conflicts with some
> commit(s), included in kernel between 2.6.24 and 2.6.25
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
I done bisection.
Result below:
8f46924600e30b140445f5b84abe9b80d2fff5fb is first bad commit
commit 8f46924600e30b140445f5b84abe9b80d2fff5fb
Author: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
Date: Wed Jan 30 13:34:09 2008 +0100
x86: enable CONFIG_DEBUG_PAGEALLOC more widely
make CONFIG_DEBUG_PAGEALLOC universally available.
CONFIG_HIBERNATION and CONFIG_HUGETLBFS was disabling it, for no
particular reason.
If there are any unfixed bugs here we'll fix it, but do not disable
vital debugging facilities like that ..
Signed-off-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
Signed-off-by: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
:040000 040000 ea82c42d0972aabc1f34978dc9b9c73edbd7e508
446e8dd9bb2fcb1698d038b09800dc8aa8c335ab M arch
Commit body:
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 2a859a7..347e33e 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -40,7 +40,7 @@ comment "Page alloc debug is incompatible with
Software Suspend on i386"
config DEBUG_PAGEALLOC
bool "Debug page memory allocations"
- depends on DEBUG_KERNEL && !HIBERNATION && !HUGETLBFS
+ depends on DEBUG_KERNEL
help
Unmap pages from the kernel linear mapping after free_pages().
This results in a large slowdown, but helps to find certain types
I applied it (reversed) to 2.6.25 source and compiled new kernel.
Hibernation enabled, hugetlbfs too. And difference between configs:
diff config-2.6.25-old config-2.6.25-new
4c4
< # Sat Jul 12 17:24:17 2008
---
> # Tue Jul 15 16:24:10 2008
1927d1926
< CONFIG_DEBUG_PAGEALLOC=y
I have no problems with this (new) config.
Seems conflict between new features in GCC 4.3.1 and pagealloc debug?
[-- Attachment #2: config-2.6.25-new.tar.gz --]
[-- Type: application/x-gzip, Size: 12338 bytes --]
[-- Attachment #3: config-2.6.25-old.tar.gz --]
[-- Type: application/x-gzip, Size: 12346 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Roman Mindalev <lists@r000n.net>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Kernel Testers List <kernel-testers@vger.kernel.org>,
Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [Bug #11035] System hangs on 2.6.26-rc8
Date: Tue, 15 Jul 2008 17:40:53 +0400 [thread overview]
Message-ID: <487CA8E5.8020208@r000n.net> (raw)
In-Reply-To: <4878D259.7050403@r000n.net>
[-- Attachment #1: Type: text/plain, Size: 5035 bytes --]
Roman Mindalev wrote:
> Rafael J. Wysocki wrote:
>> This message has been generated automatically as a part of a report
>> of recent regressions.
>>
>> The following bug entry is on the current list of known regressions
>> from 2.6.25. Please verify if it still should be listed.
>>
>>
>> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11035
>> Subject : System hangs on 2.6.26-rc8
>> Submitter : Roman Mindalev <lists@r000n.net>
>> Date : 2008-07-02 14:25 (5 days old)
>> References : http://marc.info/?l=linux-kernel&m=121500871414995&w=4
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
> Announce: It is long history, if you don't want to read it, go directly
> to assumption ;)
>
> Short description of problem: SIGSEGV on high I/O load (reading packages
> database, kernel untaring) without any records in logs
>
> Prehistory: 2.6.26-rc7 works, 2.6.26-rc8 buggy, configs very simular.
>
> History: In last days I compiled some 2.6.25 kernels (took it, because
> it is stable) with different configs (step-by-step disabling options,
> not equals in -rc7 and -rc8) and got next results:
>
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, snd_seq_dummy,
> snd_rtctimer, snd_seq_rtctimer_default, debug_preempt, rcu_tortune_test)
> - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, snd_seq_dummy,
> debug_preempt, rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, snd_sequencer, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 300 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 250 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 250 Hz, snd_rtctimer, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, preempt rcu, 100 Hz, debug_preempt,
> rcu_tortune_test) - bug
> 2.6.25 (preemtible, 250 Hz, debug_preempt, rcu_tortune_test) - bug
> 2.6.25 (250 Hz, rcu_tortune_test) - bug
> 2.6.25 (250 Hz) - bug
>
> And I understand - problem not (only?) in kernel, problem in GCC too (I
> updated whole system in June).
>
> 2.6.24 - one kernel (I'm tested from it to latest rc), which (with
> time.patch) works with GCC 4.3.1
> 2.6.25 and above (tested with 2.6.26-rc7, 2.6.26-rc8, 2.6.26-rc9) don't
> works, if compiled with this compiler version.
>
> Then I look on my (working) kernels - 2.6.26-rc6 was compiled with GCC
> 4.2.4, and 2.6.26-rc7 too...
>
> In testing purposes I took some listed kernels and recompiled them with
> other GCC version.
>
> Common results in table:
> GCC 4.3.1, kernel 2.6.24 - works
> GCC 4.2.4, kernel 2.6.25 - works
> GCC 4.3.1, kernel 2.6.25 - bug
> GCC 4.2.4, kernel 2.6.26-rc7 - works
> GCC 4.3.1, kernel 2.6.26-rc7 - bug
> GCC 4.2.4, kernel 2.6.26-rc8 - works
> GCC 4.3.1, kernel 2.6.26-rc8 - bug
>
> Assumption: new features (or new bugs:)) in GCC 4.3 conflicts with some
> commit(s), included in kernel between 2.6.24 and 2.6.25
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
I done bisection.
Result below:
8f46924600e30b140445f5b84abe9b80d2fff5fb is first bad commit
commit 8f46924600e30b140445f5b84abe9b80d2fff5fb
Author: Ingo Molnar <mingo@elte.hu>
Date: Wed Jan 30 13:34:09 2008 +0100
x86: enable CONFIG_DEBUG_PAGEALLOC more widely
make CONFIG_DEBUG_PAGEALLOC universally available.
CONFIG_HIBERNATION and CONFIG_HUGETLBFS was disabling it, for no
particular reason.
If there are any unfixed bugs here we'll fix it, but do not disable
vital debugging facilities like that ..
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
:040000 040000 ea82c42d0972aabc1f34978dc9b9c73edbd7e508
446e8dd9bb2fcb1698d038b09800dc8aa8c335ab M arch
Commit body:
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 2a859a7..347e33e 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -40,7 +40,7 @@ comment "Page alloc debug is incompatible with
Software Suspend on i386"
config DEBUG_PAGEALLOC
bool "Debug page memory allocations"
- depends on DEBUG_KERNEL && !HIBERNATION && !HUGETLBFS
+ depends on DEBUG_KERNEL
help
Unmap pages from the kernel linear mapping after free_pages().
This results in a large slowdown, but helps to find certain types
I applied it (reversed) to 2.6.25 source and compiled new kernel.
Hibernation enabled, hugetlbfs too. And difference between configs:
diff config-2.6.25-old config-2.6.25-new
4c4
< # Sat Jul 12 17:24:17 2008
---
> # Tue Jul 15 16:24:10 2008
1927d1926
< CONFIG_DEBUG_PAGEALLOC=y
I have no problems with this (new) config.
Seems conflict between new features in GCC 4.3.1 and pagealloc debug?
[-- Attachment #2: config-2.6.25-new.tar.gz --]
[-- Type: application/x-gzip, Size: 12338 bytes --]
[-- Attachment #3: config-2.6.25-old.tar.gz --]
[-- Type: application/x-gzip, Size: 12346 bytes --]
next prev parent reply other threads:[~2008-07-15 13:40 UTC|newest]
Thread overview: 208+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-06 11:39 2.6.26-rc9: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-07-06 11:39 ` Rafael J. Wysocki
2008-07-06 11:39 ` [Bug #10493] mips BCM47XX compile error Rafael J. Wysocki
2008-07-06 11:39 ` Rafael J. Wysocki
2008-07-06 13:39 ` Adrian Bunk
2008-07-06 13:39 ` Adrian Bunk
2008-07-06 11:45 ` [Bug #10821] rt25xx: lock dependency warning, association failure, and kmalloc corruption Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10860] total system freeze at boot with 2.6.26-rc Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10726] x86-64 NODES_SHIFT compile failure Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10815] 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10786] parisc: 64bit SMP does not boot on J5600 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-10 13:42 ` Domenico Andreoli
2008-07-10 13:42 ` Domenico Andreoli
[not found] ` <20080710134159.GA4331-sEfEhJr8Tr7lLLHJGgvKiAC/G2K4zDHf@public.gmane.org>
2008-07-24 16:43 ` Domenico Andreoli
2008-07-24 16:43 ` Domenico Andreoli
2008-07-06 11:45 ` [Bug #10725] USB Mass storage mount fails: Write protect on Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10714] powerpc: Badness seen on 2.6.26-rc2 with lockdep enabled Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10843] Display artifacts on XOrg logout with PAT kernel and VESA framebuffer Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 23:08 ` Frans Pop
2008-07-06 11:45 ` [Bug #10724] ACPI: EC: GPE storm detected, disabling EC GPE Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 17:44 ` Justin Mattock
2008-07-06 17:44 ` Justin Mattock
2008-07-06 11:45 ` [Bug #10741] bug in `tty: BKL pushdown'? Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:47 ` Johannes Weiner
2008-07-06 14:47 ` Johannes Weiner
2008-07-06 11:45 ` [Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11040] 2.6.26-rc: host can not shutdown: ata problem Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11009] No console on Riva TNT since 2.6.26-0.rc4 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11024] 2.6.25 to 2.6.26-rc8 regression (related to ahci and acpi _GTF) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11006] 2.6.26-rc6: pcmcia stopped working Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10957] pata_pcmcia with Sandisk Extreme III 8GB Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11041] All 2.6.26-rcX hang immediately after loading ohci_hcd Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwritten Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11023] 2.6.26-rc8-git2 - kernel BUG at mm/page_alloc.c:585 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10960] 2.6.26-rc: SPARC: Sun Ultra 10 can not boot Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10872] x86_64 boot hang when CONFIG_NUMA=n Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 18:17 ` Randy Dunlap
2008-07-06 18:17 ` Randy Dunlap
[not found] ` <20080706111750.a6d77e81.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-06 18:33 ` Linus Torvalds
2008-07-06 18:33 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061133230.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-07 6:32 ` Ingo Molnar
2008-07-07 6:32 ` Ingo Molnar
[not found] ` <20080707063218.GC23583-X9Un+BFzKDI@public.gmane.org>
2008-07-07 6:57 ` Yinghai Lu
2008-07-07 6:57 ` Yinghai Lu
2008-07-07 18:39 ` Randy Dunlap
2008-07-07 18:39 ` Randy Dunlap
[not found] ` <20080707113917.6fda3f7d.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-07 22:40 ` Randy Dunlap
2008-07-07 22:40 ` Randy Dunlap
2008-07-08 0:24 ` Yinghai Lu
[not found] ` <86802c440807071724i1a186879h479460ada28e1b26-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-08 5:28 ` Randy Dunlap
2008-07-08 5:28 ` Randy Dunlap
[not found] ` <20080707222829.d79b6e2f.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-08 7:07 ` Yinghai Lu
2008-07-08 7:07 ` Yinghai Lu
2008-07-08 15:44 ` Randy Dunlap
2008-07-08 19:02 ` Yinghai Lu
[not found] ` <20080707154042.04bb492e.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-08 5:16 ` Ingo Molnar
2008-07-08 5:16 ` Ingo Molnar
[not found] ` <20080708051629.GA12595-X9Un+BFzKDI@public.gmane.org>
2008-07-08 15:39 ` Randy Dunlap
2008-07-08 15:39 ` Randy Dunlap
2008-07-07 6:42 ` Ingo Molnar
2008-07-07 6:42 ` Ingo Molnar
[not found] ` <20080707064227.GA27622-X9Un+BFzKDI@public.gmane.org>
2008-07-07 7:15 ` Yinghai Lu
2008-07-07 7:15 ` Yinghai Lu
2008-07-07 7:24 ` Ingo Molnar
2008-07-06 11:45 ` [Bug #10919] [regression] display dimming is slow and laggy - Acer Travelmate 661lci Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11039] 2.6.28-rc8-git3 forcedeth WARNING (kills the interface) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 13:44 ` Brad Campbell
2008-07-06 13:44 ` Brad Campbell
2008-07-06 11:45 ` [Bug #11042] build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined! Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10954] hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x011f000c Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 17:47 ` Justin Mattock
2008-07-06 17:47 ` Justin Mattock
2008-07-06 11:45 ` [Bug #10989] kernel oopses when wiggling the mouse to make it known to hidd Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10906] repeatable slab corruption with LTP msgctl08 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10971] radeonfb : radeon X800 family support (atombios) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10865] Oops trying to mount an ntfs partition on thinkpad Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 16:07 ` Alex Romosan
2008-07-06 11:45 ` [Bug #10862] forcedeth: lockdep warning on ethtool -s Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11025] [problem] raid performance loss with 2.6.26-rc8 on 32-bit x86 (bisected) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-07 16:16 ` Mel Gorman
2008-07-07 16:16 ` Mel Gorman
[not found] ` <20080707161620.GA30381-wPRd99KPJ+uzQB+pC5nmwQ@public.gmane.org>
2008-07-07 22:30 ` Rafael J. Wysocki
2008-07-07 22:30 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10861] 2.6.26-rc4-git2 - long pause during boot Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:33 ` James Bottomley
2008-07-06 14:33 ` James Bottomley
[not found] ` <1215354787.4197.1.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-07-06 17:16 ` Rafael J. Wysocki
2008-07-06 17:16 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10985] backlight doesn't come on after resume with i915 video Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11035] System hangs on 2.6.26-rc8 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-10 12:29 ` Roman Mindalev
2008-07-10 12:29 ` Roman Mindalev
[not found] ` <487600B3.2010008-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-10 18:08 ` Luiz Fernando N. Capitulino
2008-07-10 18:08 ` Luiz Fernando N. Capitulino
[not found] ` <20080710150841.139c2a71-nIupHZaCssooJnjsDhvDDvd9D2ou9A/h@public.gmane.org>
2008-07-12 15:07 ` Roman Mindalev
2008-07-12 15:07 ` Roman Mindalev
2008-07-12 15:48 ` Roman Mindalev
2008-07-12 15:48 ` Roman Mindalev
[not found] ` <4878D259.7050403-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-15 13:40 ` Roman Mindalev [this message]
2008-07-15 13:40 ` Roman Mindalev
[not found] ` <487CA8E5.8020208-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-18 7:11 ` Ingo Molnar
2008-07-18 7:11 ` Ingo Molnar
2008-07-18 7:17 ` Nigel Cunningham
[not found] ` <20080718071121.GB6875-X9Un+BFzKDI@public.gmane.org>
2008-07-18 7:28 ` Vegard Nossum
2008-07-18 7:28 ` Vegard Nossum
[not found] ` <19f34abd0807180028y2be61c06ueab5fcc305956f80-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-18 22:25 ` Ingo Molnar
2008-07-18 22:25 ` Ingo Molnar
2008-07-06 11:45 ` [Bug #9791] Clock is running too fast^Wslow using acpi_pm clocksource Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11008] after laptop re-dock: usb-storage device no longer detected Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10984] MMC print trace information when resume from suspend Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:14 ` 2.6.26-rc9: Reported regressions from 2.6.25 Ingo Molnar
2008-07-06 14:14 ` Ingo Molnar
2008-07-06 15:46 ` Linus Torvalds
2008-07-06 15:46 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807060816070.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 15:58 ` Adrian Bunk
2008-07-06 15:58 ` Adrian Bunk
2008-07-06 17:05 ` Rafael J. Wysocki
[not found] ` <200807061905.50261.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 17:40 ` Adrian Bunk
2008-07-06 17:40 ` Adrian Bunk
[not found] ` <20080706174006.GD21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 18:02 ` Rafael J. Wysocki
2008-07-06 18:02 ` Rafael J. Wysocki
[not found] ` <200807062002.46863.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 18:26 ` Adrian Bunk
2008-07-06 18:26 ` Adrian Bunk
[not found] ` <20080706182648.GE21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 21:04 ` Rafael J. Wysocki
2008-07-06 21:04 ` Rafael J. Wysocki
[not found] ` <200807062304.07443.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 21:32 ` Adrian Bunk
2008-07-06 21:32 ` Adrian Bunk
[not found] ` <20080706213214.GH21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 21:47 ` Linus Torvalds
2008-07-06 21:47 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061443420.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 22:19 ` Adrian Bunk
2008-07-06 22:19 ` Adrian Bunk
[not found] ` <20080706221932.GJ21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 22:27 ` Linus Torvalds
2008-07-06 22:27 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061524510.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 23:06 ` Adrian Bunk
2008-07-06 23:06 ` Adrian Bunk
[not found] ` <20080706230610.GK21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 23:55 ` Johannes Weiner
2008-07-06 23:55 ` Johannes Weiner
[not found] ` <87skumr2jg.fsf-BfM5BwqdGSkPyMaTEpOvjQ@public.gmane.org>
2008-07-07 8:58 ` Adrian Bunk
2008-07-07 8:58 ` Adrian Bunk
2008-07-06 21:47 ` Rafael J. Wysocki
2008-07-06 21:47 ` Rafael J. Wysocki
[not found] ` <200807062347.59962.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 21:56 ` Rafael J. Wysocki
2008-07-06 21:56 ` Rafael J. Wysocki
[not found] ` <200807062356.47908.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 22:10 ` Rene Herman
2008-07-06 22:10 ` Rene Herman
[not found] ` <487142BA.1080508-cENuUygGYd//D1n+0JDH9g@public.gmane.org>
2008-07-06 22:57 ` Rafael J. Wysocki
2008-07-06 22:57 ` Rafael J. Wysocki
2008-07-06 23:05 ` Rene Herman
[not found] ` <48714FD0.4090300-cENuUygGYd//D1n+0JDH9g@public.gmane.org>
2008-07-06 23:15 ` Rafael J. Wysocki
2008-07-06 23:15 ` Rafael J. Wysocki
[not found] ` <200807070057.51663.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 23:11 ` Nigel Cunningham
2008-07-06 23:11 ` Nigel Cunningham
2008-07-06 22:07 ` Adrian Bunk
2008-07-06 22:07 ` Adrian Bunk
2008-07-06 16:11 ` James Bottomley
2008-07-06 16:11 ` James Bottomley
2008-07-06 16:58 ` Ingo Molnar
2008-07-06 16:58 ` Ingo Molnar
[not found] ` <20080706165810.GA16189-X9Un+BFzKDI@public.gmane.org>
2008-08-01 21:09 ` Paul E. McKenney
2008-08-01 21:09 ` Paul E. McKenney
2008-07-07 17:37 ` Pavel Machek
2008-07-07 17:37 ` Pavel Machek
2008-07-07 18:26 ` Maximilian Engelhardt
2008-08-01 21:09 ` Paul E. McKenney
2008-08-01 21:09 ` Paul E. McKenney
2008-07-06 21:54 ` Linus Torvalds
2008-07-06 21:54 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061453340.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 22:00 ` Rafael J. Wysocki
2008-07-06 22:00 ` Rafael J. Wysocki
2008-07-07 0:51 ` Benjamin Herrenschmidt
2008-07-07 0:51 ` Benjamin Herrenschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=487CA8E5.8020208@r000n.net \
--to=lists-ioabocnqcpjeowh0uzbu5w@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mingo-X9Un+BFzKDI@public.gmane.org \
--cc=rjw-KKrjLPT3xs0@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.