All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	rt-users <linux-rt-users@vger.kernel.org>,
	Ingo Molnar <mingo@elte.hu>, Steven Rostedt <rostedt@goodmis.org>,
	Peter Zijlstra <peterz@infradead.org>, Carsten Emde <ce@ceag.ch>,
	Clark Williams <williams@redhat.com>,
	Frank Rowand <frank.rowand@am.sony.com>,
	Robin Gareus <robin@gareus.org>,
	Gregory Haskins <ghaskins@novell.com>,
	Philippe Reynes <philippe.reynes@isismpp.fr>,
	Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>,
	Will Schmidt <will_schmidt@vnet.ibm.com>,
	Darren Hart <dvhltc@us.ibm.com>, Jan Blunck <jblunck@suse.de>,
	Sven-Thorsten Dietrich <sdietrich@novell.com>,
	Jon Masters <jcm@redhat.com>, Mark Knecht <markknecht@gmail.com>,
	Nick Piggin <nickpiggin@yahoo.com.au>
Subject: Re: [ANNOUNCE] 2.6.33-rc8-rt1
Date: Mon, 22 Feb 2010 17:12:36 +0100	[thread overview]
Message-ID: <520f0cf11002220812w108a8143rdbeea663a8c702f5@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1002221652190.3770@localhost.localdomain>

On Mon, Feb 22, 2010 at 4:53 PM, John Kacur <jkacur@redhat.com> wrote:
>
>
> On Mon, 22 Feb 2010, Thomas Gleixner wrote:
>
>> On Mon, 22 Feb 2010, John Kacur wrote:
>> > That patch fixes the symptom I reported, but unfortunately, I still
>> > can't log-in to my laptop without the machine freezing.
>> > Not sure why, investigating.
>>
>> Found it, at least it make my mouse/keyboard work again and fixes the
>> weird double character problem on VT login.
>>
>> Thanks,
>>
>>       tglx
>> ----
>> diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
>> index 25642d1..1efad98 100644
>> --- a/kernel/irq/manage.c
>> +++ b/kernel/irq/manage.c
>> @@ -563,15 +563,20 @@ irq_wait_for_interrupt(struct irq_desc *desc, struct irqaction *action)
>>   * handler finished. unmask if the interrupt has not been disabled and
>>   * is marked MASKED.
>>   */
>> -static void irq_finalize_oneshot(unsigned int irq, struct irq_desc *desc)
>> +static void irq_finalize_oneshot(unsigned int irq, struct irq_desc *desc,
>> +                              struct irqaction *action)
>>  {
>>       chip_bus_lock(irq, desc);
>> +#ifndef CONFIG_PREEMPT_RT
>>       raw_spin_lock_irq(&desc->lock);
>>       if (!(desc->status & IRQ_DISABLED) && (desc->status & IRQ_MASKED)) {
>>               desc->status &= ~IRQ_MASKED;
>>               desc->chip->unmask(irq);
>>       }
>>       raw_spin_unlock_irq(&desc->lock);
>> +#else
>> +     preempt_hardirq_thread_done(desc, action);
>> +#endif
>>       chip_bus_sync_unlock(irq, desc);
>>  }
>>
>> @@ -645,7 +650,7 @@ static int irq_thread(void *data)
>>                       action->thread_fn(action->irq, action->dev_id);
>>
>>                       if (oneshot)
>> -                             irq_finalize_oneshot(action->irq, desc);
>> +                             irq_finalize_oneshot(action->irq, desc, action);
>>               }
>>
>>               wake = atomic_dec_and_test(&desc->threads_active);
>>
>
>
> Thanks Thomas
>
> The fix seems to work for me.
> I've got some other issues, but for now I'm going to assume they are the
> same acpi problems I have reported to lkml for the "vanilla" -rc8
>

Sorry, spoke to soon, graphical login still freezing.
I did nohz=off and nmi_watchdog=2 as you told me in the irc session,
and got a nice oops, here it is.

