Phil,
just checking, was this issue fixed at some point in Freescale's releases?
Here is my current issue: in drivers/mxc/ipu/ipu_device.c, at line 413 there is a call to wait_event_interruptible_timeout that does does not correctly handle signals. It should detect a <0 return from that call and cause the ioctl to return -ERESTARTSYS.
Regards,
Leon.
Yeah. This is __much__ easier than the versions in the multiple code drops from Freescale for each target platform (Android, LTIB).
It's also much easier to monitor.
Hi Phil,
You're right about this not being clear, especially since there isn't a clear "Linux kernel" group and no obvious way to use imxcommunity with an e-mail client.
Many of these types of discussions occur within the Freescale forums at this URL, but I think the intent from
Freescale is to move toward imxcommunity.
http://forums.freescale.com/t5/i-MX-Microprocessors/bd-p/IMXCOMM
Does anyone from Freescale want to comment?
Should we create a new "Linux kernel" group?
BTW, Phil, you're absolutely right about the bug in ipu_device.c and it appears to be in the latest sources: