=====================================================
WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected
5.13.0-rc2-syzkaller #0 Not tainted
-----------------------------------------------------
syz-executor.3/22876 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire:
ffff888016e821f8 (&f->f_owner.lock){.+.?}-{2:2}, at: send_sigio+0x24/0x370 fs/fcntl.c:795

and this task is already holding:
ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync_rcu fs/fcntl.c:1012 [inline]
ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync fs/fcntl.c:1033 [inline]
ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync+0x14b/0x460 fs/fcntl.c:1026
which would create a new lock dependency:
 (&new->fa_lock){....}-{2:2} -> (&f->f_owner.lock){.+.?}-{2:2}

but this new dependency connects a SOFTIRQ-irq-safe lock:
 (fasync_lock){+.+.}-{2:2}

... which became SOFTIRQ-irq-safe at:
  lock_acquire kernel/locking/lockdep.c:5512 [inline]
  lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
  __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
  _raw_spin_lock+0x2a/0x40 kernel/locking/spinlock.c:151
  spin_lock include/linux/spinlock.h:354 [inline]
  fasync_remove_entry+0x2e/0x1f0 fs/fcntl.c:885
  fasync_helper+0x9e/0xb0 fs/fcntl.c:993
  __tty_fasync drivers/tty/tty_io.c:2245 [inline]
  tty_release+0x16d/0x1210 drivers/tty/tty_io.c:1763
  __fput+0x288/0x920 fs/file_table.c:280
  task_work_run+0xdd/0x1a0 kernel/task_work.c:164
  tracehook_notify_resume include/linux/tracehook.h:189 [inline]
  exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
  exit_to_user_mode_prepare+0x272/0x280 kernel/entry/common.c:208
  __syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
  syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:301
  do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:57
  entry_SYSCALL_64_after_hwframe+0x44/0xae

to a SOFTIRQ-irq-unsafe lock:
 (&f->f_owner.lock){.+.?}-{2:2}

... which became SOFTIRQ-irq-unsafe at:
...
  lock_acquire kernel/locking/lockdep.c:5512 [inline]
  lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
  __raw_read_lock_irqsave include/linux/rwlock_api_smp.h:159 [inline]
  _raw_read_lock_irqsave+0x45/0x90 kernel/locking/spinlock.c:231
  send_sigurg+0x1e/0xac0 fs/fcntl.c:834
  sk_send_sigurg+0x76/0x300 net/core/sock.c:2946
  tcp_check_urg.isra.0+0x1fb/0x710 net/ipv4/tcp_input.c:5503
  tcp_urg net/ipv4/tcp_input.c:5544 [inline]
  tcp_rcv_established+0x106c/0x1eb0 net/ipv4/tcp_input.c:5878
  tcp_v4_do_rcv+0x5d1/0x870 net/ipv4/tcp_ipv4.c:1694
  tcp_v4_rcv+0x3298/0x3950 net/ipv4/tcp_ipv4.c:2077
  ip_protocol_deliver_rcu+0x5c/0xa20 net/ipv4/ip_input.c:204
  ip_local_deliver_finish+0x20a/0x370 net/ipv4/ip_input.c:231
  NF_HOOK include/linux/netfilter.h:301 [inline]
  NF_HOOK include/linux/netfilter.h:295 [inline]
  ip_local_deliver+0x1b3/0x200 net/ipv4/ip_input.c:252
  dst_input include/net/dst.h:458 [inline]
  ip_rcv_finish+0x1da/0x2f0 net/ipv4/ip_input.c:429
  NF_HOOK include/linux/netfilter.h:301 [inline]
  NF_HOOK include/linux/netfilter.h:295 [inline]
  ip_rcv+0xaa/0xd0 net/ipv4/ip_input.c:540
  __netif_receive_skb_one_core+0x114/0x180 net/core/dev.c:5440
  __netif_receive_skb+0x27/0x1c0 net/core/dev.c:5554
  process_backlog+0x232/0x6c0 net/core/dev.c:6418
  __napi_poll+0xaf/0x440 net/core/dev.c:6966
  napi_poll net/core/dev.c:7033 [inline]
  net_rx_action+0x801/0xb40 net/core/dev.c:7120
  __do_softirq+0x29b/0x9f6 kernel/softirq.c:559
  invoke_softirq kernel/softirq.c:433 [inline]
  __irq_exit_rcu+0x136/0x200 kernel/softirq.c:637
  irq_exit_rcu+0x5/0x20 kernel/softirq.c:649
  sysvec_apic_timer_interrupt+0x93/0xc0 arch/x86/kernel/apic/apic.c:1100
  asm_sysvec_apic_timer_interrupt+0x12/0x20 arch/x86/include/asm/idtentry.h:647
  __raw_spin_unlock_irqrestore include/linux/spinlock_api_smp.h:161 [inline]
  _raw_spin_unlock_irqrestore+0x38/0x70 kernel/locking/spinlock.c:191
  do_wait+0x196/0xd40 kernel/exit.c:1491
  kernel_wait4+0x14c/0x260 kernel/exit.c:1678
  __do_sys_wait4+0x13f/0x150 kernel/exit.c:1706
  do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
  entry_SYSCALL_64_after_hwframe+0x44/0xae