------------[ cut here ]------------
Kernel BUG at ffffffff81045d73 [verbose debug info unavailable]
invalid opcode: 0000 [#1] PREEMPT SMP
last sysfs file: /sys/class/power_supply/BAT0/energy_full
CPU 0
Pid: 3467, comm: firefox-bin Tainted: G      D    2.6.33-rc8-rt1-debug #2 2241B4
8/2241B48
RIP: 0010:[<ffffffff81045d73>]  [<ffffffff81045d73>] do_exit+0x776/0x784
RSP: 0018:ffff88002be06e28  EFLAGS: 00010246
RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000002 RSI: 0000000000000003 RDI: ffff880115638000
RBP: ffff88002be06e98 R08: 0000000000000002 R09: 0000000000000001
R10: 0000000000000002 R11: 0000000000000046 R12: ffff88002be06e48
R13: ffff8801157fd200 R14: ffff88011546d080 R15: ffff8801157fd4c0
FS:  0000000000000000(0000) GS:ffff88002be00000(0000) knlGS:0000000000000000
CS:  0010 DS: 002b ES: 002b CR0: 000000008005003b
CR2: 00000034e64a7ce0 CR3: 0000000139bd3000 CR4: 00000000000006f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process firefox-bin (pid: 3467, threadinfo ffff880115638000, task ffff8801157fd2
00)
Stack:
 0000000081602f00 ffffffff8135cf95 ffff8801157fd4c0 ffff8801157fd1f0
<0> ffff88002be06e48 ffff88002be06e48 ffff88002bfcbb20 0000000000000001
<0> 0000000000000007 ffffffff811aca40 0000000000000046 ffff88002be06f58
Call Trace:
 <NMI>
 [<ffffffff8135cf95>] ? _raw_spin_unlock_irqrestore+0x63/0x68
 [<ffffffff811aca40>] ? delay_tsc+0x6/0xc6
 [<ffffffff8135e31f>] die_nmi+0xef/0xf8
 [<ffffffff8135e971>] nmi_watchdog_tick+0x159/0x1d6
 [<ffffffff8135de29>] do_nmi+0xc2/0x28a
 [<ffffffff8135d86a>] nmi+0x1a/0x2c
 [<ffffffff811aca40>] ? delay_tsc+0x6/0xc6
 <<EOE>>
 [<ffffffff811ac9d5>] __delay+0xa/0xc
 [<ffffffff811b0d50>] do_raw_spin_lock+0xde/0x146
 [<ffffffff8135ce39>] _raw_spin_lock_irqsave+0x67/0x7f
 [<ffffffff8109e8c0>] ? rcu_sched_qs+0x70/0x16c
 [<ffffffff8109e8c0>] rcu_sched_qs+0x70/0x16c
 [<ffffffff8135a3f7>] __schedule+0x32/0x923
 [<ffffffff8135d340>] ? restore_args+0x0/0x30
 [<ffffffff8135ada8>] preempt_schedule+0x55/0x78
 [<ffffffff8135cf95>] _raw_spin_unlock_irqrestore+0x63/0x68
 [<ffffffff8135bce5>] rt_spin_lock_slowlock+0x2ad/0x2e0
 [<ffffffff8135ba38>] ? rt_spin_lock_slowlock+0x0/0x2e0
 [<ffffffff81076dde>] rt_spin_lock_fastlock+0x56/0x5b
 [<ffffffff8135c625>] rt_spin_lock+0x1f/0x42
 [<ffffffff8110616c>] __d_lookup+0xc5/0x189
 [<ffffffff811060a7>] ? __d_lookup+0x0/0x189
 [<ffffffff810fca20>] do_lookup+0x53/0x187
 [<ffffffff810fd27d>] link_path_walk+0x2ca/0x699
 [<ffffffff810fd802>] path_walk+0x6d/0xeb
 [<ffffffff810fdc29>] do_path_lookup+0x2a/0x8a
 [<ffffffff811004b7>] user_path_at+0x52/0x8c
 [<ffffffff8106ee74>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff8135ba0d>] ? rt_spin_lock_slowunlock+0x4e/0x79
 [<ffffffff8110b145>] ? mntput_no_expire+0x24/0xf8
 [<ffffffff810f7d6b>] vfs_fstatat+0x35/0x62
 [<ffffffff810f7dec>] vfs_lstat+0x19/0x1b
 [<ffffffff8102bdbb>] sys32_lstat64+0x1a/0x34
 [<ffffffff810fc85a>] ? path_put+0x1d/0x22
 [<ffffffff81097c8c>] ? audit_syscall_entry+0x114/0x140
 [<ffffffff8102aad8>] sysenter_dispatch+0x7/0x2c
 [<ffffffff8135c1f7>] ? trace_hardirqs_on_thunk+0x3a/0x3f
Code: bd 98 15 00 00 48 85 ff 74 05 e8 03 54 0b 00 bf 01 00 00 00 e8 b4 a2 31 00
 e8 d2 85 05 00 49 c7 45 00 80 00 00 00 e8 58 50 31 00 <0f> 0b eb fe bb fe ff ff
 ff e9 1d ff ff ff 55 48 89 e5 41 56 41
RIP  [<ffffffff81045d73>] do_exit+0x776/0x784
 RSP <ffff88002be06e28>
---[ end trace 6f724503db632ce1 ]---
Fixing recursive fault but reboot is needed!
BUG: NMI Watchdog detected LOCKUP on CPU1, ip ffffffff811aca7e, registers:
CPU 1
Pid: 0, comm: swapper Tainted: G      D    2.6.33-rc8-rt1-debug #2 2241B48/2241B
48
RIP: 0010:[<ffffffff811aca7e>]  [<ffffffff811aca7e>] delay_tsc+0x44/0xc6
RSP: 0018:ffff88002c003d28  EFLAGS: 00000002
RAX: 00000000e46481d9 RBX: 00000000e4648146 RCX: 000000000000ab00
RDX: 00000000000000c5 RSI: ffffffff815527c6 RDI: 0000000000000001
RBP: ffff88002c003d58 R08: 0000000000000002 R09: 0000000000000001
R10: ffffffff8175bc00 R11: 0000000000000046 R12: 0000000000000001
R13: 00000000e46481d9 R14: 0000000000000001 R15: ffff88013bbcffd8
FS:  0000000000000000(0000) GS:ffff88002c000000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 0000000000f05fb0 CR3: 000000012c4c8000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process swapper (pid: 0, threadinfo ffff88013bbce000, task ffff88013bbd07c0)
Stack:
 ffff88013bbd07c0 000000000d0fcb31 ffffffff8175c080 0000000000000001
<0> ffff88013bbd07c0 ffff88013bbd0ce8 ffff88002c003d68 ffffffff811ac9d5
<0> ffff88002c003da8 ffffffff811b0d50 00000000a6773048 ffffffff8175c098
Call Trace:
 <IRQ>
 [<ffffffff811ac9d5>] __delay+0xa/0xc
 [<ffffffff811b0d50>] do_raw_spin_lock+0xde/0x146
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8135ce39>] _raw_spin_lock_irqsave+0x67/0x7f
 [<ffffffff8109ea01>] ? rcu_print_task_stall+0x45/0xb4
 [<ffffffff8109ea01>] rcu_print_task_stall+0x45/0xb4
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8109ef6a>] __rcu_pending+0x15b/0x2d3
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8109f151>] rcu_check_callbacks+0x6f/0x17a
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff81050a69>] update_process_times+0x3e/0x54
 [<ffffffff8106aa99>] tick_sched_timer+0x73/0x9d
 [<ffffffff81060cfb>] __run_hrtimer+0xc9/0x13a
 [<ffffffff81061256>] hrtimer_interrupt+0xe0/0x1de
 [<ffffffff81019a3e>] smp_apic_timer_interrupt+0x81/0x94
 [<ffffffff81003613>] apic_timer_interrupt+0x13/0x20
 <EOI>
 [<ffffffff813600ee>] ? __atomic_notifier_call_chain+0x0/0x94
 [<ffffffff812967fb>] ? poll_idle+0x16/0x5f
 [<ffffffff81296809>] ? poll_idle+0x24/0x5f
 [<ffffffff812967fb>] ? poll_idle+0x16/0x5f
 [<ffffffff813600ee>] ? __atomic_notifier_call_chain+0x0/0x94
 [<ffffffff81296d13>] cpuidle_idle_call+0xa0/0x111
 [<ffffffff81001f2a>] cpu_idle+0xa4/0x107
 [<ffffffff81355fc9>] start_secondary+0x18f/0x194
Code: e8 bd 35 1b 00 e8 87 54 00 00 41 89 c6 66 66 90 0f ae e8 0f 31 89 c3 65 4c
 8b 3c 25 48 95 00 00 66 66 90 0f ae e8 0f 31 41 89 c5 <4c> 89 e8 48 29 d8 4c 39
 e0 73 49 bf 01 00 00 00 e8 04 35 1b 00
---[ end trace 6f724503db632ce2 ]---
Kernel panic - not syncing: Aiee, killing interrupt handler!

WARNING: multiple messages have this Message-ID (diff)
From: John Kacur <jkacur@redhat.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	rt-users <linux-rt-users@vger.kernel.org>,
	Ingo Molnar <mingo@elte.hu>, Steven Rostedt <rostedt@goodmis.org>,
	Peter Zijlstra <peterz@infradead.org>, Carsten Emde <ce@ceag.ch>,
	Clark Williams <williams@redhat.com>,
	Frank Rowand <frank.rowand@am.sony.com>,
	Robin Gareus <robin@gareus.org>,
	Gregory Haskins <ghaskins@novell.com>,
	Philippe Reynes <philippe.reynes@isismpp.fr>,
	Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>,
	Will Schmidt <will_schmidt@vnet.ibm.com>,
	Darren Hart <dvhltc@us.ibm.com>, Jan Blunck <jblunck@suse.de>,
	Sven-Thorsten Dietrich <sdietrich@novell.com>,
	Jon Masters <jcm@redhat.com>, Mark Knecht <markknecht@gmail.com>,
	Nick Piggin <nickpiggin@yahoo.com.au>
