From 2b4e2ef5348afafe4e91cc483ce8d651249576e2 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 26 Oct 2025 15:55:35 +0100 Subject: [PATCH] patch fuzz fix --- ...probe-avoid-uninitialized-variable-use-in-hw.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/queue-6.17/riscv-hwprobe-avoid-uninitialized-variable-use-in-hw.patch b/queue-6.17/riscv-hwprobe-avoid-uninitialized-variable-use-in-hw.patch index d05ec0f34a..6693f6b64b 100644 --- a/queue-6.17/riscv-hwprobe-avoid-uninitialized-variable-use-in-hw.patch +++ b/queue-6.17/riscv-hwprobe-avoid-uninitialized-variable-use-in-hw.patch @@ -27,14 +27,12 @@ Signed-off-by: Paul Walmsley Link: https://lore.kernel.org/r/cf5a13ec-19d0-9862-059b-943f36107bf3@kernel.org Signed-off-by: Sasha Levin --- - arch/riscv/kernel/sys_hwprobe.c | 6 ++++++ + arch/riscv/kernel/sys_hwprobe.c | 6 ++++++ 1 file changed, 6 insertions(+) -diff --git a/arch/riscv/kernel/sys_hwprobe.c b/arch/riscv/kernel/sys_hwprobe.c -index 3e9259790816e..5436b9d022e00 100644 --- a/arch/riscv/kernel/sys_hwprobe.c +++ b/arch/riscv/kernel/sys_hwprobe.c -@@ -27,6 +27,11 @@ static void hwprobe_arch_id(struct riscv_hwprobe *pair, +@@ -30,6 +30,11 @@ static void hwprobe_arch_id(struct riscv bool first = true; int cpu; @@ -46,7 +44,7 @@ index 3e9259790816e..5436b9d022e00 100644 for_each_cpu(cpu, cpus) { u64 cpu_id; -@@ -57,6 +62,7 @@ static void hwprobe_arch_id(struct riscv_hwprobe *pair, +@@ -60,6 +65,7 @@ static void hwprobe_arch_id(struct riscv } } @@ -54,6 +52,3 @@ index 3e9259790816e..5436b9d022e00 100644 pair->value = id; } --- -2.51.0 - -- 2.47.3