syzbot


BUG: corrupted list in kobject_add_internal

Status: fixed on 2020/11/16 12:12
Subsystems: bluetooth
[Documentation on labels]
Reported-by: syzbot+dd768a260f7358adbaf9@syzkaller.appspotmail.com
Fix commit: a46b7ed4d52d Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
First crash: 1332d, last: 1265d
Cause bisection: introduced by (bisect log) :
commit 4f40afc6c76451daff7d0dcfc8a3d113ccf65bfc
Author: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Date: Wed Mar 11 15:54:01 2020 +0000

  Bluetooth: Handle BR/EDR devices during suspend

Crash: BUG: corrupted list in kobject_add_internal (log)
Repro: C syz .config
  
Fix bisection: fixed by (bisect log) :
commit a46b7ed4d52d09bd6c7ab53b2217d04fc2f02c65
Author: Sonny Sasaka <sonnysasaka@chromium.org>
Date: Fri Aug 14 19:09:09 2020 +0000

  Bluetooth: Fix auto-creation of hci_conn at Conn Complete event

  
Discussions (2)
Title Replies (including bot) Last reply
BUG: corrupted list in kobject_add_internal 4 (6) 2020/11/11 11:22
[PATCH] Bluetooth: fix "list_add double add" in hci_conn_complete_evt 3 (3) 2020/09/02 12:31
Similar bugs (7)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream BUG: corrupted list in kobject_add_internal (2) kernel 1 1172d 1168d 0/26 auto-closed as invalid on 2021/05/10 16:34
upstream BUG: corrupted list in kobject_add_internal (3) bluetooth C inconclusive 3 905d 1009d 20/26 fixed on 2021/11/10 00:50
linux-4.19 BUG: corrupted list in kobject_add_internal C done 2 941d 1188d 1/1 fixed on 2021/09/29 23:05
linux-4.19 BUG: corrupted list in kobject_add_internal (3) 1 551d 551d 0/1 auto-obsoleted due to no activity on 2023/01/21 23:55
linux-4.19 BUG: corrupted list in kobject_add_internal (2) 1 904d 904d 0/1 auto-closed as invalid on 2022/02/03 08:56
upstream BUG: corrupted list in kobject_add_internal (4) bluetooth C error done 4 564d 560d 0/26 auto-obsoleted due to no activity on 2023/05/17 19:00
linux-4.14 BUG: corrupted list in kobject_add_internal 1 1241d 1241d 0/1 auto-closed as invalid on 2021/03/02 15:06
Last patch testing requests (1)
Created Duration User Patch Repo Result
2020/08/23 00:24 17m coiby.xu@gmail.com https://github.com/coiby/linux.git syzbot9 OK
Fix bisection attempts (3)
Created Duration User Patch Repo Result
2020/11/08 19:42 3h11m bisect fix upstream job log (1)
2020/10/09 16:23 16m bisect fix upstream job log (0) log
2020/09/09 02:57 17m bisect fix upstream job log (0) log

