I wrote a custom driver for an MPC8313 based board. Everything seems to have been working for a long time, but now one of my IOCTL functions seems to be having a problem. I'm getting a "Bus error" reported by my application and also a kernel "Oops". Here's what the kernel is reporting.
Oops: Machine check, sig: 7 [#1] MPC831x RDB Modules linked in: simpc NIP: e10687d8 LR: e106880c CTR: 00000001 REGS: dfbcbdd0 TRAP: 0200 Not tainted (2.6.27) MSR: 00041000 <ME> CR: 28000424 XER: 20000000 TASK = df864400[795] 'sisample.out' THREAD: dfbca000 GPR00: ff0865a9 dfbcbe80 df864400 00000000 bfdd47f8 00000014 dfbcbeb8 00080400 GPR08: bfdd4880 e1070000 00000000 e1180400 88000428 1005ecbc 1fffb000 00000000 GPR16: 1fff06e8 1fff5a30 00000000 100b3e7c 100a6358 100fb364 bf8d95b8 00000000 GPR24: 4800e71c 00000001 bfe51e74 dfbb2380 fffffff7 40047217 dfbb2380 dfbcbea8 NIP [e10687d8] SIMPC_TargetRead+0xc8/0x198 [simpc] LR [e106880c] SIMPC_TargetRead+0xfc/0x198 [simpc] Call Trace: [dfbcbe80] [22000000] 0x22000000 (unreliable) [dfbcbea0] [e1068368] SIMPC_ioctl+0x104/0x260 [simpc] [dfbcbed0] [c00857b0] vfs_ioctl+0x94/0x98 [dfbcbee0] [c0085aac] do_vfs_ioctl+0x2f8/0x428 [dfbcbf10] [c0085c1c] sys_ioctl+0x40/0x74 [dfbcbf40] [c0011cec] ret_from_syscall+0x0/0x38 --- Exception: c01 at 0xfc99b10 LR = 0xfd4d8a8 Instruction dump: XXXXXXXX XXXXXXXX XXXXXXXX 2b830001 XXXXXXXX XXXXXXXX XXXXXXXX 7d4903a6 XXXXXXXX XXXXXXXX XXXXXXXX 800b0000 XXXXXXXX XXXXXXXX XXXXXXXX 396b0004 ---[ end trace faf66608f10b7074 ]--- Bus error I'm not convinced that this is a problem with the driver as it has been functioning without this problem for a while on our first two revisions of hardware. This problem is happening on new hardware, but everything seems to work fine on the new hardware for a while (an hour or so) and then this begins to happen. Does anyone have any thoughts or ideas? Let me know if you need a bit more information. Thanks in advance for any response. Ron _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev