Re: [ANNOUNCE] v4.4.4-rt11

From: Sebastian Andrzej Siewior
Date: Fri Mar 11 2016 - 12:14:56 EST


On 2016-03-09 10:31:06 [-1000], Jean-Denis Girard wrote:
> Hi,
Hi,

please don't cut people from TO and CC.

> Le 09/03/2016 03:51, Sebastian Andrzej Siewior a Ãcrit :
> > - AT91 got a little better. A larger patch series by Boris Brezillon has
> > been merged. That means SAMA5 boots now. There is one warning left
> > about invoking free_irq() twice. I would be glad about some feedback
> > from pre-SAMA5 SoC. Those which share UART and timer interrupt. It
> > seems that that one I have here does not do this anymore.
> >
> > - A patch on top the AT91 series to avoid two warning while switching
> > from period to oneshow mode.
>
> I got this warning when booting my arietta G25:
>
> clocksource: pit: mask: 0xfffffff max_cycles: 0xfffffff, max_idle_ns:
> 14334453866 ns
> ------------[ cut here ]------------
> WARNING: CPU: 0 PID: 0 at kernel/irq/manage.c:1541 __free_irq+0xb0/0x2b0()
> Trying to free already-free IRQ 16

â
> Nevertheless it does boot, and seems to work fine.
This looks promising. Can you check if IRQ 16 is used by another
peripherals? While we need get rid fo the warning I am curious if it
works on boards which chare the timer with UART or something.

> Thanks,

Sebastian