Hi, This seems to be a regression introduced in this commit: d2b6f44779d3 ("n_tty: Fix signal handling flushes") The problem is that pressing Ctrl+C on a shell through SSH is "eating" the output, which is usually a literal "^C", a newline and the $PS1 prompt. I straced both bash and the sshd for that connection and caught it on a time while the problem happened. It turns out bash was indeed printing the "^C", newline and $PS1 but the sshd process was never receiving it, so it was being lost somewhere in the pty code... I tried bisecting it but it was hard since the problem wouldn't always reproduce... But I booted with 3.9.8 and used the vm for many hours, didn't notice it once, booted on 4.1-rc6 again, used it for a while and noticed the problem was there, then reverted commit d2b6f44779d3, rebuilt, boot it, used it for a few hours and (so far) haven't noticed the problem back. I'm using Arch Linux on a qemu/kvm. I noticed this problem first with kernel 4.0.4 from Arch, but then I tried upstream kernels and I noticed the same on 4.0, 4.0.4-upstream, 4.1-rc5 and 4.1-rc6. If I have some time, I'll start digging into it to figure out if I can trace some kernel structures when I manage to reproduce the problem. If you'd like me to add a kernel patch and possibly execute some commands for tracing while I try to reproduce the problem (to confirm a hypothesis you may have?) let me know, I'd be happy to help in trying to figure this one out. Kernel bugzilla is here: https://bugzilla.kernel.org/show_bug.cgi?id=99351 Cheers! Filipe -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html