Re: WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-28 Thread Paul Moore
On Fri, Sep 27, 2019 at 10:45 PM Eric Biggers  wrote:
> On Tue, Sep 24, 2019 at 09:17:35AM -0400, Paul Moore wrote:
> > On Tue, Sep 24, 2019 at 4:21 AM Dmitry Vyukov  wrote:
> > > On Tue, Sep 24, 2019 at 4:14 AM Paul Moore  wrote:
> > > > On Sat, Sep 21, 2019 at 11:50 AM syzbot
> > > >  wrote:
> > > > > Hello,
> > > > >
> > > > > syzbot found the following crash on:
> > > > >
> > > > > HEAD commit:f97c81dc Merge tag 'armsoc-late' of 
> > > > > git://git.kernel.org/p..
> > > > > git tree:   upstream
> > > > > console output: 
> > > > > https://syzkaller.appspot.com/x/log.txt?x=127b709d60
> > > > > kernel config:  
> > > > > https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
> > > > > dashboard link: 
> > > > > https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
> > > > > compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
> > > > > syz repro:  
> > > > > https://syzkaller.appspot.com/x/repro.syz?x=1299684160
> > > > >
> > > > > IMPORTANT: if you fix the bug, please add the following tag to the 
> > > > > commit:
> > > > > Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com
> > > > >
> > > > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > > > look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > > > register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > > > > Kernel panic - not syncing: panic_on_warn set ...
> > > > > CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
> > > > > 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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > > > RIP: 0010:register_lock_class+0x206/0x1850 
> > > > > kernel/locking/lockdep.c:1185
> > > > > Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 
> > > > > 3b 7b
> > > > > 18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 
> > > > > 85 ed
> > > > > 0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03
> > > > > RSP: 0018:888096777a48 EFLAGS: 00010002
> > > > > RAX: dc00 RBX: 888093ff78e0 RCX: 
> > > > > RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
> > > > > RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
> > > > > R10: 8a7753c8 R11:  R12: 8a7b5d20
> > > > > R13:  R14:  R15: 884766e0
> > > > >   __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
> > > > >   lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
> > > > >   __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
> > > > >   _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
> > > > >   spin_lock_bh include/linux/spinlock.h:343 [inline]
> > > > >   lock_sock_nested+0x41/0x120 net/core/sock.c:2929
> > > > >   lock_sock include/net/sock.h:1522 [inline]
> > > > >   selinux_netlbl_socket_connect+0x20/0xc0 
> > > > > security/selinux/netlabel.c:607
> > > > >   selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
> > > > >   security_socket_connect+0x77/0xc0 security/security.c:1958
> > > > >   __sys_connect+0x19d/0x330 net/socket.c:1824
> > > > >   __do_sys_connect net/socket.c:1839 [inline]
> > > > >   __se_sys_connect net/socket.c:1836 [inline]
> > > > >   __x64_sys_connect+0x73/0xb0 net/socket.c:1836
> > > > >   do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
> > > > >   entry_SYSCALL_64_after_hwframe+0x49/0xbe
> > > > > RIP: 0033:0x459a09
> > > > > Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> > > > > RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
> > > > > RAX: ffda RBX: 0003 RCX: 00459a09
> > > > > RDX: 001c RSI: 2080 RDI: 0005
> > > > > RBP: 0075bf20 R08:  R09: 
> > > > > R10:  R11: 0246 R12: 7fc302ec66d4
> > > > > R13: 004bff42 R14: 004d1eb0 R15: 
> > > > > Kernel Offset: disabled
> > > > > Rebooting in 86400 seconds..

