=====================================================
WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected
5.11.0-rc1-syzkaller #0 Not tainted
-----------------------------------------------------
syz-executor.4/16267 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire:
ffff88801cd0c600 (&new->fa_lock){.+.+}-{2:2}, at: kill_fasync_rcu fs/fcntl.c:1004 [inline]
ffff88801cd0c600 (&new->fa_lock){.+.+}-{2:2}, at: kill_fasync fs/fcntl.c:1025 [inline]
ffff88801cd0c600 (&new->fa_lock){.+.+}-{2:2}, at: kill_fasync+0x14b/0x460 fs/fcntl.c:1018

and this task is already holding:
ffff888018043028 (&client->buffer_lock){....}-{2:2}, at: spin_lock include/linux/spinlock.h:354 [inline]
ffff888018043028 (&client->buffer_lock){....}-{2:2}, at: evdev_pass_values.part.0+0xf6/0x970 drivers/input/evdev.c:261
which would create a new lock dependency:
 (&client->buffer_lock){....}-{2:2} -> (&new->fa_lock){.+.+}-{2:2}

but this new dependency connects a HARDIRQ-irq-safe lock:
 (&dev->event_lock){-...}-{2:2}

... which became HARDIRQ-irq-safe at:
  lock_acquire kernel/locking/lockdep.c:5437 [inline]
  lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
  __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
  _raw_spin_lock_irqsave+0x39/0x50 kernel/locking/spinlock.c:159
  input_event drivers/input/input.c:445 [inline]
  input_event+0x7b/0xb0 drivers/input/input.c:438
  input_report_key include/linux/input.h:425 [inline]
  psmouse_report_standard_buttons+0x2c/0x80 drivers/input/mouse/psmouse-base.c:123
  psmouse_report_standard_packet drivers/input/mouse/psmouse-base.c:141 [inline]
  psmouse_process_byte+0x1e1/0x890 drivers/input/mouse/psmouse-base.c:232
  psmouse_handle_byte+0x41/0x1b0 drivers/input/mouse/psmouse-base.c:274
  psmouse_interrupt+0x304/0xf00 drivers/input/mouse/psmouse-base.c:426
  serio_interrupt+0x88/0x150 drivers/input/serio/serio.c:1002
  i8042_interrupt+0x27a/0x520 drivers/input/serio/i8042.c:602
  __handle_irq_event_percpu+0x303/0x8f0 kernel/irq/handle.c:156
  handle_irq_event_percpu kernel/irq/handle.c:196 [inline]
  handle_irq_event+0x102/0x290 kernel/irq/handle.c:213
  handle_edge_irq+0x25f/0xd00 kernel/irq/chip.c:819
  asm_call_irq_on_stack+0xf/0x20
  __run_irq_on_irqstack arch/x86/include/asm/irq_stack.h:48 [inline]
  run_irq_on_irqstack_cond arch/x86/include/asm/irq_stack.h:101 [inline]
  handle_irq arch/x86/kernel/irq.c:230 [inline]
  __common_interrupt arch/x86/kernel/irq.c:249 [inline]
  common_interrupt+0x120/0x200 arch/x86/kernel/irq.c:239
  asm_common_interrupt+0x1e/0x40 arch/x86/include/asm/idtentry.h:619
  check_kcov_mode+0x31/0x40 kernel/kcov.c:174
  write_comp_data kernel/kcov.c:218 [inline]
  __sanitizer_cov_trace_cmp2+0x22/0x80 kernel/kcov.c:252
  usb_match_device+0xc6/0x550 drivers/usb/core/driver.c:644
  usb_match_one_id drivers/usb/core/driver.c:726 [inline]
  usb_match_id.part.0+0x10d/0x1b0 drivers/usb/core/driver.c:820
  usb_match_id drivers/usb/core/driver.c:810 [inline]
  usb_device_match+0xe7/0x240 drivers/usb/core/driver.c:893
  driver_match_device drivers/base/base.h:142 [inline]
  __driver_attach+0x6c/0x2f0 drivers/base/dd.c:1066
  bus_for_each_dev+0x147/0x1d0 drivers/base/bus.c:305
  bus_add_driver+0x3a9/0x630 drivers/base/bus.c:622
  driver_register+0x220/0x3a0 drivers/base/driver.c:171
  usb_register_driver+0x249/0x460 drivers/usb/core/driver.c:1065
  do_one_initcall+0x103/0x650 init/main.c:1217
  do_initcall_level init/main.c:1290 [inline]
  do_initcalls init/main.c:1306 [inline]
  do_basic_setup init/main.c:1326 [inline]
  kernel_init_freeable+0x600/0x684 init/main.c:1532
  kernel_init+0xd/0x1b8 init/main.c:1415
  ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:296

