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 072DB14F9DB; Mon, 12 Aug 2024 06:38:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723444722; cv=none; b=eSzDE4Dmybof3jn0bZcLWDxmvv1nWVpePl7EkOZ6valo3ywzbqbPbXfNW+5a2TX2v+BK8roE/Qz+wg1AtHQn77NqXBKotvI/6V9eGCUCxJWstpGqGcqg/MAic0Q1XevrsPmos0qMDtcjuWDVsCD7I0vK8oyROjLg0xrzxxLmtP4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723444722; 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=clzICbhXvlOhzqUGGlM2ZnAJ6y0KxRCKRD8R34ZILpvLC5S73A7W9Li9tQTl+ojPDDZgbcF+ogpEQbTTwzh9PNQp1yU2E06PSBFZZQWotLOXgDpw7tHKNhkxPAnqiQBIwbwQ+uzVDsQu30XOO0XDU6AzgGVk8BiG0C6bZSRkuWo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=oOq7bptY; arc=none smtp.client-ip=198.137.202.133 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="oOq7bptY" 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=oOq7bptYuSILwOzaxArpzFjr2K +uKWU9hsetJakH8nTrqyXOf50LRyN1whe9u1s8IcddihzD+eFYFMze/CswwScW7eYeDCp7MCCDH+/ ar8KEUrfs95aFnc7SSvtskgeCxed9JqGyAD1cKYrZFUIqj7EVAg2PJQkVVvDJVT+dnILGoqbzJzBH nVMf0g6QgJ2YZeZWrdZFecgghs2AlmWN4JBQ5OpTCYMSY5qNGi8Mma4VdyOeO8IkKzOIAeTMRIMGS v0GKTS4vWrCNIajtkD1G3Jr+38y2JkrE1x9HGwnuqBmL+NNQEg/yWgYYVThh45XaalPg/eJc8k8Gu a8aWHMgw==; Received: from hch by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdOhU-0000000H2z5-0hlu; Mon, 12 Aug 2024 06:38:40 +0000 Date: Sun, 11 Aug 2024 23:38:40 -0700 From: Christoph Hellwig To: Martin Oliveira Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Artemy Kovalyov , Greg Kroah-Hartman , Jason Gunthorpe , Leon Romanovsky , Logan Gunthorpe , Michael Guralnik , Mike Marciniszyn , Shiraz Saleem , Tejun Heo , John Hubbard , Dan Williams , David Sloan Subject: Re: [PATCH v5 2/4] kernfs: remove page_mkwrite() from vm_operations_struct Message-ID: References: <20240808183340.483468-1-martin.oliveira@eideticom.com> <20240808183340.483468-3-martin.oliveira@eideticom.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: <20240808183340.483468-3-martin.oliveira@eideticom.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