Sample crash report:
debugfs: Directory '200' with parent 'hci0' already present!
list_add double add: new=ffff88808d848420, prev=ffff88808d848420, next=ffff88821b777b00.
------------[ cut here ]------------
kernel BUG at lib/list_debug.c:29!
invalid opcode: 0000 [#1] PREEMPT SMP KASAN
CPU: 0 PID: 6860 Comm: kworker/u5:2 Not tainted 5.8.0-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Workqueue: hci0 hci_rx_work
RIP: 0010:__list_add_valid.cold+0x26/0x3c lib/list_debug.c:29
Code: 57 ff ff ff 4c 89 e1 48 c7 c7 60 cc 93 88 e8 f1 34 c1 fd 0f 0b 48 89 f2 4c 89 e1 48 89 ee 48 c7 c7 a0 cd 93 88 e8 da 34 c1 fd <0f> 0b 48 89 f1 48 c7 c7 20 cd 93 88 4c 89 e6 e8 c6 34 c1 fd 0f 0b
RSP: 0018:ffffc90004b97830 EFLAGS: 00010282
RAX: 0000000000000058 RBX: ffff88821b777b00 RCX: 0000000000000000
RDX: ffff88808aa14040 RSI: ffffffff815db477 RDI: fffff52000972ef8
RBP: ffff88808d848420 R08: 0000000000000058 R09: ffff8880ae631927
R10: 0000000000000000 R11: 000000000009e4e8 R12: ffff88821b777b00
R13: ffff88808879d288 R14: ffff88808d848438 R15: ffff88808d848420
FS:  0000000000000000(0000) GS:ffff8880ae600000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000020000000 CR3: 0000000009a8d000 CR4: 00000000001506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 __list_add include/linux/list.h:67 [inline]
 list_add_tail include/linux/list.h:100 [inline]
 kobj_kset_join lib/kobject.c:196 [inline]
 kobject_add_internal+0x18d/0x940 lib/kobject.c:246
 kobject_add_varg lib/kobject.c:390 [inline]
 kobject_add+0x150/0x1c0 lib/kobject.c:442
 device_add+0x35a/0x1c40 drivers/base/core.c:2863
 hci_conn_add_sysfs+0x84/0xe0 net/bluetooth/hci_sysfs.c:53
 hci_conn_complete_evt net/bluetooth/hci_event.c:2623 [inline]
 hci_event_packet+0x1286/0x87a8 net/bluetooth/hci_event.c:6058
 hci_rx_work+0x22e/0xb50 net/bluetooth/hci_core.c:4889
 process_one_work+0x94c/0x1670 kernel/workqueue.c:2269
 worker_thread+0x64c/0x1120 kernel/workqueue.c:2415
 kthread+0x3b5/0x4a0 kernel/kthread.c:292
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:294
Modules linked in:
---[ end trace 3b6504ead81e9552 ]---
RIP: 0010:__list_add_valid.cold+0x26/0x3c lib/list_debug.c:29
Code: 57 ff ff ff 4c 89 e1 48 c7 c7 60 cc 93 88 e8 f1 34 c1 fd 0f 0b 48 89 f2 4c 89 e1 48 89 ee 48 c7 c7 a0 cd 93 88 e8 da 34 c1 fd <0f> 0b 48 89 f1 48 c7 c7 20 cd 93 88 4c 89 e6 e8 c6 34 c1 fd 0f 0b
RSP: 0018:ffffc90004b97830 EFLAGS: 00010282
RAX: 0000000000000058 RBX: ffff88821b777b00 RCX: 0000000000000000
RDX: ffff88808aa14040 RSI: ffffffff815db477 RDI: fffff52000972ef8
RBP: ffff88808d848420 R08: 0000000000000058 R09: ffff8880ae631927
R10: 0000000000000000 R11: 000000000009e4e8 R12: ffff88821b777b00
R13: ffff88808879d288 R14: ffff88808d848438 R15: ffff88808d848420
FS:  0000000000000000(0000) GS:ffff8880ae600000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000020000000 CR3: 0000000009a8d000 CR4: 00000000001506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400

Crashes (9):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2020/08/07 13:04 upstream d6efb3ac3e6c cb436c69 .config console log report syz C ci-upstream-kasan-gce-root
2020/08/05 17:31 upstream 442489c21923 b7129355 .config console log report syz C ci-upstream-kasan-gce-smack-root
2020/08/05 12:53 upstream 442489c21923 b7129355 .config console log report syz C ci-upstream-kasan-gce-root
2020/08/03 16:45 upstream 5a30a78924ec 196277c4 .config console log report syz C ci-upstream-kasan-gce-selinux-root
2020/08/03 16:45 upstream 5a30a78924ec 196277c4 .config console log report syz C ci-upstream-kasan-gce-smack-root
2020/08/10 02:50 linux-next 01830e6c042e 70301872 .config console log report syz C ci-upstream-linux-next-kasan-gce-root
2020/08/07 12:38 linux-next 01830e6c042e cb436c69 .config console log report syz C ci-upstream-linux-next-kasan-gce-root
2020/08/08 09:12 upstream 5631c5e0eb90 ff51e522 .config console log report ci-upstream-kasan-gce-root
2020/08/05 19:55 linux-next 01830e6c042e b7129355 .config console log report ci-upstream-linux-next-kasan-gce-root
* Struck through repros no longer work on HEAD.