[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200803111908.GA384254@gmail.com>
Date: Mon, 3 Aug 2020 13:19:08 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] core/headers change for v5.9
Linus,
Please pull the latest core/headers git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-headers-2020-08-03
# HEAD: d19e789f068b3d633cbac430764962f404198022 compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header
A single commit that separates out the instrumentation_begin()/end() bits from compiler.h.
Thanks,
Ingo
------------------>
Ingo Molnar (1):
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header
arch/x86/include/asm/bug.h | 1 +
include/asm-generic/bug.h | 1 +
include/linux/compiler.h | 53 -------------------------------------
include/linux/context_tracking.h | 2 ++
include/linux/instrumentation.h | 57 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 61 insertions(+), 53 deletions(-)
create mode 100644 include/linux/instrumentation.h
Powered by blists - more mailing lists