On Thu, Aug 24, 2017 at 10:52 AM, Linus Torvalds <torva...@linux-foundation.org> wrote: > > I'll test the fix.
Yes, that was it, and things work with that fixed. But that still fails the TIOCGPTPEER ioctl with an NULL pointer dereference in devpts_mnt, I probably messed up when I fixed the dentry refcount leak. Linus