29cd0a335f
Update the stress-ng-0.18.06 upstream Include some upstream patches after 0.18.06 Resolves: RHEL-65474 Signed-off-by: John Kacur <jkacur@redhat.com>
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 9fc2f3ae54d9ce11b8c390d198ed540850f70cb2 Mon Sep 17 00:00:00 2001
|
|
From: Colin Ian King <colin.i.king@gmail.com>
|
|
Date: Mon, 4 Nov 2024 11:25:46 +0000
|
|
Subject: [PATCH 3/8] README.md: add another kernel commit to the 2024 kernel
|
|
bug list
|
|
|
|
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
|
|
---
|
|
README.md | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index 40953ac81200..47ec76a3ea91 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -487,6 +487,7 @@ stress-ng has found various Kernel, QEMU bugs/regressions, and libc bugs; approp
|
|
* [cygwin: timer_delete: Fix return value](https://sourceware.org/pipermail/cygwin-patches/2024q4/012803.html)
|
|
* [security/keys: fix slab-out-of-bounds in key_task_permission](https://www.spinics.net/lists/kernel/msg5392458.html)
|
|
* [sched_ext: Don't hold scx_tasks_lock for too long](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?b07996c7abac0fe3f70bf74b0b3f76eb7852ef5a)
|
|
+* [sched/numa: Fix the potential null pointer dereference in task_numa_work()](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?9c70b2a33cd2aa6a5a59c5523ef053bd42265209)
|
|
|
|
## Kernel improvements that used stress-ng
|
|
|
|
--
|
|
2.47.0
|
|
|