Re: WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-27 Thread Eric Biggers
On Tue, Sep 24, 2019 at 09:17:35AM -0400, Paul Moore wrote:
> On Tue, Sep 24, 2019 at 4:21 AM Dmitry Vyukov  wrote:
> > On Tue, Sep 24, 2019 at 4:14 AM Paul Moore  wrote:
> > > On Sat, Sep 21, 2019 at 11:50 AM syzbot
> > >  wrote:
> > > > Hello,
> > > >
> > > > syzbot found the following crash on:
> > > >
> > > > HEAD commit:f97c81dc Merge tag 'armsoc-late' of 
> > > > git://git.kernel.org/p..
> > > > git tree:   upstream
> > > > console output: https://syzkaller.appspot.com/x/log.txt?x=127b709d60
> > > > kernel config:  
> > > > https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
> > > > dashboard link: 
> > > > https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
> > > > compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
> > > > syz repro:  
> > > > https://syzkaller.appspot.com/x/repro.syz?x=1299684160
> > > >
> > > > IMPORTANT: if you fix the bug, please add the following tag to the 
> > > > commit:
> > > > Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com
> > > >
> > > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > > look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > > register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > > > Kernel panic - not syncing: panic_on_warn set ...
> > > > CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
> > > > 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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > > RIP: 0010:register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > > > Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 3b 
> > > > 7b
> > > > 18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 85 
> > > > ed
> > > > 0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03
> > > > RSP: 0018:888096777a48 EFLAGS: 00010002
> > > > RAX: dc00 RBX: 888093ff78e0 RCX: 
> > > > RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
> > > > RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
> > > > R10: 8a7753c8 R11:  R12: 8a7b5d20
> > > > R13:  R14:  R15: 884766e0
> > > >   __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
> > > >   lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
> > > >   __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
> > > >   _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
> > > >   spin_lock_bh include/linux/spinlock.h:343 [inline]
> > > >   lock_sock_nested+0x41/0x120 net/core/sock.c:2929
> > > >   lock_sock include/net/sock.h:1522 [inline]
> > > >   selinux_netlbl_socket_connect+0x20/0xc0 
> > > > security/selinux/netlabel.c:607
> > > >   selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
> > > >   security_socket_connect+0x77/0xc0 security/security.c:1958
> > > >   __sys_connect+0x19d/0x330 net/socket.c:1824
> > > >   __do_sys_connect net/socket.c:1839 [inline]
> > > >   __se_sys_connect net/socket.c:1836 [inline]
> > > >   __x64_sys_connect+0x73/0xb0 net/socket.c:1836
> > > >   do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
> > > >   entry_SYSCALL_64_after_hwframe+0x49/0xbe
> > > > RIP: 0033:0x459a09
> > > > Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> > > > RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
> > > > RAX: ffda RBX: 0003 RCX: 00459a09
> > > > RDX: 001c RSI: 2080 RDI: 0005
> > > > RBP: 0075bf20 R08:  R09: 
> > > > R10:  R11: 0246 R12: 7fc302ec66d4
> > > > R13: 004bff42 R14: 004d1eb0 R15: 
> > > > Kernel Offset: disabled
> > > > Rebooting in 86400 seconds..
> > >
> > > This doesn't appear to be related to selinux_netlbl_socket_connect();
> > > I believe it should be okay to call lock_sock() in that context.
> >
> >
> > FTR, this is this warning:
> >
> > static inline struct lock_class *
> > look_up_lock_class(const 

Re: WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-24 Thread Paul Moore
On Tue, Sep 24, 2019 at 4:21 AM Dmitry Vyukov  wrote:
> On Tue, Sep 24, 2019 at 4:14 AM Paul Moore  wrote:
> > On Sat, Sep 21, 2019 at 11:50 AM syzbot
> >  wrote:
> > > Hello,
> > >
> > > syzbot found the following crash on:
> > >
> > > HEAD commit:f97c81dc Merge tag 'armsoc-late' of 
> > > git://git.kernel.org/p..
> > > git tree:   upstream
> > > console output: https://syzkaller.appspot.com/x/log.txt?x=127b709d60
> > > kernel config:  https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
> > > dashboard link: 
> > > https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
> > > compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
> > > syz repro:  https://syzkaller.appspot.com/x/repro.syz?x=1299684160
> > >
> > > IMPORTANT: if you fix the bug, please add the following tag to the commit:
> > > Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com
> > >
> > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > > register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > > Kernel panic - not syncing: panic_on_warn set ...
> > > CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
> > > 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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > > RIP: 0010:register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > > Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 3b 7b
> > > 18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 85 ed
> > > 0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03
> > > RSP: 0018:888096777a48 EFLAGS: 00010002
> > > RAX: dc00 RBX: 888093ff78e0 RCX: 
> > > RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
> > > RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
> > > R10: 8a7753c8 R11:  R12: 8a7b5d20
> > > R13:  R14:  R15: 884766e0
> > >   __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
> > >   lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
> > >   __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
> > >   _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
> > >   spin_lock_bh include/linux/spinlock.h:343 [inline]
> > >   lock_sock_nested+0x41/0x120 net/core/sock.c:2929
> > >   lock_sock include/net/sock.h:1522 [inline]
> > >   selinux_netlbl_socket_connect+0x20/0xc0 security/selinux/netlabel.c:607
> > >   selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
> > >   security_socket_connect+0x77/0xc0 security/security.c:1958
> > >   __sys_connect+0x19d/0x330 net/socket.c:1824
> > >   __do_sys_connect net/socket.c:1839 [inline]
> > >   __se_sys_connect net/socket.c:1836 [inline]
> > >   __x64_sys_connect+0x73/0xb0 net/socket.c:1836
> > >   do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
> > >   entry_SYSCALL_64_after_hwframe+0x49/0xbe
> > > RIP: 0033:0x459a09
> > > Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> > > RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
> > > RAX: ffda RBX: 0003 RCX: 00459a09
> > > RDX: 001c RSI: 2080 RDI: 0005
> > > RBP: 0075bf20 R08:  R09: 
> > > R10:  R11: 0246 R12: 7fc302ec66d4
> > > R13: 004bff42 R14: 004d1eb0 R15: 
> > > Kernel Offset: disabled
> > > Rebooting in 86400 seconds..
> >
> > This doesn't appear to be related to selinux_netlbl_socket_connect();
> > I believe it should be okay to call lock_sock() in that context.
>
>
> FTR, this is this warning:
>
> static inline struct lock_class *
> look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass)
> {
> 
> /*
>  * Huh! same key, different name? Did someone trample
>  * on some memory? We're most confused.
>  */
> 

Re: WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-24 Thread Dmitry Vyukov
On Tue, Sep 24, 2019 at 4:14 AM Paul Moore  wrote:
>
> On Sat, Sep 21, 2019 at 11:50 AM syzbot
>  wrote:
> > Hello,
> >
> > syzbot found the following crash on:
> >
> > HEAD commit:f97c81dc Merge tag 'armsoc-late' of git://git.kernel.org/p..
> > git tree:   upstream
> > console output: https://syzkaller.appspot.com/x/log.txt?x=127b709d60
> > kernel config:  https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
> > dashboard link: https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
> > compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
> > syz repro:  https://syzkaller.appspot.com/x/repro.syz?x=1299684160
> >
> > IMPORTANT: if you fix the bug, please add the following tag to the commit:
> > Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com
> >
> > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> > register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > Kernel panic - not syncing: panic_on_warn set ...
> > CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
> > 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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> > RIP: 0010:register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> > Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 3b 7b
> > 18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 85 ed
> > 0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03
> > RSP: 0018:888096777a48 EFLAGS: 00010002
> > RAX: dc00 RBX: 888093ff78e0 RCX: 
> > RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
> > RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
> > R10: 8a7753c8 R11:  R12: 8a7b5d20
> > R13:  R14:  R15: 884766e0
> >   __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
> >   lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
> >   __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
> >   _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
> >   spin_lock_bh include/linux/spinlock.h:343 [inline]
> >   lock_sock_nested+0x41/0x120 net/core/sock.c:2929
> >   lock_sock include/net/sock.h:1522 [inline]
> >   selinux_netlbl_socket_connect+0x20/0xc0 security/selinux/netlabel.c:607
> >   selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
> >   security_socket_connect+0x77/0xc0 security/security.c:1958
> >   __sys_connect+0x19d/0x330 net/socket.c:1824
> >   __do_sys_connect net/socket.c:1839 [inline]
> >   __se_sys_connect net/socket.c:1836 [inline]
> >   __x64_sys_connect+0x73/0xb0 net/socket.c:1836
> >   do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
> >   entry_SYSCALL_64_after_hwframe+0x49/0xbe
> > RIP: 0033:0x459a09
> > Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> > RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
> > RAX: ffda RBX: 0003 RCX: 00459a09
> > RDX: 001c RSI: 2080 RDI: 0005
> > RBP: 0075bf20 R08:  R09: 
> > R10:  R11: 0246 R12: 7fc302ec66d4
> > R13: 004bff42 R14: 004d1eb0 R15: 
> > Kernel Offset: disabled
> > Rebooting in 86400 seconds..
>
> This doesn't appear to be related to selinux_netlbl_socket_connect();
> I believe it should be okay to call lock_sock() in that context.


FTR, this is this warning:

static inline struct lock_class *
look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass)
{

/*
 * Huh! same key, different name? Did someone trample
 * on some memory? We're most confused.
 */
WARN_ON_ONCE(class->name != lock->name &&
 lock->key != &__lockdep_no_validate__);


So something fishy happens here (stack overflow again?).


Re: WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-23 Thread Paul Moore
On Sat, Sep 21, 2019 at 11:50 AM syzbot
 wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit:f97c81dc Merge tag 'armsoc-late' of git://git.kernel.org/p..
> git tree:   upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=127b709d60
> kernel config:  https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
> dashboard link: https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
> compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
> syz repro:  https://syzkaller.appspot.com/x/repro.syz?x=1299684160
>
> IMPORTANT: if you fix the bug, please add the following tag to the commit:
> Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com
>
> WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840
> register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> Kernel panic - not syncing: panic_on_warn set ...
> CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
> 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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
> RIP: 0010:register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
> Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 3b 7b
> 18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 85 ed
> 0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03
> RSP: 0018:888096777a48 EFLAGS: 00010002
> RAX: dc00 RBX: 888093ff78e0 RCX: 
> RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
> RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
> R10: 8a7753c8 R11:  R12: 8a7b5d20
> R13:  R14:  R15: 884766e0
>   __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
>   lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
>   __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
>   _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
>   spin_lock_bh include/linux/spinlock.h:343 [inline]
>   lock_sock_nested+0x41/0x120 net/core/sock.c:2929
>   lock_sock include/net/sock.h:1522 [inline]
>   selinux_netlbl_socket_connect+0x20/0xc0 security/selinux/netlabel.c:607
>   selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
>   security_socket_connect+0x77/0xc0 security/security.c:1958
>   __sys_connect+0x19d/0x330 net/socket.c:1824
>   __do_sys_connect net/socket.c:1839 [inline]
>   __se_sys_connect net/socket.c:1836 [inline]
>   __x64_sys_connect+0x73/0xb0 net/socket.c:1836
>   do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
>   entry_SYSCALL_64_after_hwframe+0x49/0xbe
> RIP: 0033:0x459a09
> Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
> RAX: ffda RBX: 0003 RCX: 00459a09
> RDX: 001c RSI: 2080 RDI: 0005
> RBP: 0075bf20 R08:  R09: 
> R10:  R11: 0246 R12: 7fc302ec66d4
> R13: 004bff42 R14: 004d1eb0 R15: 
> Kernel Offset: disabled
> Rebooting in 86400 seconds..

This doesn't appear to be related to selinux_netlbl_socket_connect();
I believe it should be okay to call lock_sock() in that context.

-- 
paul moore
www.paul-moore.com


WARNING: locking bug in selinux_netlbl_socket_connect

2019-09-21 Thread syzbot

Hello,

syzbot found the following crash on:

HEAD commit:f97c81dc Merge tag 'armsoc-late' of git://git.kernel.org/p..
git tree:   upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=127b709d60
kernel config:  https://syzkaller.appspot.com/x/.config?x=10283c2b00ab4cd7
dashboard link: https://syzkaller.appspot.com/bug?extid=5fa07e4e18e4eb1ccb12
compiler:   gcc (GCC) 9.0.0 20181231 (experimental)
syz repro:  https://syzkaller.appspot.com/x/repro.syz?x=1299684160

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+5fa07e4e18e4eb1cc...@syzkaller.appspotmail.com

WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840  
look_up_lock_class kernel/locking/lockdep.c:840 [inline]
WARNING: CPU: 0 PID: 10315 at kernel/locking/lockdep.c:840  
register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185

Kernel panic - not syncing: panic_on_warn set ...
CPU: 0 PID: 10315 Comm: syz-executor.0 Not tainted 5.3.0+ #0
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:look_up_lock_class kernel/locking/lockdep.c:840 [inline]
RIP: 0010:register_lock_class+0x206/0x1850 kernel/locking/lockdep.c:1185
Code: fc ff df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 aa 10 00 00 4c 3b 7b  
18 44 8b 35 d5 de 55 09 74 0b 48 81 3b a0 65 06 8a 74 02 <0f> 0b 45 85 ed  
0f 84 71 03 00 00 f6 85 70 ff ff ff 01 0f 85 64 03

RSP: 0018:888096777a48 EFLAGS: 00010002
RAX: dc00 RBX: 888093ff78e0 RCX: 
RDX: 1110127fef1f RSI:  RDI: 888093ff78f8
RBP: 888096777b10 R08: 111012ceef51 R09: 8aaea0e0
R10: 8a7753c8 R11:  R12: 8a7b5d20
R13:  R14:  R15: 884766e0
 __lock_acquire+0xf4/0x4e70 kernel/locking/lockdep.c:3837
 lock_acquire+0x190/0x410 kernel/locking/lockdep.c:4487
 __raw_spin_lock_bh include/linux/spinlock_api_smp.h:135 [inline]
 _raw_spin_lock_bh+0x33/0x50 kernel/locking/spinlock.c:175
 spin_lock_bh include/linux/spinlock.h:343 [inline]
 lock_sock_nested+0x41/0x120 net/core/sock.c:2929
 lock_sock include/net/sock.h:1522 [inline]
 selinux_netlbl_socket_connect+0x20/0xc0 security/selinux/netlabel.c:607
 selinux_socket_connect+0x6a/0x90 security/selinux/hooks.c:4745
 security_socket_connect+0x77/0xc0 security/security.c:1958
 __sys_connect+0x19d/0x330 net/socket.c:1824
 __do_sys_connect net/socket.c:1839 [inline]
 __se_sys_connect net/socket.c:1836 [inline]
 __x64_sys_connect+0x73/0xb0 net/socket.c:1836
 do_syscall_64+0xfa/0x760 arch/x86/entry/common.c:290
 entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x459a09
Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00

RSP: 002b:7fc302ec5c78 EFLAGS: 0246 ORIG_RAX: 002a
RAX: ffda RBX: 0003 RCX: 00459a09
RDX: 001c RSI: 2080 RDI: 0005
RBP: 0075bf20 R08:  R09: 
R10:  R11: 0246 R12: 7fc302ec66d4
R13: 004bff42 R14: 004d1eb0 R15: 
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 syzkal...@googlegroups.com.

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