Hi Alan, FYI, there are new smatch warnings show up in commit 89c8d91e31f267703e365593f6bfebb9f6d2ad01 drivers/tty/pty.c:670 ptmx_open() error: double unlock 'mutex:&devpts_mutex' vim +670 drivers/tty/pty.c 666 out: 667 mutex_unlock(&tty_mutex); 668 devpts_kill_index(inode, index); 669 err_file: > 670 mutex_unlock(&devpts_mutex); 671 tty_free_file(filp); 672 return retval; 673 } 674 --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu <wfg@xxxxxxxxxxxxxxx> Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html