to a HARDIRQ-irq-unsafe lock:
 (&new->fa_lock){.+.+}-{2:2}

... which became HARDIRQ-irq-unsafe at:
...
  lock_acquire kernel/locking/lockdep.c:5437 [inline]
  lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
  __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:1004 [inline]
  kill_fasync fs/fcntl.c:1025 [inline]
  kill_fasync+0x14b/0x460 fs/fcntl.c:1018
  lease_break_callback+0x1f/0x30 fs/locks.c:585
  __break_lease+0x3d4/0x1400 fs/locks.c:1657
  break_lease include/linux/fs.h:2430 [inline]
  break_lease include/linux/fs.h:2420 [inline]
  do_dentry_open+0x444/0x11b0 fs/open.c:808
  do_open fs/namei.c:3254 [inline]
  path_openat+0x1b9a/0x2730 fs/namei.c:3371
  do_filp_open+0x17e/0x3c0 fs/namei.c:3398
  do_sys_openat2+0x16d/0x420 fs/open.c:1172
  do_sys_open fs/open.c:1188 [inline]
  __do_compat_sys_openat fs/open.c:1246 [inline]
  __se_compat_sys_openat fs/open.c:1244 [inline]
  __ia32_compat_sys_openat+0x13f/0x1f0 fs/open.c:1244
  do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
  __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
  do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
  entry_SYSENTER_compat_after_hwframe+0x4d/0x5c

other info that might help us debug this:

Chain exists of:
  &dev->event_lock --> &client->buffer_lock --> &new->fa_lock

 Possible interrupt unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&new->fa_lock);
                               local_irq_disable();
                               lock(&dev->event_lock);
                               lock(&client->buffer_lock);
  <Interrupt>
    lock(&dev->event_lock);

 *** DEADLOCK ***

7 locks held by syz-executor.4/16267:
 #0: ffff88801d8a0110 (&evdev->mutex){+.+.}-{3:3}, at: evdev_write+0x1d3/0x760 drivers/input/evdev.c:513
 #1: ffff8881448e4230 (&dev->event_lock){-...}-{2:2}, at: input_inject_event+0xa6/0x310 drivers/input/input.c:471
 #2: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: is_event_supported drivers/input/input.c:53 [inline]
 #2: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: is_event_supported drivers/input/input.c:50 [inline]
 #2: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: input_inject_event+0x92/0x310 drivers/input/input.c:470
 #3: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: input_pass_values.part.0+0x0/0x700 drivers/input/input.c:837
 #4: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: evdev_events+0x59/0x3f0 drivers/input/evdev.c:296
 #5: ffff888018043028 (&client->buffer_lock){....}-{2:2}, at: spin_lock include/linux/spinlock.h:354 [inline]
 #5: ffff888018043028 (&client->buffer_lock){....}-{2:2}, at: evdev_pass_values.part.0+0xf6/0x970 drivers/input/evdev.c:261
 #6: ffffffff8b363860 (rcu_read_lock){....}-{1:2}, at: kill_fasync+0x3d/0x460 fs/fcntl.c:1023

