Re: KCSAN: data-race in echo_char / n_tty_receive_buf_common

From: Jiri Slaby
Date: Mon Nov 04 2019 - 07:08:33 EST


On 04. 11. 19, 12:44, syzbot wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit:ÂÂÂ 05f22368 x86, kcsan: Enable KCSAN for x86
> git tree:ÂÂÂÂÂÂ https://github.com/google/ktsan.git kcsan
> console output: https://syzkaller.appspot.com/x/log.txt?x=106bdb60e00000
> kernel config:Â https://syzkaller.appspot.com/x/.config?x=87d111955f40591f
> dashboard link:
> https://syzkaller.appspot.com/bug?extid=e518b0df8f4e19495d3e
> compiler:ÂÂÂÂÂÂ gcc (GCC) 9.0.0 20181231 (experimental)
>
> Unfortunately, I don't have any reproducer for this crash yet.
>
> IMPORTANT: if you fix the bug, please add the following tag to the commit:
> Reported-by: syzbot+e518b0df8f4e19495d3e@xxxxxxxxxxxxxxxxxxxxxxxxx
>
> ==================================================================
> BUG: KCSAN: data-race in echo_char / n_tty_receive_buf_common
>
> write to 0xffffc9000c433018 of 8 bytes by task 18008 on cpu 0:
> Âadd_echo_byte drivers/tty/n_tty.c:845 [inline]

IMO it's expected add_echo_byte is called without output_lock. That's
exactly what the barrier there is for. See:

commit ebec3f8f5271139df618ebdf8427e24ba102ba94
Author: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Date: Sat May 26 09:53:14 2018 +0900

n_tty: Access echo_* variables carefully.

> Âecho_char+0x14e/0x1c0 drivers/tty/n_tty.c:948
> Ân_tty_receive_char_special+0xb5f/0x1c10 drivers/tty/n_tty.c:1339
> Ân_tty_receive_buf_fast drivers/tty/n_tty.c:1610 [inline]
> Â__receive_buf drivers/tty/n_tty.c:1644 [inline]
> Ân_tty_receive_buf_common+0x1844/0x1b00 drivers/tty/n_tty.c:1742
> Ân_tty_receive_buf+0x3a/0x50 drivers/tty/n_tty.c:1771
> Âtiocsti drivers/tty/tty_io.c:2197 [inline]
> Âtty_ioctl+0xb75/0xe10 drivers/tty/tty_io.c:2573
> Âvfs_ioctl fs/ioctl.c:46 [inline]
> Âfile_ioctl fs/ioctl.c:509 [inline]
> Âdo_vfs_ioctl+0x991/0xc60 fs/ioctl.c:696
> Âksys_ioctl+0xbd/0xe0 fs/ioctl.c:713
> Â__do_sys_ioctl fs/ioctl.c:720 [inline]
> Â__se_sys_ioctl fs/ioctl.c:718 [inline]
> Â__x64_sys_ioctl+0x4c/0x60 fs/ioctl.c:718
> Âdo_syscall_64+0xcc/0x370 arch/x86/entry/common.c:290
> Âentry_SYSCALL_64_after_hwframe+0x44/0xa9
>
> read to 0xffffc9000c433018 of 8 bytes by task 7 on cpu 1:
> Âflush_echoes drivers/tty/n_tty.c:828 [inline]
> Â__receive_buf drivers/tty/n_tty.c:1648 [inline]
> Ân_tty_receive_buf_common+0xe3f/0x1b00 drivers/tty/n_tty.c:1742
> Ân_tty_receive_buf2+0x3d/0x60 drivers/tty/n_tty.c:1777
> Âtty_ldisc_receive_buf+0x71/0xf0 drivers/tty/tty_buffer.c:461
> Âtty_port_default_receive_buf+0x87/0xd0 drivers/tty/tty_port.c:38
> Âreceive_buf drivers/tty/tty_buffer.c:481 [inline]
> Âflush_to_ldisc+0x1d5/0x260 drivers/tty/tty_buffer.c:533
> Âprocess_one_work+0x3d4/0x890 kernel/workqueue.c:2269
> Âworker_thread+0xa0/0x800 kernel/workqueue.c:2415
> Âkthread+0x1d4/0x200 drivers/block/aoe/aoecmd.c:1253
> Âret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:352
>
> Reported by Kernel Concurrency Sanitizer on:
> CPU: 1 PID: 7 Comm: kworker/u4:0 Not tainted 5.4.0-rc3+ #0
> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS
> Google 01/01/2011
> Workqueue: events_unbound flush_to_ldisc
> ==================================================================

thanks,
--
js
suse labs