From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Senozhatsky Subject: Re: linux-next: Tree for Aug 1 Date: Wed, 2 Aug 2017 08:55:55 +0900 Message-ID: <20170801235555.GA539@jagdpanzerIV.localdomain> References: <20170801173746.6962444d@canb.auug.org.au> <20170801124204.GA457@jagdpanzerIV.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pg0-f50.google.com ([74.125.83.50]:33731 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600AbdHAXzm (ORCPT ); Tue, 1 Aug 2017 19:55:42 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Sergey Senozhatsky , Greg Kroah-Hartman , Linux-Next Mailing List , Linux Kernel Mailing List , Stephen Rothwell , Sergey Senozhatsky Hello, On (08/01/17 15:28), Arnd Bergmann wrote: [..] > > Looking into it now, sorry for the breakage. > > Does this fix it? I definitely got this part wrong as I see now, we must > look up the 'tail' after calling __tty_buffer_request_room, not before. yes, it does. thanks! Tested-by: Sergey Senozhatsky -ss