From: Jakub Kicinski Date: Thu, 1 Aug 2024 02:05:19 +0000 (-0700) Subject: Merge branch 'ethernet-convert-from-tasklet-to-bh-workqueue' X-Git-Tag: v6.12-rc1~232^2~348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e0c0ec9b7dc2aec84f141c26c501e24906ff765;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'ethernet-convert-from-tasklet-to-bh-workqueue' Allen Pais says: ==================== ethernet: Convert from tasklet to BH workqueue [part] The only generic interface to execute asynchronously in the BH context is tasklet; however, it's marked deprecated and has some design flaws. To replace tasklets, BH workqueue support was recently added. A BH workqueue behaves similarly to regular workqueues except that the queued work items are executed in the BH context. This patch converts a few drivers in drivers/ethernet/* from tasklet to BH workqueue. The next set will be sent out after the next -rc is out. v2: https://lore.kernel.org/20240621183947.4105278-1-allen.lkml@gmail.com v1: https://lore.kernel.org/20240507190111.16710-2-apais@linux.microsoft.com ==================== Link: https://patch.msgid.link/20240730183403.4176544-1-allen.lkml@gmail.com Signed-off-by: Jakub Kicinski --- 8e0c0ec9b7dc2aec84f141c26c501e24906ff765