mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: 2.6.13-rc6-rt3
@ 2005-08-18 19:58 Andrew Burgess
  2005-08-19  1:32 ` 2.6.13-rc6-rt3 Steven Rostedt
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Burgess @ 2005-08-18 19:58 UTC (permalink / raw)
  To: linux-kernel

>I haven't used any of the RT patches since V0.7.51-xx, but I upgraded to -rt8 
>yesterday and had a couple of problems. I've just noticed you released -rt9, 
>but I don't think my problem is listed as fixed.. I'll upgrade anyway, in a 
>minute.

>The problem I'm having is that when the kernel probes my IDE devices it slows 
>down, taking ages to complete the probe. Henceforth the kernel seems to work 
>at a slower speed doing just about anything (compiling, etc.), but 
>interactive performance is okay. It's a bizarre problem.

Similar symptoms happened to me recently and it turned out I had accidently
omitted support for my mb ide chipset (ata_piix) while shrinking my config so
the kernel was unable to set dma mode. Took me a while to find because everything
was working (in PIO mode) just really slowly :-)


^ permalink raw reply	[flat|nested] 5+ messages in thread
* 2.6.13-rc6-rt3
@ 2005-08-16 12:18 Ingo Molnar
  2005-08-18  9:57 ` 2.6.13-rc6-rt3 Alistair John Strachan
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2005-08-16 12:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Thomas Gleixner


i have released the 2.6.13-rc6-rt3 tree, which can be downloaded from 
the usual place:

  http://redhat.com/~mingo/realtime-preempt/

Changes since 2.6.13-rc6-rt2:

 - reverted an incorrect tasklist_lock -> lock_task() conversion that 
   slipped in via an earlier hack in the HRT code. The issue it tried to 
   solve is mooted by the RCU-tasklist-lock code.

 - introduce mutex_chprio() as the mechanism for High Resolution timers 
   to dynamically change the priority of the HRT softirq thread. [This
   fixes a latency/priority bug in where the dynamic prio would override 
   the inherited priority, and when the PI mechanism restores priority 
   it would override the HRT priority.]

 - now that HR-timer dynamic priorities have the proper framework, 
   removed the HIGH_RES_TIMERS_DYN_PRIO config option and made the 
   feature unconditional.

to build a 2.6.13-rc6-rt3 tree, the following patches should be applied:

   http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.bz2
   http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.13-rc6.bz2
   http://redhat.com/~mingo/realtime-preempt/patch-2.6.13-rc6-rt3

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-19  1:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-18 19:58 2.6.13-rc6-rt3 Andrew Burgess
2005-08-19  1:32 ` 2.6.13-rc6-rt3 Steven Rostedt
  -- strict thread matches above, loose matches on Subject: below --
2005-08-16 12:18 2.6.13-rc6-rt3 Ingo Molnar
2005-08-18  9:57 ` 2.6.13-rc6-rt3 Alistair John Strachan
2005-08-18 10:00   ` 2.6.13-rc6-rt3 Thomas Gleixner

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