From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3B72531F987; Fri, 13 Mar 2026 07:11:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773385897; cv=none; b=rQYjUn28MAOsjnDMGUcVVtcNcseoFD27ZqiFQdjOWt6TByNx4q2QST2qOPsKxJtUtqFj5AzvY2LqtFTA2xAYJVEbMw0ijyEghcBeY3dYyhhQDQGNMq7ClFEdvi+eBGyS6nPmx5v2GpgEnnfOQ451CY0vA45Y1oCA+UXtKmtm7QE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773385897; c=relaxed/simple; bh=Xisn20JbEu2qtBzid/NeHxhVQAsxx33T4CrjEEK+zXg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dLgf6uW2zyR2pKgYD8kyFSPMIqtfL2tcDt0+iuD3ZNO0fvR9kHBKaP1gvPWy1tmxs9ab5w1s358DGVTET/HHjKj9sdF2ZdCxAlOSqZl8f12YMtIUHPMI+ur8xDcQyKpLF18TmBa/XehuLY9mn/tUlB1HvAOQBiqjbmbXnfq9Ps4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DZ200fPR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DZ200fPR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04AFFC19421; Fri, 13 Mar 2026 07:11:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773385896; bh=Xisn20JbEu2qtBzid/NeHxhVQAsxx33T4CrjEEK+zXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DZ200fPR7O2exYnpNIPhXe8z+03ty8RVyeUOkVeu4jqRPo/Mw+gyT8sX31PfN/Rt6 uZ725CtrIUMOVDxwQnDlTGK+JC3cLqsRrE6z5FTjYvVvLEifirw3tKgNvLOtbkzsxI Lx9463Lmkhj1enVJzz38U5fxO29Nl99uvQpwY3g8= Date: Fri, 13 Mar 2026 08:11:31 +0100 From: Greg Kroah-Hartman To: Nicolas Pitre Cc: Jiri Slaby , Alexey Gladkov , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] vt: add modifier support to cursor and navigation keys Message-ID: <2026031309-arena-obsessive-f68f@gregkh> References: <20260203045457.1049793-1-nico@fluxnic.net> <2026020851-bullhorn-glitch-0e37@gregkh> <2026021006-reenact-suave-c86c@gregkh> <2026031225-daylong-uselessly-1821@gregkh> <69o09136-13nq-41sr-s3o8-s6sn68rq1s8o@syhkavp.arg> Precedence: bulk X-Mailing-List: linux-serial@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: <69o09136-13nq-41sr-s3o8-s6sn68rq1s8o@syhkavp.arg> On Thu, Mar 12, 2026 at 02:56:05PM -0400, Nicolas Pitre wrote: > On Thu, 12 Mar 2026, Greg Kroah-Hartman wrote: > > > On Fri, Mar 06, 2026 at 01:26:56PM -0500, Nicolas Pitre wrote: > > > On Tue, 10 Feb 2026, Greg Kroah-Hartman wrote: > > > > > > > On Sun, Feb 08, 2026 at 11:22:27AM -0500, Nicolas Pitre wrote: > > > > > On Sun, 8 Feb 2026, Greg Kroah-Hartman wrote: > > > > > > > > > > > Argh, sorry, I saw this patch series too late for this merge window. > > > > > > I'll review it after -rc1 is out. > > > > > > > > > > Too bad. > > > > > > > > > > But please at least consider this one now > > > > > https://lkml.org/lkml/2026/1/27/1886 > > > > > and queue it for the stable tree as well. > > > > > > > > Sorry, that slipped through as well, I'll grab it after -rc1 is out and > > > > get it backported to stable kernels. > > > > > > Ping. ;-) > > > > Sorry, am catching up now... > > Thanks, appreciated. > > Also please consider the patch fixing alt screen support linked above. > That one should go to stable afterwards. That is very odd, I don't have a copy of it anywhere locally, sorry about that. I'll queue it up later today. Thanks for reminding me! greg k-h