Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp213575pxj; Thu, 13 May 2021 03:13:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzmtB3l+mzw6JRCjDVplAyCDlhBDdd6f7sEQSFkI4jG90BQ6M9U1xKwusUqyB8UjG/Sg3Ek X-Received: by 2002:a05:6e02:1c49:: with SMTP id d9mr32382821ilg.95.1620900833000; Thu, 13 May 2021 03:13:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620900832; cv=none; d=google.com; s=arc-20160816; b=eIqAgaYSwLB0un4A1FW1wMQC4OgJIUj3cA7bhFSUEsiLQUPOS6OxTyfRkTALy36vt7 Qbatq8hiWOsn4V4no6FltQg3134GKOc6wCrUK+uV5h2wp+5wlM3RvRCVhUNx6FKVw7F7 X+qdx8BIJtVoY4XOyAWe0tYcif01rIBI9+Ax33SYVIxUbZ2izyimyHwFU1y+kc2nU7z0 3Oig88lGySHsPSJgpzeeKD/id3g2J4YYIIA0FuXzS2kXiik6QjlzXywoD9mRHMEBrOGG 2PxOYrML2ko0uLvR20eGmHKXj4GqUm+TWZJhJvOrwsk/UHZ2fw3MGjhiXcCmddHeEH4z jWfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:message-id:subject:cc:to :from:date; bh=IhSx0cYLJiNV8hsre3jtLOSADs58+WWRWf8XVUQyFJw=; b=BLuVfI+TFjTpiNWnX5WTijepBqP4qX60XyBW0ucyN949ON45Yd8ZTINzIY4FQZ4x4B bcQErBdPaHCew/8ttLSGJ+Y/pKTQSWWpMNjmvfZ8ORaztLsmpfT4ShGb5n5olN1ILvqz ju6JUPMs41WyoZbe71jBXpvShwPcDdiAsHjPUCb0UI5XnxVp1o3Oxn+qKisWqMB0qjdu 9BiGUYZ/wL7Poc4CEMGa3OM2jdPlmeMeK27Gp86qe5z0ODMLQjf+mpJDAg/d/SGtBwAy KVcX9GRyV3CjsbaYGwNjAwuzlW1VJD0OeFzuulR/37w9Lmqnms2Dw2ihn7U1KZQIz1lO VzuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k7si3337694iok.65.2021.05.13.03.13.38; Thu, 13 May 2021 03:13:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232190AbhEMJws (ORCPT + 99 others); Thu, 13 May 2021 05:52:48 -0400 Received: from angie.orcam.me.uk ([78.133.224.34]:33164 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230338AbhEMJwq (ORCPT ); Thu, 13 May 2021 05:52:46 -0400 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 cc: Linus Torvalds , Tetsuo Handa , Daniel Vetter , Martin Hostettler , Peilin Ye , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] VT_RESIZEX fixes Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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