lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181108124327.iqdiif6atfrxdkef@linutronix.de>
Date:   Thu, 8 Nov 2018 13:43:27 +0100
From:   Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To:     Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc:     Daniel Lezcano <daniel.lezcano@...aro.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Nicolas Ferre <nicolas.ferre@...rochip.com>,
        Alexander Dahl <ada@...rsis.com>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v7 0/7] clocksource: rework Atmel TCB timer driver

On 2018-09-25 22:14:56 [+0200], Alexandre Belloni wrote:
> On 22/09/2018 13:29:48+0200, Daniel Lezcano wrote:
> > You say for rt the PIT is not suitable because of the shared irq but in
> > the driver, the interrupt is flagged as shared.
> > 
> 
> Well, it is not simply sharing the interrupt that is an issue, it is the
> mismatch between the PIT and the UART interrupt flags and that only
> happens when using preempt-rt.

This should also happen on !RT with the threadedirq command line switch.
The UART will be threaded and the PIT will not, and this is the problem.
So we need to split those or disable the UART. The other important thing
for RT is the higher resolution of the clocksource/clockevents device (I
don't know if this is part of the series or not…).

I'm currently replacing the v6 with this v7 in my RT tree. What is the
status of this series upstream wise?

Sebastian

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