the dependencies between HARDIRQ-irq-safe lock and the holding lock:
 -> (&dev->event_lock){-...}-{2:2} {
    IN-HARDIRQ-W at:
                      lock_acquire kernel/locking/lockdep.c:5437 [inline]
                      lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                      __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
                      _raw_spin_lock_irqsave+0x39/0x50 kernel/locking/spinlock.c:159
                      input_event drivers/input/input.c:445 [inline]
                      input_event+0x7b/0xb0 drivers/input/input.c:438
                      input_report_key include/linux/input.h:425 [inline]
                      psmouse_report_standard_buttons+0x2c/0x80 drivers/input/mouse/psmouse-base.c:123
                      psmouse_report_standard_packet drivers/input/mouse/psmouse-base.c:141 [inline]
                      psmouse_process_byte+0x1e1/0x890 drivers/input/mouse/psmouse-base.c:232
                      psmouse_handle_byte+0x41/0x1b0 drivers/input/mouse/psmouse-base.c:274
                      psmouse_interrupt+0x304/0xf00 drivers/input/mouse/psmouse-base.c:426
                      serio_interrupt+0x88/0x150 drivers/input/serio/serio.c:1002
                      i8042_interrupt+0x27a/0x520 drivers/input/serio/i8042.c:602
                      __handle_irq_event_percpu+0x303/0x8f0 kernel/irq/handle.c:156
                      handle_irq_event_percpu kernel/irq/handle.c:196 [inline]
                      handle_irq_event+0x102/0x290 kernel/irq/handle.c:213
                      handle_edge_irq+0x25f/0xd00 kernel/irq/chip.c:819
                      asm_call_irq_on_stack+0xf/0x20
                      __run_irq_on_irqstack arch/x86/include/asm/irq_stack.h:48 [inline]
                      run_irq_on_irqstack_cond arch/x86/include/asm/irq_stack.h:101 [inline]
                      handle_irq arch/x86/kernel/irq.c:230 [inline]
                      __common_interrupt arch/x86/kernel/irq.c:249 [inline]
                      common_interrupt+0x120/0x200 arch/x86/kernel/irq.c:239
                      asm_common_interrupt+0x1e/0x40 arch/x86/include/asm/idtentry.h:619
                      check_kcov_mode+0x31/0x40 kernel/kcov.c:174
                      write_comp_data kernel/kcov.c:218 [inline]
                      __sanitizer_cov_trace_cmp2+0x22/0x80 kernel/kcov.c:252
                      usb_match_device+0xc6/0x550 drivers/usb/core/driver.c:644
                      usb_match_one_id drivers/usb/core/driver.c:726 [inline]
                      usb_match_id.part.0+0x10d/0x1b0 drivers/usb/core/driver.c:820
                      usb_match_id drivers/usb/core/driver.c:810 [inline]
                      usb_device_match+0xe7/0x240 drivers/usb/core/driver.c:893
                      driver_match_device drivers/base/base.h:142 [inline]
                      __driver_attach+0x6c/0x2f0 drivers/base/dd.c:1066
                      bus_for_each_dev+0x147/0x1d0 drivers/base/bus.c:305
                      bus_add_driver+0x3a9/0x630 drivers/base/bus.c:622
                      driver_register+0x220/0x3a0 drivers/base/driver.c:171
                      usb_register_driver+0x249/0x460 drivers/usb/core/driver.c:1065
                      do_one_initcall+0x103/0x650 init/main.c:1217
                      do_initcall_level init/main.c:1290 [inline]
                      do_initcalls init/main.c:1306 [inline]
                      do_basic_setup init/main.c:1326 [inline]
                      kernel_init_freeable+0x600/0x684 init/main.c:1532
                      kernel_init+0xd/0x1b8 init/main.c:1415
                      ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:296
    INITIAL USE at:
                     lock_acquire kernel/locking/lockdep.c:5437 [inline]
                     lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                     __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
                     _raw_spin_lock_irqsave+0x39/0x50 kernel/locking/spinlock.c:159
                     input_inject_event+0xa6/0x310 drivers/input/input.c:471
                     __led_set_brightness drivers/leds/led-core.c:48 [inline]
                     led_set_brightness_nopm drivers/leds/led-core.c:275 [inline]
                     led_set_brightness_nosleep+0xe6/0x1a0 drivers/leds/led-core.c:292
                     led_set_brightness+0x134/0x170 drivers/leds/led-core.c:267
                     led_trigger_event drivers/leds/led-triggers.c:387 [inline]
                     led_trigger_event+0x70/0xd0 drivers/leds/led-triggers.c:377
                     kbd_led_trigger_activate+0xfa/0x130 drivers/tty/vt/keyboard.c:1017
                     led_trigger_set+0x61e/0xbd0 drivers/leds/led-triggers.c:195
                     led_trigger_set_default drivers/leds/led-triggers.c:259 [inline]
                     led_trigger_set_default+0x1a6/0x230 drivers/leds/led-triggers.c:246
                     led_classdev_register_ext+0x5b1/0x7c0 drivers/leds/led-class.c:417
                     led_classdev_register include/linux/leds.h:190 [inline]
                     input_leds_connect+0x3fb/0x740 drivers/input/input-leds.c:139
                     input_attach_handler+0x180/0x1f0 drivers/input/input.c:1035
                     input_register_device.cold+0xf0/0x307 drivers/input/input.c:2335
                     atkbd_connect+0x736/0xa00 drivers/input/keyboard/atkbd.c:1293
                     serio_connect_driver drivers/input/serio/serio.c:47 [inline]
                     serio_driver_probe+0x72/0xa0 drivers/input/serio/serio.c:778
                     really_probe+0x291/0xde0 drivers/base/dd.c:561
                     driver_probe_device+0x26b/0x3d0 drivers/base/dd.c:745
                     device_driver_attach+0x228/0x290 drivers/base/dd.c:1020
                     __driver_attach+0x15b/0x2f0 drivers/base/dd.c:1097
                     bus_for_each_dev+0x147/0x1d0 drivers/base/bus.c:305
                     serio_attach_driver drivers/input/serio/serio.c:808 [inline]
                     serio_handle_event+0x5f6/0xa30 drivers/input/serio/serio.c:227
                     process_one_work+0x98d/0x15f0 kernel/workqueue.c:2275
                     worker_thread+0x64c/0x1120 kernel/workqueue.c:2421
                     kthread+0x3b1/0x4a0 kernel/kthread.c:292
                     ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:296
  }
  ... key      at: [<ffffffff8fa4bf60>] __key.8+0x0/0x40
  ... acquired at:
   __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]
   evdev_handle_get_val+0x70/0x5e0 drivers/input/evdev.c:900
   evdev_do_ioctl+0xf3d/0x1820 drivers/input/evdev.c:1159
   evdev_ioctl_handler drivers/input/evdev.c:1272 [inline]
   evdev_ioctl_compat+0x144/0x1a0 drivers/input/evdev.c:1288
   __do_compat_sys_ioctl+0x1d3/0x230 fs/ioctl.c:842
   do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
   __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
   do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
   entry_SYSENTER_compat_after_hwframe+0x4d/0x5c