other info that might help us debug this:

Chain exists of:
  fasync_lock --> &new->fa_lock --> &f->f_owner.lock

 Possible interrupt unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&f->f_owner.lock);
                               local_irq_disable();
                               lock(fasync_lock);
                               lock(&new->fa_lock);
  <Interrupt>
    lock(fasync_lock);

 *** DEADLOCK ***

8 locks held by syz-executor.3/22876:
 #0: ffff8880248ae110 (&evdev->mutex){+.+.}-{3:3}, at: evdev_write+0x1d3/0x760 drivers/input/evdev.c:513
 #1: ffff88802484a230 (&dev->event_lock){-...}-{2:2}, at: input_inject_event+0xa6/0x310 drivers/input/input.c:471
 #2: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: is_event_supported drivers/input/input.c:53 [inline]
 #2: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: is_event_supported drivers/input/input.c:50 [inline]
 #2: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: input_inject_event+0x92/0x310 drivers/input/input.c:470
 #3: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: input_dev_toggle drivers/input/input.c:1712 [inline]
 #3: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: input_pass_values.part.0+0x0/0x700 drivers/input/input.c:1832
 #4: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: evdev_events+0x59/0x3f0 drivers/input/evdev.c:296
 #5: ffff888021180028 (&client->buffer_lock){....}-{2:2}, at: spin_lock include/linux/spinlock.h:354 [inline]
 #5: ffff888021180028 (&client->buffer_lock){....}-{2:2}, at: evdev_pass_values.part.0+0xf6/0x970 drivers/input/evdev.c:261
 #6: ffffffff8bf767e0 (rcu_read_lock){....}-{1:2}, at: kill_fasync+0x3d/0x460 fs/fcntl.c:1031
 #7: ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync_rcu fs/fcntl.c:1012 [inline]
 #7: ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync fs/fcntl.c:1033 [inline]
 #7: ffff888024b0f9f0 (&new->fa_lock){....}-{2:2}, at: kill_fasync+0x14b/0x460 fs/fcntl.c:1026

