From 5637e0539861ba320f6d9b8540ac1f5370e1d158 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Apr 18 2023 08:06:20 +0000 Subject: blacklist.conf: workqueue: Non-trivial reasoning why the change is correct. Fixing a corner case. --- diff --git a/blacklist.conf b/blacklist.conf index 2fbab0d..5b6ea93 100644 --- a/blacklist.conf +++ b/blacklist.conf @@ -572,6 +572,7 @@ b60706644282af04e4aa57da5af57470d453cd1f # vsprintf: cosmetic 741a76b350897604c48fb12beff1c9b77724dc96 # kthread: fixes rather rare races in CPU hotplug; there are several followup fixes on top of it to get it actually right; does not worth the risk 4ca1085c9573ea08767521dabce62456e3fc2fd0 # kthread: comment fix 0687c66b5f666b5ad433f4e94251590d9bc9d10e # kthread: Fixes debugging of the life cycle of work struct. Broken for ages. Disabled in our configuration. +01341fbd0d8d4e717fc1231cdffe00343088ce0b # workqueue: Non-trivial reasoning why the change is correct. Fixing a corner case. Workqueues are typically allocated only once during boot so that the problem should not happen at runtime. 4950276672fce5c241857540f8561c440663673d # kmemcheck removal; not for released products d8be75663cec0069b85f80191abd2682ce4a512f # related to kmemcheck removal; not for released products a6da0024ffc19e0d47712bb5ca4fd083f76b07df # blktrace: fix unlocked registration of tracepoints; racy for ages; found by syzcaller; not worth it