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 8C3672EA151; Tue, 10 Feb 2026 06:53:30 +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=1770706410; cv=none; b=BzjVh6kIQsmWyI+E/5EkAUakWBQtw1Z4TnYKjQXGxTF9dqUJF4+MT3Eb0+vHX5mVkNHooB+Dw5rqEUMOZXT31Wv8NdltC9pk9vpaAxUorO7Ldh06NQgyZYR7bCAAYmRxeqA6AwsyzvlFnl/7ovaXbt14jhoe3Se3sfJPBAC8z8A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770706410; c=relaxed/simple; bh=xVXyYN7PILNq1uUB17W25uzrYNIffb8r/nrMJ+n7v3Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p5PcbCOsXh1LHqVYrFxO+kWT6qTGFAaavYydbkMmPxO6S6d6ZzqXpkXmPLciB0KbpMwnUw43sgeNW3QlRut8yfOuL76FmHA55V88lnm3bHx01xfVsKTviRpnOg4KAzduVZR6vfdLg86+gbW9dcNS+yH/8XrmBnUxoAvnAm1/17g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NsOmj2nx; 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="NsOmj2nx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F49CC116C6; Tue, 10 Feb 2026 06:53:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770706410; bh=xVXyYN7PILNq1uUB17W25uzrYNIffb8r/nrMJ+n7v3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NsOmj2nxApzlEiKZJ+cOicAg+bGYoWCDYrK59L3kXSc7pI+GWI7/uQKJHRf51of+m vUCvA26pySav8z1nxUw/c7Rr+fBAnJWwEXEmKeewqPtfxTCUel4tPEBUIJt7xu+CaR KqGO4UYLskHbJVXo1cuH/ss0gkjsacr3o/PEJkHg= Date: Tue, 10 Feb 2026 07:53:26 +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: <2026021006-reenact-suave-c86c@gregkh> References: <20260203045457.1049793-1-nico@fluxnic.net> <2026020851-bullhorn-glitch-0e37@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@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: 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. thanks, greg k-h