mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [patch] voluntary-preempt-2.6.9-rc3-mm2-T1
@ 2004-10-06 20:01 Mark_H_Johnson
  2004-10-06 20:07 ` Ingo Molnar
  0 siblings, 1 reply; 12+ messages in thread
From: Mark_H_Johnson @ 2004-10-06 20:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Rui Nuno Capela

>Meanwhile, I'm stuck with 2.6.9-rc2-mm4-S7 (SMP), but happy.
>
>Strange thing is, that on my laptop, 2.6.9-rc3-mm2-S9 (UP) is doing just
>fine. Guess that ohci_hcd now makes the difference here, against the
>former which makes uhci_hcd bad behaved atm.

I am having similar problems with -T1 and separately reported problems with
a build of rc3-mm1-S8 as well (no oops, but the USB mouse is dead).
Somewhere between those two versions (rc2-mm4-S7 and rc3-mm1-S8) is where
the problem appears to be introduced. For now I'll stay with my working -S0
kernel.

--Mark H Johnson
  <mailto:Mark_H_Johnson@raytheon.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [patch] voluntary-preempt-2.6.9-rc3-mm2-T1
@ 2004-10-06 18:57 Kari Hameenaho
  0 siblings, 0 replies; 12+ messages in thread
From: Kari Hameenaho @ 2004-10-06 18:57 UTC (permalink / raw)
  To: linux-kernel

Ingo Molnar wrote:
 >
 >* Lee Revell <rlrevell@xxxxxxxxxxx> wrote:
 >
 > > > i believe Andrew said that these USB problems should be fixed in
 > > > the next -mm iteration.
 > > >
 > >
 > > FWIW, this one does not work for me either, I get a USB-related Oops
 > > on boot.
 >
 > by next -mm iteration i meant -rc3-mm3, which is not released yet.
 >
 > Ingo
 >

The usb-hubs problem patch in LKML by Greg KH seems to fix this problem.

The thread is 2.6.9-rc3-mm1, bk-pci patch, USB hubs

---
Kari Hämeenaho

^ permalink raw reply	[flat|nested] 12+ messages in thread
* BKL backtraces - was: Re: [patch] voluntary-preempt-2.6.9-rc2-mm1-S1
@ 2004-09-21  2:07 K.R. Foley
  2004-09-21  7:18 ` Ingo Molnar
  0 siblings, 1 reply; 12+ messages in thread
From: K.R. Foley @ 2004-09-21  2:07 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, Lee Revell, Mark_H_Johnson

Ingo Molnar wrote:
> i've released the -S1 VP patch:
> 
>   http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc2-mm1-S1
> 

All of these were generated while booting:

Sep 20 19:45:10 porky kernel: using smp_processor_id() in preemptible 
code: modprobe/1019
Sep 20 19:45:10 porky kernel:  [<c011c58e>] smp_processor_id+0x8e/0xa0
Sep 20 19:45:10 porky kernel:  [<c013ace6>] module_unload_init+0x46/0x70
Sep 20 19:45:10 porky kernel:  [<c013ce58>] load_module+0x598/0xb10
Sep 20 19:45:10 porky kernel:  [<c013d438>] sys_init_module+0x68/0x280
Sep 20 19:45:10 porky kernel:  [<c01066b9>] sysenter_past_esp+0x52/0x71

The above one of course repeats on each module load.

