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 D29A433C53F; Mon, 25 May 2026 06:03:22 +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=1779689004; cv=none; b=G5+Y9igPtZRSOiU5+GnUTx6I1KeG0wjI20rzDoMgQc540Q47cljYL8FCS+ur8La808xwVoNKBTd1fAp7RtZVjxaKqgjBkzV1T7QRWZ9pYJG4ztvd8vlnZwpVjKrfmMWjtNbfMZ5o5jmrfIap4yiJ41m6BLOXzZy9+NwI2VSVShA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779689004; 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=SOE0O8T86CFVeyKitQqxim73gJ8j6rdnYnnDlQhEShFZ26SkrXP3YXs6BCC0WsNe3OCCzXCTH/sSWQFhADgLM0J+A5Gjq5yhPQf2fZ1HgcreEhT6OO6eNJXjseeD4EBgRSbjrIarqlIz4BswJZON52gzbQL3wN7alO2M2YToT5A= 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 B108368C4E; Mon, 25 May 2026 08:03:14 +0200 (CEST) Date: Mon, 25 May 2026 08:03:14 +0200 From: Christoph Hellwig To: Mateusz Nowicki Cc: Jens Axboe , Caleb Sander Mateos , Sung-woo Kim , Josef Bacik , Alasdair Kergon , Mike Snitzer , Mikulas Patocka , Benjamin Marzinski , Ulf Hansson , Richard Weinberger , Zhihao Cheng , Miquel Raynal , Vignesh Raghavendra , Sven Peter , Janne Grunau , Neal Gompa , Keith Busch , Christoph Hellwig , Sagi Grimberg , Justin Tee , Naresh Gottumukkala , Paul Ely , Chaitanya Kulkarni , "James E.J. Bottomley" , "Martin K. Petersen" , Thomas Fourier , Al Viro , Luke Wang , Kees Cook , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, nbd@other.debian.org, dm-devel@lists.linux.dev, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH v1] block: switch numa_node to int in blk_mq_hw_ctx and init_request Message-ID: <20260525060313.GA3586@lst.de> References: <20260523125210.272274-1-mateusz.nowicki@posteo.net> Precedence: bulk X-Mailing-List: linux-block@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: <20260523125210.272274-1-mateusz.nowicki@posteo.net> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig