From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 BB5BF23E35F for ; Fri, 20 Mar 2026 07:57:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773993475; cv=none; b=MVb8LL1bxKBSWdjbqm4j7t8TKCzvPQj8SdGjSLoA1xZHiZnRkoboybMi0TK+j7PkOy63FrBWhaub0gmvJA3xI8iwNvNyEdd5yAn0mizza15L87q2TR9NlPp7hPYJYYQmbH+PGHpxmjlTObkAnlbzy82c1Vr7hxYpKmWYkD9vmtw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773993475; c=relaxed/simple; bh=8WPATgfaVc/KJpWScoINlrB/eDz3c8ulMrN1GjwexWs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QFZPrmjeo8XNlJLR6jEwO5QiPvElRCMOeZanbYF88LFLdq8zPorEqRvXOfg/vka+OMDwICmi6NUDZj1NZX+5PLgVO0u8sESo+pap31TyA3QhNHJdKqWV1qzztsRDjJXEELDhbrSZngX87wH6syASlxkJ0ulqCUuPVAkComYK0fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id CE9E86732A; Fri, 20 Mar 2026 08:57:50 +0100 (CET) Date: Fri, 20 Mar 2026 08:57:50 +0100 From: Christoph Hellwig To: Marco Crivellari Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Tejun Heo , Lai Jiangshan , Frederic Weisbecker , Sebastian Andrzej Siewior , Michal Hocko , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni Subject: Re: [PATCH v2 1/3] nvmet: replace use of system_wq with system_percpu_wq Message-ID: <20260320075750.GA14771@lst.de> References: <20260223102336.108512-1-marco.crivellari@suse.com> <20260223102336.108512-2-marco.crivellari@suse.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: <20260223102336.108512-2-marco.crivellari@suse.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Feb 23, 2026 at 11:23:27AM +0100, Marco Crivellari wrote: > system_unbound_wq -> system_dfl_wq "dfl" is a weird acronym, that doesn't really help understanding the code. What does it even mean? Either way given that this has already been picked, I guess we're stuck with it, so: Reviewed-by: Christoph Hellwig