syzbot


memory leak in nr_create

Status: fixed on 2021/11/10 00:50
Subsystems: hams
[Documentation on labels]
Reported-by: syzbot+10f1194569953b72f1ae@syzkaller.appspotmail.com
Fix commit: 517a16b1a88b netrom: Decrease sock refcount when sock timers expire
First crash: 1761d, last: 971d
Discussions (11)
Title Replies (including bot) Last reply
[PATCH 5.10 000/167] 5.10.54-rc1 review 183 (183) 2022/01/31 17:17
[PATCH 5.13 000/223] 5.13.6-rc1 review 235 (235) 2021/08/04 10:04
[PATCH 5.4 000/108] 5.4.136-rc1 review 114 (114) 2021/07/27 18:02
[PATCH 4.19 000/120] 4.19.199-rc1 review 130 (130) 2021/07/27 08:33
[PATCH 4.14 00/82] 4.14.241-rc1 review 85 (85) 2021/07/27 03:59
[PATCH 4.4 00/47] 4.4.277-rc1 review 51 (51) 2021/07/27 03:49
[PATCH 4.9 00/60] 4.9.277-rc1 review 64 (64) 2021/07/27 03:47
[PATCH] netrom: Decrease sock refcount when sock timers expire 1 (1) 2021/07/18 14:40
Reminder: 13 open syzbot bugs in "net/netrom" subsystem 2 (2) 2019/07/24 17:02
Reminder: 7 open syzbot bugs in "net/netrom" subsystem 1 (1) 2019/06/27 03:50
memory leak in nr_create 0 (1) 2019/05/28 00:48
Similar bugs (2)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream memory leak in nr_create (2) hams C 11 354d 414d 22/26 fixed on 2023/06/08 14:41
upstream memory leak in nr_create (3) hams C 9 89d 279d 0/26 upstream: reported C repro on 2023/06/13 19:24
Last patch testing requests (5)
Created Duration User Patch Repo Result
2021/07/16 17:09 16m phind.uet@gmail.com patch upstream OK
2021/07/16 14:56 8m phind.uet@gmail.com upstream report log
2021/07/16 00:07 15m phind.uet@gmail.com git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 7314f5480f3e37e570104dc5e0f28823ef849e7 error OK
2021/07/15 15:24 15m phind.uet@gmail.com git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 7314f5480f3e37e570104dc5e0f28823ef849e7 error OK
2021/07/01 11:13 15m phind.uet@gmail.com upstream report log

Sample crash report:
BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 35.990s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 35.990s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.160s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.160s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.520s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.070s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.070s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.230s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.230s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.590s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.150s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.150s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.310s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.310s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.670s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.220s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.220s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.380s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.380s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.740s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.300s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.300s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.460s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.460s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.820s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.380s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.380s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.540s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.540s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.900s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.450s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.450s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.610s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.610s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 34.970s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cd4800 (size 2048):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.530s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118cc9160 (size 32):
  comm "syz-executor308", pid 10112, jiffies 4294951360 (age 36.530s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888118f6e800 (size 2048):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.690s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff888119583480 (size 32):
  comm "syz-executor308", pid 10159, jiffies 4294951444 (age 35.690s)
  hex dump (first 32 bytes):
    b0 9a 03 40 81 88 ff ff 00 00 00 00 00 00 00 00  ...@............
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff8212124c>] kmalloc include/linux/slab.h:554 [inline]
    [<ffffffff8212124c>] kzalloc include/linux/slab.h:684 [inline]
    [<ffffffff8212124c>] apparmor_sk_alloc_security+0x4c/0x90 security/apparmor/lsm.c:785
    [<ffffffff820e68e1>] security_sk_alloc+0x31/0x70 security/security.c:2210
    [<ffffffff83642b70>] sk_prot_alloc+0x150/0x1b0 net/core/sock.c:1706
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae

