From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6C55A344DB4 for ; Thu, 7 May 2026 21:38:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778189916; cv=none; b=RG3MFs02LwCWv9ICUZ5j37GybDYYW2gVkeedFQ4uko5AgBNBiji9Gc9/8vGDPol3/qzomH+zZfCnjTP15KIbi6ifpU1kY9vU8v8IW3vUuu+QLjDFzfN2UjkP7Zm/RxWqj+1fcOaJbLBezh/yllOf1/ZBYLAeHuLQ7JkSdrdBp6A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778189916; c=relaxed/simple; bh=3VJ3DhJrv9w49QZBBupLaHnJK/tGE9BDIxlkPFcPra8=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References; b=QFCo+KyE1YBFaEiHq4/mQ/HgOLp5DcBZUyHjNOGBbvoamdpKPUy0MVwtXCOsbxZQLKquE0VuNggBKQz7ctjHqSnJB9/30B4hgc4ml0SdK9jO2GDnPtbh+dZVKIN9Z6F1bJCvlCZGIuNmPft6uyfuA8Dc5YogFYffF5fDyZcQW8Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XyknTw3T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XyknTw3T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF838C2BCB2; Thu, 7 May 2026 21:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778189916; bh=3VJ3DhJrv9w49QZBBupLaHnJK/tGE9BDIxlkPFcPra8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XyknTw3TziypbqIRNMgWfRBiHs/G6penAizahzqo+xCfek4be4awvKktVWR9ZthhY RWBLt2kOOeomP/akS+QzWoKrPW0ea5boNZ1lxH0sTTCvYnJOk8f0R2nwqSn1xg8C+M tUrEHKV/RkHjvoMX4VNjY+s2LCeBpvB+pNPW5Cef85x7gMVrD4bUaXI7KlhSVVZ27p Z2GjkCEPM+1/CsEm6H01SmVsG8Eiyb8dJMwtB3Xx6ld4sBSV3dbQsltNwrbQgpQgr8 lfvnTp/SYugLaTDMzC9uLWtodjaBcqbxb+L24oy2iKEjPrHTLRuIeGh129KT/58iwE f4iwuT8uljD7w== Date: Thu, 07 May 2026 11:38:35 -1000 Message-ID: From: Tejun Heo To: Marco Crivellari Cc: linux-kernel@vger.kernel.org, Lai Jiangshan , Frederic Weisbecker , Sebastian Andrzej Siewior , Michal Hocko , Alexandre Bounine , Fei Li , Luis Chamberlain , Marek Behun , Matt Porter , Mauro Carvalho Chehab Subject: Re: [PATCH 0/6] Add WQ_PERCPU to alloc_workqueue users and workqueue replacement In-Reply-To: <20260505124113.214297-1-marco.crivellari@suse.com> References: <20260505124113.214297-1-marco.crivellari@suse.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Hello, > Marco Crivellari (6): > virt: acrn: Add WQ_PERCPU to alloc_workqueue users > media: synopsys: hdmirx: replace use of system_unbound_wq with system_dfl_wq > platform: cznic: turris-omnia-mcu: replace use of system_wq with system_percpu_wq > media: ddbridge: add WQ_PERCPU to alloc_workqueue users > rapidio: rio: add WQ_PERCPU to alloc_workqueue users > umh: replace use of system_unbound_wq with system_dfl_wq Applied 1-6 to wq/for-7.2 with Acked-by from Dmitry Osipenko on patch 2 and Reviewed-by from Frederic Weisbecker on patch 6 carried over from the prior solo postings. Thanks. -- tejun