the dependencies between SOFTIRQ-irq-safe lock and the holding lock:
 -> (fasync_lock){+.+.}-{2:2} {
    HARDIRQ-ON-W at:
                      lock_acquire kernel/locking/lockdep.c:5512 [inline]
                      lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                      __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
                      _raw_spin_lock+0x2a/0x40 kernel/locking/spinlock.c:151
                      spin_lock include/linux/spinlock.h:354 [inline]
                      fasync_remove_entry+0x2e/0x1f0 fs/fcntl.c:885
                      fasync_helper+0x9e/0xb0 fs/fcntl.c:993
                      __tty_fasync drivers/tty/tty_io.c:2245 [inline]
                      tty_release+0x16d/0x1210 drivers/tty/tty_io.c:1763
                      __fput+0x288/0x920 fs/file_table.c:280
                      task_work_run+0xdd/0x1a0 kernel/task_work.c:164
                      tracehook_notify_resume include/linux/tracehook.h:189 [inline]
                      exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
                      exit_to_user_mode_prepare+0x272/0x280 kernel/entry/common.c:208
                      __syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
                      syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:301
                      do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:57
                      entry_SYSCALL_64_after_hwframe+0x44/0xae
    SOFTIRQ-ON-W at:
                      lock_acquire kernel/locking/lockdep.c:5512 [inline]
                      lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                      __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
                      _raw_spin_lock+0x2a/0x40 kernel/locking/spinlock.c:151
                      spin_lock include/linux/spinlock.h:354 [inline]
                      fasync_remove_entry+0x2e/0x1f0 fs/fcntl.c:885
                      fasync_helper+0x9e/0xb0 fs/fcntl.c:993
                      __tty_fasync drivers/tty/tty_io.c:2245 [inline]
                      tty_release+0x16d/0x1210 drivers/tty/tty_io.c:1763
                      __fput+0x288/0x920 fs/file_table.c:280
                      task_work_run+0xdd/0x1a0 kernel/task_work.c:164
                      tracehook_notify_resume include/linux/tracehook.h:189 [inline]
                      exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
                      exit_to_user_mode_prepare+0x272/0x280 kernel/entry/common.c:208
                      __syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
                      syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:301
                      do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:57
                      entry_SYSCALL_64_after_hwframe+0x44/0xae
    INITIAL USE at:
                     lock_acquire kernel/locking/lockdep.c:5512 [inline]
                     lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                     __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
                     _raw_spin_lock+0x2a/0x40 kernel/locking/spinlock.c:151
                     spin_lock include/linux/spinlock.h:354 [inline]
                     fasync_remove_entry+0x2e/0x1f0 fs/fcntl.c:885
                     fasync_helper+0x9e/0xb0 fs/fcntl.c:993
                     __tty_fasync drivers/tty/tty_io.c:2245 [inline]
                     tty_release+0x16d/0x1210 drivers/tty/tty_io.c:1763
                     __fput+0x288/0x920 fs/file_table.c:280
                     task_work_run+0xdd/0x1a0 kernel/task_work.c:164
                     tracehook_notify_resume include/linux/tracehook.h:189 [inline]
                     exit_to_user_mode_loop kernel/entry/common.c:174 [inline]
                     exit_to_user_mode_prepare+0x272/0x280 kernel/entry/common.c:208
                     __syscall_exit_to_user_mode_work kernel/entry/common.c:290 [inline]
                     syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:301
                     do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:57
                     entry_SYSCALL_64_after_hwframe+0x44/0xae
  }
  ... key      at: [<ffffffff8c0e1358>] fasync_lock+0x18/0x8e0
  ... acquired at:
   __raw_write_lock_irq include/linux/rwlock_api_smp.h:196 [inline]
   _raw_write_lock_irq+0x32/0x50 kernel/locking/spinlock.c:311
   fasync_insert_entry+0x1d8/0x2b0 fs/fcntl.c:937
   lease_setup+0x9d/0x160 fs/locks.c:600
   generic_add_lease fs/locks.c:1942 [inline]
   generic_setlease+0x10c1/0x1a30 fs/locks.c:2021
   vfs_setlease+0xfd/0x120 fs/locks.c:2111
   do_fcntl_add_lease fs/locks.c:2132 [inline]
   fcntl_setlease+0x134/0x2c0 fs/locks.c:2154
   do_fcntl+0x2b6/0x1200 fs/fcntl.c:418
   __do_sys_fcntl fs/fcntl.c:471 [inline]
   __se_sys_fcntl fs/fcntl.c:456 [inline]
   __x64_sys_fcntl+0x165/0x1e0 fs/fcntl.c:456
   do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
   entry_SYSCALL_64_after_hwframe+0x44/0xae

-> (&new->fa_lock){....}-{2:2} {
   INITIAL USE at:
                   lock_acquire kernel/locking/lockdep.c:5512 [inline]
                   lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                   __raw_write_lock_irq include/linux/rwlock_api_smp.h:196 [inline]
                   _raw_write_lock_irq+0x32/0x50 kernel/locking/spinlock.c:311
                   fasync_insert_entry+0x1d8/0x2b0 fs/fcntl.c:937
                   lease_setup+0x9d/0x160 fs/locks.c:600
                   generic_add_lease fs/locks.c:1942 [inline]
                   generic_setlease+0x10c1/0x1a30 fs/locks.c:2021
                   vfs_setlease+0xfd/0x120 fs/locks.c:2111
                   do_fcntl_add_lease fs/locks.c:2132 [inline]
                   fcntl_setlease+0x134/0x2c0 fs/locks.c:2154
                   do_fcntl+0x2b6/0x1200 fs/fcntl.c:418
                   __do_sys_fcntl fs/fcntl.c:471 [inline]
                   __se_sys_fcntl fs/fcntl.c:456 [inline]
                   __x64_sys_fcntl+0x165/0x1e0 fs/fcntl.c:456
                   do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
                   entry_SYSCALL_64_after_hwframe+0x44/0xae
   INITIAL READ USE at:
                        lock_acquire kernel/locking/lockdep.c:5512 [inline]
                        lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                        __raw_read_lock include/linux/rwlock_api_smp.h:149 [inline]
                        _raw_read_lock+0x5b/0x70 kernel/locking/spinlock.c:223
                        kill_fasync_rcu fs/fcntl.c:1012 [inline]
                        kill_fasync fs/fcntl.c:1033 [inline]
                        kill_fasync+0x14b/0x460 fs/fcntl.c:1026
                        __pass_event drivers/input/evdev.c:240 [inline]
                        evdev_pass_values.part.0+0x64e/0x970 drivers/input/evdev.c:278
                        evdev_pass_values drivers/input/evdev.c:253 [inline]
                        evdev_events+0x28b/0x3f0 drivers/input/evdev.c:306
                        input_to_handler+0x2a0/0x4c0 drivers/input/input.c:115
                        input_pass_values.part.0+0x284/0x700 drivers/input/input.c:145
                        input_pass_values drivers/input/input.c:134 [inline]
                        input_handle_event+0x373/0x1440 drivers/input/input.c:404
                        input_inject_event+0x2f5/0x310 drivers/input/input.c:476
                        evdev_write+0x430/0x760 drivers/input/evdev.c:530
                        vfs_write+0x28e/0xa30 fs/read_write.c:603
                        ksys_write+0x1ee/0x250 fs/read_write.c:658
                        do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
                        entry_SYSCALL_64_after_hwframe+0x44/0xae
 }
 ... key      at: [<ffffffff907e5940>] __key.0+0x0/0x40
 ... acquired at:
   lock_acquire kernel/locking/lockdep.c:5512 [inline]
   lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
   __raw_read_lock_irqsave include/linux/rwlock_api_smp.h:159 [inline]
   _raw_read_lock_irqsave+0x70/0x90 kernel/locking/spinlock.c:231
   send_sigio+0x24/0x370 fs/fcntl.c:795
   kill_fasync_rcu fs/fcntl.c:1019 [inline]
   kill_fasync fs/fcntl.c:1033 [inline]
   kill_fasync+0x205/0x460 fs/fcntl.c:1026
   __pass_event drivers/input/evdev.c:240 [inline]
   evdev_pass_values.part.0+0x64e/0x970 drivers/input/evdev.c:278
   evdev_pass_values drivers/input/evdev.c:253 [inline]
   evdev_events+0x28b/0x3f0 drivers/input/evdev.c:306
   input_to_handler+0x2a0/0x4c0 drivers/input/input.c:115
   input_pass_values.part.0+0x284/0x700 drivers/input/input.c:145
   input_pass_values drivers/input/input.c:134 [inline]
   input_handle_event+0x373/0x1440 drivers/input/input.c:404
   input_inject_event+0x2f5/0x310 drivers/input/input.c:476
   evdev_write+0x430/0x760 drivers/input/evdev.c:530
   vfs_write+0x28e/0xa30 fs/read_write.c:603
   ksys_write+0x1ee/0x250 fs/read_write.c:658
   do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
   entry_SYSCALL_64_after_hwframe+0x44/0xae


