From patchwork Thu May 13 09:51:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 12255411 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3C48C433ED for ; Thu, 13 May 2021 09:51:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 5BCC7613C7 for ; Thu, 13 May 2021 09:51:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5BCC7613C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6D31E6E09E; Thu, 13 May 2021 09:51:39 +0000 (UTC) X-Greylist: delayed 33257 seconds by postgrey-1.36 at gabe; Thu, 13 May 2021 09:51:38 UTC Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by gabe.freedesktop.org (Postfix) with ESMTP id 80E6B6E09E for ; Thu, 13 May 2021 09:51:38 +0000 (UTC) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 87E3392009C; Thu, 13 May 2021 11:51:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 792E892009B; Thu, 13 May 2021 11:51:35 +0200 (CEST) Date: Thu, 13 May 2021 11:51:35 +0200 (CEST) From: "Maciej W. Rozycki" To: Greg Kroah-Hartman , Jiri Slaby Subject: [PATCH v2 0/3] VT_RESIZEX fixes Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) 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: linux-fbdev@vger.kernel.org, Tetsuo Handa , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Martin Hostettler , Linus Torvalds , Peilin Ye Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, This is a minor update to the previous version of the series, adding a clarification to 3/3 as to the problem the original fix to which caused the functional regression the removal of extra VT_RESIZEX parameter handling caused. No change to actual code. See individual change descriptions for details. Please apply. Maciej