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 311A23FA5ED for ; Tue, 28 Apr 2026 10:59:32 +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=1777373973; cv=none; b=BDGwgooi0egGVTeYlBor7BzRXuYLopHgD1jSoc2lwygPQBkWOibmlCvW3Ai2Trb50Kw9KXv9DZ2aZlBAb+36lb6Y2bMb3hH+sYEXAAnawtY/CMObTkifIrW7XCbKFiMnualJ1ecLmAJP3RYGo9GP5F6NN+Zc5MQ6Z5KgWUHzrMw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777373973; c=relaxed/simple; bh=nhPS0LRCwd7c4oERcoYYS0MODmHmudGcky7g8cDOQVg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=VE1ZLVCL8yUunduMJF+FrypZBFhpM8mvyZOMUqoIqGhkhKkx6R1fQI3/TPGhb/l2o1OsEhzKESDAE+bS/8LeHmGdNGul1VQ55XSJgwzEDiB6ITMFcNKd11Ww73grghyhjSXHecp75s+DyH6Uo0iBIHTuDeIIp+jepoxZepP5HwQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fl9aE3Mp; 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="Fl9aE3Mp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5F79C2BCAF; Tue, 28 Apr 2026 10:59:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777373972; bh=nhPS0LRCwd7c4oERcoYYS0MODmHmudGcky7g8cDOQVg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Fl9aE3Mp2ep6jjbtGG6jJgbQ1s2YfgZMYA/GqcVi2XFx5nZ0F1fCSRpH72yjps6/r V9OTrQ7TEsgL1Tpn37LI1ulHFnEzPw6BTpuL9bKOCrAtbcBETAuZtP/eEyhlYug+ll EoVL1OrtkeMC+NeJeF3fAVV6OLhPq11xAdvqikqUoy1E1bNkgG3Se4Aiijtion+XjI LGWLruuibGgc7vmRCZsx7DD1RWeqnIbvUK8XS4QxTdYyK3sJcakWv9QQRydJg3HrkB Ulap/o9mfx8KtsZbuU9HKZRbQ9JgHTsSCDuFUIwbmryarOIui22yyGxPLNgFoGVbgG YumD1RPPEyEvw== From: Danilo Krummrich To: Marco Crivellari Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, Tejun Heo , Lai Jiangshan , Frederic Weisbecker , Sebastian Andrzej Siewior , Michal Hocko , Lyude Paul , Danilo Krummrich , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Subject: Re: [PATCH 0/2] replaced old wq name, added WQ_PERCPU to alloc_workqueue Date: Tue, 28 Apr 2026 12:59:16 +0200 Message-ID: <20260428105916.6108-1-dakr@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20251031102020.95349-1-marco.crivellari@suse.com> References: <20251031102020.95349-1-marco.crivellari@suse.com> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Fri, 31 Oct 2025 11:20:18 +0100, Marco Crivellari wrote: > [PATCH 0/2] replaced old wq name, added WQ_PERCPU to alloc_workqueue Applied, thanks! Branch: drm-misc-next Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/2] drm/nouveau: replace use of system_unbound_wq with system_dfl_wq commit: ef1b53284175 [2/2] drm/nouveau: WQ_PERCPU added to alloc_workqueue users commit: c82a16b0caac The patches will appear in the next linux-next integration (typically within 24 hours on weekdays). The patches are queued up for the upcoming merge window for the next major kernel release.