[syzbot] [virt?] INFO: trying to register non-static key in stats_request

2024-11-18 Thread syzbot
g to the commit: Reported-by: syzbot+f303608297c771a7d...@syzkaller.appspotmail.com INFO: trying to register non-static key. The code is fine but needs lockdep annotation, or maybe you didn't initialize this object before use? turning off the locking correctness validator. CPU: 0 UID: 0 PID: 1

[PATCH 5.4 15/73] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-19 Thread Greg Kroah-Hartman
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[PATCH 5.10 016/103] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-19 Thread Greg Kroah-Hartman
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[PATCH 5.11 020/122] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-19 Thread Greg Kroah-Hartman
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[syzbot] INFO: trying to register non-static key in nfc_llcp_sock_unlink

2021-04-15 Thread syzbot
INFO: trying to register non-static key. The code is fine but needs lockdep annotation, or maybe you didn't initialize this object before use? turning off the locking correctness validator. CPU: 3 PID: 10363 Comm: syz-executor.3 Not tainted 5.12.0-rc7-syzkaller #0 Hardware name: QEMU Standard

[PATCH AUTOSEL 4.19 04/28] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-12 Thread Sasha Levin
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[PATCH AUTOSEL 5.4 08/39] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-12 Thread Sasha Levin
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[PATCH AUTOSEL 5.10 08/46] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-12 Thread Sasha Levin
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

[PATCH AUTOSEL 5.11 09/51] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-04-12 Thread Sasha Levin
bool assign_lock_key(struct lockdep_map *lock) /* Debug-check: all keys must be persistent! */ debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); - pr_err("the code is fine but needs lockde

Re: [PATCH] lockdep: add a hint for "INFO: trying to register non-static key." message

2021-03-22 Thread Waiman Long
@@ -931,6 +931,7 @@ static bool assign_lock_key(struct lockdep_map *lock) debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); pr_err("the code is fine but needs lockdep annotation.\n"); + pr_e

[tip: perf/urgent] lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

2021-03-21 Thread tip-bot2 for Tetsuo Handa
Committer: Ingo Molnar CommitterDate: Sun, 21 Mar 2021 11:59:57 +01:00 lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message Since this message is printed when dynamically allocated spinlocks (e.g. kzalloc()) are used without initializ

[PATCH] lockdep: add a hint for "INFO: trying to register non-static key." message