the dependencies between the lock to be acquired
 and SOFTIRQ-irq-unsafe lock:
-> (&f->f_owner.lock){.+.?}-{2:2} {
   HARDIRQ-ON-R at:
                    lock_acquire kernel/locking/lockdep.c:5512 [inline]
                    lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                    __raw_read_lock include/linux/rwlock_api_smp.h:149 [inline]
                    _raw_read_lock+0x5b/0x70 kernel/locking/spinlock.c:223
                    f_getown+0x23/0x2a0 fs/fcntl.c:153
                    sock_ioctl+0x4ba/0x6a0 net/socket.c:1124
                    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_64+0x3a/0xb0 arch/x86/entry/common.c:47
                    entry_SYSCALL_64_after_hwframe+0x44/0xae
   IN-SOFTIRQ-R at:
                    lock_acquire kernel/locking/lockdep.c:5512 [inline]
                    lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                    __raw_read_lock_irqsave include/linux/rwlock_api_smp.h:159 [inline]
                    _raw_read_lock_irqsave+0x45/0x90 kernel/locking/spinlock.c:231
                    send_sigurg+0x1e/0xac0 fs/fcntl.c:834
                    sk_send_sigurg+0x76/0x300 net/core/sock.c:2946
                    tcp_check_urg.isra.0+0x1fb/0x710 net/ipv4/tcp_input.c:5503
                    tcp_urg net/ipv4/tcp_input.c:5544 [inline]
                    tcp_rcv_established+0x106c/0x1eb0 net/ipv4/tcp_input.c:5878
                    tcp_v4_do_rcv+0x5d1/0x870 net/ipv4/tcp_ipv4.c:1694
                    tcp_v4_rcv+0x3298/0x3950 net/ipv4/tcp_ipv4.c:2077
                    ip_protocol_deliver_rcu+0x5c/0xa20 net/ipv4/ip_input.c:204
                    ip_local_deliver_finish+0x20a/0x370 net/ipv4/ip_input.c:231
                    NF_HOOK include/linux/netfilter.h:301 [inline]
                    NF_HOOK include/linux/netfilter.h:295 [inline]
                    ip_local_deliver+0x1b3/0x200 net/ipv4/ip_input.c:252
                    dst_input include/net/dst.h:458 [inline]
                    ip_rcv_finish+0x1da/0x2f0 net/ipv4/ip_input.c:429
                    NF_HOOK include/linux/netfilter.h:301 [inline]
                    NF_HOOK include/linux/netfilter.h:295 [inline]
                    ip_rcv+0xaa/0xd0 net/ipv4/ip_input.c:540
                    __netif_receive_skb_one_core+0x114/0x180 net/core/dev.c:5440
                    __netif_receive_skb+0x27/0x1c0 net/core/dev.c:5554
                    process_backlog+0x232/0x6c0 net/core/dev.c:6418
                    __napi_poll+0xaf/0x440 net/core/dev.c:6966
                    napi_poll net/core/dev.c:7033 [inline]
                    net_rx_action+0x801/0xb40 net/core/dev.c:7120
                    __do_softirq+0x29b/0x9f6 kernel/softirq.c:559
                    invoke_softirq kernel/softirq.c:433 [inline]
                    __irq_exit_rcu+0x136/0x200 kernel/softirq.c:637
                    irq_exit_rcu+0x5/0x20 kernel/softirq.c:649
                    sysvec_apic_timer_interrupt+0x93/0xc0 arch/x86/kernel/apic/apic.c:1100
                    asm_sysvec_apic_timer_interrupt+0x12/0x20 arch/x86/include/asm/idtentry.h:647
                    __raw_spin_unlock_irqrestore include/linux/spinlock_api_smp.h:161 [inline]
                    _raw_spin_unlock_irqrestore+0x38/0x70 kernel/locking/spinlock.c:191
                    do_wait+0x196/0xd40 kernel/exit.c:1491
                    kernel_wait4+0x14c/0x260 kernel/exit.c:1678
                    __do_sys_wait4+0x13f/0x150 kernel/exit.c:1706
                    do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
                    entry_SYSCALL_64_after_hwframe+0x44/0xae
   SOFTIRQ-ON-R at:
                    lock_acquire kernel/locking/lockdep.c:5512 [inline]
                    lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                    __raw_read_lock include/linux/rwlock_api_smp.h:149 [inline]
                    _raw_read_lock+0x5b/0x70 kernel/locking/spinlock.c:223
                    f_getown+0x23/0x2a0 fs/fcntl.c:153
                    sock_ioctl+0x4ba/0x6a0 net/socket.c:1124
                    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_64+0x3a/0xb0 arch/x86/entry/common.c:47
                    entry_SYSCALL_64_after_hwframe+0x44/0xae
   INITIAL USE at:
                   lock_acquire kernel/locking/lockdep.c:5512 [inline]
                   lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                   __raw_write_lock_irq include/linux/rwlock_api_smp.h:196 [inline]
                   _raw_write_lock_irq+0x32/0x50 kernel/locking/spinlock.c:311
                   f_modown+0x2a/0x390 fs/fcntl.c:91
                   generic_add_lease fs/locks.c:1942 [inline]
                   generic_setlease+0x10c1/0x1a30 fs/locks.c:2021
                   vfs_setlease+0xfd/0x120 fs/locks.c:2111
                   do_fcntl_add_lease fs/locks.c:2132 [inline]
                   fcntl_setlease+0x134/0x2c0 fs/locks.c:2154
                   do_fcntl+0x2b6/0x1200 fs/fcntl.c:418
                   __do_sys_fcntl fs/fcntl.c:471 [inline]
                   __se_sys_fcntl fs/fcntl.c:456 [inline]
                   __x64_sys_fcntl+0x165/0x1e0 fs/fcntl.c:456
                   do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
                   entry_SYSCALL_64_after_hwframe+0x44/0xae
   INITIAL READ USE at:
                        lock_acquire kernel/locking/lockdep.c:5512 [inline]
                        lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
                        __raw_read_lock include/linux/rwlock_api_smp.h:149 [inline]
                        _raw_read_lock+0x5b/0x70 kernel/locking/spinlock.c:223
                        f_getown+0x23/0x2a0 fs/fcntl.c:153
                        sock_ioctl+0x4ba/0x6a0 net/socket.c:1124
                        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_64+0x3a/0xb0 arch/x86/entry/common.c:47
                        entry_SYSCALL_64_after_hwframe+0x44/0xae
 }
 ... key      at: [<ffffffff907e4b60>] __key.5+0x0/0x40
 ... acquired at:
   lock_acquire kernel/locking/lockdep.c:5512 [inline]
   lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
   __raw_read_lock_irqsave include/linux/rwlock_api_smp.h:159 [inline]
   _raw_read_lock_irqsave+0x70/0x90 kernel/locking/spinlock.c:231
   send_sigio+0x24/0x370 fs/fcntl.c:795
   kill_fasync_rcu fs/fcntl.c:1019 [inline]
   kill_fasync fs/fcntl.c:1033 [inline]
   kill_fasync+0x205/0x460 fs/fcntl.c:1026
   __pass_event drivers/input/evdev.c:240 [inline]
   evdev_pass_values.part.0+0x64e/0x970 drivers/input/evdev.c:278
   evdev_pass_values drivers/input/evdev.c:253 [inline]
   evdev_events+0x28b/0x3f0 drivers/input/evdev.c:306
   input_to_handler+0x2a0/0x4c0 drivers/input/input.c:115
   input_pass_values.part.0+0x284/0x700 drivers/input/input.c:145
   input_pass_values drivers/input/input.c:134 [inline]
   input_handle_event+0x373/0x1440 drivers/input/input.c:404
   input_inject_event+0x2f5/0x310 drivers/input/input.c:476
   evdev_write+0x430/0x760 drivers/input/evdev.c:530
   vfs_write+0x28e/0xa30 fs/read_write.c:603
   ksys_write+0x1ee/0x250 fs/read_write.c:658
   do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
   entry_SYSCALL_64_after_hwframe+0x44/0xae