-> (&client->buffer_lock){....}-{2:2} {
   INITIAL USE at:
                   lock_acquire kernel/locking/lockdep.c:5437 [inline]
                   lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                   __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
                   _raw_spin_lock_irqsave+0x39/0x50 kernel/locking/spinlock.c:159
                   evdev_set_mask drivers/input/evdev.c:980 [inline]
                   evdev_do_ioctl+0x2d7/0x1820 drivers/input/evdev.c:1117
                   evdev_ioctl_handler drivers/input/evdev.c:1272 [inline]
                   evdev_ioctl_compat+0x144/0x1a0 drivers/input/evdev.c:1288
                   __do_compat_sys_ioctl+0x1d3/0x230 fs/ioctl.c:842
                   do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
                   __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
                   do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
                   entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
 }
 ... key      at: [<ffffffff8fa4c3e0>] __key.4+0x0/0x40
 ... acquired at:
   lock_acquire kernel/locking/lockdep.c:5437 [inline]
   lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
   __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:1004 [inline]
   kill_fasync fs/fcntl.c:1025 [inline]
   kill_fasync+0x14b/0x460 fs/fcntl.c:1018
   __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_32_irqs_on arch/x86/entry/common.c:78 [inline]
   __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
   do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
   entry_SYSENTER_compat_after_hwframe+0x4d/0x5c


