From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbdHAXzo (ORCPT ); Tue, 1 Aug 2017 19:55:44 -0400 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 Date: Wed, 2 Aug 2017 08:55:55 +0900 From: Sergey Senozhatsky To: Arnd Bergmann Cc: Sergey Senozhatsky , Greg Kroah-Hartman , Linux-Next Mailing List , Linux Kernel Mailing List , Stephen Rothwell , Sergey Senozhatsky Subject: Re: linux-next: Tree for Aug 1 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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