From: Laurent Riffard <laurent.riffard@free.fr>
To: Andrew Morton <akpm@osdl.org>
Cc: Chuck Ebbert <76306.1226@compuserve.com>,
linux-kernel@vger.kernel.org, jbeulich@novell.com
Subject: Re: 2.6.17-rc5-mm1
Date: Mon, 05 Jun 2006 18:14:05 +0200 [thread overview]
Message-ID: <4484584D.4070108@free.fr> (raw)
In-Reply-To: <44840838.7030802@free.fr>
Le 05.06.2006 12:32, Laurent Riffard a écrit :
> Le 05.06.2006 03:10, Andrew Morton a écrit :
>> On Sun, 4 Jun 2006 20:59:50 -0400
>> Chuck Ebbert <76306.1226@compuserve.com> wrote:
>>
>>> In-Reply-To: <44833955.9000104@free.fr>
>>>
>>> On Sun, 04 Jun 2006 21:49:41 +0200, Laurent Riffard wrote:
>>>
>>>>> Something strange is happening with the stack. Can you try with 8K stacks?
>>>>>
>>>>> kernel hacking --->
>>>>> [ ] Use 4Kb for kernel stacks instead of 8Kb
>>>>>
>>>> Good catch!
>>> Jan Beulich was the one who noticed the stack overflow.
>>>
>>>> I just tried with 2.6.17-rc5-mm3. The BUG still happens with 4K stacks,
>>>> but the system runs fine with 8K stacks.
>>> Can you try -mm3 with "check for stack overflows" and 4k stacks?
>> Maybe we could modify the check-for-stack-overflows code with 8k stacks to
>> be "check for overflows which would kill a 4k stack kernel". By decreasing
>> the thresholds to 3k (say).
>>
>>>> Another info: the system is able to run fine with the following scenario,
>>>> even with 4K stack:
>>>> - boot to runlevel 1
>>>> - load pktcdvd (modprobe + pktsetup)
>>>> - then go to runlevel 5
>>>> It fails if pktcdvd is loaded at runlevel 2 or higher.
>>> I have no idea why that would happen.
>> I'd be surprised if it has to do with the packet code - more likely someone
>> screwed something up in the lockdep/genirq/unwind area and the kernel went
>> recursive.
>>
>> I tried it here, couldn't reproduce it. Laurent, can you (re?)send the
>> offending .config?
>
> .config is attached
>
> I run a few additional tests:
>
> - 2.6.17-rc5-mm3 + CONFIG_DEBUG_STACKOVERFLOW=y,
> CONFIG_DEBUG_STACK_USAGE=y, CONFIG_4KSTACKS=y:
>
> system freezes right after typing "pktsetup test /dev/dvd".
> No stack trace printed.
>
> - Same config as above + lockdep-combo-2.6.17-rc5-mm3.patch +
> lockdep-tracer-2.6.17-rc5-mm3.patch:
>
> Random Oops (recursive dies) on early boot. I sometimes succeded on
> booting but the system dies on "pktsetup test /dev/dvd". I can't get a full
> trace since I don't have my second box here for some days. I tried to boot
> with vga=791, but system hangs with a blank screen.
Here is a bunch of message I got with 2.6.17-rc5-mm3-lockdep with 8K
stack and CONFIG_DEBUG_STACK_USAGE=y. It happens when I start pktcdvd.
Does it give any hints ?
cdrom: This disc doesn't have any tracks I recognize!
pktcdvd: writer pktcdvd0 mapped to hdc
----------------------------->
| new stack fill maximum: vol_id/2233, 3696 bytes (out of 8136 bytes).
| Stack fill ratio: 45% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 304} [<c0238c28>] ide_do_drive_cmd+0x11/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3688} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3720 bytes (out of 8136 bytes).
| Stack fill ratio: 45% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 12} [<c01c6714>] memset+0x9/0x1d
{ 316} [<c0238c4a>] ide_do_drive_cmd+0x33/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3712} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3736 bytes (out of 8136 bytes).
| Stack fill ratio: 45% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 16} [<c01c6696>] memcpy+0xa/0x44
{ 328} [<c0238c5c>] ide_do_drive_cmd+0x45/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3728} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3744 bytes (out of 8136 bytes).
| Stack fill ratio: 46% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 12} [<c01c6714>] memset+0x9/0x1d
{ 340} [<c0238c66>] ide_do_drive_cmd+0x4f/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3736} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3788 bytes (out of 8136 bytes).
| Stack fill ratio: 46% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 64} [<c0133841>] __spin_lock_init+0xd/0x58
{ 24} [<c0114207>] init_completion+0x25/0x36
{ 308} [<c0238cc0>] ide_do_drive_cmd+0xa9/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3780} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3816 bytes (out of 8136 bytes).
| Stack fill ratio: 46% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 16} [<c01c6696>] memcpy+0xa/0x44
{ 76} [<c0133874>] __spin_lock_init+0x40/0x58
{ 24} [<c0114207>] init_completion+0x25/0x36
{ 308} [<c0238cc0>] ide_do_drive_cmd+0xa9/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3808} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 3832 bytes (out of 8136 bytes).
| Stack fill ratio: 47% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 20} [<c012e2e3>] lockdep_init_map+0xb/0xb0
{ 88} [<c0133880>] __spin_lock_init+0x4c/0x58
{ 24} [<c0114207>] init_completion+0x25/0x36
{ 308} [<c0238cc0>] ide_do_drive_cmd+0xa9/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=3824} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 4280 bytes (out of 8136 bytes).
| Stack fill ratio: 52% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 36} [<c012f299>] __lockdep_acquire+0xe/0x936
{ 40} [<c012fc11>] lockdep_acquire+0x50/0x68
{ 36} [<c02a8572>] _spin_lock_irqsave+0x26/0x35
{ 20} [<c0120a70>] lock_timer_base+0x1f/0x3a
{ 36} [<c0120b0c>] __mod_timer+0x29/0x9c
{ 24} [<c0239a24>] __ide_set_handler+0x5c/0x65
{ 28} [<c0239c09>] ide_set_handler+0x26/0x3a
{ 44} [<e0e579da>] cdrom_transfer_packet_command+0x75/0xcd
{ 20} [<e0e57ac6>] cdrom_do_pc_continuation+0x33/0x35
{ 44} [<e0e548bb>] cdrom_start_packet_command+0x132/0x13d
{ 60} [<e0e55294>] ide_do_rw_cdrom+0x404/0x449
{ 96} [<c0238a60>] ide_do_request+0x537/0x6ee
{ 16} [<c02391cb>] do_ide_request+0x1e/0x23
{ 36} [<c01b64d5>] elv_insert+0x66/0x142
{ 32} [<c01b6639>] __elv_add_request+0x88/0x93
{ 320} [<c0238d33>] ide_do_drive_cmd+0x11c/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 204} [<e0e559e1>] cdrom_check_status+0x58/0x60
{ 88} [<e0e55a57>] ide_cdrom_drive_status+0x2a/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=4272} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
----------------------------->
| new stack fill maximum: vol_id/2233, 4368 bytes (out of 8136 bytes).
| Stack fill ratio: 53% - that's still OK, no need to report this.
------------|
{ 20} [<c013ba14>] debug_stackoverflow+0x80/0xae
{ 28} [<c013cbb6>] __mcount+0x2a/0x97
{ 20} [<c010e434>] mcount+0x14/0x18
{ 36} [<c012f299>] __lockdep_acquire+0xe/0x936
{ 40} [<c012fc11>] lockdep_acquire+0x50/0x68
{ 36} [<c02a8572>] _spin_lock_irqsave+0x26/0x35
{ 20} [<c0120a70>] lock_timer_base+0x1f/0x3a
{ 36} [<c0120b0c>] __mod_timer+0x29/0x9c
{ 24} [<c0239a24>] __ide_set_handler+0x5c/0x65
{ 28} [<c0239c09>] ide_set_handler+0x26/0x3a
{ 44} [<e0e579da>] cdrom_transfer_packet_command+0x75/0xcd
{ 20} [<e0e57ac6>] cdrom_do_pc_continuation+0x33/0x35
{ 44} [<e0e548bb>] cdrom_start_packet_command+0x132/0x13d
{ 60} [<e0e55294>] ide_do_rw_cdrom+0x404/0x449
{ 96} [<c0238a60>] ide_do_request+0x537/0x6ee
{ 16} [<c02391cb>] do_ide_request+0x1e/0x23
{ 36} [<c01b64d5>] elv_insert+0x66/0x142
{ 32} [<c01b6639>] __elv_add_request+0x88/0x93
{ 320} [<c0238d33>] ide_do_drive_cmd+0x11c/0x16c
{ 100} [<e0e553aa>] cdrom_queue_packet_command+0x45/0xd8
{ 200} [<e0e554dc>] ide_cdrom_packet+0x9f/0xb9
{ 92} [<e0c8a793>] cdrom_get_media_event+0x3f/0x7c
{ 88} [<e0e55a71>] ide_cdrom_drive_status+0x44/0x99
{ 376} [<e0c8a84b>] cdrom_open+0x7b/0x7ef
{ 32} [<e0e54756>] idecd_open+0x8a/0xbd
{ 564} [<c016297c>] do_open+0x2db/0x3d4
{ 568} [<c0162ad7>] blkdev_get+0x62/0x6a
{ 564} [<e0ecb370>] pkt_open+0x92/0xbe2
{ 564} [<c0162747>] do_open+0xa6/0x3d4
{ 36} [<c0162c31>] blkdev_open+0x28/0x57
{ 28} [<c0159c47>] __dentry_open+0xb8/0x192
{ 32} [<c0159d9b>] nameidata_to_filp+0x25/0x3a
{ 92} [<c0159de9>] do_filp_open+0x39/0x42
{ 44} [<c015add2>] do_sys_open+0x45/0xc0
{ 24} [<c015ae80>] sys_open+0x18/0x1a
{=4360} [<c02a87ba>] sysenter_past_esp+0x63/0xa1
<---------------------------
--
laurent
next prev parent reply other threads:[~2006-06-05 16:12 UTC|newest]
Thread overview: 182+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-05 0:59 2.6.17-rc5-mm1 Chuck Ebbert
2006-06-05 1:10 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-05 10:32 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-06-05 16:14 ` Laurent Riffard [this message]
2006-06-05 18:00 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-05 18:18 ` 2.6.17-rc5-mm1 Dave Jones
2006-06-05 21:52 ` 2.6.17-rc5-mm1 Barry K. Nathan
2006-06-06 7:26 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-06-06 20:08 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-06-06 20:58 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-06-06 21:38 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-06-06 22:05 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-06-06 22:29 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-07 6:22 ` 2.6.17-rc5-mm1 Jens Axboe
2006-06-08 3:22 ` [PATCH] ide-cd: use blk_get_request() Randy.Dunlap
2006-06-08 6:30 ` Jens Axboe
2006-06-08 15:01 ` Randy.Dunlap
2006-06-08 19:00 ` 2.6.17-rc5-mm1 Laurent Riffard
-- strict thread matches above, loose matches on Subject: below --
2006-06-04 6:49 2.6.17-rc5-mm1 Chuck Ebbert
2006-06-04 19:49 ` 2.6.17-rc5-mm1 Laurent Riffard
[not found] <fa.OzJugEVv9WJAu9OjbsckjHU7X1U@ifi.uio.no>
[not found] ` <fa.Gc0Mz2XRYv0MekBhe0EU0fxdjxI@ifi.uio.no>
2006-06-02 8:53 ` 2.6.17-rc5-mm1 Aneesh Kumar K.V
2006-06-01 21:39 2.6.17-rc5-mm1 Chuck Ebbert
2006-06-01 22:02 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-01 22:56 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-06-02 20:19 ` 2.6.17-rc5-mm1 Laurent Riffard
[not found] <6iEI8-6Tx-37@gated-at.bofh.it>
[not found] ` <6iG79-11u-23@gated-at.bofh.it>
[not found] ` <6iGqr-1sJ-3@gated-at.bofh.it>
[not found] ` <6iGJN-1SM-17@gated-at.bofh.it>
[not found] ` <6iIsf-4Eq-11@gated-at.bofh.it>
2006-06-01 0:43 ` 2.6.17-rc5-mm1 Robert Hancock
2006-06-01 5:36 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-06-02 8:52 ` 2.6.17-rc5-mm1 Andi Kleen
2006-06-06 4:36 ` 2.6.17-rc5-mm1 David Miller
2006-06-06 5:56 ` 2.6.17-rc5-mm1 Andi Kleen
2006-05-31 19:32 2.6.17-rc5-mm1 Martin Bligh
2006-05-30 15:33 ` 2.6.17-rc5-mm1 Pavel Machek
2006-05-31 21:06 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-31 21:23 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-05-31 21:43 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-31 21:53 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-05-31 22:14 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-01 16:34 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-01 17:29 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-05 13:05 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 16:37 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-05 16:42 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 18:43 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 18:49 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-06-05 18:52 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 19:14 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-05 19:27 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 19:33 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-05 19:37 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:04 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 18:57 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:02 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 20:05 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:08 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 20:13 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-05 20:16 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:27 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:43 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-05 20:58 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-05 21:07 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-06-05 22:12 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-06 5:14 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 16:32 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-06 17:16 ` 2.6.17-rc5-mm1 Martin Schwidefsky
2006-06-06 18:04 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-06 18:21 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 18:24 ` 2.6.17-rc5-mm1 Martin Schwidefsky
2006-06-06 17:20 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 17:34 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-06 17:45 ` 2.6.17-rc5-mm1 Martin Schwidefsky
2006-06-06 17:47 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 17:39 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-06 17:48 ` 2.6.17-rc5-mm1 Martin Schwidefsky
2006-06-06 17:59 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 18:05 ` 2.6.17-rc5-mm1 Martin Schwidefsky
2006-06-06 18:15 ` 2.6.17-rc5-mm1 Hugh Dickins
2006-06-06 18:28 ` 2.6.17-rc5-mm1 Christoph Lameter
2006-06-07 9:17 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-06 11:39 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-07 9:17 ` 2.6.17-rc5-mm1 Andy Whitcroft
2006-06-05 20:44 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-05 20:07 ` 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 23:07 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 23:15 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 23:29 ` 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 23:38 ` 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 19:32 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 21:08 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-31 21:15 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 21:27 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-05-31 21:33 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 21:43 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-05-31 21:53 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 21:59 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-05-31 22:12 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 22:21 ` 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 22:32 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 22:36 ` 2.6.17-rc5-mm1 Martin Bligh
2006-05-31 22:50 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-06-01 10:36 ` 2.6.17-rc5-mm1 Roman Zippel
2006-06-01 14:49 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-06-01 15:23 ` 2.6.17-rc5-mm1 Roman Zippel
2006-06-01 15:31 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-06-01 15:43 ` 2.6.17-rc5-mm1 Roman Zippel
2006-06-01 16:55 ` 2.6.17-rc5-mm1 Martin Bligh
2006-06-01 21:04 ` 2.6.17-rc5-mm1 Roman Zippel
2006-06-01 21:07 ` 2.6.17-rc5-mm1 Martin J. Bligh
2006-06-02 0:19 ` 2.6.17-rc5-mm1 Roman Zippel
2006-05-31 22:43 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 22:46 ` 2.6.17-rc5-mm1 Roman Zippel
2006-06-01 7:10 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 9:29 2.6.17-rc5-mm1 Andrew Morton
2006-05-30 9:42 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 10:12 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 12:46 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 19:13 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 15:59 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 16:08 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 18:51 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 16:16 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 19:28 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 19:48 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 18:39 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 19:04 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 19:55 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 20:20 ` 2.6.17-rc5-mm1 Dave Jones
2006-05-30 20:32 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 18:55 ` 2.6.17-rc5-mm1 Michal Piotrowski
[not found] ` <6bffcb0e0605301157o6b7c5f66q3c9f151cbb4537d5@mail.gmail.com>
2006-05-30 19:42 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 21:57 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 22:09 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:18 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:26 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:29 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:31 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 22:32 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 10:56 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:59 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 23:05 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 23:06 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 23:49 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-31 3:08 ` 2.6.17-rc5-mm1 Steven Rostedt
2006-05-30 19:45 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-31 13:51 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-31 14:02 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 14:05 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 14:12 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 15:05 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-30 19:43 ` 2.6.17-rc5-mm1 Roland Dreier
2006-05-30 21:07 ` 2.6.17-rc5-mm1 Brice Goglin
2006-05-30 21:07 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-05-30 21:24 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-30 21:43 ` 2.6.17-rc5-mm1 Mel Gorman
2006-05-30 21:24 ` 2.6.17-rc5-mm1 Roland Dreier
2006-05-30 22:45 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-30 22:49 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:52 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 22:58 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 23:05 ` 2.6.17-rc5-mm1 Thomas Gleixner
2006-05-30 23:14 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-30 23:32 ` 2.6.17-rc5-mm1 Roland Dreier
2006-05-30 23:15 ` 2.6.17-rc5-mm1 Benjamin Herrenschmidt
2006-05-30 23:53 ` 2.6.17-rc5-mm1 Greg KH
2006-05-30 23:53 ` 2.6.17-rc5-mm1 Michal Piotrowski
2006-05-31 3:17 ` 2.6.17-rc5-mm1 Steven Rostedt
2006-05-31 4:14 ` 2.6.17-rc5-mm1 Andrew Morton
2006-05-31 6:31 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 11:50 ` 2.6.17-rc5-mm1 Steven Rostedt
2006-05-31 11:55 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 6:39 ` 2.6.17-rc5-mm1 Arjan van de Ven
2006-05-31 16:48 ` 2.6.17-rc5-mm1 Jesse Brandeburg
2006-05-31 23:08 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-05-31 17:39 ` 2.6.17-rc5-mm1 Laurent Riffard
2006-05-31 18:09 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-01 22:07 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-02 7:49 ` 2.6.17-rc5-mm1 Jan Beulich
2006-06-01 1:25 ` 2.6.17-rc5-mm1 Randy.Dunlap
2006-06-01 1:40 ` 2.6.17-rc5-mm1 Siddha, Suresh B
2006-06-01 2:17 ` 2.6.17-rc5-mm1 Randy.Dunlap
2006-06-01 1:43 ` 2.6.17-rc5-mm1 Andrew Morton
2006-06-01 6:14 ` 2.6.17-rc5-mm1 Ingo Molnar
2006-06-01 15:12 ` 2.6.17-rc5-mm1 Randy.Dunlap
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=4484584D.4070108@free.fr \
--to=laurent.riffard@free.fr \
--cc=76306.1226@compuserve.com \
--cc=akpm@osdl.org \
--cc=jbeulich@novell.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome