Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754730Ab0K2WXv (ORCPT ); Mon, 29 Nov 2010 17:23:51 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:60751 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752031Ab0K2WXu (ORCPT ); Mon, 29 Nov 2010 17:23:50 -0500 Date: Mon, 29 Nov 2010 17:23:42 -0500 From: Kyle McMartin To: Greg KH Cc: Jiri Slaby , gregkh@suse.de, linux-kernel@vger.kernel.org, jirislaby@gmail.com, Kyle McMartin , Alan Cox Subject: Re: [PATCH v2 1/2] TTY: don't allow reopen when ldisc is changing Message-ID: <20101129222342.GL15818@bombadil.infradead.org> References: <1291022214-27794-1-git-send-email-jslaby@suse.cz> <20101129214837.GB9830@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101129214837.GB9830@kroah.com> 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 Content-Length: 787 Lines: 20 On Mon, Nov 29, 2010 at 01:48:37PM -0800, Greg KH wrote: > > [] warn_slowpath_common+0x80/0x98 > > [] warn_slowpath_null+0x15/0x17 > > [] tty_open+0x2a2/0x49a > > [] chrdev_open+0x11d/0x146 > > Are these two patches also for the .36 kernel? Kyle, you were seeing > the warnings show up there, right? > Yup, I guess they turned up when the BKL went away. (I reverted the BKL removal patches on top of 2.6.36, and never saw this WARN_ON trigger at least.) --Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/