From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A3EEE4EB5C for ; Thu, 11 Jan 2024 16:16:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="IHX0Zrat" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=IHX0Zrat34d5MNL7qKQ/f7tIPs kS7jGf4yNJrHjn0UT1ugOA7GOreE7qnGNpfGDx7Msy7s78bTPTVUAuDEfp40GBDW6UuafwPIRUx+6 j+WeGj3Wn/KmuLQgRHD/sQKa8KdDUrLpDgnk1lRsonLsToSDcEKWQqTYp0VmUmxl1gSCULETAhn44 wHuFOtCa1UTSKh6aKP5lPhphBJrMz3m8a4d0jBYhIqHOjtgyOVEAJe852O+tLRqhSZdBZNlK165vm sOxKrFjvyWATwhBosp5hNE40FyWEPPOqZUhLYyuJUd7NnaYPcIC98aVIqrMU1FXEJi/pbh+VDJL5K 6PqAsV5g==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1rNxjg-000Ywh-2T; Thu, 11 Jan 2024 16:16:52 +0000 Date: Thu, 11 Jan 2024 08:16:52 -0800 From: Christoph Hellwig To: "Uladzislau Rezki (Sony)" Cc: linux-mm@kvack.org, Andrew Morton , LKML , Baoquan He , Lorenzo Stoakes , Christoph Hellwig , Matthew Wilcox , "Liam R . Howlett" , Dave Chinner , Oleksiy Avramchenko , kernel test robot Subject: Re: [PATCH 1/1] mm: vmalloc: Mark vmap_init_free_space() with __init tag Message-ID: References: <20240111132628.299644-1-urezki@gmail.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: <20240111132628.299644-1-urezki@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig