From patchwork Fri Jun 2 11:30:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13265135 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 0A00EC77B7A for ; Fri, 2 Jun 2023 11:31:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2D27C10E666; Fri, 2 Jun 2023 11:31:03 +0000 (UTC) Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1CE3D10E668 for ; Fri, 2 Jun 2023 11:31:00 +0000 (UTC) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:158c:2ccf:1f70:e136]) by michel.telenet-ops.be with bizsmtp id 4BWv2A00A1tRZS806BWvv8; Fri, 02 Jun 2023 13:30:57 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q52zM-00DRLv-2P; Fri, 02 Jun 2023 13:30:55 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q52zf-00Av41-6A; Fri, 02 Jun 2023 13:30:55 +0200 From: Geert Uytterhoeven To: David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet , =?utf-8?q?Noralf_Tr=C3=B8nnes?= Subject: [PATCH] drm/todo: Fix corrupted duplicate in defio section Date: Fri, 2 Jun 2023 13:30:53 +0200 Message-Id: <843fbc95dd5b067b64fa684204234b915ecf0304.1685705373.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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: , Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Part of the paragraph was accidentally duplicated. Fixes: be5cadc7e7b4cee8 ("drm/todo: Better defio support in the generic fbdev emulation") Signed-off-by: Geert Uytterhoeven --- Documentation/gpu/todo.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 66736db00e6d182d..c25e3cdbe964967a 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -312,8 +312,7 @@ everything after it has done the write-protect/mkwrite trickery: - Set the mkwrite and fsync callbacks with similar implementions to the core fbdev defio stuff. These should all work on plain ptes, they don't actually - require a struct page. uff. These should all work on plain ptes, they don't - actually require a struct page. + require a struct page. - Track the dirty pages in a separate structure (bitfield with one bit per page should work) to avoid clobbering struct page.