Re: [PATCH for-6.9] workqueue: Drain BH work items on hot-unplugged CPUs

2024-02-29 Thread Boqun Feng
executing work items queued after CPU offline on unbound > > workers and workqueue should reject per-CPU and BH work items queued on > > offline CPUs. This will be addressed separately later. > > > > Signed-off-by: Tejun Heo > > Reported-by: Boqun Feng > > Link

Re: [PATCH v3 3/8] workqueue: Implement BH workqueues to eventually replace tasklets

2024-02-25 Thread Boqun Feng
On Sun, Feb 04, 2024 at 11:29:46AM -1000, Tejun Heo wrote: > >From 4cb1ef64609f9b0254184b2947824f4b46ccab22 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Sun, 4 Feb 2024 11:28:06 -1000 > > The only generic interface to execute asynchronously in the BH context is > tasklet; however, it's mark