From mboxrd@z Thu Jan 1 00:00:00 1970 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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 1FD92C433ED for ; Tue, 18 May 2021 13:22:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F3D3A610CD for ; Tue, 18 May 2021 13:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349526AbhERNYI (ORCPT ); Tue, 18 May 2021 09:24:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:39728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239145AbhERNYI (ORCPT ); Tue, 18 May 2021 09:24:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C0E946008E; Tue, 18 May 2021 13:22:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621344169; bh=WQdgNlO00HhjMFdrkbm64uxHBJSPAptuMCxpaqsX5Ak=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eobGBP/zR+zFAlh4OHSckEZCrGAD8rw8f5LybnkJhkGJEYW9y2Mhl3iq9P4fP4//1 J/f20J4SV4ufuJlIrcUcUEkHL4lWvmrP9qd1yYdbrTdhdISsRHe5NX/Q6S6ah3fwUW EJRB4LkdoLZB2FnhoW4u6iSKc9ZIPgYf3FHUkDJjv2NA1aYLL3/sWwgci3jp8jq3ZM 78/udASoxg//AJfKwNx4XRFrP2dNLcp41DHdaBlSHGUpo0u1WY5KMiAJK7EEnYXnVo XkzNemx1O7/i6UPIqakAu6Mxf0PqC5gV4FqVMCstAkon1oeqFLcMokjiXTMwT0+fYM BoY5YZu5Sl9EQ== Date: Tue, 18 May 2021 09:22:48 -0400 From: Sasha Levin To: Greg KH Cc: Linus Torvalds , Linux Kernel Mailing List , stable , Tetsuo Handa , syzbot , dri-devel , Linux Fbdev development list Subject: Re: [PATCH AUTOSEL 5.12 5/5] tty: vt: always invoke vc->vc_sw->con_resize callback Message-ID: References: <20210518010940.1485417-1-sashal@kernel.org> <20210518010940.1485417-5-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Tue, May 18, 2021 at 07:45:59AM +0200, Greg KH wrote: >On Mon, May 17, 2021 at 06:35:24PM -0700, Linus Torvalds wrote: >> On Mon, May 17, 2021 at 6:09 PM Sasha Levin wrote: >> > >> > From: Tetsuo Handa >> > >> > [ Upstream commit ffb324e6f874121f7dce5bdae5e05d02baae7269 ] >> >> So I think the commit is fine, and yes, it should be applied to >> stable, but it's one of those "there were three different patches in >> as many days to fix the problem, and this is the right one, but maybe >> stable should hold off for a while to see that there aren't any >> problem reports". >> >> I don't think there will be any problems from this, but while the >> patch is tiny, it's conceptually quite a big change to something that >> people haven't really touched for a long time. >> >> So use your own judgement, but it might be a good idea to wait a week >> before backporting this to see if anything screams. > >I was going to wait a few weeks for this, and the other vt patches that >were marked with cc: stable@ before queueing them up. I'll drop it from my queue then. -- Thanks, Sasha