All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K.R. Foley" <kr@cybsft.com>
To: "K.R. Foley" <kr@cybsft.com>
Cc: Ingo Molnar <mingo@elte.hu>,
	linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: 2.6.17-rc6-rt3
Date: Mon, 12 Jun 2006 12:19:24 -0500	[thread overview]
Message-ID: <448DA21C.7090609@cybsft.com> (raw)
In-Reply-To: <448D9F70.2040400@cybsft.com>

K.R. Foley wrote:
> Ingo Molnar wrote:
>> i have released the 2.6.17-rc6-rt3 tree, which can be downloaded from 
>> the usual place:
>>
>>    http://redhat.com/~mingo/realtime-preempt/
>>
>> this is a fixes-only release: lots of fixes from Thomas Gleixner (for 
>> the softirq problem that caused those ping latency weirdnesses, for 
>> hrtimers and timers problems and for the RCU related bug that was 
>> causing instability and more), John Stultz, Jan Altenberg and Clark 
>> Williams. MIPS update from Manish Lachwani. Futex fix from Dinakar 
>> Guniguntala. It also includes the RT-scheduling SMP fix that could fix 
>> the scheduling problem reported by Darren Hart.
>>
>> I think all of the regressions reported against rt1 are fixed, please 
>> re-report if any of them is still unfixed.
>>
>> to build a 2.6.17-rc6-rt3 tree, the following patches should be applied:
>>
>>   http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2
>>   http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.17-rc6.bz2
>>   http://redhat.com/~mingo/realtime-preempt/patch-2.6.17-rc6-rt3
>>
>> 	Ingo
> 
> This one still doesn't boot for me on a dual Xeon 2.60. Config is
> attached and oops is included below.
> 
> *****************************************************************************
> *
>     *
> *  REMINDER, the following debugging option is turned on in your
> .config:   *
> *
>     *
> *        CONFIG_DEBUG_RT_MUTEXES
>      *
> *
>     *
> *  it may increase runtime overhead and latencies.
>     *
> *
>     *
> *****************************************************************************
> Freeing unused kernel memory: 200k freed
> input: ImExPS/2 Generic Explorer Mouse as /class/input/input1
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> BUG: unable to handle kernel paging request at virtual address f3010000
>  printing eip:
> *pde = 00000000
> Oops: 0000 [#1]
> PREEMPT SMP
> Modules linked in:
> CPU:    1
> EIP:    0060:[<c0132f9c>]    Not tainted VLI
> EFLAGS: 00010297   (2.6.17-rc6-rt4 #10)
> EIP is at lookup_symbol+0x11/0x35
> eax: 00000001   ebx: e083185c   ecx: c02f20c4   edx: c02f0000
> esi: f3010000   edi: e083185c   ebp: df597e80   esp: df597e74
> ds: 007b   es: 007b   ss: 0068   preempt: 00000001
> Process modprobe (pid: 1419, threadinfo=df596000 task=dec3ac90
> stack_left=7744 worst_left=-1)
> Stack: e083b580 00000bf0 e083185c df597e9c c0132fe5 df597eb4 df597eb0
> e083b580
>        00000bf0 e083185c df597ec4 c0133c93 00000001 00000012 e082dde8
> 00000000
>        df597ed8 e0839200 00000bf0 e082dde8 df597ee8 c01341fa e083b580
> 00000000
> Call Trace:
>  [<c01036a1>] show_stack_log_lvl+0x82/0x8a (36)
>  [<c0103821>] show_registers+0x139/0x1a1 (32)
>  [<c0103a15>] die+0x118/0x1df (60)
>  [<c0110cf3>] do_page_fault+0x45c/0x532 (76)
>  [<c010336b>] error_code+0x4f/0x54 (72)
>  [<c0132fe5>] __find_symbol+0x25/0x1b7 (28)
>  [<c0133c93>] resolve_symbol+0x27/0x5f (40)
>  [<c01341fa>] simplify_symbols+0x83/0xf3 (36)
>  [<c0134e31>] load_module+0x668/0x9e2 (184)
>  [<c0135210>] sys_init_module+0x42/0x1a4 (20)
>  [<c01027fb>] sysenter_past_esp+0x54/0x75 (-8116)
> Code: eb 11 8b 75 f0 41 83 c2 28 0f b7 46 30 39 c1 72 c9 31 c0 5a 59 5b
> 5e 5f 5d c3 55 89 e5 57 56 53 89 c3 39 ca 73 22 8b 72 04 89 df <ac> ae
> 75 08 84 c0 75 f8 31 c0 eb 04 19 c0 0c 01 85 c0 75 04 89
> EIP: [<c0132f9c>] lookup_symbol+0x11/0x35 SS:ESP 0068:df597e74
> 
> 
> 
> 

DOH! That was actually 2.6.17-rc6-rt4. Sorry.

-- 
   kr

  reply	other threads:[~2006-06-12 17:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-10  8:24 2.6.17-rc6-rt3 Ingo Molnar
2006-06-10 10:32 ` 2.6.17-rc6-rt3 Michal Piotrowski
2006-06-10 12:44   ` 2.6.17-rc6-rt3 Thomas Gleixner
2006-06-10 13:30     ` 2.6.17-rc6-rt3 Michal Piotrowski
2006-06-10 14:43       ` 2.6.17-rc6-rt3 Michal Piotrowski
2006-06-10 12:32 ` 2.6.17-rc6-rt3 Mike Galbraith
2006-06-11 12:38   ` 2.6.17-rc6-rt3 Mike Galbraith
2006-06-11 17:22     ` 2.6.17-rc6-rt3 Thomas Gleixner
2006-06-11 19:26       ` 2.6.17-rc6-rt3 Mark Knecht
2006-06-12  9:20 ` 2.6.17-rc6-rt3 Sébastien Dugué
2006-06-12  9:20   ` 2.6.17-rc6-rt3 Ingo Molnar
2006-06-12  9:35     ` 2.6.17-rc6-rt3 Sébastien Dugué
2006-06-12  9:21   ` 2.6.17-rc6-rt3 Thomas Gleixner
2006-06-12 17:08 ` 2.6.17-rc6-rt3 K.R. Foley
2006-06-12 17:19   ` K.R. Foley [this message]
2006-06-12 17:22     ` 2.6.17-rc6-rt3 Thomas Gleixner
2006-06-12 17:32       ` 2.6.17-rc6-rt3 K.R. Foley
2006-06-16 18:51         ` 2.6.17-rc6-rt3 Bruce Eleniak
2006-06-16 19:04           ` 2.6.17-rc6-rt3 Bruce Eleniak
2006-06-16 19:24             ` 2.6.17-rc6-rt3 K.R. Foley
  -- strict thread matches above, loose matches on Subject: below --
2006-06-10 13:44 2.6.17-rc6-rt3 henry kay

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=448DA21C.7090609@cybsft.com \
    --to=kr@cybsft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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.