> This patch fixes the problem where the sysrq won't work if the console
> is printing some printk message (since it masks the break key).
> However, if the console is printing some message via printk, the break
"not", I suppose ?
> key should work fine. So saying that SysRq "doesn't work" is rather
> overstating the case. That's why I didn't recognize which patch you
> were referring to.
Look harder. It also moves the "detect a break" logic before
*status &= info->read_status_mask;
Apparently with the getty quintela uses, BRKINT isn't enabled, so SysRq
"doesn't work" for him. I'm not sure it's a good idea to depend on
userspace enabling BRKINT - in test6-pre5, sysrq_enabled affects serial
SysRq as well.
Philipp
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/