the dependencies between the lock to be acquired
 and HARDIRQ-irq-unsafe lock:
-> (&new->fa_lock){.+.+}-{2:2} {
   HARDIRQ-ON-R at:
                    lock_acquire kernel/locking/lockdep.c:5437 [inline]
                    lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                    __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:1004 [inline]
                    kill_fasync fs/fcntl.c:1025 [inline]
                    kill_fasync+0x14b/0x460 fs/fcntl.c:1018
                    lease_break_callback+0x1f/0x30 fs/locks.c:585
                    __break_lease+0x3d4/0x1400 fs/locks.c:1657
                    break_lease include/linux/fs.h:2430 [inline]
                    break_lease include/linux/fs.h:2420 [inline]
                    do_dentry_open+0x444/0x11b0 fs/open.c:808
                    do_open fs/namei.c:3254 [inline]
                    path_openat+0x1b9a/0x2730 fs/namei.c:3371
                    do_filp_open+0x17e/0x3c0 fs/namei.c:3398
                    do_sys_openat2+0x16d/0x420 fs/open.c:1172
                    do_sys_open fs/open.c:1188 [inline]
                    __do_compat_sys_openat fs/open.c:1246 [inline]
                    __se_compat_sys_openat fs/open.c:1244 [inline]
                    __ia32_compat_sys_openat+0x13f/0x1f0 fs/open.c:1244
                    do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
                    __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
                    do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
                    entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
   SOFTIRQ-ON-R at:
                    lock_acquire kernel/locking/lockdep.c:5437 [inline]
                    lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                    __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:1004 [inline]
                    kill_fasync fs/fcntl.c:1025 [inline]
                    kill_fasync+0x14b/0x460 fs/fcntl.c:1018
                    lease_break_callback+0x1f/0x30 fs/locks.c:585
                    __break_lease+0x3d4/0x1400 fs/locks.c:1657
                    break_lease include/linux/fs.h:2430 [inline]
                    break_lease include/linux/fs.h:2420 [inline]
                    do_dentry_open+0x444/0x11b0 fs/open.c:808
                    do_open fs/namei.c:3254 [inline]
                    path_openat+0x1b9a/0x2730 fs/namei.c:3371
                    do_filp_open+0x17e/0x3c0 fs/namei.c:3398
                    do_sys_openat2+0x16d/0x420 fs/open.c:1172
                    do_sys_open fs/open.c:1188 [inline]
                    __do_compat_sys_openat fs/open.c:1246 [inline]
                    __se_compat_sys_openat fs/open.c:1244 [inline]
                    __ia32_compat_sys_openat+0x13f/0x1f0 fs/open.c:1244
                    do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
                    __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
                    do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
                    entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
   INITIAL USE at:
                   lock_acquire kernel/locking/lockdep.c:5437 [inline]
                   lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                   __raw_write_lock_irq include/linux/rwlock_api_smp.h:196 [inline]
                   _raw_write_lock_irq+0x32/0x50 kernel/locking/spinlock.c:311
                   fasync_remove_entry+0xb6/0x1f0 fs/fcntl.c:882
                   fasync_helper+0x9e/0xb0 fs/fcntl.c:985
                   lease_modify fs/locks.c:1522 [inline]
                   lease_modify+0x28a/0x370 fs/locks.c:1509
                   locks_remove_lease fs/locks.c:2772 [inline]
                   locks_remove_file+0x2b2/0x560 fs/locks.c:2797
                   __fput+0x1b6/0x920 fs/file_table.c:272
                   task_work_run+0xdd/0x190 kernel/task_work.c:140
                   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+0x249/0x250 kernel/entry/common.c:201
                   __syscall_exit_to_user_mode_work kernel/entry/common.c:291 [inline]
                   syscall_exit_to_user_mode+0x19/0x50 kernel/entry/common.c:302
                   __do_fast_syscall_32+0x62/0x80 arch/x86/entry/common.c:138
                   do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
                   entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
   INITIAL READ USE at:
                        lock_acquire kernel/locking/lockdep.c:5437 [inline]
                        lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
                        __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:1004 [inline]
                        kill_fasync fs/fcntl.c:1025 [inline]
                        kill_fasync+0x14b/0x460 fs/fcntl.c:1018
                        lease_break_callback+0x1f/0x30 fs/locks.c:585
                        __break_lease+0x3d4/0x1400 fs/locks.c:1657
                        break_lease include/linux/fs.h:2430 [inline]
                        break_lease include/linux/fs.h:2420 [inline]
                        do_dentry_open+0x444/0x11b0 fs/open.c:808
                        do_open fs/namei.c:3254 [inline]
                        path_openat+0x1b9a/0x2730 fs/namei.c:3371
                        do_filp_open+0x17e/0x3c0 fs/namei.c:3398
                        do_sys_openat2+0x16d/0x420 fs/open.c:1172
                        do_sys_open fs/open.c:1188 [inline]
                        __do_compat_sys_openat fs/open.c:1246 [inline]
                        __se_compat_sys_openat fs/open.c:1244 [inline]
                        __ia32_compat_sys_openat+0x13f/0x1f0 fs/open.c:1244
                        do_syscall_32_irqs_on arch/x86/entry/common.c:78 [inline]
                        __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
                        do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
                        entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
 }
 ... key      at: [<ffffffff8ef88940>] __key.0+0x0/0x40
 ... acquired at:
   lock_acquire kernel/locking/lockdep.c:5437 [inline]
   lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
   __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:1004 [inline]
   kill_fasync fs/fcntl.c:1025 [inline]
   kill_fasync+0x14b/0x460 fs/fcntl.c:1018
   __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_32_irqs_on arch/x86/entry/common.c:78 [inline]
   __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
   do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
   entry_SYSENTER_compat_after_hwframe+0x4d/0x5c


