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:   Sun, 14 Jan 2018 11:16:34 -0800
From:   Joe Perches <joe@...ches.com>
To:     tglx@...utronix.de, hpa@...or.com, ak@...ux.intel.com,
        mingo@...nel.org, linux-kernel@...r.kernel.org,
        linux-tip-commits@...r.kernel.org
Subject: Re: [tip:x86/cleanups] x86/timer: Don't inline __const_udelay

On Sun, 2018-01-14 at 11:10 -0800, tip-bot for Andi Kleen wrote:
> Commit-ID:  7cf1aaa2ad3855bd5e95bef382a66fe122fc9b01
> Gitweb:     https://git.kernel.org/tip/7cf1aaa2ad3855bd5e95bef382a66fe122fc9b01
> Author:     Andi Kleen <ak@...ux.intel.com>
> AuthorDate: Thu, 21 Dec 2017 16:18:16 -0800
> Committer:  Thomas Gleixner <tglx@...utronix.de>
> CommitDate: Sun, 14 Jan 2018 20:03:49 +0100
> 
> x86/timer: Don't inline __const_udelay

Perhaps update them all.

$ git grep __const_udelay|grep inline
arch/arm64/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/metag/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/openrisc/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/sh/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/x86/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/x86/um/delay.c:inline void __const_udelay(unsigned long xloops)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