Re: kill-the-BKL/vt: Prevent holding the BKL on return to userspace
From: Jonathan Corbet
Date: Wed Aug 26 2009 - 11:51:32 EST
On Wed, 26 Aug 2009 17:31:34 +0200
Henne <henne@xxxxxxxxxxxxxxxx> wrote:
> case TIOCLINUX:
> - return tioclinux(tty, arg);
> + ret = tioclinux(tty, arg);
> + break;
> +
A quick check says that Jiri Slaby fixed this in commit
a115902f67ef51fbbe83e214fb761aaa9734c1ce back in June.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/