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>] [day] [month] [year] [list]
Message-ID: <176786807434.510.5032264498912378215.tip-bot2@tip-bot2>
Date: Thu, 08 Jan 2026 10:27:54 -0000
From: "tip-bot2 for Peter Zijlstra" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
 "Peter Zijlstra (Intel)" <peterz@...radead.org>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: locking/core] locking/local_lock: Include more missing headers

The following commit has been merged into the locking/core branch of tip:

Commit-ID:     a45026cef17d1080c985adf28234d6c8475ad66f
Gitweb:        https://git.kernel.org/tip/a45026cef17d1080c985adf28234d6c8475ad66f
Author:        Peter Zijlstra <peterz@...radead.org>
AuthorDate:    Thu, 08 Jan 2026 11:14:24 +01:00
Committer:     Peter Zijlstra <peterz@...radead.org>
CommitterDate: Thu, 08 Jan 2026 11:21:57 +01:00

locking/local_lock: Include more missing headers

Ingo reported PREEMPT_RT=y builds fail building
lib/test_context-analysis.c.

Reported-by: Ingo Molnar <mingo@...nel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
---
 include/linux/local_lock_internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/local_lock_internal.h b/include/linux/local_lock_internal.h
index e8c4803..7843ab9 100644
--- a/include/linux/local_lock_internal.h
+++ b/include/linux/local_lock_internal.h
@@ -233,6 +233,7 @@ do {								\
 
 #else /* !CONFIG_PREEMPT_RT */
 
+#include <linux/sched.h>
 #include <linux/spinlock.h>
 
 /*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