[tip: x86/urgent] x86_64: Fix jiffies ODR violation

2020-06-09 Thread tip-bot2 for Bob Haarman
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: d8ad6d39c35d2b44b3d48b787df7f3359381dcbf Gitweb: https://git.kernel.org/tip/d8ad6d39c35d2b44b3d48b787df7f3359381dcbf Author:Bob Haarman AuthorDate:Tue, 02 Jun 2020 12:30:59 -07:00 Committer

[PATCH v2] x86_64: fix jiffies ODR violation

2020-06-02 Thread Bob Haarman
y: Nathan Chancellor Reported-by: Alistair Delva Suggested-by: Fangrui Song Debugged-by: Nick Desaulniers Debugged-by: Sami Tolvanen Signed-off-by: Bob Haarman Reviewed-by: Andi Kleen Reviewed-by: Josh Poimboeuf --- v2: * Changed commit message as requested by Josh Poimboeuf (no code change

Re: [PATCH] x86_64: fix jiffies ODR violation

2020-06-01 Thread Bob Haarman
On Mon, May 18, 2020 at 08:17:42PM -0700, Andi Kleen wrote: > > Instead, we can avoid the ODR violation by matching other arch's by > > defining jiffies only by linker script. For -fno-semantic-interposition > > + Full LTO, there is no longer a global definition of jiffies for the > > compiler to

[PATCH] x86_64: fix jiffies ODR violation

2020-05-15 Thread Bob Haarman
ncellor Reported-by: Alistair Delva Suggested-by: Fangrui Song Debugged-by: Nick Desaulniers Debugged-by: Sami Tolvanen Signed-off-by: Bob Haarman --- arch/x86/kernel/time.c| 4 arch/x86/kernel/vmlinux.lds.S | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/arc