Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354AbcD1UoU (ORCPT ); Thu, 28 Apr 2016 16:44:20 -0400 Received: from mail-ig0-f193.google.com ([209.85.213.193]:33103 "EHLO mail-ig0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbcD1UoS (ORCPT ); Thu, 28 Apr 2016 16:44:18 -0400 Date: Thu, 28 Apr 2016 15:44:15 -0500 From: Grant Edwards To: Greg Kroah-Hartman Cc: Peter Hurley , Jiri Slaby , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH 0/8] Replace kernel-defined ASYNC_ bits Message-ID: <20160428204415.GA21183@grante> References: <1460249607-8014-1-git-send-email-peter@hurleysoftware.com> <20160428203643.GA13542@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160428203643.GA13542@kroah.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 23 On Thu, Apr 28, 2016 at 01:36:43PM -0700, Greg Kroah-Hartman wrote: > On Sat, Apr 09, 2016 at 05:53:19PM -0700, Peter Hurley wrote: > > As outlined in my January email ("RFC: out-of-tree tty driver breakage"), > > the tty/serial core uses 5 bits in the tty_port.flags field to manage > > state. They are: [...] > > The last patch of the series purposefully breaks out-of-tree driver > > builds to ensure they update state test/change methods to the helpers > > instead. > > > > REQUIRES: "tty: Replace TTY_IO_ERROR bit tests with tty_io_error()" > > "tty: Replace TTY_THROTTLED bit tests with tty_throttled()" > > Wonderful, thanks for doing this work. And particular thanks from us out-of-tree driver maintainers for making the breakage apparent. It always sucks when a change goes in under our radar that causes breakage without even causing a compiler warning. [Yea, I know if the drivers were in-tree, this wouldn't be a problem.] -- Grant