]> Git Repo - linux.git/commit
Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Tue, 17 Sep 2024 10:40:34 +0000 (12:40 +0200)
committerLinus Torvalds <[email protected]>
Tue, 17 Sep 2024 10:40:34 +0000 (12:40 +0200)
commit5ba202a7c986fc58dd2fd1571c99667ab2699995
tree60d439deeb2276bd70786dfd38e31ddd97e40b92
parenta940d9a43e623d1ba1e5c499aa843516656c0ae4
parentae94b263f5f69c180347e795fbefa051b65aacc3
Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 build updates from Thomas Gleixner:
 "Updates for KCOV instrumentation on x86:

   - Prevent spurious KCOV coverage in common_interrupt()

   - Fixup the KCOV Makefile directive which got stale due to a source
     file rename

   - Exclude stack unwinding from KCOV as it creates large amounts of
     uninteresting coverage

   - Provide a self test to validate that KCOV coverage of the interrupt
     handling code starts not before preempt count got updated"

* tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Ignore stack unwinding in KCOV
  module: Fix KCOV-ignored file name
  kcov: Add interrupt handling self test
  x86/entry: Remove unwanted instrumentation in common_interrupt()
kernel/kcov.c
lib/Kconfig.debug
This page took 0.072039 seconds and 4 git commands to generate.