From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18742.20121.759577.660481@cargo.ozlabs.ibm.com> Date: Wed, 3 Dec 2008 20:17:13 +1100 From: Paul Mackerras To: Hendrik Brueckner Subject: Re: [patch 1/1] hvc_console: fix: hp->ws winsize check runs out-of-sync In-Reply-To: <20081118113848.945650506@linux.vnet.ibm.com> References: <20081118112827.927627788@linux.vnet.ibm.com> <20081118113848.945650506@linux.vnet.ibm.com> Cc: Jeremy Fitzhardinge , Christian Borntraeger , Rusty Russell , Heiko Carstens , LKML , Linux PPC devel , Martin Schwidefsky List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hendrik Brueckner writes: > From: Hendrik Brueckner > > The test to check for a new winsize runs out-of-sync with the underlying > tty. After a tty has been released and initialized again, the winsize might > differ between the tty and the hp struct. > The solution is to simply remove the check and always schedule the resize work. Looks OK. Is this going to go in via the s390 tree, or should I put it in the powerpc tree? Paul.