Subject: Re: [ANNOUNCE] 2.6.33-rc8-rt1
Date: Mon, 22 Feb 2010 17:12:36 +0100	[thread overview]
Message-ID: <520f0cf11002220812w108a8143rdbeea663a8c702f5@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1002221652190.3770@localhost.localdomain>

On Mon, Feb 22, 2010 at 4:53 PM, John Kacur <jkacur@redhat.com> wrote:
>
>
> On Mon, 22 Feb 2010, Thomas Gleixner wrote:
>
>> On Mon, 22 Feb 2010, John Kacur wrote:
>> > That patch fixes the symptom I reported, but unfortunately, I still
>> > can't log-in to my laptop without the machine freezing.
>> > Not sure why, investigating.
>>
>> Found it, at least it make my mouse/keyboard work again and fixes the
>> weird double character problem on VT login.
>>
>> Thanks,
>>
>>       tglx
>> ----
>> diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
>> index 25642d1..1efad98 100644
>> --- a/kernel/irq/manage.c
>> +++ b/kernel/irq/manage.c
>> @@ -563,15 +563,20 @@ irq_wait_for_interrupt(struct irq_desc *desc, struct irqaction *action)
>>   * handler finished. unmask if the interrupt has not been disabled and
>>   * is marked MASKED.
>>   */
>> -static void irq_finalize_oneshot(unsigned int irq, struct irq_desc *desc)
>> +static void irq_finalize_oneshot(unsigned int irq, struct irq_desc *desc,
>> +                              struct irqaction *action)
>>  {
>>       chip_bus_lock(irq, desc);
>> +#ifndef CONFIG_PREEMPT_RT
>>       raw_spin_lock_irq(&desc->lock);
>>       if (!(desc->status & IRQ_DISABLED) && (desc->status & IRQ_MASKED)) {
>>               desc->status &= ~IRQ_MASKED;
>>               desc->chip->unmask(irq);
>>       }
>>       raw_spin_unlock_irq(&desc->lock);
>> +#else
>> +     preempt_hardirq_thread_done(desc, action);
>> +#endif
>>       chip_bus_sync_unlock(irq, desc);
>>  }
>>
>> @@ -645,7 +650,7 @@ static int irq_thread(void *data)
>>                       action->thread_fn(action->irq, action->dev_id);
>>
>>                       if (oneshot)
>> -                             irq_finalize_oneshot(action->irq, desc);
>> +                             irq_finalize_oneshot(action->irq, desc, action);
>>               }
>>
>>               wake = atomic_dec_and_test(&desc->threads_active);
>>
>
>
> Thanks Thomas
>
> The fix seems to work for me.
> I've got some other issues, but for now I'm going to assume they are the
> same acpi problems I have reported to lkml for the "vanilla" -rc8
>

Sorry, spoke to soon, graphical login still freezing.
I did nohz=off and nmi_watchdog=2 as you told me in the irc session,
and got a nice oops, here it is.

