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 1830D47DD47 for ; Mon, 11 May 2026 19:04:30 +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=1778526271; cv=none; b=adMpBf0OTawglgOZCFYG+07vSyAkIr/agHxQ5xX6wloWQz/6ia681hHR3SxGDafstpCOXNh62cW6LkjWzwMXNnh9w32JVMxNcOEN2/n8yFAlT9+91HBTvKbayhfI4DJLPRMrudrjCxou0Arx0Rvb/K56U6BBH3qw+ALGJ1F16qU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778526271; c=relaxed/simple; bh=1ZGRzAxZJhIk3EnAskEJt3tAweK+xYo6rwWcx0IRkI0=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References; b=QMKwMijuuch/gQibWMJcGAUOimEQsH/MuSOgBkG+x1Pdj/3U/RhDSDPoaTKIWkgFnbECUArs1bmL2o29V+aAIdjLPqCez+8tKvVT7STQaIvdjErcTXCVvETVp4JE589OFO2XhKjx66aIdU7FGguRciFXvunoK4ChisefDT7AYEU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YZzoONt1; 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="YZzoONt1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 867D8C2BCB0; Mon, 11 May 2026 19:04:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778526270; bh=1ZGRzAxZJhIk3EnAskEJt3tAweK+xYo6rwWcx0IRkI0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YZzoONt1o93ERZeaa9C/cmoLBf6lwOB31TAgAdC/mU0m58tsSOrep7tTd9kVjkt3q wd3Mmtow/+Wxjz1fRddFb4YtqFn24vRrpu8+wkoBlW0R39rdWxozVb+I1/JR7xDb18 zB4Zu2BFc9If9wXj2dyTMnQ6tmmYwKtWnL2TJBiYRYs7NKtdS1C14cQS8XOR2CgNti KLf5Qn9W7yTZmWTMAVce8OwaK7NMUhznJo/XSuQothmpo3K2BEGMv3PLk6jrbnZ9xs b9Ax6fyOdK/JuyTqmGHQ8RhQjVf4/r6LBslAnsKetIaHc6vqNhiaiizJf8vNf2Ptxu Gyooy0epE0dxQ== Date: Mon, 11 May 2026 09:04:29 -1000 Message-ID: <77208a7252efd0adbd940d53357218e0@kernel.org> From: Tejun Heo To: Breno Leitao Cc: Andrew Morton , linux-kernel@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH] workqueue: forbid TEST_WORKQUEUE from being built-in In-Reply-To: <20260511-workqueue_fix_test-v1-1-ef460d0e6ea8@debian.org> References: <20260511-workqueue_fix_test-v1-1-ef460d0e6ea8@debian.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Hello, Applied to wq/for-7.2. Thanks. -- tejun