stack backtrace:
CPU: 0 PID: 22876 Comm: syz-executor.3 Not tainted 5.13.0-rc2-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:79 [inline]
 dump_stack+0x141/0x1d7 lib/dump_stack.c:120
 print_bad_irq_dependency kernel/locking/lockdep.c:2462 [inline]
 check_irq_usage.cold+0x4d6/0x6c5 kernel/locking/lockdep.c:2691
 check_prev_add kernel/locking/lockdep.c:2942 [inline]
 check_prevs_add kernel/locking/lockdep.c:3061 [inline]
 validate_chain kernel/locking/lockdep.c:3676 [inline]
 __lock_acquire+0x2a2f/0x5230 kernel/locking/lockdep.c:4902
 lock_acquire kernel/locking/lockdep.c:5512 [inline]
 lock_acquire+0x1ab/0x740 kernel/locking/lockdep.c:5477
 __raw_read_lock_irqsave include/linux/rwlock_api_smp.h:159 [inline]
 _raw_read_lock_irqsave+0x70/0x90 kernel/locking/spinlock.c:231
 send_sigio+0x24/0x370 fs/fcntl.c:795
 kill_fasync_rcu fs/fcntl.c:1019 [inline]
 kill_fasync fs/fcntl.c:1033 [inline]
 kill_fasync+0x205/0x460 fs/fcntl.c:1026
 __pass_event drivers/input/evdev.c:240 [inline]
 evdev_pass_values.part.0+0x64e/0x970 drivers/input/evdev.c:278
 evdev_pass_values drivers/input/evdev.c:253 [inline]
 evdev_events+0x28b/0x3f0 drivers/input/evdev.c:306
 input_to_handler+0x2a0/0x4c0 drivers/input/input.c:115
 input_pass_values.part.0+0x284/0x700 drivers/input/input.c:145
 input_pass_values drivers/input/input.c:134 [inline]
 input_handle_event+0x373/0x1440 drivers/input/input.c:404
 input_inject_event+0x2f5/0x310 drivers/input/input.c:476
 evdev_write+0x430/0x760 drivers/input/evdev.c:530
 vfs_write+0x28e/0xa30 fs/read_write.c:603
 ksys_write+0x1ee/0x250 fs/read_write.c:658
 do_syscall_64+0x3a/0xb0 arch/x86/entry/common.c:47
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x4665d9
Code: ff ff 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 c7 c1 bc ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007fccac37f188 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 000000000056bf80 RCX: 00000000004665d9
RDX: 00000000000002b8 RSI: 0000000020000040 RDI: 0000000000000004
RBP: 00000000004bfcb9 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 000000000056bf80
R13: 00007ffeb603946f R14: 00007fccac37f300 R15: 0000000000022000