lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 Jan 2009 13:40:47 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
Cc:	alan@...rguk.ukuu.org.uk, mingo@...e.hu,
	linux-kernel@...r.kernel.org
Subject: Re: [tty bug] kernel BUG at drivers/char/tty_ldisc.c:359!

On Mon, 19 Jan 2009 17:27:48 +0100
"Rafael J. Wysocki" <rjw@...k.pl> wrote:

> On Tuesday 13 January 2009, Alan Cox wrote:
> > On Tue, 13 Jan 2009 13:10:39 +0100
> > Ingo Molnar <mingo@...e.hu> wrote:
> > 
> > > 
> > > FYI, -tip testing found a new warning in drivers/char/tty_ldisc.c:
> > 
> > Thanks - yes there is a real bug that is exposed by the BKL drop if you
> > manage to hit the flush ioctl as the ldisc changes 
> > 
> > Change the 
> > 	ld = tty_ldisc_ref(tty)
> > 
> > to
> > 	ld = tty_ldisc_ref_wait(tty);
> 
> Did this change go to Linus by chance?
> 

I cannot locate any such fix.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