aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index d241bd99cee1..6bcb854909c0 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -47,7 +47,6 @@ int __read_mostly watchdog_thresh = 10;
int __read_mostly nmi_watchdog_available;
struct cpumask watchdog_allowed_mask __read_mostly;
-static bool softlockup_threads_initialized __read_mostly;
struct cpumask watchdog_cpumask __read_mostly;
unsigned long *watchdog_cpumask_bits = cpumask_bits(&watchdog_cpumask);
@@ -168,6 +167,7 @@ static void lockup_detector_update_enable(void)
unsigned int __read_mostly softlockup_panic =
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE;
+static bool softlockup_threads_initialized __read_mostly;
static u64 __read_mostly sample_period;
static DEFINE_PER_CPU(unsigned long, watchdog_touch_ts);
-6/+0 2025-10-03mm: clean up is_guard_pte_marker()Lance Yang1-2/+2 2025-10-03drivers/base: move memory_block_add_nid() into the callerHannes Reinecke3-26/+23 2025-10-03mm/memory_hotplug: activate node before adding new memory blocksHannes Reinecke3-18/+20 2025-10-03drivers/base/memory: add node id parameter to add_memory_block()Hannes Reinecke1-11/+4 2025-10-03tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin1-2/+1 2025-10-03ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattrCoiby Xu1-5/+18 2025-10-03lib/digsig: Use SHA-1 library instead of crypto_shashEric Biggers2-42/+7 2025-10-03integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYSEric Biggers1-0/+1 2025-10-03f2fs: add missing dput() when printing the donation listJaegeuk Kim1-0/+1 2025-10-02libbpf: Fix missing #pragma in libbpf_utils.cTony Ambardar1-0/+1 2025-10-02selftests/bpf: Add tests for rejection of ALU ops with negative offsetsEduard Zingerman1-0/+29 2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7 2025-10-01smb client: fix bug with newly created file in cached dirBharath SM1-0/+1 2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42 2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho1-1/+4 2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho1-4/+1 2025-10-01smb: client: transport: minor indentation style fixFiona Ebner1-2/+1 2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9 2025-10-01smb: client: remove unused fid_lockHenrique Carvalho2-15/+3 2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1 2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French4-6/+13 2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM5-14/+63 2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38 2025-10-01clk: COMMON_CLK_RPMI should depend on RISCVGeert Uytterhoeven1-0/+1 2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen4-14/+28