linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* WARNING in loop_add
@ 2022-07-17 14:06 Wei Chen
  2022-07-17 14:40 ` Keith Busch
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Chen @ 2022-07-17 14:06 UTC (permalink / raw)
  To: axboe, linux-kernel; +Cc: linux-block

Dear Linux Developer,

Recently when using our tool to fuzz kernel, the following crash was triggered:

HEAD commit: 64570fbc14f8 Linux 5.15-rc5
git tree: upstream
compiler: clang 12.0.0
console output:
https://drive.google.com/file/d/1JxspkioQiZrQQ9BwsRjm5KJVY6z2KCTW/view?usp=sharing
Syzlang reproducer:
https://drive.google.com/file/d/1b7QJc_OVw-U7ugxWyvisfMbyQe-aBjWZ/view?usp=sharing
C reproducer: https://drive.google.com/file/d/1ymwqhBp9VYd7jRdpcfwiqUSUV0BnzCC0/view?usp=sharing
kernel config: https://drive.google.com/file/d/1lNwvovjLNrcuyFGrg05IoSmgO5jaKBBJ/view?usp=sharing

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: Wei Chen <harperchen1110@gmail.com>

WARNING: CPU: 0 PID: 8479 at block/genhd.c:537 device_add_disk+0x8aa/0xf20
Modules linked in:
CPU: 0 PID: 8479 Comm: syz-executor Not tainted 5.15.0-rc5+ #14
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
RIP: 0010:device_add_disk+0x8aa/0xf20
Code: 00 48 8b 44 24 10 89 18 e8 93 8e 6a fd 4c 89 e7 e8 7b 66 fb ff
4c 89 e7 e8 73 ca 03 00 45 31 f6 e9 b1 fe ff ff e8 76 8e 6a fd <0f> 0b
e9 96 fe ff ff e8 6a 8e 6a fd 0f 0b 41 be ea ff ff ff e9 93
RSP: 0018:ffffc9000b297d28 EFLAGS: 00010283
RAX: ffffffff841b4a0a RBX: 0000000000000007 RCX: 0000000000040000
RDX: ffffc90002211000 RSI: 000000000002f3b2 RDI: 000000000002f3b3
RBP: ffff88803017bb00 R08: ffffffff841b4899 R09: ffffed100c7864a2
R10: ffffed100c7864a2 R11: 0000000000000000 R12: ffff88802f915000
R13: 00000000ffffffea R14: 1ffff11005f22a00 R15: 1ffff11005f22a01
FS:  00007ff387033700(0000) GS:ffff888063c00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f65c6510000 CR3: 0000000030409000 CR4: 0000000000750ef0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
PKRU: 55555554
Call Trace:
 loop_add+0x62d/0x8c0
 loop_control_ioctl+0x11d/0x770
 __se_sys_ioctl+0x10a/0x190
 do_syscall_64+0x3d/0xb0
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7ff389acac4d
Code: 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa 48 89 f8 48
89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d
01 f0 ff ff 73 01 c3 48 c7 c1 bc ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ff387032c58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007ff389bf10a0 RCX: 00007ff389acac4d
RDX: 0000000000000000 RSI: 0000000000004c80 RDI: 0000000000000004
RBP: 00007ff387032c90 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000026
R13: 00007fff0e90e49f R14: 00007fff0e90e640 R15: 00007ff387032dc0

Best,
Wei

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WARNING in loop_add
  2022-07-17 14:06 WARNING in loop_add Wei Chen
@ 2022-07-17 14:40 ` Keith Busch
  2022-11-02  7:02   ` Wei Chen
  0 siblings, 1 reply; 6+ messages in thread
From: Keith Busch @ 2022-07-17 14:40 UTC (permalink / raw)
  To: Wei Chen; +Cc: axboe, linux-kernel, linux-block

On Sun, Jul 17, 2022 at 10:06:16PM +0800, Wei Chen wrote:
> Recently when using our tool to fuzz kernel, the following crash was triggered:
> 
> HEAD commit: 64570fbc14f8 Linux 5.15-rc5

That's an unusual commit to be testing today. Why are you using such an old
release candidate?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WARNING in loop_add
  2022-07-17 14:40 ` Keith Busch
@ 2022-11-02  7:02   ` Wei Chen
  2022-11-02 12:34     ` Yu Kuai
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Chen @ 2022-11-02  7:02 UTC (permalink / raw)
  To: Keith Busch; +Cc: axboe, linux-kernel, linux-block

Dear Linux developers,

The bug persists in the upstream Linux v6.0.0 4fe89d07dcc2 and the
latest commit Linux v5.19.76 4f5365f77018.

