From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753475AbbCGMom (ORCPT ); Sat, 7 Mar 2015 07:44:42 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45376 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbbCGMoj (ORCPT ); Sat, 7 Mar 2015 07:44:39 -0500 Date: Sat, 7 Mar 2015 03:43:50 +0100 From: Greg Kroah-Hartman To: Johan Hovold Cc: Jiri Slaby , Samuel Ortiz , "David S. Miller" , Peter Hurley , Alan Cox , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-serial@vger.kernel.org, netdev@vger.kernel.org, ZIV-Asier Llano Palacios Subject: Re: [PATCH 0/5] TTY: fix tty_wait_until_sent on 64-bit machines Message-ID: <20150307024350.GA7711@kroah.com> References: <1425461947-15888-1-git-send-email-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425461947-15888-1-git-send-email-johan@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2015 at 10:39:02AM +0100, Johan Hovold wrote: > This series fixes an overflow bug in tty_wait_until_sent, which is > currently broken on 64-bit machines for most TTY drivers (with > serial-core being the notable exception). > > The final patch makes the tty_wait_until_sent timeout a maximum one so > that we actually honour the closing-wait timeout. > > All but the second (clean-up) and final patch are marked for stable. > > These patches are for v4.0 and I suggest Greg takes them all through the > TTY tree. Nice fixes, all now queued up.