syzbot


KCSAN: data-race in __stop_tty / pty_write_room

Status: auto-closed as invalid on 2022/06/24 17:06
Subsystems: serial
[Documentation on labels]
First crash: 698d, last: 698d
Similar bugs (4)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KCSAN: data-race in __stop_tty / pty_write_room (2) serial 1 413d 413d 0/26 auto-obsoleted due to no activity on 2023/04/12 12:14
upstream KCSAN: data-race in __stop_tty / pty_write_room (5) serial 2 37d 40d 0/26 auto-obsoleted due to no activity on 2024/04/16 09:50
upstream KCSAN: data-race in __stop_tty / pty_write_room (3) serial 3 235d 243d 0/26 auto-obsoleted due to no activity on 2023/10/01 10:28
upstream KCSAN: data-race in __stop_tty / pty_write_room (4) serial 2 85d 85d 0/26 auto-obsoleted due to no activity on 2024/02/28 07:28

Sample crash report:
==================================================================
BUG: KCSAN: data-race in __stop_tty / pty_write_room

write to 0xffff88813ec005bc of 1 bytes by task 13824 on cpu 1:
 __stop_tty+0x3e/0x80 drivers/tty/tty_io.c:760
 n_tty_ioctl_helper+0x2bd/0x340 drivers/tty/tty_ioctl.c:872
 n_tty_ioctl+0xfc/0x1f0 drivers/tty/n_tty.c:2381
 tty_ioctl+0x71e/0x970 drivers/tty/tty_io.c:2787
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:870 [inline]
 __se_sys_ioctl+0xcb/0x140 fs/ioctl.c:856
 __x64_sys_ioctl+0x3f/0x50 fs/ioctl.c:856
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x2b/0x70 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae

read to 0xffff88813ec005bc of 1 bytes by task 225 on cpu 0:
 pty_write_room+0x18/0x80 drivers/tty/pty.c:141
 tty_write_room+0x34/0x50 drivers/tty/tty_ioctl.c:79
 __process_echoes+0x31/0x650 drivers/tty/n_tty.c:616
 flush_echoes drivers/tty/n_tty.c:812 [inline]
 __receive_buf drivers/tty/n_tty.c:1551 [inline]
 n_tty_receive_buf_common+0x4a0b/0x4c40 drivers/tty/n_tty.c:1645
 n_tty_receive_buf2+0x2e/0x40 drivers/tty/n_tty.c:1680
 tty_ldisc_receive_buf+0x5b/0xf0 drivers/tty/tty_buffer.c:451
 tty_port_default_receive_buf+0x54/0x80 drivers/tty/tty_port.c:39
 receive_buf drivers/tty/tty_buffer.c:471 [inline]
 flush_to_ldisc+0x1ca/0x2f0 drivers/tty/tty_buffer.c:521
 process_one_work+0x3d3/0x720 kernel/workqueue.c:2289
 worker_thread+0x618/0xa70 kernel/workqueue.c:2436
 kthread+0x1a9/0x1e0 kernel/kthread.c:376
 ret_from_fork+0x1f/0x30

value changed: 0x00 -> 0x01

Reported by Kernel Concurrency Sanitizer on:
CPU: 0 PID: 225 Comm: kworker/u4:3 Not tainted 5.18.0-rc7-syzkaller-00121-g3d7285a335ed-dirty #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Workqueue: events_unbound flush_to_ldisc
==================================================================

Crashes (1):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2022/05/20 16:56 upstream 3d7285a335ed bd37ad7e .config console log report info ci2-upstream-kcsan-gce KCSAN: data-race in __stop_tty / pty_write_room
* Struck through repros no longer work on HEAD.