[   68.027515][    C0] ======================================================
[   68.027977][    C0] WARNING: possible circular locking dependency detected
[   68.028436][    C0] 6.0.0 #35 Not tainted
[   68.028704][    C0] ------------------------------------------------------
[   68.029145][    C0] a.out/6625 is trying to acquire lock:
[   68.029530][    C0] ffff88801be0c0d0 (&q->queue_lock){..-.}-{2:2},
at: throtl_pending_timer_fn+0xf6/0x1020
[   68.030213][    C0]
[   68.030213][    C0] but task is already holding lock:
[   68.030688][    C0] ffffc90000007be0
((&sq->pending_timer)){+.-.}-{0:0}, at: call_timer_fn+0xbb/0x210
[   68.031300][    C0]
[   68.031300][    C0] which lock already depends on the new lock.
[   68.031300][    C0]
[   68.031976][    C0]
[   68.031976][    C0] the existing dependency chain (in reverse order) is:
[   68.032548][    C0]
[   68.032548][    C0] -> #2 ((&sq->pending_timer)){+.-.}-{0:0}:
[   68.033086][    C0]        lock_acquire+0x17f/0x430
[   68.033418][    C0]        del_timer_sync+0x104/0x380
[   68.033764][    C0]        throtl_pd_free+0x15/0x40
[   68.034100][    C0]        blkcg_deactivate_policy+0x31c/0x530
[   68.034496][    C0]        blk_throtl_exit+0x86/0x120
[   68.034838][    C0]        blkcg_init_queue+0x25a/0x2d0
[   68.035184][    C0]        __alloc_disk_node+0x2ce/0x590
[   68.035537][    C0]        __blk_mq_alloc_disk+0x11b/0x1e0
[   68.035907][    C0]        loop_add+0x340/0x9b0
[   68.036225][    C0]        loop_control_ioctl+0x108/0x770
[   68.036587][    C0]        __se_sys_ioctl+0xfb/0x170
[   68.036927][    C0]        do_syscall_64+0x3d/0x90
[   68.037252][    C0]        entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   68.037668][    C0]
[   68.037668][    C0] -> #1 (&blkcg->lock){....}-{2:2}:
[   68.038152][    C0]        lock_acquire+0x17f/0x430
[   68.038497][    C0]        _raw_spin_lock+0x2a/0x40
[   68.038827][    C0]        blkg_create+0x949/0x10a0
[   68.039165][    C0]        blkcg_init_queue+0xb4/0x2d0
[   68.039517][    C0]        __alloc_disk_node+0x2ce/0x590
[   68.039868][    C0]        __blk_mq_alloc_disk+0x11b/0x1e0
[   68.040232][    C0]        floppy_alloc_disk+0x54/0x350
[   68.040585][    C0]        do_floppy_init+0x1b1/0x1d27
[   68.040927][    C0]        async_run_entry_fn+0xa6/0x400
[   68.041281][    C0]        process_one_work+0x83c/0x11a0
[   68.041646][    C0]        worker_thread+0xa6c/0x1290
[   68.041980][    C0]        kthread+0x266/0x300
[   68.042274][    C0]        ret_from_fork+0x1f/0x30
[   68.042592][    C0]
[   68.042592][    C0] -> #0 (&q->queue_lock){..-.}-{2:2}:
[   68.043074][    C0]        check_prevs_add+0x4f5/0x5d30
[   68.043433][    C0]        __lock_acquire+0x4432/0x6080
[   68.043783][    C0]        lock_acquire+0x17f/0x430
[   68.044113][    C0]        _raw_spin_lock_irq+0xae/0xf0
[   68.044465][    C0]        throtl_pending_timer_fn+0xf6/0x1020
[   68.044867][    C0]        call_timer_fn+0xf5/0x210
[   68.045189][    C0]        __run_timers+0x762/0x970
[   68.045534][    C0]        run_timer_softirq+0x63/0xf0
[   68.045890][    C0]        __do_softirq+0x372/0x783
[   68.046223][    C0]        __irq_exit_rcu+0xcf/0x150
[   68.046557][    C0]        irq_exit_rcu+0x5/0x20
[   68.046868][    C0]        sysvec_apic_timer_interrupt+0x91/0xb0
[   68.047281][    C0]        asm_sysvec_apic_timer_interrupt+0x16/0x20
[   68.047704][    C0]        should_fail+0x169/0x4f0
[   68.048022][    C0]        should_failslab+0x5/0x20
[   68.048346][    C0]        kmem_cache_alloc_lru+0x75/0x2f0
[   68.048718][    C0]        new_inode_pseudo+0x81/0x1d0
[   68.049055][    C0]        new_inode+0x25/0x1d0
[   68.049355][    C0]        __debugfs_create_file+0x146/0x550
[   68.049723][    C0]        blk_mq_debugfs_register_hctx+0x21c/0x660
[   68.050166][    C0]        blk_mq_debugfs_register+0x2e0/0x470
[   68.050553][    C0]        blk_register_queue+0x24f/0x3c0
[   68.050912][    C0]        device_add_disk+0x55a/0xc00
[   68.051257][    C0]        loop_add+0x71a/0x9b0
[   68.051566][    C0]        loop_control_ioctl+0x108/0x770
[   68.051933][    C0]        __se_sys_ioctl+0xfb/0x170
[   68.052266][    C0]        do_syscall_64+0x3d/0x90
[   68.052591][    C0]        entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   68.053013][    C0]
[   68.053013][    C0] other info that might help us debug this:
[   68.053013][    C0]
[   68.053689][    C0] Chain exists of:
[   68.053689][    C0]   &q->queue_lock --> &blkcg->lock -->
(&sq->pending_timer)
[   68.053689][    C0]
[   68.054539][    C0]  Possible unsafe locking scenario:
[   68.054539][    C0]
[   68.055013][    C0]        CPU0                    CPU1
[   68.055360][    C0]        ----                    ----
[   68.055703][    C0]   lock((&sq->pending_timer));
[   68.056022][    C0]                                lock(&blkcg->lock);
[   68.056426][    C0]
lock((&sq->pending_timer));
[   68.056883][    C0]   lock(&q->queue_lock);
[   68.057161][    C0]
[   68.057161][    C0]  *** DEADLOCK ***
[   68.057161][    C0]
[   68.057640][    C0] 5 locks held by a.out/6625:
[   68.057927][    C0]  #0: ffff88801c54b340
(&q->sysfs_dir_lock){+.+.}-{3:3}, at: blk_register_queue+0x52/0x3c0
[   68.058533][    C0]  #1: ffff88801c54b2b0
(&q->sysfs_lock){+.+.}-{3:3}, at: blk_register_queue+0x16e/0x3c0
[   68.059132][    C0]  #2: ffff88801c54b558
(&q->debugfs_mutex){+.+.}-{3:3}, at: blk_register_queue+0x181/0x3c0
[   68.059741][    C0]  #3: ffff888026091aa0
(&sb->s_type->i_mutex_key#3){+.+.}-{3:3}, at:
start_creating+0x12d/0x330
[   68.060369][    C0]  #4: ffffc90000007be0
((&sq->pending_timer)){+.-.}-{0:0}, at: call_timer_fn+0xbb/0x210
[   68.060955][    C0]
[   68.060955][    C0] stack backtrace:
[   68.061309][    C0] CPU: 0 PID: 6625 Comm: a.out Not tainted 6.0.0 #35
[   68.061705][    C0] Hardware name: QEMU Standard PC (i440FX + PIIX,
1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
[   68.062295][    C0] Call Trace:
[   68.062504][    C0]  <IRQ>
[   68.062678][    C0]  dump_stack_lvl+0x1b1/0x28e
[   68.062962][    C0]  ? io_alloc_page_table+0xfe/0xfe
[   68.063267][    C0]  ? panic+0x81b/0x81b
[   68.063514][    C0]  ? lockdep_unlock+0x144/0x2e0
[   68.063806][    C0]  print_circular_bug+0xa95/0xd40
[   68.064107][    C0]  ? hlock_conflict+0x1f0/0x1f0
[   68.064402][    C0]  ? __bfs+0x369/0x700
[   68.064648][    C0]  ? check_path+0x40/0x40
[   68.064909][    C0]  ? save_trace+0x5a/0xad0
[   68.065181][    C0]  check_noncircular+0x2cc/0x390
[   68.065480][    C0]  ? add_chain_block+0x850/0x850
[   68.065782][    C0]  ? stack_trace_save+0x1e0/0x1e0
[   68.066084][    C0]  ? stack_trace_save+0x1e0/0x1e0
[   68.066384][    C0]  ? rcu_read_lock_sched_held+0x87/0x110
[   68.066728][    C0]  ? __bpf_trace_rcu_stall_warning+0x10/0x10
[   68.067083][    C0]  ? mark_lock+0x199/0x1eb0
[   68.067356][    C0]  check_prevs_add+0x4f5/0x5d30
[   68.067651][    C0]  ? read_lock_is_recursive+0x10/0x10
[   68.067972][    C0]  ? __rcu_read_lock+0xb0/0xb0
[   68.068260][    C0]  ? reacquire_held_locks+0x650/0x650
[   68.068591][    C0]  ? memset+0x1f/0x40
[   68.068828][    C0]  ? stack_trace_save+0x1e0/0x1e0
[   68.069127][    C0]  ? stack_trace_save+0x1e0/0x1e0
[   68.069425][    C0]  ? is_bpf_text_address+0x253/0x270
[   68.069736][    C0]  ? stack_trace_save+0x1e0/0x1e0
[   68.070036][    C0]  ? kernel_text_address+0x9e/0xd0
[   68.070338][    C0]  ? __kernel_text_address+0x9/0x40
[   68.070643][    C0]  ? unwind_get_return_address+0x48/0x80
[   68.070977][    C0]  ? arch_stack_walk+0x98/0xe0
[   68.071265][    C0]  ? stack_trace_save+0x104/0x1e0
[   68.071567][    C0]  ? stack_trace_snprint+0xf0/0xf0
[   68.071870][    C0]  ? kernel_text_address+0x9e/0xd0
[   68.072172][    C0]  ? lockdep_unlock+0x144/0x2e0
[   68.072459][    C0]  ? lockdep_lock+0x2c0/0x2c0
[   68.072736][    C0]  ? mark_lock+0x199/0x1eb0
[   68.073006][    C0]  ? __bfs+0x700/0x700
[   68.073247][    C0]  ? lockdep_unlock+0x144/0x2e0
[   68.073535][    C0]  ? lockdep_lock+0x2c0/0x2c0
[   68.073815][    C0]  ? mark_lock+0x199/0x1eb0
[   68.074084][    C0]  ? mark_lock+0x199/0x1eb0
[   68.074354][    C0]  ? lockdep_lock+0x102/0x2c0
[   68.074634][    C0]  ? lockdep_count_forward_deps+0x240/0x240
[   68.074984][    C0]  ? mark_lock+0x199/0x1eb0
[   68.075255][    C0]  __lock_acquire+0x4432/0x6080
[   68.075545][    C0]  ? register_lock_class+0xd7/0x11d0
[   68.075862][    C0]  ? trace_lock_acquire+0x1d0/0x1d0
[   68.076173][    C0]  ? __lock_acquire+0x145c/0x6080
[   68.076471][    C0]  ? __lock_acquire+0x145c/0x6080
[   68.076773][    C0]  ? trace_lock_acquire+0x1d0/0x1d0
[   68.077083][    C0]  ? rcu_read_lock_sched_held+0x87/0x110
[   68.077414][    C0]  ? __bpf_trace_rcu_stall_warning+0x10/0x10
[   68.077773][    C0]  lock_acquire+0x17f/0x430
[   68.078042][    C0]  ? throtl_pending_timer_fn+0xf6/0x1020
[   68.078390][    C0]  ? read_lock_is_recursive+0x10/0x10
[   68.078706][    C0]  ? rcu_read_lock_sched_held+0x87/0x110
[   68.079035][    C0]  ? __bpf_trace_rcu_stall_warning+0x10/0x10
[   68.079388][    C0]  ? _raw_spin_lock_irq+0x89/0xf0
[   68.079685][    C0]  _raw_spin_lock_irq+0xae/0xf0
[   68.079972][    C0]  ? throtl_pending_timer_fn+0xf6/0x1020
[   68.080302][    C0]  ? _raw_spin_lock_irqsave+0x100/0x100
[   68.080628][    C0]  throtl_pending_timer_fn+0xf6/0x1020
[   68.080945][    C0]  ? blkg_put+0x1e0/0x1e0
[   68.081206][    C0]  ? blkg_put+0x1e0/0x1e0
[   68.081459][    C0]  call_timer_fn+0xf5/0x210
[   68.081727][    C0]  ? blkg_put+0x1e0/0x1e0
[   68.081985][    C0]  ? __run_timers+0x970/0x970
[   68.082264][    C0]  ? _raw_spin_unlock_irq+0x1f/0x40
[   68.082569][    C0]  ? blkg_put+0x1e0/0x1e0
[   68.082824][    C0]  ? lockdep_hardirqs_on+0x8d/0x130
[   68.083131][    C0]  ? blkg_put+0x1e0/0x1e0
[   68.083384][    C0]  __run_timers+0x762/0x970
[   68.083681][    C0]  ? trace_timer_cancel+0x220/0x220
[   68.083989][    C0]  ? rcu_read_lock_sched_held+0x87/0x110
[   68.084319][    C0]  ? __bpf_trace_rcu_stall_warning+0x10/0x10
[   68.084671][    C0]  run_timer_softirq+0x63/0xf0
[   68.084952][    C0]  __do_softirq+0x372/0x783
[   68.085219][    C0]  ? __irq_exit_rcu+0xcf/0x150
[   68.085502][    C0]  ? __entry_text_end+0x1feacb/0x1feacb
[   68.085836][    C0]  __irq_exit_rcu+0xcf/0x150
[   68.086116][    C0]  ? irq_exit_rcu+0x20/0x20
[   68.086400][    C0]  ? __sysvec_apic_timer_interrupt+0x11e/0x280
[   68.086763][    C0]  irq_exit_rcu+0x5/0x20
[   68.087013][    C0]  sysvec_apic_timer_interrupt+0x91/0xb0
[   68.087341][    C0]  </IRQ>
[   68.087515][    C0]  <TASK>
[   68.087689][    C0]  asm_sysvec_apic_timer_interrupt+0x16/0x20
[   68.088045][    C0] RIP: 0010:should_fail+0x169/0x4f0
[   68.088369][    C0] Code: ed 0f 84 ea fe ff ff ff cd 42 8a 04 2b 84
c0 0f 85 b3 02 00 00 41 89 2c 24 85 ed 0f 84 98 00 00 00 31 db 89 d8
48 83 c4 18 5b <41> 5c 41 5d 41 5e 41 5f 5d c3 49 8d 5f 08 48 89 d8 48
c1 e8 03 42
[   68.089483][    C0] RSP: 0018:ffffc9000a05f948 EFLAGS: 00000292
[   68.089841][    C0] RAX: 0000000000000000 RBX: 0000000000000cc0
RCX: 000000000a05f803
[   68.090299][    C0] RDX: ffff8880239a4880 RSI: 0000000000000490
RDI: ffffffff8d00b620
[   68.090753][    C0] RBP: 1ffffffff1a016c4 R08: dffffc0000000000
R09: fffffbfff1c8dac6
[   68.091210][    C0] R10: fffffbfff1c8dac6 R11: 0000000000000000
R12: ffff8880239a5d9c
[   68.091661][    C0] R13: dffffc0000000000 R14: 0000000000000490
R15: ffffffff8d00b620
[   68.092122][    C0]  ? new_inode_pseudo+0x81/0x1d0
[   68.092409][    C0]  should_failslab+0x5/0x20
[   68.092674][    C0]  kmem_cache_alloc_lru+0x75/0x2f0
[   68.092976][    C0]  new_inode_pseudo+0x81/0x1d0
[   68.093254][    C0]  new_inode+0x25/0x1d0
[   68.093497][    C0]  ? start_creating+0x21f/0x330
[   68.093788][    C0]  __debugfs_create_file+0x146/0x550
[   68.094096][    C0]  blk_mq_debugfs_register_hctx+0x21c/0x660
[   68.094441][    C0]  ? blk_mq_debugfs_register_sched+0x290/0x290
[   68.094800][    C0]  ? xa_clear_mark+0x300/0x300
[   68.095083][    C0]  ? __debugfs_create_file+0x45f/0x550
[   68.095402][    C0]  blk_mq_debugfs_register+0x2e0/0x470
[   68.095718][    C0]  ? blk_mq_debugfs_rq_show+0x30/0x30
[   68.096031][    C0]  ? debugfs_create_dir+0x3dc/0x4e0
[   68.096334][    C0]  blk_register_queue+0x24f/0x3c0
[   68.096629][    C0]  device_add_disk+0x55a/0xc00
[   68.096912][    C0]  loop_add+0x71a/0x9b0
[   68.097156][    C0]  loop_control_ioctl+0x108/0x770
[   68.097451][    C0]  ? print_irqtrace_events+0x220/0x220
[   68.097771][    C0]  ? vtime_user_exit+0x2b2/0x3e0
[   68.098059][    C0]  ? loop_set_hw_queue_depth+0x60/0x60
[   68.098375][    C0]  ? __ct_user_exit+0xd9/0x160
[   68.098657][    C0]  ? bpf_lsm_file_ioctl+0x5/0x10
[   68.098948][    C0]  ? security_file_ioctl+0x9d/0xb0
[   68.099264][    C0]  ? loop_set_hw_queue_depth+0x60/0x60
[   68.099580][    C0]  __se_sys_ioctl+0xfb/0x170
[   68.099845][    C0]  do_syscall_64+0x3d/0x90
[   68.100106][    C0]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   68.100447][    C0] RIP: 0033:0x7f276e4e4469
[   68.100711][    C0] Code: 00 f3 c3 66 2e 0f 1f 84 00 00 00 00 00 0f
1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b
4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ff 49 2b 00 f7 d8
64 89 01 48
[   68.101805][    C0] RSP: 002b:00007ffdc2646898 EFLAGS: 00000206
ORIG_RAX: 0000000000000010
[   68.102285][    C0] RAX: ffffffffffffffda RBX: 0000000000000000
RCX: 00007f276e4e4469
[   68.102736][    C0] RDX: 0000000000000000 RSI: 0000000000004c80
RDI: 0000000000000004
[   68.103185][    C0] RBP: 00007ffdc26468b0 R08: 0000000000000002
R09: 00007ffdc26468b0
[   68.103634][    C0] R10: 0000000000000001 R11: 0000000000000206
R12: 0000557db3000ce0
[   68.104085][    C0] R13: 00007ffdc26469d0 R14: 0000000000000000
R15: 0000000000000000
[   68.104538][    C0]  </TASK>

Best,
Wei

On Sun, 17 Jul 2022 at 22:41, Keith Busch <kbusch@kernel.org> wrote:
>
> On Sun, Jul 17, 2022 at 10:06:16PM +0800, Wei Chen wrote:
> > Recently when using our tool to fuzz kernel, the following crash was triggered:
> >
> > HEAD commit: 64570fbc14f8 Linux 5.15-rc5
>
> That's an unusual commit to be testing today. Why are you using such an old
> release candidate?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WARNING in loop_add
  2022-11-02  7:02   ` Wei Chen
@ 2022-11-02 12:34     ` Yu Kuai
  0 siblings, 0 replies; 6+ messages in thread
From: Yu Kuai @ 2022-11-02 12:34 UTC (permalink / raw)
  To: Wei Chen, Keith Busch; +Cc: axboe, linux-kernel, linux-block, yukuai (C)



在 2022/11/02 15:02, Wei Chen 写道:
> Dear Linux developers,
> 
> The bug persists in the upstream Linux v6.0.0 4fe89d07dcc2 and the
> latest commit Linux v5.19.76 4f5365f77018.
> 
> [   68.027515][    C0] ======================================================
> [   68.027977][    C0] WARNING: possible circular locking dependency detected
> [   68.028436][    C0] 6.0.0 #35 Not tainted
> [   68.028704][    C0] ------------------------------------------------------
> [   68.029145][    C0] a.out/6625 is trying to acquire lock:
> [   68.029530][    C0] ffff88801be0c0d0 (&q->queue_lock){..-.}-{2:2},
> at: throtl_pending_timer_fn+0xf6/0x1020
> [   68.030213][    C0]
> [   68.030213][    C0] but task is already holding lock:
> [   68.030688][    C0] ffffc90000007be0
> ((&sq->pending_timer)){+.-.}-{0:0}, at: call_timer_fn+0xbb/0x210
> [   68.031300][    C0]
> [   68.031300][    C0] which lock already depends on the new lock.
> [   68.031300][    C0]
> [   68.031976][    C0]
> [   68.031976][    C0] the existing dependency chain (in reverse order) is:
> [   68.032548][    C0]
> [   68.032548][    C0] -> #2 ((&sq->pending_timer)){+.-.}-{0:0}:
> [   68.033086][    C0]        lock_acquire+0x17f/0x430
> [   68.033418][    C0]        del_timer_sync+0x104/0x380
> [   68.033764][    C0]        throtl_pd_free+0x15/0x40
> [   68.034100][    C0]        blkcg_deactivate_policy+0x31c/0x530
> [   68.034496][    C0]        blk_throtl_exit+0x86/0x120
> [   68.034838][    C0]        blkcg_init_queue+0x25a/0x2d0
> [   68.035184][    C0]        __alloc_disk_node+0x2ce/0x590
> [   68.035537][    C0]        __blk_mq_alloc_disk+0x11b/0x1e0
> [   68.035907][    C0]        loop_add+0x340/0x9b0
> [   68.036225][    C0]        loop_control_ioctl+0x108/0x770
> [   68.036587][    C0]        __se_sys_ioctl+0xfb/0x170
> [   68.036927][    C0]        do_syscall_64+0x3d/0x90
> [   68.037252][    C0]        entry_SYSCALL_64_after_hwframe+0x63/0xcd
> [   68.037668][    C0]
> [   68.037668][    C0] -> #1 (&blkcg->lock){....}-{2:2}:
> [   68.038152][    C0]        lock_acquire+0x17f/0x430
> [   68.038497][    C0]        _raw_spin_lock+0x2a/0x40
> [   68.038827][    C0]        blkg_create+0x949/0x10a0
> [   68.039165][    C0]        blkcg_init_queue+0xb4/0x2d0
> [   68.039517][    C0]        __alloc_disk_node+0x2ce/0x590
> [   68.039868][    C0]        __blk_mq_alloc_disk+0x11b/0x1e0
> [   68.040232][    C0]        floppy_alloc_disk+0x54/0x350
> [   68.040585][    C0]        do_floppy_init+0x1b1/0x1d27
> [   68.040927][    C0]        async_run_entry_fn+0xa6/0x400
> [   68.041281][    C0]        process_one_work+0x83c/0x11a0
> [   68.041646][    C0]        worker_thread+0xa6c/0x1290
> [   68.041980][    C0]        kthread+0x266/0x300
> [   68.042274][    C0]        ret_from_fork+0x1f/0x30
> [   68.042592][    C0]
> [   68.042592][    C0] -> #0 (&q->queue_lock){..-.}-{2:2}:
> [   68.043074][    C0]        check_prevs_add+0x4f5/0x5d30
> [   68.043433][    C0]        __lock_acquire+0x4432/0x6080
> [   68.043783][    C0]        lock_acquire+0x17f/0x430
> [   68.044113][    C0]        _raw_spin_lock_irq+0xae/0xf0
> [   68.044465][    C0]        throtl_pending_timer_fn+0xf6/0x1020
> [   68.044867][    C0]        call_timer_fn+0xf5/0x210
> [   68.045189][    C0]        __run_timers+0x762/0x970
> [   68.045534][    C0]        run_timer_softirq+0x63/0xf0
> [   68.045890][    C0]        __do_softirq+0x372/0x783
> [   68.046223][    C0]        __irq_exit_rcu+0xcf/0x150
> [   68.046557][    C0]        irq_exit_rcu+0x5/0x20
> [   68.046868][    C0]        sysvec_apic_timer_interrupt+0x91/0xb0
> [   68.047281][    C0]        asm_sysvec_apic_timer_interrupt+0x16/0x20
> [   68.047704][    C0]        should_fail+0x169/0x4f0
> [   68.048022][    C0]        should_failslab+0x5/0x20
> [   68.048346][    C0]        kmem_cache_alloc_lru+0x75/0x2f0
> [   68.048718][    C0]        new_inode_pseudo+0x81/0x1d0
> [   68.049055][    C0]        new_inode+0x25/0x1d0
> [   68.049355][    C0]        __debugfs_create_file+0x146/0x550
> [   68.049723][    C0]        blk_mq_debugfs_register_hctx+0x21c/0x660
> [   68.050166][    C0]        blk_mq_debugfs_register+0x2e0/0x470
> [   68.050553][    C0]        blk_register_queue+0x24f/0x3c0
> [   68.050912][    C0]        device_add_disk+0x55a/0xc00
> [   68.051257][    C0]        loop_add+0x71a/0x9b0
> [   68.051566][    C0]        loop_control_ioctl+0x108/0x770
> [   68.051933][    C0]        __se_sys_ioctl+0xfb/0x170
> [   68.052266][    C0]        do_syscall_64+0x3d/0x90
> [   68.052591][    C0]        entry_SYSCALL_64_after_hwframe+0x63/0xcd

It seems to me this is false positive, lock dep is confused about lock
from different device. #0 #1 is from loop. while #2 is from floppy.

Thanks,
Kuai


^ permalink raw reply	[flat|nested] 6+ messages in thread

* WARNING in loop_add
@ 2021-09-03  7:36 Hao Sun
  0 siblings, 0 replies; 6+ messages in thread
From: Hao Sun @ 2021-09-03  7:36 UTC (permalink / raw)
  To: axboe, linux-block; +Cc: linux-kernel

Hello,

When using Healer to fuzz the latest Linux kernel, the following crash
was triggered.

HEAD commit: 7d2a07b76933 Linux 5.14
git tree: upstream
console output:
https://drive.google.com/file/d/1lL94fy2uAtUMlfTnDDI6ooGLUGGvlDwl/view?usp=sharing
kernel config: https://drive.google.com/file/d/1XD9WYDViQLSXN7RGwH8AGGDvP9JvOghx/view?usp=sharing
C reproducer: https://drive.google.com/file/d/12LXTfEg30h-Y6s5smCLIP7Jtr3g6PFOK/view?usp=sharing
Syzlang reproducer:
https://drive.google.com/file/d/1mUCxjzeD5w2bOjuw80srDBwpCh0zSpdW/view?usp=sharing

If you fix this issue, please add the following tag to the commit:
Reported-by: Hao Sun <sunhao.th@gmail.com>

oop4: detected capacity change from 0 to 20480
ISOFS: Unable to identify CD-ROM format.
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 0 PID: 10131 Comm: syz-executor Not tainted 5.14.0 #25
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
Call Trace:
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x8b/0xb3 lib/dump_stack.c:105
 fail_dump lib/fault-inject.c:52 [inline]
 should_fail.cold+0x5/0xa lib/fault-inject.c:146
 should_failslab+0x5/0x10 mm/slab_common.c:1326
 slab_pre_alloc_hook mm/slab.h:494 [inline]
 slab_alloc_node mm/slub.c:2880 [inline]
 slab_alloc mm/slub.c:2967 [inline]
 kmem_cache_alloc_trace+0x62/0x350 mm/slub.c:2984
 kmalloc include/linux/slab.h:591 [inline]
 kzalloc include/linux/slab.h:721 [inline]
 device_create_groups_vargs+0x8a/0x280 drivers/base/core.c:3996
 device_create+0xdf/0x120 drivers/base/core.c:4056
 bdi_register_va.part.0+0x9c/0x800 mm/backing-dev.c:871
 bdi_register_va mm/backing-dev.c:906 [inline]
 bdi_register+0x12a/0x140 mm/backing-dev.c:903
 __device_add_disk+0x923/0xd10 block/genhd.c:521
 add_disk include/linux/genhd.h:217 [inline]
 loop_add+0x6ec/0x8c0 drivers/block/loop.c:2395
 loop_control_ioctl+0x130/0x3c0 drivers/block/loop.c:2492
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:1069 [inline]
 __se_sys_ioctl fs/ioctl.c:1055 [inline]
 __x64_sys_ioctl+0x193/0x200 fs/ioctl.c:1055
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x4739cd
Code: 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa 48 89 f8 48
89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d
01 f0 ff ff 73 01 c3 48 c7 c1 bc ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007f6e331da198 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 000000000059c0a0 RCX: 00000000004739cd
RDX: 0000000000000000 RSI: 0000000000004c80 RDI: 0000000000000003
RBP: 00007f6e331da1d0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000030
R13: 00007ffe496b21bf R14: 00007ffe496b2360 R15: 00007f6e331da300
------------[ cut here ]------------
WARNING: CPU: 1 PID: 10131 at block/genhd.c:523
__device_add_disk+0xba9/0xd10 block/genhd.c:523
Modules linked in:
CPU: 1 PID: 10131 Comm: syz-executor Not tainted 5.14.0 #25
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
RIP: 0010:__device_add_disk+0xba9/0xd10 block/genhd.c:523
Code: fd ff ff 4c 89 ef 89 44 24 28 e8 22 a5 f3 fd 8b 44 24 28 e9 6f
fd ff ff 4c 89 ef e8 a1 a4 f3 fd e9 d5 fd ff ff e8 f7 b6 ac fd <0f> 0b
e9 8c fd ff ff 48 8b 7c 24 08 e8 96 a4 f3 fd e9 0a f6 ff ff
RSP: 0018:ffffc90006527dc0 EFLAGS: 00010216
RAX: 0000000000027667 RBX: ffff888107d54ec0 RCX: 0000000000040000
RDX: ffffc90000889000 RSI: ffff888104715640 RDI: 0000000000000002
RBP: ffff888110beb400 R08: ffffffff83c84189 R09: 0000000000000000
R10: 0000000000000005 R11: fffffbfff17578ea R12: 0000000000000001
R13: ffff888107d5539c R14: ffff888110beb4a0 R15: 0000000000000000
FS:  00007f6e331da700(0000) GS:ffff888119f00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00005572256db150 CR3: 0000000104b9f006 CR4: 0000000000770ee0
PKRU: 55555554
Call Trace:
 add_disk include/linux/genhd.h:217 [inline]
 loop_add+0x6ec/0x8c0 drivers/block/loop.c:2395
 loop_control_ioctl+0x130/0x3c0 drivers/block/loop.c:2492
 vfs_ioctl fs/ioctl.c:51 [inline]
 __do_sys_ioctl fs/ioctl.c:1069 [inline]
 __se_sys_ioctl fs/ioctl.c:1055 [inline]
 __x64_sys_ioctl+0x193/0x200 fs/ioctl.c:1055
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x4739cd
Code: 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa 48 89 f8 48
89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d
01 f0 ff ff 73 01 c3 48 c7 c1 bc ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007f6e331da198 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 000000000059c0a0 RCX: 00000000004739cd
RDX: 0000000000000000 RSI: 0000000000004c80 RDI: 0000000000000003
RBP: 00007f6e331da1d0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000030
R13: 00007ffe496b21bf R14: 00007ffe496b2360 R15: 00007f6e331da300

^ permalink raw reply	[flat|nested] 6+ messages in thread

* WARNING in loop_add
@ 2019-08-23  2:28 syzbot
  0 siblings, 0 replies; 6+ messages in thread
From: syzbot @ 2019-08-23  2:28 UTC (permalink / raw)
  To: akinobu.mita, akpm, axboe, dvyukov, gregkh, linux-block,
	linux-kernel, mhocko, syzkaller-bugs, torvalds

Hello,

syzbot found the following crash on:

HEAD commit:    bb7ba806 Merge tag 'for-linus' of git://git.kernel.org/pub..
git tree:       upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1272e012600000
kernel config:  https://syzkaller.appspot.com/x/.config?x=6919752cc1b760b4
dashboard link: https://syzkaller.appspot.com/bug?extid=f41893bb8c45cd18cf08
compiler:       gcc (GCC) 9.0.0 20181231 (experimental)
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=12aa5af2600000
C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=173eea1e600000

The bug was bisected to:

commit e41d58185f1444368873d4d7422f7664a68be61d
Author: Dmitry Vyukov <dvyukov@google.com>
Date:   Wed Jul 12 21:34:35 2017 +0000

     fault-inject: support systematic fault injection

bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=12979da6600000
final crash:    https://syzkaller.appspot.com/x/report.txt?x=11979da6600000
console output: https://syzkaller.appspot.com/x/log.txt?x=16979da6600000

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+f41893bb8c45cd18cf08@syzkaller.appspotmail.com
Fixes: e41d58185f14 ("fault-inject: support systematic fault injection")

RDX: 0000000000000000 RSI: 0000000000004c80 RDI: 0000000000000003
RBP: 00007fff862aa420 R08: 0000000000000002 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: ffffffffffffffff
R13: 0000000000000005 R14: 0000000000000000 R15: 0000000000000000
------------[ cut here ]------------
WARNING: CPU: 0 PID: 10346 at block/genhd.c:732  
__device_add_disk.cold+0x11/0x19e block/genhd.c:732
Kernel panic - not syncing: panic_on_warn set ...
CPU: 0 PID: 10346 Comm: syz-executor227 Not tainted 5.3.0-rc5+ #139
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:77 [inline]
  dump_stack+0x172/0x1f0 lib/dump_stack.c:113
  panic+0x2dc/0x755 kernel/panic.c:219
  __warn.cold+0x20/0x4c kernel/panic.c:576
  report_bug+0x263/0x2b0 lib/bug.c:186
  fixup_bug arch/x86/kernel/traps.c:179 [inline]
  fixup_bug arch/x86/kernel/traps.c:174 [inline]
  do_error_trap+0x11b/0x200 arch/x86/kernel/traps.c:272
  do_invalid_op+0x37/0x50 arch/x86/kernel/traps.c:291
  invalid_op+0x23/0x30 arch/x86/entry/entry_64.S:1028
RIP: 0010:__device_add_disk.cold+0x11/0x19e block/genhd.c:732
Code: 41 bc f0 ff ff ff e8 ff c7 2c fe 48 8b 7d d0 e8 52 ed 7c fe e9 ba 7a  
ff ff e8 18 27 43 fe 48 c7 c7 40 c5 c4 87 e8 e0 c7 2c fe <0f> 0b e9 7b de  
ff ff e8 00 27 43 fe 48 c7 c7 40 c5 c4 87 e8 c8 c7
RSP: 0018:ffff88808899faf8 EFLAGS: 00010286
RAX: 0000000000000024 RBX: 00000000fffffff4 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffffffff815c2526 RDI: ffffed1011133f51
RBP: ffff88808899fc10 R08: 0000000000000024 R09: ffffed1015d060d1
R10: ffffed1015d060d0 R11: ffff8880ae830687 R12: ffff8880a9a895c0
R13: ffff8880a9a89650 R14: ffff88808899fbe8 R15: ffff8880a9a895c4
  device_add_disk+0x2b/0x40 block/genhd.c:754
  add_disk include/linux/genhd.h:429 [inline]
  loop_add+0x635/0x8d0 drivers/block/loop.c:2050
  loop_control_ioctl drivers/block/loop.c:2151 [inline]
  loop_control_ioctl+0x165/0x360 drivers/block/loop.c:2133
  vfs_ioctl fs/ioctl.c:46 [inline]
  file_ioctl fs/ioctl.c:509 [inline]
  do_vfs_ioctl+0xdb6/0x13e0 fs/ioctl.c:696
  ksys_ioctl+0xab/0xd0 fs/ioctl.c:713
  __do_sys_ioctl fs/ioctl.c:720 [inline]
  __se_sys_ioctl fs/ioctl.c:718 [inline]
  __x64_sys_ioctl+0x73/0xb0 fs/ioctl.c:718
  do_syscall_64+0xfd/0x6a0 arch/x86/entry/common.c:296
  entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x441319
Code: e8 5c ae 02 00 48 83 c4 18 c3 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7  
48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff  
ff 0f 83 bb 0a fc ff c3 66 2e 0f 1f 84 00 00 00 00
RSP: 002b:00007fff862aa408 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 0000000000441319
RDX: 0000000000000000 RSI: 0000000000004c80 RDI: 0000000000000003
RBP: 00007fff862aa420 R08: 0000000000000002 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: ffffffffffffffff
R13: 0000000000000005 R14: 0000000000000000 R15: 0000000000000000
Kernel Offset: disabled
Rebooting in 86400 seconds..


---
This bug is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzkaller@googlegroups.com.

syzbot will keep track of this bug report. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.
For information about bisection process see: https://goo.gl/tpsmEJ#bisection
syzbot can test patches for this bug, for details see:
https://goo.gl/tpsmEJ#testing-patches

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-02 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17 14:06 WARNING in loop_add Wei Chen
2022-07-17 14:40 ` Keith Busch
2022-11-02  7:02   ` Wei Chen
2022-11-02 12:34     ` Yu Kuai
  -- strict thread matches above, loose matches on Subject: below --
2021-09-03  7:36 Hao Sun
2019-08-23  2:28 syzbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).