BUG: memory leak
unreferenced object 0xffff8881195d5800 (size 2048):
  comm "syz-executor308", pid 10196, jiffies 4294951508 (age 35.050s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    06 00 07 40 00 00 00 00 00 00 00 00 00 00 00 00  ...@............
  backtrace:
    [<ffffffff83642b00>] kmalloc include/linux/slab.h:559 [inline]
    [<ffffffff83642b00>] sk_prot_alloc+0xe0/0x1b0 net/core/sock.c:1703
    [<ffffffff836472f0>] sk_alloc+0x30/0x3f0 net/core/sock.c:1756
    [<ffffffff83bba7b0>] nr_create+0x80/0x1c0 net/netrom/af_netrom.c:433
    [<ffffffff8363b67b>] __sock_create+0x1ab/0x2b0 net/socket.c:1408
    [<ffffffff8363e6ef>] sock_create net/socket.c:1459 [inline]
    [<ffffffff8363e6ef>] __sys_socket+0x6f/0x140 net/socket.c:1501
    [<ffffffff8363e7da>] __do_sys_socket net/socket.c:1510 [inline]
    [<ffffffff8363e7da>] __se_sys_socket net/socket.c:1508 [inline]
    [<ffffffff8363e7da>] __x64_sys_socket+0x1a/0x20 net/socket.c:1508
    [<ffffffff842e200d>] do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
    [<ffffffff84400068>] entry_SYSCALL_64_after_hwframe+0x44/0xae


Crashes (250):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2021/04/18 04:52 upstream 194cf4825638 7e2b734b .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/14 11:04 upstream ac30d8ce28d6 98682e5e .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/11 15:59 upstream 291009f656e8 a52ee10a .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/04 17:22 upstream 61556703b610 42b90a7c .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/02 07:32 upstream 88bb507a74ea e6b95f32 .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/01 13:17 upstream 1048ba83fb1c fc9fd31e .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/02/01 13:09 upstream 1048ba83fb1c fc9fd31e .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/01/31 20:54 upstream 6642d600b541 fc9fd31e .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/01/30 20:32 upstream 0e9bcda5d286 fc9fd31e .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/01/29 20:59 upstream bec4c2968fce 6593fd32 .config console log report syz C ci-upstream-gce-leak memory leak in nr_create
2021/01/13 18:37 upstream e609571b5ffa a945f0a3 .config console log report syz C ci-upstream-gce-leak
2020/12/06 16:10 upstream 33256ce19411 f12ba0c5 .config console log report syz C ci-upstream-gce-leak
2020/12/05 01:24 upstream e87297fa080a 20366b87 .config console log report syz C ci-upstream-gce-leak
2020/11/07 07:28 upstream bf3e76289cd2 64069d48 .config console log report syz C ci-upstream-gce-leak
2020/09/13 04:48 upstream 729e3d091984 ce441f06 .config console log report syz C ci-upstream-gce-leak
2020/09/06 09:07 upstream 9322c47b21b9 abf9ba4f .config console log report syz C ci-upstream-gce-leak
2020/09/04 11:32 upstream e28f0104343d abf9ba4f .config console log report syz C ci-upstream-gce-leak
2020/09/02 20:04 upstream 9c7d619be5a0 abf9ba4f .config console log report syz C ci-upstream-gce-leak
2020/08/28 19:24 upstream 15bc20c6af4c d5a3ae1f .config console log report syz C ci-upstream-gce-leak
2020/08/26 15:47 upstream 2ac69819ba9e 318430cb .config console log report syz C ci-upstream-gce-leak
2020/08/26 03:42 upstream abb3438d69fb 344da168 .config console log report syz C ci-upstream-gce-leak
2020/08/23 08:17 upstream c3d8f220d012 1da71ab0 .config console log report syz C ci-upstream-gce-leak
2020/08/22 18:08 upstream f873db9acd3c 6436ce4b .config console log report syz C ci-upstream-gce-leak
2020/08/20 10:35 upstream 7eac66d0456f ed282a3a .config console log report syz C ci-upstream-gce-leak
2020/08/18 11:11 upstream 06a4ec1d9dc6 424dd8e7 .config console log report syz C ci-upstream-gce-leak
2020/08/17 18:11 upstream 9123e3a74ec7 424dd8e7 .config console log report syz C ci-upstream-gce-leak
2020/08/16 01:53 upstream c9c9735c46f5 424dd8e7 .config console log report syz C ci-upstream-gce-leak
2020/08/15 03:30 upstream 7fca4dee610d 424dd8e7 .config console log report syz C ci-upstream-gce-leak
2020/08/14 14:14 upstream a1d21081a60d 424dd8e7 .config console log report syz C ci-upstream-gce-leak
2019/05/23 09:23 upstream 54dee406374c 0dadcd9d .config console log report syz C ci-upstream-gce-leak
2021/07/21 06:00 upstream 8cae8cd89f05 1b201b48 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/07/17 03:14 upstream d936eb238744 f115ae98 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/07/06 00:27 upstream 3dbdb38e2869 55aa55c2 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/07/01 02:11 upstream df04fbe8680b 38a885d1 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/06/21 12:49 upstream cba5e97280f5 aba2b2fb .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/05/22 09:16 upstream 45af60e7ced0 3c7fef33 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/05/20 04:07 upstream c3d0e3fd41b7 a343ba6b .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/04/13 15:00 upstream 89698becf06d bfeda1b1 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/04/12 22:15 upstream d434405aaab7 bfeda1b1 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/02/19 20:49 upstream f40ddce88593 f689d40a .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/02/13 20:02 upstream c6d8570e4d64 98682e5e .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/02/12 08:32 upstream 291009f656e8 a5f86b15 .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2021/02/08 07:19 upstream b75dba7f472c 2ce644fc .config console log report syz ci-upstream-gce-leak memory leak in nr_create
2020/11/13 10:49 upstream af5043c89a8e 16fca0c8 .config console log report syz ci-upstream-gce-leak
2020/09/30 07:35 upstream ccc1d052eff9 5abc3f1a .config console log report syz ci-upstream-gce-leak
2020/09/12 09:19 upstream e8878ab82545 79fb24e2 .config console log report syz ci-upstream-gce-leak
2020/09/01 05:08 upstream f75aef392f86 d5a3ae1f .config console log report syz ci-upstream-gce-leak
2020/08/29 09:03 upstream 96d454cd2c16 d5a3ae1f .config console log report syz ci-upstream-gce-leak
2020/08/28 04:21 upstream 15bc20c6af4c 816e0689 .config console log report syz ci-upstream-gce-leak
2020/08/27 20:24 upstream 15bc20c6af4c 816e0689 .config console log report syz ci-upstream-gce-leak
2020/08/27 01:09 upstream 2ac69819ba9e 318430cb .config console log report syz ci-upstream-gce-leak
2020/08/20 17:33 upstream 7eac66d0456f ed282a3a .config console log report syz ci-upstream-gce-leak
2020/08/16 14:02 upstream 4b6c093e21d3 424dd8e7 .config console log report syz ci-upstream-gce-leak
* Struck through repros no longer work on HEAD.