[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems with kernel 2.5.4[1-4]



Hi,

I recently been trying to get the latest 2.5 kernels to work, so far
I've tried 2.5.4[1-4]. I have been able to get them to boot and run
but not without a few problems:

1) 2.5.4[34] required patching which is attached. Please don't flame
   me about this patch it's just a quick and dirty to get me up and
   running. If anyone knows how to do it properly... Aside from that
   it compiled pretty cleanly.

2) I generally get an increase in unaligned trap but this is much better
   with 2.5.44.

3) On boot up most things work (X, ppp, networking etc). The major thing
   that doesn't work is evolution mail. evolution itself largely works
   but if I compose a message (whether it be a reply or forward, etc)
   I get a CIA machine check (attached) and nothing happens. At this
   stage evolution will still continue to work but the mail component is
   completly broken and I have to kill off all the bonobo components by
   hand when I shut it down.

Machine details: Alpha XL300, running unstable (upto date as off about 2
week ago), MGA G200 framebuffer.

Any ideas?

Thanks.

rgh


-- 
"It is possible to make things of great complexity out of things
that are very simple. There is no conservation of simplicity"
-- Stephen Wolfram

Richard Heycock <rgh@roughage.com.au>
key fingerprint : 909D CBFA C669 AC2F A937  AFA4 661B 9D21 EAAB 4291
 
--- /data/linux-2.5.42/arch/alpha/kernel/irq_impl.h	2002-10-01 17:07:53.000000000 +1000
+++ /data/linux-2.5.43/arch/alpha/kernel/irq_impl.h	2002-10-18 13:28:22.000000000 +1000
@@ -42,6 +42,10 @@
 
 extern unsigned long prof_cpu_mask;
 
+extern unsigned int * prof_buffer;
+extern unsigned long prof_len;
+extern unsigned long prof_shift;
+
 static inline void
 alpha_do_profile(unsigned long pc)
 {
Oct 22 12:24:03 mort kernel: CIA machine check: vector=0x670 pc=0x1200758b4 code=0x98
Oct 22 12:24:03 mort kernel: machine check type: processor detected hard error
Oct 22 12:24:03 mort kernel: pc = [<00000001200758b4>]  ra = [<00000001200759c0>]  ps = 0008
Oct 22 12:24:03 mort kernel: v0 = 0000008600000000  t0 = 0000000000000000  t1 = 0000000000000000
Oct 22 12:24:03 mort kernel: t2 = 0000000000000000  t3 = 0000000000000008  t4 = 000000000a05fffe
Oct 22 12:24:03 mort kernel: t5 = 00000001206a1d80  t6 = 0000020000289610  t7 = 0000000000000070
Oct 22 12:24:03 mort kernel: a0 = 0000000000000000  a1 = 0000000000000080  a2 = 0000000000000001
Oct 22 12:24:03 mort kernel: a3 = 0000000000000000  a4 = 0000000000000005  a5 = 0000008602220000
Oct 22 12:24:03 mort kernel: t8 = fffffc0005adc000  t9 = 0000020000215968  t10= 0000000000000008
Oct 22 12:24:03 mort kernel: t11= 0000000000000001  pv = 000002000021a5a0  at = 0000000000000001
Oct 22 12:24:03 mort kernel: gp = 000000012025f670  sp = fffffc0005adc000

Reply to: