From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D2167C282D6 for ; Tue, 4 Mar 2025 16:23:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 90AC310E646; Tue, 4 Mar 2025 16:23:24 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.b="f9RGc3Rf"; dkim-atps=neutral Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by gabe.freedesktop.org (Postfix) with ESMTPS id F105910E647 for ; Tue, 4 Mar 2025 16:23:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=FZJncvRlAU5SBAYX1vQ2enRjbM6jVubiJ0n/QmKhBmU=; b=f9RGc3RfzGcoGsmGMUeGU2eI3G c2CPso4DPlhpl7VJr8pPYIsP8e0l5qeN+Dn1QF56cI94dW8iSkjwjWIRLDpVr/BiQJhEYvBQ3iLCj 0+DsrLMVlelE+p1jh3ymjl2VtUokUHqyibB0Tazu6iFBDzG9CkB6YysYnQG9OVQAcjXc2InLaJQ0K fkbG2jbYjJIDJtIPDk7Y8/4WC4JrKOO4QlJllbfRd6aHWCEvasWTuwUe9rtZ2Wlkcj2DTWDgQVh6F kfFj6nvXDGKVxxE6/G8K11/BK8j4lDYumcScqLN+7zskCdywym1giLoVEeJbBDG3i4FJzyPDxtqEE 1hvVQchw==; Received: from willy by casper.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tpV1O-00000001rNs-35pX; Tue, 04 Mar 2025 16:22:21 +0000 Date: Tue, 4 Mar 2025 16:21:30 +0000 From: Matthew Wilcox To: Lorenzo Stoakes Cc: Greg Kroah-Hartman , Thomas Zimmermann , Jeff Johnson , Thomas Petazzoni , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH] fbtft: Remove access to page->index Message-ID: References: <20250221173131.3470667-1-willy@infradead.org> <27cc53b9-0db7-451c-9136-5fdcf42145f7@lucifer.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27cc53b9-0db7-451c-9136-5fdcf42145f7@lucifer.local> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Feb 21, 2025 at 05:53:16PM +0000, Lorenzo Stoakes wrote: > On Fri, Feb 21, 2025 at 05:31:29PM +0000, Matthew Wilcox (Oracle) wrote: > > There is no need to print out page->index as part of the debug message. > > > > Signed-off-by: Matthew Wilcox (Oracle) > > LGTM from my side, > > Reviewed-by: Lorenzo Stoakes This patch is not yet in linux-next; can I expect it to go in soon?