------------[ cut here ]------------
Kernel BUG at ffffffff81045d73 [verbose debug info unavailable]
invalid opcode: 0000 [#1] PREEMPT SMP
last sysfs file: /sys/class/power_supply/BAT0/energy_full
CPU 0
Pid: 3467, comm: firefox-bin Tainted: G      D    2.6.33-rc8-rt1-debug #2 2241B4
8/2241B48
RIP: 0010:[<ffffffff81045d73>]  [<ffffffff81045d73>] do_exit+0x776/0x784
RSP: 0018:ffff88002be06e28  EFLAGS: 00010246
RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000002 RSI: 0000000000000003 RDI: ffff880115638000
RBP: ffff88002be06e98 R08: 0000000000000002 R09: 0000000000000001
R10: 0000000000000002 R11: 0000000000000046 R12: ffff88002be06e48
R13: ffff8801157fd200 R14: ffff88011546d080 R15: ffff8801157fd4c0
FS:  0000000000000000(0000) GS:ffff88002be00000(0000) knlGS:0000000000000000
CS:  0010 DS: 002b ES: 002b CR0: 000000008005003b
CR2: 00000034e64a7ce0 CR3: 0000000139bd3000 CR4: 00000000000006f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process firefox-bin (pid: 3467, threadinfo ffff880115638000, task ffff8801157fd2
00)
Stack:
 0000000081602f00 ffffffff8135cf95 ffff8801157fd4c0 ffff8801157fd1f0
<0> ffff88002be06e48 ffff88002be06e48 ffff88002bfcbb20 0000000000000001
<0> 0000000000000007 ffffffff811aca40 0000000000000046 ffff88002be06f58
Call Trace:
 <NMI>
 [<ffffffff8135cf95>] ? _raw_spin_unlock_irqrestore+0x63/0x68
 [<ffffffff811aca40>] ? delay_tsc+0x6/0xc6
 [<ffffffff8135e31f>] die_nmi+0xef/0xf8
 [<ffffffff8135e971>] nmi_watchdog_tick+0x159/0x1d6
 [<ffffffff8135de29>] do_nmi+0xc2/0x28a
 [<ffffffff8135d86a>] nmi+0x1a/0x2c
 [<ffffffff811aca40>] ? delay_tsc+0x6/0xc6
 <<EOE>>
 [<ffffffff811ac9d5>] __delay+0xa/0xc
 [<ffffffff811b0d50>] do_raw_spin_lock+0xde/0x146
 [<ffffffff8135ce39>] _raw_spin_lock_irqsave+0x67/0x7f
 [<ffffffff8109e8c0>] ? rcu_sched_qs+0x70/0x16c
 [<ffffffff8109e8c0>] rcu_sched_qs+0x70/0x16c
 [<ffffffff8135a3f7>] __schedule+0x32/0x923
 [<ffffffff8135d340>] ? restore_args+0x0/0x30
 [<ffffffff8135ada8>] preempt_schedule+0x55/0x78
 [<ffffffff8135cf95>] _raw_spin_unlock_irqrestore+0x63/0x68
 [<ffffffff8135bce5>] rt_spin_lock_slowlock+0x2ad/0x2e0
 [<ffffffff8135ba38>] ? rt_spin_lock_slowlock+0x0/0x2e0
 [<ffffffff81076dde>] rt_spin_lock_fastlock+0x56/0x5b
 [<ffffffff8135c625>] rt_spin_lock+0x1f/0x42
 [<ffffffff8110616c>] __d_lookup+0xc5/0x189
 [<ffffffff811060a7>] ? __d_lookup+0x0/0x189
 [<ffffffff810fca20>] do_lookup+0x53/0x187
 [<ffffffff810fd27d>] link_path_walk+0x2ca/0x699
 [<ffffffff810fd802>] path_walk+0x6d/0xeb
 [<ffffffff810fdc29>] do_path_lookup+0x2a/0x8a
 [<ffffffff811004b7>] user_path_at+0x52/0x8c
 [<ffffffff8106ee74>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff8135ba0d>] ? rt_spin_lock_slowunlock+0x4e/0x79
 [<ffffffff8110b145>] ? mntput_no_expire+0x24/0xf8
 [<ffffffff810f7d6b>] vfs_fstatat+0x35/0x62
 [<ffffffff810f7dec>] vfs_lstat+0x19/0x1b
 [<ffffffff8102bdbb>] sys32_lstat64+0x1a/0x34
 [<ffffffff810fc85a>] ? path_put+0x1d/0x22
 [<ffffffff81097c8c>] ? audit_syscall_entry+0x114/0x140
 [<ffffffff8102aad8>] sysenter_dispatch+0x7/0x2c
 [<ffffffff8135c1f7>] ? trace_hardirqs_on_thunk+0x3a/0x3f
Code: bd 98 15 00 00 48 85 ff 74 05 e8 03 54 0b 00 bf 01 00 00 00 e8 b4 a2 31 00
 e8 d2 85 05 00 49 c7 45 00 80 00 00 00 e8 58 50 31 00 <0f> 0b eb fe bb fe ff ff
 ff e9 1d ff ff ff 55 48 89 e5 41 56 41
RIP  [<ffffffff81045d73>] do_exit+0x776/0x784
 RSP <ffff88002be06e28>
---[ end trace 6f724503db632ce1 ]---
Fixing recursive fault but reboot is needed!
BUG: NMI Watchdog detected LOCKUP on CPU1, ip ffffffff811aca7e, registers:
CPU 1
Pid: 0, comm: swapper Tainted: G      D    2.6.33-rc8-rt1-debug #2 2241B48/2241B
48
RIP: 0010:[<ffffffff811aca7e>]  [<ffffffff811aca7e>] delay_tsc+0x44/0xc6
RSP: 0018:ffff88002c003d28  EFLAGS: 00000002
RAX: 00000000e46481d9 RBX: 00000000e4648146 RCX: 000000000000ab00
RDX: 00000000000000c5 RSI: ffffffff815527c6 RDI: 0000000000000001
RBP: ffff88002c003d58 R08: 0000000000000002 R09: 0000000000000001
R10: ffffffff8175bc00 R11: 0000000000000046 R12: 0000000000000001
R13: 00000000e46481d9 R14: 0000000000000001 R15: ffff88013bbcffd8
FS:  0000000000000000(0000) GS:ffff88002c000000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 0000000000f05fb0 CR3: 000000012c4c8000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process swapper (pid: 0, threadinfo ffff88013bbce000, task ffff88013bbd07c0)
Stack:
 ffff88013bbd07c0 000000000d0fcb31 ffffffff8175c080 0000000000000001
<0> ffff88013bbd07c0 ffff88013bbd0ce8 ffff88002c003d68 ffffffff811ac9d5
<0> ffff88002c003da8 ffffffff811b0d50 00000000a6773048 ffffffff8175c098
Call Trace:
 <IRQ>
 [<ffffffff811ac9d5>] __delay+0xa/0xc
 [<ffffffff811b0d50>] do_raw_spin_lock+0xde/0x146
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8135ce39>] _raw_spin_lock_irqsave+0x67/0x7f
 [<ffffffff8109ea01>] ? rcu_print_task_stall+0x45/0xb4
 [<ffffffff8109ea01>] rcu_print_task_stall+0x45/0xb4
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8109ef6a>] __rcu_pending+0x15b/0x2d3
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff8109f151>] rcu_check_callbacks+0x6f/0x17a
 [<ffffffff8106aa26>] ? tick_sched_timer+0x0/0x9d
 [<ffffffff81050a69>] update_process_times+0x3e/0x54
 [<ffffffff8106aa99>] tick_sched_timer+0x73/0x9d
 [<ffffffff81060cfb>] __run_hrtimer+0xc9/0x13a
 [<ffffffff81061256>] hrtimer_interrupt+0xe0/0x1de
 [<ffffffff81019a3e>] smp_apic_timer_interrupt+0x81/0x94
 [<ffffffff81003613>] apic_timer_interrupt+0x13/0x20
 <EOI>
 [<ffffffff813600ee>] ? __atomic_notifier_call_chain+0x0/0x94
 [<ffffffff812967fb>] ? poll_idle+0x16/0x5f
 [<ffffffff81296809>] ? poll_idle+0x24/0x5f
 [<ffffffff812967fb>] ? poll_idle+0x16/0x5f
 [<ffffffff813600ee>] ? __atomic_notifier_call_chain+0x0/0x94
 [<ffffffff81296d13>] cpuidle_idle_call+0xa0/0x111
 [<ffffffff81001f2a>] cpu_idle+0xa4/0x107
 [<ffffffff81355fc9>] start_secondary+0x18f/0x194
Code: e8 bd 35 1b 00 e8 87 54 00 00 41 89 c6 66 66 90 0f ae e8 0f 31 89 c3 65 4c
 8b 3c 25 48 95 00 00 66 66 90 0f ae e8 0f 31 41 89 c5 <4c> 89 e8 48 29 d8 4c 39
 e0 73 49 bf 01 00 00 00 e8 04 35 1b 00
---[ end trace 6f724503db632ce2 ]---
Kernel panic - not syncing: Aiee, killing interrupt handler!
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-02-22 16:12 UTC|newest]

