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 D84B8364949 for ; Fri, 20 Mar 2026 07:58:29 +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=1773993514; cv=none; b=SBX5BxFy3HWd1UPL3Y8AsHiFSEh8hyRTUw4wouc59X8Kbq8pE2uEJS2RlG5NKCrbD8IummNeYXAnj2tdGa4eA+v+9FOvbh0mZjYMriNwVW0Vlz/k7lEPizaf4zbEIp2wJUO3Lv245AwMT+4tQ4/IvgGIm6XWVF7jwoY8mLoa5z0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773993514; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sDLMadtL3YhV25rYKn5TVnBdufAYUgS1ZT9DRoE781dgjakt/hHGDudQsYoi+M9FFCRkcZVL/55xXy3Ip+5OMhoStVjH0yRAbBQ8yaSzVYxqfe3qakin/VzFykSkmwO8rc3Ofs/431awgIAy/cE2PGnXrpR1D0/Ntgjs+e/2XgM= 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 C2A5C6732A; Fri, 20 Mar 2026 08:58:26 +0100 (CET) Date: Fri, 20 Mar 2026 08:58:26 +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 , Justin Tee , Naresh Gottumukkala , Paul Ely Subject: Re: [PATCH v2 3/3] nvmet-fc: add WQ_PERCPU to alloc_workqueue users Message-ID: <20260320075826.GC14771@lst.de> References: <20260223102336.108512-1-marco.crivellari@suse.com> <20260223102336.108512-4-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-4-marco.crivellari@suse.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig