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 EBE27332ECA for ; Fri, 17 Oct 2025 15:16:41 +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=1760714202; cv=none; b=YktNkxcD25z27n7Dolcb7+EGUK43rUaWD7jsDxfnS0Ny5CQAr7sPJOQjSQoCUVtlwSnNfiDQ960BdSsP2YBxxPcUn4E+elBc9eCuxmBm7aJMSTHuB+HEJ6SKyTYngMABn+mNUIZ8EnnlNI88FOLQ0Q3S9lcxo/0yw1YlkU7+2E0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760714202; c=relaxed/simple; bh=BrsRDjcmoWCSQvpw1Aps90xkpDYir/1QNNyQGvoUQzY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S5McfqlJQPE8+M+Y0jzQhfD2RxySHKtXSJ7X2DpNIYwVHSKDsR69kKvdbKj3giZdW/NO6LB7QvNls55SK++gEhJxvxDmj5WrNckaMHp8f8McWvBn85FdfNajzChD4tg7u8/WDRnUcYEnAH3Adcq7pqoWTzEXnI6oVGyaEysUay0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sx8+0FZz; 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="sx8+0FZz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 939E5C4CEF9; Fri, 17 Oct 2025 15:16:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760714201; bh=BrsRDjcmoWCSQvpw1Aps90xkpDYir/1QNNyQGvoUQzY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sx8+0FZzzCu1IKlxJg2GUrZjXtDFxXlz3BSD87Xznon2tpXl+vhate7L4AHBLgtJr sn88ilitiGDJocFb5MOMCnyJW5ipYANdaAXMLtELewLyDt4nLqpoz+0M5aXU58wSuk C+XofRMUBOFKYSqDqSDP65578rWJy4Renr0gAhMjPLuxnpLKLKkQEAwnp/yByhadXx 6SF5FcikdV212pdhwqoroKU69NT1M3OQQpc54TSxcVDEDTvt47PGMPEQF8ukVGGvv9 Akk5xLZZVA1jFZ3YsdQDI9LOkoM48hsr/azoog9mkC5f0Yb7pAJFtJXmuEnndUuEoR WH7UNqwNu4JdQ== Date: Fri, 17 Oct 2025 05:16:40 -1000 From: Tejun Heo To: Xin Zhao Cc: jiangshanlai@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] workqueue: Support RT workqueue Message-ID: References: <20251017091041.3026848-1-jackzxcui1989@163.com> 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=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Oct 17, 2025 at 05:15:58AM -1000, Tejun Heo wrote: > There are a couple reasons why I don't think we don't want to go this way: Sorry about the double negative. Drop one of them. Thanks. -- tejun