From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <530D0A0C.9040606@xenomai.org> Date: Tue, 25 Feb 2014 22:24:28 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <530A8767.4030004@xenomai.org> <530BC103.3010809@xenomai.org> <530CFB0D.8040001@xenomai.org> <530CFC27.5050700@xenomai.org> <530D0205.9050406@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] RaspberryPi kernel 3.8 issue List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gregory Dymarek Cc: xenomai@xenomai.org On 02/25/2014 10:09 PM, Gregory Dymarek wrote: > So the frame freeze I got on my version is on line 145 in here: > https://github.com/raspberrypi/linux/blob/rpi-3.8.y/kernel/irq/handle.c > > The dwc_otg_hcd_handle_intr is here: > https://github.com/raspberrypi/linux/blob/rpi-3.8.y/drivers/usb/host/dwc_otg/dwc_otg_hcd_intr.c > > > Is the line 523 the problem? > local_fiq_enable(); No, local_fiq_enable is not visible in the trace. I would say the problem is after line 546. Could you put the compiled code (file vmlinux in the kernel sources directory) corresponding to the trace in an area where I can download it? If you compiled the kernel with debug info, it should tell us where the problem is. -- Gilles.