syzbot


KCSAN: data-race in __stop_tty / n_tty_receive_char

Status: auto-closed as invalid on 2021/11/01 13:40
Subsystems: serial
[Documentation on labels]
First crash: 940d, last: 940d
Similar bugs (5)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KCSAN: data-race in __stop_tty / n_tty_receive_char (5) serial 4 222d 259d 0/26 auto-obsoleted due to no activity on 2023/10/20 07:37
upstream KCSAN: data-race in __stop_tty / n_tty_receive_char (6) serial 11 21d 91d 0/26 moderation: reported on 2024/01/24 17:45
upstream KCSAN: data-race in __stop_tty / n_tty_receive_char (4) serial 2 567d 572d 0/26 auto-obsoleted due to no activity on 2022/11/10 02:34
upstream KCSAN: data-race in __stop_tty / n_tty_receive_char (3) serial 1 656d 656d 0/26 auto-closed as invalid on 2022/08/13 02:09
upstream KCSAN: data-race in __stop_tty / n_tty_receive_char (2) serial 2 746d 754d 0/26 auto-closed as invalid on 2022/05/15 01:17

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

write to 0xffff888130d05dbc of 1 bytes by task 16725 on cpu 1:
 __stop_tty+0x3e/0x80 drivers/tty/tty_io.c:768
 n_tty_ioctl_helper+0x333/0x4c0 drivers/tty/tty_ioctl.c:876
 n_tty_ioctl+0x102/0x200 drivers/tty/n_tty.c:2421
 tty_ioctl+0xaf9/0x11a0 drivers/tty/tty_io.c:2814
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:874 [inline]
 __se_sys_ioctl+0xcb/0x140 fs/ioctl.c:860
 __x64_sys_ioctl+0x3f/0x50 fs/ioctl.c:860
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x44/0xa0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae

read to 0xffff888130d05dbc of 1 bytes by task 4864 on cpu 0:
 n_tty_receive_char+0x3d/0x6c0 drivers/tty/n_tty.c:1401
 n_tty_receive_buf_standard drivers/tty/n_tty.c:1560 [inline]
 __receive_buf drivers/tty/n_tty.c:1577 [inline]
 n_tty_receive_buf_common+0xf2e/0x4e70 drivers/tty/n_tty.c:1674
 n_tty_receive_buf2+0x2e/0x40 drivers/tty/n_tty.c:1709
 tty_ldisc_receive_buf+0x5b/0xf0 drivers/tty/tty_buffer.c:471
 tty_port_default_receive_buf+0x54/0x80 drivers/tty/tty_port.c:39
 receive_buf drivers/tty/tty_buffer.c:491 [inline]
 flush_to_ldisc+0x1c5/0x2c0 drivers/tty/tty_buffer.c:543
 process_one_work+0x402/0x910 kernel/workqueue.c:2297
 worker_thread+0x636/0xae0 kernel/workqueue.c:2444
 kthread+0x262/0x280 kernel/kthread.c:319
 ret_from_fork+0x1f/0x30

value changed: 0x00 -> 0x01

Reported by Kernel Concurrency Sanitizer on:
CPU: 0 PID: 4864 Comm: kworker/u4:9 Not tainted 5.15.0-rc3-syzkaller #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
2021/09/27 13:34 upstream 5816b3e6577e 78494d16 .config console log report info ci2-upstream-kcsan-gce KCSAN: data-race in __stop_tty / n_tty_receive_char
* Struck through repros no longer work on HEAD.