stack backtrace:
CPU: 1 PID: 16267 Comm: syz-executor.4 Not tainted 5.11.0-rc1-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+0x107/0x163 lib/dump_stack.c:120
 print_bad_irq_dependency kernel/locking/lockdep.c:2452 [inline]
 check_irq_usage.cold+0x4f5/0x6c8 kernel/locking/lockdep.c:2681
 check_prev_add kernel/locking/lockdep.c:2872 [inline]
 check_prevs_add kernel/locking/lockdep.c:2993 [inline]
 validate_chain kernel/locking/lockdep.c:3608 [inline]
 __lock_acquire+0x2af6/0x5500 kernel/locking/lockdep.c:4832
 lock_acquire kernel/locking/lockdep.c:5437 [inline]
 lock_acquire+0x29d/0x740 kernel/locking/lockdep.c:5402
 __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:1004 [inline]
 kill_fasync fs/fcntl.c:1025 [inline]
 kill_fasync+0x14b/0x460 fs/fcntl.c:1018
 __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_32_irqs_on arch/x86/entry/common.c:78 [inline]
 __do_fast_syscall_32+0x56/0x80 arch/x86/entry/common.c:137
 do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:160
 entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7f86549
Code: b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 00 00 00 00 00 00 00 00 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 eb 0d 90 90 90 90 90 90 90 90 90 90 90 90
RSP: 002b:00000000f55800cc EFLAGS: 00000296 ORIG_RAX: 0000000000000004
RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 0000000020000040
RDX: 00000000000002b8 RSI: 0000000000000000 RDI: 0000000000000000
RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000