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]
Date:   Tue, 18 Feb 2020 15:30:28 +0100
From:   Frederic Weisbecker <frederic@...nel.org>
To:     Will Deacon <will@...nel.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Paul Burton <paulburton@...nel.org>,
        Peter Zijlstra <peterz@...radead.org>,
        "David S . Miller" <davem@...emloft.net>,
        Borislav Petkov <bp@...en8.de>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        Paul Mackerras <paulus@...ba.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Andy Lutomirski <luto@...nel.org>,
        Ralf Baechle <ralf@...ux-mips.org>,
        Ingo Molnar <mingo@...hat.com>,
        Catalin Marinas <catalin.marinas@....com>,
        Michael Ellerman <mpe@...erman.id.au>,
        Russell King <linux@...linux.org.uk>
Subject: Re: [PATCH 5/5] arm64: Remove TIF_NOHZ

On Tue, Feb 18, 2020 at 08:57:09AM +0000, Will Deacon wrote:
> On Fri, Feb 14, 2020 at 04:26:15PM +0100, Frederic Weisbecker wrote:
> > The syscall slow path is spuriously invoked when context tracking is
> > activated while the entry code calls context tracking from fast path.
> > 
> > Remove that overhead and the unused flag itself while at it.
> > 
> > Signed-off-by: Frederic Weisbecker <frederic@...nel.org>
> > Cc: Thomas Gleixner <tglx@...utronix.de>
> > Cc: Ingo Molnar <mingo@...hat.com>
> > Cc: Peter Zijlstra <peterz@...radead.org>
> > Cc: Borislav Petkov <bp@...en8.de>
> > Cc: Catalin Marinas <catalin.marinas@....com>
> > Cc: Will Deacon <will@...nel.org>
> > ---
> >  arch/arm64/Kconfig                   | 1 -
> >  arch/arm64/include/asm/thread_info.h | 4 +---
> >  2 files changed, 1 insertion(+), 4 deletions(-)
> 
> Acked-by: Will Deacon <will@...nel.org>
> 
> Do you want this to go via the arm64 tree? It looks like it makes sense
> on its own to me, so I could pick it as a fix.

Thanks Will, unfortunately it depends on some patches on the series, so
the whole needs to go together.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