2021-03-20 Thread Tetsuo Handa
assign_lock_key(struct lockdep_map *lock) debug_locks_off(); pr_err("INFO: trying to register non-static key.\n"); pr_err("the code is fine but needs lockdep annotation.\n"); + pr_err("maybe you didn't initialize

Re: upstream test error: INFO: trying to register non-static key in nsim_get_stats64

2021-01-27 Thread Dmitry Vyukov
NT: if you fix the issue, please add the following tag to the > >> > commit: > >> > Reported-by: syzbot+e74a6857f2d0efe3a...@syzkaller.appspotmail.com > >> > > >> > batman_adv: batadv0: Not using interface batadv_slave_1 (retrying > >> > la

Re: upstream test error: INFO: trying to register non-static key in nsim_get_stats64

2021-01-27 Thread Dmitry Vyukov
IMPORTANT: if you fix the issue, please add the following tag to the commit: > > Reported-by: syzbot+e74a6857f2d0efe3a...@syzkaller.appspotmail.com > > > > batman_adv: batadv0: Not using interface batadv_slave_1 (retrying later): > > interface not active > > device hsr_slave_0

upstream test error: INFO: trying to register non-static key in nsim_get_stats64

2021-01-26 Thread syzbot
dv_slave_1 (retrying later): interface not active device hsr_slave_0 entered promiscuous mode device hsr_slave_1 entered promiscuous mode INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 4695 Comm: syz-

Re: INFO: trying to register non-static key in l2cap_sock_teardown_cb

2021-01-10 Thread syzbot
syzbot has bisected this issue to: commit 4680a7ee5db27772af40d83393fa0fb955b745b7 Author: Miklos Szeredi Date: Sat Oct 1 05:32:33 2016 + fuse: remove duplicate cs->offset assignment bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=11fc80e750 start commit: 73b7a604 n

Re: INFO: trying to register non-static key in l2cap_sock_teardown_cb

2021-01-10 Thread syzbot
f you fix the issue, please add the following tag to the commit: Reported-by: syzbot+a41dfef1d2e04910e...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 9812 Comm: kworke

INFO: trying to register non-static key in l2cap_sock_teardown_cb

2021-01-01 Thread syzbot
1dfef1d2e04910e...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 11241 Comm: kworker/0:9 Not tainted 5.10.0-syzkaller #0 Hardware name: Google Google Compute Engine/Google

Re: INFO: trying to register non-static key in uhid_dev_destroy

2020-11-11 Thread Dmitry Vyukov
On Tue, Oct 6, 2020 at 6:54 AM syzbot wrote: > > syzbot suspects this issue was fixed by commit: > > commit bce1305c0ece3dc549663605e567655dd701752c > Author: Marc Zyngier > Date: Sat Aug 29 11:26:01 2020 + > > HID: core: Correctly handle ReportSize being zero > > bisection log: https:

Re: INFO: trying to register non-static key in uhid_char_release

2020-11-11 Thread Dmitry Vyukov
On Wed, Oct 7, 2020 at 7:01 PM syzbot wrote: > > syzbot suspects this issue was fixed by commit: > > commit bce1305c0ece3dc549663605e567655dd701752c > Author: Marc Zyngier > Date: Sat Aug 29 11:26:01 2020 + > > HID: core: Correctly handle ReportSize being zero > > bisection log: https:

INFO: trying to register non-static key in calculate_sigpending (2)

2020-10-14 Thread syzbot
e issue, please add the following tag to the commit: Reported-by: syzbot+8197be5a9c103a92a...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 28294 Comm: systemd-udevd Not ta

Re: INFO: trying to register non-static key in uhid_char_release

2020-10-07 Thread syzbot
syzbot suspects this issue was fixed by commit: commit bce1305c0ece3dc549663605e567655dd701752c Author: Marc Zyngier Date: Sat Aug 29 11:26:01 2020 + HID: core: Correctly handle ReportSize being zero bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12d1937050 start com

Re: INFO: trying to register non-static key in uhid_dev_destroy

2020-10-05 Thread syzbot
syzbot suspects this issue was fixed by commit: commit bce1305c0ece3dc549663605e567655dd701752c Author: Marc Zyngier Date: Sat Aug 29 11:26:01 2020 + HID: core: Correctly handle ReportSize being zero bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=10b82f5050 start com

INFO: trying to register non-static key in clear_inode (2)

2020-10-05 Thread syzbot
c73f6...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 7216 Comm: syz-executor.5 Not tainted 5.9.0-rc8-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS G

INFO: trying to register non-static key in exfat_cache_inval_inode

2020-09-28 Thread syzbot
table (idx : 0x0c00, chksum : 0x, utbl_chksum : 0xe619d30d) exFAT-fs (loop0): error, invalid access to FAT free cluster (entry 0x0005) exFAT-fs (loop0): Filesystem has been set read-only exFAT-fs (loop0): failed to initialize root inode INFO: trying to register non-static key. the co

INFO: trying to register non-static key in vma_link

2020-09-19 Thread syzbot
5fc781c93512ef4...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 9051 Comm: syz-executor.5 Not tainted 5.9.0-rc5-syzkaller #0 Hardware name: Google Google Compute Engine

INFO: trying to register non-static key in cfg80211_release_pmsr

2020-09-14 Thread syzbot
0d914f0ea7b89ad...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 1483 Comm: syz-executor.4 Not tainted 5.9.0-rc4-syzkaller #0 Hardware name: Google Google Compute Engine

INFO: trying to register non-static key in call_timer_fn

2020-09-08 Thread syzbot
6dae8eab3e2aa54...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 6870 Comm: syz-executor.0 Not tainted 5.9.0-rc3-syzkaller #0 Hardware name: Google Google Compute Engine

INFO: trying to register non-static key in update_defense_level

2020-09-07 Thread syzbot
eac45c3b9288228...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 607 Comm: kworker/0:12 Not tainted 5.9.0-rc3-syzkaller #0 Hardware name: Google Google Compute Engine

INFO: trying to register non-static key in unmap_page_range

2020-09-05 Thread syzbot
2be5d844dee3f85...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 21186 Comm: syz-executor.1 Not tainted 5.9.0-rc3-syzkaller #0 Hardware name: Google Google Compute Engine

INFO: trying to register non-static key in l2cap_chan_close

2020-08-07 Thread syzbot
+3ae233f384d5b0aaa...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 6982 Comm: kworker/0:1 Not tainted 5.8.0-rc7-next-20200731-syzkaller #0 Hardware name: Google Google Compute Engine

Re: INFO: trying to register non-static key in l2cap_chan_del

2020-08-05 Thread syzbot
Reported-by: syzbot+abfc0f5e668d4099a...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 5 Comm: kworker/0:0 Not tainted 5.8.0-rc7-syzkaller #0 Hardware name: Google Google C

INFO: trying to register non-static key in l2cap_chan_del

2020-08-05 Thread syzbot
fc0f5e668d4099a...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 27 Comm: kworker/1:1 Not tainted 5.8.0-syzkaller #0 Hardware name: Google Google Compute Engine/Google

Re: INFO: trying to register non-static key in skb_queue_purge

2020-07-31 Thread syzbot
syzbot has bisected this issue to: commit 65b27995a4ab8fc51b4adc6b4dcdca20f7a595bb Author: Heiner Kallweit Date: Mon Aug 12 21:52:19 2019 + net: phy: let phy_speed_down/up support speeds >1Gbps bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1327ef5090 start commit:

INFO: trying to register non-static key in skb_dequeue

2020-07-31 Thread syzbot
issue, please add the following tag to the commit: Reported-by: syzbot+fadfba6a911f6bf71...@syzkaller.appspotmail.com IPVS: ftp: loaded support on port[0] = 21 INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1

INFO: trying to register non-static key in skb_queue_purge

2020-07-31 Thread syzbot
://syzkaller.appspot.com/x/repro.c?x=12dbc40490 IMPORTANT: if you fix the issue, please add the following tag to the commit: Reported-by: syzbot+99efc1c133eff1867...@syzkaller.appspotmail.com IPVS: ftp: loaded support on port[0] = 21 INFO: trying to register non-static key. the code is fine but needs

INFO: trying to register non-static key in addrconf_notify

2020-07-11 Thread syzbot
bug, please add the following tag to the commit: Reported-by: syzbot+bf9c23e0afdec81d9...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 317 Comm: kworker/u4:6 Not ta

INFO: trying to register non-static key in red_destroy

2020-07-05 Thread syzbot
e bug, please add the following tag to the commit: Reported-by: syzbot+6e95a4fabf88dc217...@syzkaller.appspotmail.com batman_adv: batadv0: Interface activated: batadv_slave_1 INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correc

INFO: trying to register non-static key in skb_queue_tail

2020-06-22 Thread syzbot
://syzkaller.appspot.com/x/repro.c?x=10dc82ed10 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+743547b2a7fd655ff...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking

Re: INFO: trying to register non-static key in ath9k_htc_rxep

2020-06-20 Thread syzbot
://syzkaller.appspot.com/x/repro.c?x=110318e910 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+4d2d56175b934b9a7...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Andrey Konovalov
On Fri, Jun 19, 2020 at 12:03 PM Dmitry Vyukov wrote: > > On Fri, Jun 19, 2020 at 11:53 AM Peter Zijlstra wrote: > > > > On Thu, Jun 18, 2020 at 02:17:15PM -0700, syzbot wrote: > > > > > INFO: trying to register non-static key. > > > the code is fine b

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Dmitry Vyukov
On Fri, Jun 19, 2020 at 11:53 AM Peter Zijlstra wrote: > > On Thu, Jun 18, 2020 at 02:17:15PM -0700, syzbot wrote: > > > INFO: trying to register non-static key. > > the code is fine but needs lockdep annotation. > > turning off the locking correctness validator. > &

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Peter Zijlstra
On Thu, Jun 18, 2020 at 02:17:15PM -0700, syzbot wrote: > INFO: trying to register non-static key. > the code is fine but needs lockdep annotation. > turning off the locking correctness validator. > CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.7.0-syzkaller #0 > Hardware name

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Dmitry Vyukov
?x=136ad56610 > > > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10138f7a10 > > > > > > > > IMPORTANT: if you fix the bug, please add the following tag to the > > > > commit: > > > > Reported-by: syzbot+42bc0d31b9a21faeb...@syzkaller.appspo

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Greg KH
t; > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=136ad56610 > > > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10138f7a10 > > > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > > Repor

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Dmitry Vyukov
gt; > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > Reported-by: syzbot+42bc0d31b9a21faeb...@syzkaller.appspotmail.com > > > > INFO: trying to register non-static key. > > the code is fine but needs lockdep annotation. > &

Re: INFO: trying to register non-static key in is_dynamic_key

2020-06-19 Thread Greg KH
9a21faeb...@syzkaller.appspotmail.com > > INFO: trying to register non-static key. > the code is fine but needs lockdep annotation. Why is INFO: triggering syzbot?

INFO: trying to register non-static key in is_dynamic_key

2020-06-18 Thread syzbot
r: https://syzkaller.appspot.com/x/repro.c?x=10138f7a10 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+42bc0d31b9a21faeb...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turni

INFO: trying to register non-static key in ath9k_htc_rxep

2020-06-18 Thread syzbot
the bug, please add the following tag to the commit: Reported-by: syzbot+4d2d56175b934b9a7...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 355 Comm: syz-executor.2 No

Re: INFO: trying to register non-static key in ath9k_htc_rx_msg

2020-06-12 Thread Andrey Konovalov
/syzkaller.appspot.com/x/repro.syz?x=1415bba7e0 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=12c3316be0 > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > Reported-by: syzbot+835e7082fea90ddd1...@syzkaller.appspotmail.com > > INFO:

INFO: trying to register non-static key in calculate_sigpending

2020-05-25 Thread syzbot
rted-by: syzbot+eb1b67ef4194d8f9e...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 1080 Comm: syz-executor.4 Not tainted 5.7.0-rc6-syzkaller #0 Hardware name: Google Google Comput

INFO: trying to register non-static key in clear_inode

2020-05-18 Thread syzbot
rted-by: syzbot+78cf4962d1cf5f23a...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 235 Comm: kworker/u4:5 Not tainted 5.7.0-rc5-syzkaller #0 Hardware name: Google Google Comput

Re: INFO: trying to register non-static key in io_cqring_ev_posted (3)

2020-05-17 Thread Jens Axboe
000 RCX: 00441319 > RDX: 0001 RSI: 2140 RDI: 047b > RBP: 00010475 R08: 0001 R09: 004002c8 > R10: R11: 000000000246 R12: 000000402260 > R13: 004022f0 R14: R15: 000

INFO: trying to register non-static key in io_cqring_ev_posted (3)

2020-05-16 Thread syzbot
000246 R12: 00402260 R13: 004022f0 R14: R15: 00000000 INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 7090 Comm: syz-executor222 Not tainted 5.7.0-rc1-nex

RE: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-10-02 Thread Ganapathi Bhat
Hi Andy, > I was wondering if you've posted the updated version of the fix? Sorry for the delay; I have started addressing the comment from community; It should be done in couple of days; Regards, Ganapathi

Re: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-10-01 Thread Andrey Konovalov
On Wed, Aug 14, 2019 at 4:08 PM Ganapathi Bhat wrote: > > Hi Dmitry/Kalle, > > > >> > > >> Hi Dmitry, > > >> > > >> We have a patch to fix this: > > >> https://patchwork.kernel.org/patch/10990275/ > > > > > > Hi Ganapathi, > > > > > > Has this patch been accepted anywhere? This bug is still open o

INFO: trying to register non-static key in finish_writeback_work

2019-09-24 Thread syzbot
eported-by: syzbot+21875b598ddcdc309...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 2603 Comm: kworker/u4:4 Not tainted 5.3.0+ #0 Hardware name: Google Google Compute Eng

Re: INFO: trying to register non-static key in hci_uart_flush (2)

2019-09-24 Thread syzbot
the commit: Reported-by: syzbot+576dfca25381fb6fb...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 9385 Comm: syz-executor.3 Not tainted 5.3.0+ #0 Hardware name: Google Goog

INFO: trying to register non-static key in hci_uart_flush (2)

2019-09-03 Thread syzbot
yzbot+576dfca25381fb6fb...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 31436 Comm: syz-executor.2 Not tainted 5.3.0-rc6-next-20190830 #75 Hardware name: Google Google Compute Engine/G

INFO: trying to register non-static key in hci_uart_tty_receive

2019-08-30 Thread syzbot
yzbot+13a3ab5c28d3fb67b...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 562 Comm: kworker/u4:3 Not tainted 5.3.0-rc6-next-20190827 #74 Hardware name: Google Google Compute Engine/G

Re: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-08-13 Thread Kalle Valo
Andrey Konovalov writes: > On Wed, Jun 12, 2019 at 6:03 PM Ganapathi Bhat wrote: >> >> Hi Dmitry, >> >> We have a patch to fix this: https://patchwork.kernel.org/patch/10990275/ > > Hi Ganapathi, > > Has this patch been accepted anywhere? This bug is still open on syzbot. The patch is in "Chang

Re: INFO: trying to register non-static key in usbtouch_reset_resume

2019-06-20 Thread syzbot
/repro.c?x=13d12de6a0 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+933daad9be4e67ba9...@syzkaller.appspotmail.com usb 1-1: reset low-speed USB device number 2 using dummy_hcd INFO: trying to register non-static key. the code is fine but needs

Re: INFO: trying to register non-static key in del_timer_sync (2)

2019-06-12 Thread syzbot
Hello, syzbot has tested the proposed patch and the reproducer did not trigger crash: Reported-and-tested-by: syzbot+dc4127f950da51639...@syzkaller.appspotmail.com Tested on: commit: 69bbe8c7 usb-fuzzer: main usb gadget fuzzer driver git tree: https://github.com/google/kasa

Re: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-06-12 Thread Andrey Konovalov
On Wed, Jun 12, 2019 at 6:03 PM Ganapathi Bhat wrote: > > Hi Dmitry, > > We have a patch to fix this: https://patchwork.kernel.org/patch/10990275/ Hi Ganapathi, Great, thanks for working on this! We can ask syzbot to test the fix: #syz test: https://github.com/google/kasan.git usb-fuzzer Than

RE: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-06-12 Thread Ganapathi Bhat
Hi Dmitry, We have a patch to fix this: https://patchwork.kernel.org/patch/10990275/ Regards, Ganapathi

Re: INFO: trying to register non-static key in mwifiex_unregister_dev

2019-06-03 Thread Andrey Konovalov
usb 1-1: config 0 descriptor?? > usb 1-1: Direct firmware load for mrvl/usbusb8997_combo_v4.bin failed with > error -2 > usb 1-1: Failed to get firmware mrvl/usbusb8997_combo_v4.bin > usb 1-1: info: _mwifiex_fw_dpc: unregister device > INFO: trying to register non-static key.

INFO: trying to register non-static key in mwifiex_unregister_dev

2019-06-03 Thread syzbot
/usbusb8997_combo_v4.bin usb 1-1: info: _mwifiex_fw_dpc: unregister device INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 21 Comm: kworker/1:1 Not tainted 5.2.0-rc1+ #10 Hardware name: Google Google

RE: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-06-03 Thread Ganapathi Bhat
Hi Dmitry, > The "fixed" status relates to the similar past bug that was reported and fixed > more than a year ago: Oh OK; We understood the issue, working on a change to fix this; Thanks, Ganapathi

Re: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-06-02 Thread Dmitry Vyukov
On Sat, Jun 1, 2019 at 7:52 PM Ganapathi Bhat wrote: > > Hi syzbot, > > > > > syzbot found the following crash on: > > > As per the > link(https://syzkaller.appspot.com/bug?extid=dc4127f950da51639216), the issue > is fixed; Is it OK? Let us know if we need to do something? Hi Ganapathi, The "f

RE: [EXT] INFO: trying to register non-static key in del_timer_sync (2)

2019-06-01 Thread Ganapathi Bhat
Hi syzbot, > > syzbot found the following crash on: > As per the link(https://syzkaller.appspot.com/bug?extid=dc4127f950da51639216), the issue is fixed; Is it OK? Let us know if we need to do something? Regards, Ganapathi

Re: INFO: trying to register non-static key in rtl_c2hcmd_launcher

2019-05-28 Thread Andrey Konovalov
w USB device strings: Mfr=0, Product=0, SerialNumber=0 > rtl_usb: reg 0xf0, usbctrl_vendorreq TimeOut! status:0xffb9 value=0x0 > rtl8192cu: Chip version 0x10 > rtl_usb: reg 0xa, usbctrl_vendorreq TimeOut! status:0xffb9 value=0x0 > rtl_usb: Too few input end points found > INFO: tr

INFO: trying to register non-static key in usbtouch_reset_resume

2019-05-27 Thread syzbot
: reset high-speed USB device number 3 using dummy_hcd usb 1-1: Using ep0 maxpacket: 8 INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.1.0-rc3+ #8 Hardware name

Re: INFO: trying to register non-static key in rhashtable_walk_enter

2019-05-20 Thread syzbot
/repro.c?x=13bf3d9ca0 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+1e8114b61079bfe9c...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validat

Re: INFO: trying to register non-static key in rhashtable_walk_enter

2019-05-19 Thread hujunwei
9.0.0 20181231 (experimental) >>>> >>>> Unfortunately, I don't have any reproducer for this crash yet. >>>> >>>> IMPORTANT: if you fix the bug, please add the following tag to the commit: >>>> Reported-by: syzbot+1e8114b61079bfe9c...@s

Re: INFO: trying to register non-static key in rhashtable_walk_enter

2019-05-18 Thread David Miller
sh yet. >> > >> > IMPORTANT: if you fix the bug, please add the following tag to the commit: >> > Reported-by: syzbot+1e8114b61079bfe9c...@syzkaller.appspotmail.com >> > >> > INFO: trying to register non-static key. >> > the code is fine but need

Re: INFO: trying to register non-static key in rhashtable_walk_enter

2019-05-18 Thread Willem de Bruijn
mpiler: gcc (GCC) 9.0.0 20181231 (experimental) > > > > Unfortunately, I don't have any reproducer for this crash yet. > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > Reported-by: syzbot+1e8114b61079bfe9c...@syz

Re: INFO: trying to register non-static key in rhashtable_walk_enter

2019-05-18 Thread Willem de Bruijn
crash yet. > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > Reported-by: syzbot+1e8114b61079bfe9c...@syzkaller.appspotmail.com > > INFO: trying to register non-static key. > the code is fine but needs lockdep annotation. All these five rhashtable_wal

Re: INFO: trying to register non-static key in vmk80xx_detach

2019-04-12 Thread syzbot
: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usb 1-1: config 0 descriptor?? vmk80xx 1-1:0.117: driver 'vmk80xx' failed to auto-configure device. INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validat

INFO: trying to register non-static key in __icmp_send

2019-03-05 Thread syzbot
FO: trying to register non-static key. Enabled bearer , priority 10 the code is fine but needs lockdep annotation. Enabling of bearer rejected, already enabled turning off the locking correctness validator. Started in network mode CPU: 1 PID: 16 Comm: ksoftirqd/1 Not tainted 5.0.0+ #7 Own nod

INFO: trying to register non-static key in hci_uart_send_frame

2019-02-28 Thread syzbot
yzbot+a8587ba69fc78395d...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 1 PID: 12776 Comm: kworker/u5:1 Not tainted 5.0.0-rc8+ #88 Hardware name: Google Google Compute Engine/Google Co

Re: INFO: trying to register non-static key in __flush_work

2019-02-25 Thread David Rientjes
reproducer: https://syzkaller.appspot.com/x/repro.c?x=1336e38b40 > > > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > > Reported-by: syzbot+12f1b031b6da017e3...@syzkaller.appspotmail.com > > > > > > INFO: t

Re: INFO: trying to register non-static key in __flush_work

2019-02-25 Thread Daniel Vetter
to the commit: > > Reported-by: syzbot+12f1b031b6da017e3...@syzkaller.appspotmail.com > > > > INFO: trying to register non-static key. > > the code is fine but needs lockdep annotation. > > turning off the locking correctness validator. > > CPU: 0 PID: 8039 Comm:

Re: INFO: trying to register non-static key in __flush_work

2019-02-24 Thread David Rientjes
yz?x=1174a1dd40 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1336e38b40 > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > Reported-by: syzbot+12f1b031b6da017e3...@syzkaller.appspotmail.com > > INFO: trying to register non-static key. >

INFO: trying to register non-static key in hci_uart_flush

2019-02-11 Thread syzbot
rted-by: syzbot+e8cd9d8b4dfedf394...@syzkaller.appspotmail.com IPVS: ftp: loaded support on port[0] = 21 INFO: trying to register non-static key. the code is fine but needs lockdep annotation. kobject: 'sit0' (268f641e): kobject_add_internal: parent: 'net', set: 'devic

INFO: trying to register non-static key in icmp_send

2019-01-29 Thread syzbot
ng to register non-static key. the code is fine but needs lockdep annotation. Enabling of bearer rejected, already enabled turning off the locking correctness validator. CPU: 1 PID: 3867 Comm: udevd Not tainted 5.0.0-rc4+ #50 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS G

INFO: trying to register non-static key in __flush_work

2018-12-29 Thread syzbot
NT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+12f1b031b6da017e3...@syzkaller.appspotmail.com INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. CPU: 0 PID: 8039 Comm: syz-e

Re: [LKP] 0a3856392c [ 10.513760] INFO: trying to register non-static key.

2018-09-11 Thread Rong Chen
On 09/07/2018 10:19 AM, Matthew Wilcox wrote: On Fri, Sep 07, 2018 at 09:05:39AM +0800, kernel test robot wrote: Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 0a3856392cf

Re: [LKP] 0a3856392c [ 10.513760] INFO: trying to register non-static key.

2018-09-06 Thread Matthew Wilcox
On Fri, Sep 07, 2018 at 09:05:39AM +0800, kernel test robot wrote: > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad commit is > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > commit 0a3856392cff1542170b5bc37211c9a21fd0c3f6 > Author

Re: INFO: trying to register non-static key in del_timer_sync

2018-05-13 Thread Eric Biggers
> > audit: type=1400 audit(1517074079.617:7): avc: denied { map } for > pid=3685 comm="syzkaller985951" path="/root/syzkaller985951088" dev="sda1" > ino=16481 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 > tcontext=unconfined_u:object_r

Re: INFO: trying to register non-static key in pfifo_fast_reset

2018-02-02 Thread Eric Biggers
0 R11: 0246 R12: 30657267 > R13: 74656e2f7665642f R14: 00000000 R15: 00000000 > INFO: trying to register non-static key. > the code is fine but needs lockdep annotation. > turning off the locking correctness validator. > CPU: 1 PID: 3119 Comm:

Re: [hrtimer_active ^W ata_port_wait_eh] INFO: trying to register non-static key.

2017-11-24 Thread Fengguang Wu
Hi Tejun, On Fri, Nov 24, 2017 at 04:49:52AM -0800, Tejun Heo wrote: Hello, On Wed, Nov 22, 2017 at 03:37:45PM +0100, Thomas Gleixner wrote: [ 33.027134] ata3: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14 [ 33.027138] ata4: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15

Re: [hrtimer_active ^W ata_port_wait_eh] INFO: trying to register non-static key.

2017-11-24 Thread Tejun Heo
Hello, On Wed, Nov 22, 2017 at 03:37:45PM +0100, Thomas Gleixner wrote: > [ 33.027134] ata3: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14 > [ 33.027138] ata4: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15 > [ 33.028426] Error: Driver 'pata_platform' is already registered

Re: [hrtimer_active ^W ata_port_wait_eh] INFO: trying to register non-static key.

2017-11-22 Thread Thomas Gleixner
On Tue, 21 Nov 2017, Fengguang Wu wrote: > Hello, > > FYI this happens in mainline kernel 4.14.0-12872-g020aae3. > It looks like a new regression after 4.14. > > It occurs in 126 out of 945 boots. > > [ 33.016892] INFO: trying to register non-static key. > [ 33.0

Re: [locking/lockdep] 383776fa75: INFO: trying to register non-static key.

2017-03-25 Thread Borislav Petkov
On Mon, Mar 20, 2017 at 12:41:08PM +0100, Peter Zijlstra wrote: > Subject: lockdep: Fix per-cpu static objects > From: Peter Zijlstra > Date: Mon Mar 20 12:26:55 CET 2017 > > Since commit: > > 383776fa7527 ("locking/lockdep: Handle statically initialized PER_CPU locks > properly") > > we try

Re: [locking/lockdep] 383776fa75: INFO: trying to register non-static key.

2017-03-20 Thread Peter Zijlstra
d PER_CPU locks properly > > > > > [ 11.712266] INFO: trying to register non-static key. > > > > Blergh; so the problem is that when we assign can_addr to lock->key, we > > can, upon using a different subclass, reach static_obj(lock->key), which > > will fail o

Re: [locking/lockdep] 383776fa75: INFO: trying to register non-static key.

2017-03-17 Thread Sebastian Andrzej Siewior
On 2017-03-17 14:41:09 [+0100], Peter Zijlstra wrote: > On Fri, Mar 17, 2017 at 02:07:05AM +0800, kernel test robot wrote: > > > locking/lockdep: Handle statically initialized PER_CPU locks properly > > > [ 11.712266] INFO: trying to register non-static key. > >

Re: [locking/lockdep] 383776fa75: INFO: trying to register non-static key.

2017-03-17 Thread Peter Zijlstra
On Fri, Mar 17, 2017 at 02:07:05AM +0800, kernel test robot wrote: > locking/lockdep: Handle statically initialized PER_CPU locks properly > [ 11.712266] INFO: trying to register non-static key. Blergh; so the problem is that when we assign can_addr to lock->key, we can, upo

[locking/lockdep] 383776fa75: INFO: trying to register non-static key.

2017-03-16 Thread kernel test robot
11.709138] Unregister pv shared memory for cpu 0 [ 11.712266] INFO: trying to register non-static key. [ 11.713174] the code is fine but needs lockdep annotation. [ 11.714597] turning off the locking correctness validator. [ 11.715490] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.1

Re: [sched] 56c8928eba: INFO: trying to register non-static key.

2016-06-27 Thread Peter Zijlstra
On Mon, Jun 27, 2016 at 07:08:43PM +0800, kernel test robot wrote: > [ 36.894449] INFO: trying to register non-static key. > [ 36.894450] the code is fine but needs lockdep annotation. > [ 36.894451] turning off the locking correctness validator. > [ 36.894456] CPU: 0 PID: 817

Re: [drm] e28cd4d0a2: INFO: trying to register non-static key.

2016-06-17 Thread Daniel Vetter
On Sat, Jun 18, 2016 at 12:19 AM, Chris Wilson wrote: > On Sat, Jun 18, 2016 at 05:24:30AM +0800, kernel test robot wrote: >> >> >> FYI, we noticed the following commit: >> >> git://anongit.freedesktop.org/drm-intel topic/drm-misc >> commit e28cd4d0a223e1bcea616326e2281900e7e7e9a2 ("drm: Automatic

  1   2   >