From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755624Ab3B0Vm3 (ORCPT ); Wed, 27 Feb 2013 16:42:29 -0500 Received: from mail-pb0-f54.google.com ([209.85.160.54]:62386 "EHLO mail-pb0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750699Ab3B0Vm2 (ORCPT ); Wed, 27 Feb 2013 16:42:28 -0500 Date: Wed, 27 Feb 2013 13:42:25 -0800 From: Greg KH To: Jiri Slaby Cc: Daniel Mack , Larry Finger , jirislaby@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] TTY: disable debugging warning Message-ID: <20130227214225.GB27224@kroah.com> References: <1362000624-18155-1-git-send-email-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362000624-18155-1-git-send-email-jslaby@suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 27, 2013 at 10:30:24PM +0100, Jiri Slaby wrote: > We added a warning to flush_to_ldisc to report cases when it is called > with a NULL tty. It was for debugging purposes and it lead to a > patchset from Peter Hurley. The patchset however did not make it to > 3.9, so disable the warning now to not disturb people. > > We can re-add it when the series is in and we are hunting for another > bugs. > > Signed-off-by: Jiri Slaby > --- > drivers/tty/tty_buffer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, I'll queue this up for 3.9-final, but does it also need to go into 3.8? thanks, greg k-h