Sep 20 19:45:10 porky kernel: using smp_processor_id() in preemptible 
code: X/1017
Sep 20 19:45:10 porky kernel:  [<c011c58e>] smp_processor_id+0x8e/0xa0
Sep 20 19:45:10 porky kernel:  [<c01d6c15>] add_timer_randomness+0x125/0x150
Sep 20 19:45:10 porky kernel:  [<c01d6c9e>] add_mouse_randomness+0x1e/0x30
Sep 20 19:45:10 porky kernel:  [<c022b835>] input_event+0x55/0x3f0
Sep 20 19:45:10 porky kernel:  [<c01151e8>] mcount+0x14/0x18
Sep 20 19:45:10 porky kernel:  [<c01e559e>] kbd_rate+0x5e/0xc0
Sep 20 19:45:10 porky kernel:  [<c01e2196>] vt_ioctl+0xe06/0x1ad0
Sep 20 19:45:10 porky kernel:  [<c014fdcf>] pte_alloc_map+0x9f/0xd0
Sep 20 19:45:10 porky kernel:  [<c015214b>] handle_mm_fault+0x17b/0x1a0
Sep 20 19:45:10 porky kernel:  [<c0119440>] do_page_fault+0x1e0/0x621
Sep 20 19:45:10 porky kernel:  [<c0138759>] sub_preempt_count+0x69/0x80
Sep 20 19:45:10 porky kernel:  [<c0138759>] sub_preempt_count+0x69/0x80
Sep 20 19:45:10 porky kernel:  [<c0138512>] check_preempt_timing+0x192/0x200
Sep 20 19:45:10 porky kernel:  [<c0175034>] sys_ioctl+0xe4/0x240
Sep 20 19:45:10 porky kernel:  [<c01dbd1e>] tty_ioctl+0xe/0x4d0
Sep 20 19:45:10 porky kernel:  [<c01151e8>] mcount+0x14/0x18
Sep 20 19:45:10 porky kernel:  [<c01e1390>] vt_ioctl+0x0/0x1ad0
Sep 20 19:45:10 porky kernel:  [<c01dc08b>] tty_ioctl+0x37b/0x4d0
Sep 20 19:45:10 porky kernel:  [<c0175034>] sys_ioctl+0xe4/0x240
Sep 20 19:45:10 porky kernel:  [<c01066b9>] sysenter_past_esp+0x52/0x71

The X one above repeats once also.

kr

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

end of thread, other threads:[~2004-10-08 11:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-06 20:01 [patch] voluntary-preempt-2.6.9-rc3-mm2-T1 Mark_H_Johnson
2004-10-06 20:07 ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2004-10-06 18:57 Kari Hameenaho
2004-09-21  2:07 BKL backtraces - was: Re: [patch] voluntary-preempt-2.6.9-rc2-mm1-S1 K.R. Foley
2004-09-21  7:18 ` Ingo Molnar
2004-09-21  7:44   ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S2 Ingo Molnar
2004-09-22 10:33     ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S3 Ingo Molnar
2004-09-23 12:28       ` [patch] voluntary-preempt-2.6.9-rc2-mm1-S4 Ingo Molnar
2004-09-23 21:12         ` [patch] voluntary-preempt-2.6.9-rc2-mm3-S5 Ingo Molnar
2004-09-24  7:44           ` [patch] voluntary-preempt-2.6.9-rc2-mm3-S6 Ingo Molnar
2004-09-28  0:05             ` [patch] voluntary-preempt-2.6.9-rc2-mm4-S7 Ingo Molnar
2004-10-03 21:09               ` [patch] voluntary-preempt-2.6.9-rc3-mm1-S8 Ingo Molnar
2004-10-04 21:53                 ` [patch] voluntary-preempt-2.6.9-rc3-mm1-S9 Ingo Molnar
2004-10-05 13:47                   ` [patch] voluntary-preempt-2.6.9-rc3-mm2-T1 Ingo Molnar
2004-10-05 16:37                     ` Rui Nuno Capela
2004-10-05 18:42                       ` Ingo Molnar
2004-10-05 19:38                         ` Rui Nuno Capela
2004-10-05 19:44                           ` Ingo Molnar
2004-10-05 20:01                             ` Rui Nuno Capela
2004-10-06  0:12                             ` Lee Revell
2004-10-06  7:51                               ` Ingo Molnar
2004-10-08 11:16                     ` William Lee Irwin III

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