Thread overview: 358+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-11 22:43 [Announce] 2.6.29-rc4-rt1 Thomas Gleixner
2009-02-12  0:50 ` Frederic Weisbecker
2009-02-12  2:12   ` Frederic Weisbecker
2009-02-12  8:18     ` Ingo Molnar
2009-02-12  8:19       ` [patch] rt: fix ipi kfree(), introduce IPI_SOFTIRQ Ingo Molnar
2009-02-12  8:22         ` Ingo Molnar
2009-02-12  8:27         ` Ingo Molnar
2009-02-12  9:22         ` Peter Zijlstra
2009-02-12 10:07           ` [patch] generic-ipi: remove kmalloc, cleanup Ingo Molnar
2009-02-12 10:07             ` Ingo Molnar
2009-02-12 10:16             ` Peter Zijlstra
2009-02-12 12:09               ` Peter Zijlstra
2009-02-12 12:36                 ` Peter Zijlstra
2009-02-12 15:43                 ` Steven Rostedt
2009-02-12 15:57                   ` Peter Zijlstra
2009-02-13 21:16                 ` Rusty Russell
2009-02-13 23:48                   ` Peter Zijlstra
2009-02-16  7:16                     ` Rusty Russell
2009-02-16  9:57                       ` Peter Zijlstra
2009-02-12 14:34             ` Frederic Weisbecker
2009-02-12 14:42               ` Peter Zijlstra
2009-02-12 10:50       ` [patch] sched: cpu hotplug fix Ingo Molnar
2009-02-12 10:16     ` [patch] rt: res_counter fix Ingo Molnar
2009-02-12 10:21       ` [patch] rt: res_counter fix, v2 Ingo Molnar
2009-02-12 10:46         ` KAMEZAWA Hiroyuki
2009-02-12 11:28           ` Ingo Molnar
2009-02-12 12:35             ` KAMEZAWA Hiroyuki
2009-02-12 16:58             ` Balbir Singh
2009-02-12 17:29               ` Peter Zijlstra
2009-02-12 23:56               ` KAMEZAWA Hiroyuki
2009-02-13  0:29                 ` KAMEZAWA Hiroyuki
2009-02-12 14:28         ` Frederic Weisbecker
2009-02-12 14:41           ` Peter Zijlstra
2009-02-12 14:46             ` Ingo Molnar
2009-02-12 14:50               ` Frederic Weisbecker
2009-02-12 14:58                 ` Peter Zijlstra
2009-02-12 14:51               ` Peter Zijlstra
2009-02-12  2:55 ` [Announce] 2.6.29-rc4-rt1 Clark Williams
2009-02-12  8:38   ` [patch] irq threading: fix PF_HARDIRQ definition Ingo Molnar
2009-02-12  8:42     ` Ingo Molnar
2009-02-12 16:50       ` Clark Williams
2009-02-12 16:50         ` Clark Williams
2009-02-12 22:56 ` [Announce] 2.6.29-rc4-rt2 Thomas Gleixner
2009-02-13  0:48   ` Frederic Weisbecker
2009-02-13  2:16     ` Frederic Weisbecker
2009-02-13  3:09       ` Frederic Weisbecker
2009-02-13  7:26         ` [patch] rt: sysprof hrtimer fix Ingo Molnar
2009-02-13 12:04           ` Frederic Weisbecker
2009-02-13 12:49             ` Ingo Molnar
2009-02-13 20:03               ` Frederic Weisbecker
2009-02-19 18:44   ` [Announce] 2.6.29-rc4-rt2 Thomas Meyer
2009-02-19 20:50     ` Peter Zijlstra
2009-02-20  6:32   ` Thomas Meyer
2009-02-20  7:49     ` Peter Zijlstra
2009-02-20 15:09       ` Thomas Meyer
2009-02-20 16:17         ` Ingo Molnar
2009-02-20 22:25   ` Sven-Thorsten Dietrich
2009-02-20 22:54     ` Peter Zijlstra
2009-02-21  0:57       ` Sven-Thorsten Dietrich
2009-02-21 17:04   ` Thomas Meyer
2009-02-21 17:19     ` Frederic Weisbecker
2009-02-21 17:19       ` Frederic Weisbecker
2009-02-21 17:19       ` Frederic Weisbecker
2009-02-22 13:20   ` Thomas Meyer
2009-02-23 19:44   ` [Announce] 2.6.29-rc6-rt2 Thomas Gleixner
2009-02-24 17:51     ` Thomas Gleixner
2009-02-24 17:57       ` [Announce] 2.6.29-rc6-rt3 Thomas Gleixner
2009-02-25 19:34         ` Thomas Meyer
2009-02-25 18:43           ` Peter Zijlstra
2009-02-26 18:46             ` Thomas Meyer
2009-03-06 22:23         ` Cliff Brake
2009-03-07 10:20           ` Peter Zijlstra
2009-03-08 10:25             ` Ingo Molnar
2009-03-09 15:44               ` Cliff Brake
2009-03-12 19:17         ` [Announce] 2.6.29-rc7-rt1 Thomas Gleixner
2009-03-12 20:43           ` Tim Sander
2009-03-13  0:34             ` Uwe Kleine-König
2009-03-13  0:34               ` Uwe Kleine-König
2009-03-13  1:04           ` some ARM fixes for 2.6.29-rc7-rt1 Uwe Kleine-König
2009-03-13  1:04             ` Uwe Kleine-König
2009-03-15  6:48             ` Uwe Kleine-König
2009-03-15  6:48               ` Uwe Kleine-König
2009-03-20  0:31           ` [Announce] 2.6.29-rc78rt1 Thomas Gleixner
2009-03-20  1:38             ` Frank Rowand
2009-03-20 15:48               ` Thomas Gleixner
2009-03-20 21:55                 ` Frank Rowand
2009-03-20 16:31             ` Cliff Brake
2009-03-20 16:31               ` Cliff Brake
2009-03-20 17:48               ` Thomas Gleixner
2009-03-20 17:45             ` [Announce] 2.6.29-rc8-rt2 Thomas Gleixner
2009-03-20 19:19               ` Will Schmidt
2009-03-20 19:19                 ` Will Schmidt
2009-03-20 19:25                 ` Ingo Molnar
2009-03-20 19:25                   ` Ingo Molnar
2009-03-23 16:26               ` [Announce] 2.6.29-rc8-rt3 Thomas Gleixner
2009-03-24 11:04                 ` Frederic Weisbecker
2009-03-24 21:07                   ` Uwe Kleine-König
2009-03-24 21:07                     ` Uwe Kleine-König
2009-03-25 20:59                 ` [Announce] 2.6.29-rt1 Thomas Gleixner
2009-03-25 21:05                   ` Jaswinder Singh Rajput
2009-03-25 21:09                     ` Thomas Gleixner
2009-03-26  7:52                       ` GeunSik Lim
2009-03-26  7:52                         ` GeunSik Lim
2009-03-26  8:02                       ` GeunSik Lim
2009-03-26  8:02                         ` GeunSik Lim
2009-03-25 21:16                   ` Grammostola Rosea
2009-04-02  0:17                   ` [Announce] 2.6.29-rt2 Thomas Gleixner
2009-04-02 16:02                     ` Will Schmidt
2009-04-02 16:45                       ` Thomas Gleixner
2009-04-02 17:24                         ` Will Schmidt
2009-04-03  9:43                           ` Peter Zijlstra
2009-04-03 15:30                             ` Will Schmidt
2009-04-03 17:21                     ` [Announce] 2.6.29.1-rt4 Thomas Gleixner
2009-04-03 23:04                       ` Fernando Lopez-Lezcano
2009-04-04  4:30                         ` Thomas Gleixner
2009-04-04  6:57                           ` Fernando Lopez-Lezcano
2009-04-05 13:53                             ` Thomas Gleixner
2009-04-05 21:49                               ` Fernando Lopez-Lezcano
2009-04-05 22:02                                 ` Thomas Gleixner
2009-04-05 23:10                                   ` Fernando Lopez-Lezcano
2009-04-06 19:54                                     ` Thomas Gleixner
2009-04-07 16:52                                       ` Fernando Lopez-Lezcano
2009-04-07 16:58                                         ` Thomas Gleixner
2009-04-07 18:13                                           ` Fernando Lopez-Lezcano
2009-04-07 17:14                                         ` Fernando Lopez-Lezcano
2009-04-05  3:28                       ` GeunSik Lim
2009-04-05  3:28                         ` GeunSik Lim
2009-04-05  8:47                         ` Thomas Gleixner
2009-04-05  8:53                           ` Thomas Gleixner
2009-04-08 17:49                       ` [Announce] 2.6.29.1-rt5 Thomas Gleixner
2009-04-09 18:53                         ` [Announce] 2.6.29.1-rt6 Thomas Gleixner
2009-04-10  8:12                           ` GeunSik Lim
2009-04-10  8:12                             ` GeunSik Lim
2009-04-10 22:05                           ` [Announce] 2.6.29.1-rt7 Thomas Gleixner
2009-04-13  6:44                             ` Measuring timer interrupt latency Suresh Kumar SHUKLA
2009-04-13 10:56                               ` Tim Sander
2009-04-13 14:14                               ` Clark Williams
2009-04-13 16:22                                 ` Tim Sander
2009-04-15 15:46                                   ` Clark Williams
2009-04-14  3:56                                 ` Suresh Kumar SHUKLA
2009-04-18 10:13                             ` [Announce] 2.6.29.1-rt8 Thomas Gleixner
2009-04-19 14:12                               ` Robin Gareus
2009-04-21  1:47                               ` [BUG] 2.6.29.1-rt8, undefined reference to hrtimer_wait_for_timer Wu Zhangjin
2009-04-25 13:03                               ` [Announce] 2.6.29.1-rt9 Thomas Gleixner
2009-04-28 22:39                                 ` [Announce] 2.6.29.2-rt10 Thomas Gleixner
2009-05-01 21:53                                   ` Thomas Gleixner
2009-05-12 23:27                                     ` [Announce] 2.6.29.3-rt12 Thomas Gleixner
2009-05-13  0:16                                       ` Hugo Vincent
2009-05-13  0:16                                         ` Hugo Vincent
2009-05-13 10:19                                         ` Thomas Gleixner
2009-05-13 10:24                                           ` Peter Zijlstra
2009-05-13 11:05                                             ` Thomas Gleixner
2009-05-22 13:02                                       ` [Announce] 2.6.29.4-rt15 Thomas Gleixner
2009-05-25 13:47                                         ` 2.6.29.4-rt16 Thomas Gleixner
2009-06-03  4:55                                           ` 2.6.29.4-rt16 GeunSik Lim
2009-06-03  4:55                                             ` 2.6.29.4-rt16 GeunSik Lim
2009-06-10 17:02                                         ` [Announce] 2.6.29.4-rt17 Thomas Gleixner
2009-06-12 17:31                                           ` [Announce] 2.6.29.4-rt18 Thomas Gleixner
2009-06-15  9:19                                             ` 2.6.29.4-rt19 Thomas Gleixner
2009-06-16 13:49                                               ` 2.6.29.4-rt19 Wolfgang Johann BETZ
2009-06-17  8:45                                               ` [ANNOUNCE] 2.6.29.5-rt21 Thomas Gleixner
2009-06-23 12:30                                                 ` [ANNOUNCE] 2.6.29.5-rt22 Thomas Gleixner
2009-07-09 18:25                                                   ` [ANNOUNCE] 2.6.29.6-rt23 Thomas Gleixner
2009-07-10 18:03                                                     ` Fernando Lopez-Lezcano
2009-07-10 18:29                                                       ` Thomas Gleixner
2009-07-10 18:29                                                         ` Thomas Gleixner
2009-07-11  0:17                                                         ` Fernando Lopez-Lezcano
2009-07-14  9:12                                                         ` Jaswinder Singh Rajput
2009-08-11 10:52                                                         ` Jan Engelhardt
2009-09-12  9:44                                                           ` Jan Engelhardt
2009-07-30  0:48                                                     ` [ANNOUNCE] 2.6.31-rc4-rt1 Thomas Gleixner
2009-07-30  9:56                                                       ` Tim Blechmann
2009-07-30  9:56                                                         ` Tim Blechmann
2009-07-30 23:04                                                         ` Darren Hart
2009-07-30 23:04                                                           ` Darren Hart
2009-07-30 23:20                                                       ` Darren Hart
2009-07-30 23:20                                                         ` Darren Hart
2009-07-31 14:12                                                         ` Clark Williams
2009-07-31 23:22                                                       ` Frederic Weisbecker
2009-08-01  0:42                                                         ` Darren Hart
2009-08-01  1:20                                                           ` Frederic Weisbecker
2009-08-01  9:48                                                       ` Thomas Meyer
2009-08-05  1:30                                                       ` john stultz
2009-08-05  1:30                                                         ` john stultz
2009-08-05  6:06                                                       ` gowrishankar
2009-08-05  6:06                                                         ` gowrishankar
2009-08-05 13:32                                                         ` Clark Williams
2009-08-06  6:46                                                           ` [ANNOUNCE] 2.6.31-rc4-rt1 (problem with CONFIG_SYSFS_DEPRECATED_V2) gowrishankar
2009-08-06  6:46                                                             ` gowrishankar
2009-08-06 14:36                                                             ` Clark Williams
2009-08-06 14:46                                                               ` Sven-Thorsten Dietrich
2009-08-06 14:55                                                               ` John Kacur
2009-08-06 16:39                                                               ` gowrishankar
2009-08-06 16:39                                                                 ` gowrishankar
2009-08-05 19:20                                                       ` [ANNOUNCE] 2.6.31-rc4-rt1 Will Schmidt
2009-08-05 19:20                                                         ` Will Schmidt
2009-08-11 18:09                                                         ` Thomas Gleixner
2009-08-12 20:45                                                           ` Will Schmidt
2009-08-12 20:45                                                             ` Will Schmidt
2009-08-13  7:30                                                             ` Thomas Gleixner
2009-08-13 15:04                                                               ` Will Schmidt
2009-08-07  4:26                                                       ` Sripathi Kodi
2009-08-07 14:30                                                         ` Darren Hart
2009-08-07 14:30                                                           ` Darren Hart
2009-08-07 20:39                                                       ` Uwe Kleine-König
2009-08-07 20:42                                                         ` [PATCH 1/6] ucb1x00: include linux/semaphore.h Uwe Kleine-König
2009-08-07 20:42                                                         ` [PATCH 2/6] s3c2443-ac97: convert semaphore to mutex Uwe Kleine-König
2009-08-08  7:57                                                           ` Mark Brown
2009-08-07 20:42                                                         ` [PATCH 3/6] [ARM] msm: include linux/cache.h in proc_comm.c Uwe Kleine-König
2009-08-07 20:42                                                         ` [PATCH 4/6] [ARM] ixp2000: fix type of ixp2000_timer_interrupt Uwe Kleine-König
2009-08-07 20:42                                                         ` [PATCH 5/6] [NET] ixp2000/enp2611: don't set non-existent member get_stats Uwe Kleine-König
2009-08-10  4:49                                                           ` David Miller
2009-08-10  4:49                                                             ` David Miller
2009-08-10  9:40                                                             ` Uwe Kleine-König
2009-08-10 15:00                                                               ` David Miller
2009-08-10 15:00                                                                 ` David Miller
2009-08-07 20:42                                                         ` [PATCH 6/6] [ARM] Use atomic_spin_lock/atomic_spin_unlock for irqdesc lock Uwe Kleine-König
2009-08-07 20:42                                                           ` Uwe Kleine-König
2009-08-07 20:54                                                           ` Uwe Kleine-König
2009-08-07 20:55                                                           ` Uwe Kleine-König
2009-08-09  9:36                                                         ` [PATCH RT 7/6] include linux/interrupt.h in mm/bounce.c Uwe Kleine-König
2009-08-09  9:36                                                           ` Uwe Kleine-König
2009-08-09  9:36                                                           ` [PATCH RT 8/6] [ARM, WATCHDOG] davinci: include mach/timex.h in davinci_wdt.c Uwe Kleine-König
2009-08-09  9:36                                                             ` [PATCH RT 9/6] [RFH] Build failure on 2.6.31-rc4-rt1 in mm/highmem.c Uwe Kleine-König
2009-08-09  9:36                                                               ` Uwe Kleine-König
2009-08-09  9:36                                                               ` Uwe Kleine-König
2009-08-13 21:34                                                               ` [PATCH] [RFC, RT] fix kmap_high_get Uwe Kleine-König
2009-08-13 21:34                                                                 ` Uwe Kleine-König
2009-08-13 21:34                                                                 ` Uwe Kleine-König
2009-08-14 14:02                                                                 ` [PATCH -rt] Fix kmap_high_get() Peter Zijlstra
2009-08-14 14:02                                                                   ` Peter Zijlstra
2009-08-14 14:02                                                                   ` Peter Zijlstra
2009-08-14 15:58                                                                   ` Nicolas Pitre
2009-08-14 15:58                                                                     ` Nicolas Pitre
2009-08-14 20:13                                                                     ` Uwe Kleine-König
2009-08-14 20:13                                                                       ` Uwe Kleine-König
2009-08-14 20:13                                                                       ` Uwe Kleine-König
2009-08-09  9:43                                                             ` [PATCH RT 8/6] [ARM, WATCHDOG] davinci: include mach/timex.h in davinci_wdt.c Russell King - ARM Linux
2009-08-10 16:48                                                               ` Kevin Hilman
2009-08-10 16:48                                                                 ` Kevin Hilman
2009-08-10 17:26                                                                 ` Russell King - ARM Linux
2009-08-10 21:04                                                                   ` Kevin Hilman
2009-08-10 22:02                                                                     ` Russell King - ARM Linux
2009-08-13 15:06                                                                       ` Kevin Hilman
2009-08-16 14:08                                                                         ` Wim Van Sebroeck
2009-08-16 20:41                                                       ` [ANNOUNCE] 2.6.31-rc6-rt2 Thomas Gleixner
2009-08-17 16:08                                                         ` 2.6.31-rc6-rt2 bug report Dale Stimson
2009-08-18 20:03                                                         ` [ANNOUNCE] 2.6.31-rc6-rt4 Thomas Gleixner
2009-08-19 21:48                                                           ` [ANNOUNCE] 2.6.31-rc6-rt5 Thomas Gleixner
2009-08-20  2:19                                                             ` john stultz
2009-08-20 15:29                                                               ` Dinakar Guniguntala
2009-08-21 21:26                                                             ` [ANNOUNCE] 2.6.31-rc6-rt6 Thomas Gleixner
2009-08-21 22:57                                                               ` Mark Knecht
2009-08-26 17:23                                                               ` [ANNOUNCE] 2.6.31-rc7-rt8 Thomas Gleixner
2009-08-27 11:03                                                                 ` Kevin Hilman
2009-08-28 21:36                                                                 ` Thomas Gleixner
2009-09-15 21:11                                                                   ` [ANNOUNCE] 2.6.31-rt10 Thomas Gleixner
2009-09-15 22:30                                                                     ` Thomas Gleixner
2009-09-18 22:39                                                                     ` [ANNOUNCE] 2.6.31-rt11 Thomas Gleixner
2009-09-19  4:34                                                                       ` Jaswinder Singh Rajput
2009-09-19 13:38                                                                         ` Steven Rostedt
2009-09-19 15:01                                                                           ` Jaswinder Singh Rajput
2009-09-20 23:22                                                                             ` Jon Masters
2009-09-20 23:22                                                                               ` Jon Masters
2009-09-20 23:34                                                                               ` Mark Knecht
2009-09-22 18:31                                                                       ` Darren Hart
2009-09-22 18:31                                                                         ` Darren Hart
2009-09-22 19:01                                                                         ` Clark Williams
2009-09-23 16:18                                                                         ` Darren Hart
2009-09-23 16:18                                                                           ` Darren Hart
2009-09-23 15:39                                                                       ` Jan Blunck
2009-09-23 15:39                                                                         ` Jan Blunck
2009-09-23 16:25                                                                         ` Thomas Gleixner
2009-09-24 15:16                                                                           ` Jan Blunck
2009-09-24 15:16                                                                             ` Jan Blunck
2009-09-23 21:33                                                                       ` Will Schmidt
2009-10-06 10:15                                                                       ` [ANNOUNCE] 2.6.31.2-rt13 Thomas Gleixner
2009-10-06 18:23                                                                         ` Remy Bohmer
2009-10-06 19:23                                                                           ` Thomas Gleixner
2009-10-06 20:07                                                                             ` Thomas Gleixner
2009-10-07  7:13                                                                               ` Remy Bohmer
2009-10-13 15:46                                                                               ` Remy Bohmer
2009-10-13 17:11                                                                                 ` Thomas Gleixner
2009-10-14 10:02                                                                         ` [ANNOUNCE] 2.6.31.4-rt14 Thomas Gleixner
2009-11-04  2:13                                                                           ` Fernando Lopez-Lezcano
2009-11-04  8:38                                                                             ` Uwe Kleine-König
2009-11-05 19:33                                                                               ` Fernando Lopez-Lezcano
2009-11-05 19:41                                                                                 ` Thomas Gleixner
2009-11-05 19:44                                                                                   ` Fernando Lopez-Lezcano
2009-11-05 19:44                                                                                     ` Fernando Lopez-Lezcano
2009-11-06 16:46                                                                           ` [ANNOUNCE] 2.6.31.5-rt17 Thomas Gleixner
2009-11-10 12:28                                                                             ` [ANNOUNCE] 2.6.31.6-rt19 Thomas Gleixner
2010-01-21 21:23                                                                               ` [ANNOUNCE] 2.6.31.12-rt20 Thomas Gleixner
2010-01-21 22:03                                                                                 ` Mark Knecht
2010-01-25 10:33                                                                                 ` ARM fixes for 2.6.31.12-rt20 Uwe Kleine-König
2010-01-25 10:44                                                                                   ` [PATCH] Rework kmap_high_get after kmap locking is gone Uwe Kleine-König
2010-01-25 10:44                                                                                     ` Uwe Kleine-König
2010-01-25 12:45                                                                                   ` ARM fixes for 2.6.31.12-rt20 Thomas Gleixner
2010-01-25 13:07                                                                                     ` Uwe Kleine-König
2010-02-18 16:54                                                                                 ` [ANNOUNCE] 2.6.31.12-rt21 Thomas Gleixner
2010-02-19  8:22                                                                                   ` Xavier Miller
2010-02-19  8:22                                                                                     ` Xavier Miller
2010-02-21 23:24                                                                                   ` [ANNOUNCE] 2.6.33-rc8-rt1 Thomas Gleixner
2010-02-22 11:11                                                                                     ` John Kacur
2010-02-22 11:28                                                                                       ` Thomas Gleixner
2010-02-22 12:23                                                                                         ` John Kacur
2010-02-22 12:23                                                                                           ` John Kacur
2010-02-22 12:35                                                                                           ` Luis Claudio R. Goncalves
2010-02-22 12:35                                                                                             ` Luis Claudio R. Goncalves
2010-02-22 15:16                                                                                           ` Thomas Gleixner
2010-02-22 15:53                                                                                             ` John Kacur
2010-02-22 16:12                                                                                               ` John Kacur [this message]
2010-02-22 16:12                                                                                                 ` John Kacur
2010-02-24  0:33                                                                                       ` GeunSik Lim
2010-02-24  1:08                                                                                       ` GeunSik Lim
2010-02-24  1:19                                                                                         ` Dhaval Giani
2010-02-24  1:19                                                                                           ` Dhaval Giani
2010-02-24 14:43                                                                                           ` GeunSik Lim
2010-02-24 15:09                                                                                             ` Thomas Gleixner
2010-02-24 16:52                                                                                               ` GeunSik Lim
2010-02-24 16:52                                                                                                 ` GeunSik Lim
2010-02-24 17:05                                                                                                 ` GeunSik Lim
2010-02-24 17:05                                                                                                   ` GeunSik Lim
2010-02-24 17:40                                                                                                   ` GeunSik Lim
2010-02-24 17:40                                                                                                     ` GeunSik Lim
2010-02-24 21:46                                                                                                   ` GeunSik Lim
2010-02-24 21:46                                                                                                     ` GeunSik Lim
2010-02-24 17:52                                                                                                 ` Thomas Gleixner
2010-02-24 21:54                                                                                                   ` GeunSik Lim
2010-02-24 21:54                                                                                                     ` GeunSik Lim
2010-02-24  4:40                                                                                         ` Sujit K M
2010-02-22 13:27                                                                                     ` [patch] latency_hist: fix small memory leak Dan Carpenter
2010-02-24  7:05                                                                                       ` Carsten Emde
2010-02-22 13:29                                                                                     ` [ANNOUNCE] 2.6.33-rc8-rt1 Dan Carpenter
2010-02-24  7:15                                                                                       ` Carsten Emde
2010-02-24 12:20                                                                                         ` 2.6.33-rc8-rt1 on Beagle Chatterjee, Amit
2010-02-25 11:06                                                                                           ` Chatterjee, Amit
2010-03-01 15:06                                                                                             ` Uwe Kleine-König
2010-03-01 16:14                                                                                               ` Thomas Gleixner
2010-02-22 13:36                                                                                     ` [ANNOUNCE] 2.6.33-rc8-rt1 Dan Carpenter
2010-02-22 15:00                                                                                       ` Thomas Gleixner
2010-02-23  9:46                                                                                     ` gowrishankar
2010-02-23  9:46                                                                                       ` gowrishankar
2010-02-23 13:57                                                                                       ` GeunSik Lim
2010-02-23 21:58                                                                                     ` Arnaldo Carvalho de Melo
2010-02-23 19:01                                                                                   ` [ANNOUNCE] 2.6.31.12-rt21 Fernando Lopez-Lezcano
2010-02-23 20:12                                                                                     ` Peter Zijlstra
2009-09-02 15:25                                                                 ` [ANNOUNCE] 2.6.31-rc7-rt8 Wu Zhangjin
2009-08-18 21:04                                                         ` [ANNOUNCE] 2.6.31-rc6-rt2 Will Schmidt
2009-08-18 21:14                                                           ` Thomas Gleixner
2009-08-18 23:12                                                             ` Will Schmidt
2009-08-19 17:12                                                             ` Will Schmidt
2009-08-18 22:31                                                         ` john stultz
2009-08-18 22:31                                                           ` john stultz
2009-08-18 22:50                                                           ` john stultz
2009-08-18 22:50                                                             ` john stultz
2009-08-19  0:17                                                             ` john stultz
2009-07-10 18:06                                                   ` [ANNOUNCE] 2.6.29.5-rt22 Fernando Lopez-Lezcano

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=520f0cf11002220812w108a8143rdbeea663a8c702f5@mail.gmail.com \
    --to=jkacur@redhat.com \
    --cc=ce@ceag.ch \
    --cc=dvhltc@us.ibm.com \
    --cc=frank.rowand@am.sony.com \
    --cc=ghaskins@novell.com \
    --cc=jblunck@suse.de \
    --cc=jcm@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=markknecht@gmail.com \
    --cc=mingo@elte.hu \
    --cc=nando@ccrma.stanford.edu \
    --cc=nickpiggin@yahoo.com.au \
    --cc=peterz@infradead.org \
    --cc=philippe.reynes@isismpp.fr \
    --cc=robin@gareus.org \
    --cc=rostedt@goodmis.org \
    --cc=sdietrich@novell.com \
    --cc=tglx@linutronix.de \
    --cc=will_schmidt@vnet.ibm.com \
    --cc=williams@redhat.com \
    /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.