netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: syzbot <syzbot+7ec324747ce876a29db6@syzkaller.appspotmail.com>
To: alexios.zavras@intel.com, allison@lohutok.net,
	davem@davemloft.net, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, rfontana@redhat.com, swinslow@gmail.com,
	syzkaller-bugs@googlegroups.com, tglx@linutronix.de
Subject: memory leak in cfserl_create
Date: Wed, 05 Jun 2019 11:42:07 -0700	[thread overview]
Message-ID: <00000000000053d7e9058a97f4ca@google.com> (raw)

Hello,

syzbot found the following crash on:

HEAD commit:    788a0249 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/p..
git tree:       upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=123efa5aa00000
kernel config:  https://syzkaller.appspot.com/x/.config?x=d5c73825cbdc7326
dashboard link: https://syzkaller.appspot.com/bug?extid=7ec324747ce876a29db6
compiler:       gcc (GCC) 9.0.0 20181231 (experimental)
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=171ca536a00000

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

TDEV_CHANGE): hsr_slave_1: link becomes ready
2019/06/05 07:03:42 executed programs: 14
2019/06/05 07:03:48 executed programs: 15
2019/06/05 07:03:56 executed programs: 30
BUG: memory leak
unreferenced object 0xffff88810d22ca00 (size 128):
   comm "syz-executor.1", pid 7571, jiffies 4294948034 (age 9.460s)
   hex dump (first 32 bytes):
     00 00 00 00 00 00 00 00 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:
     [<00000000d4b3552e>] kmemleak_alloc_recursive  
include/linux/kmemleak.h:55 [inline]
     [<00000000d4b3552e>] slab_post_alloc_hook mm/slab.h:439 [inline]
     [<00000000d4b3552e>] slab_alloc mm/slab.c:3326 [inline]
     [<00000000d4b3552e>] kmem_cache_alloc_trace+0x13d/0x280 mm/slab.c:3553
     [<00000000409297cb>] kmalloc include/linux/slab.h:547 [inline]
     [<00000000409297cb>] kzalloc include/linux/slab.h:742 [inline]
     [<00000000409297cb>] cfserl_create+0x24/0x76 net/caif/cfserl.c:36
     [<000000000b6ebed9>] caif_device_notify+0x347/0x3bc  
net/caif/caif_dev.c:388
     [<0000000052e58523>] notifier_call_chain+0x66/0xb0 kernel/notifier.c:95
     [<0000000016b2101e>] __raw_notifier_call_chain kernel/notifier.c:396  
[inline]
     [<0000000016b2101e>] raw_notifier_call_chain+0x2e/0x40  
kernel/notifier.c:403
     [<0000000041e2ecf0>] call_netdevice_notifiers_info+0x33/0x70  
net/core/dev.c:1749
     [<00000000f45634e0>] call_netdevice_notifiers_extack  
net/core/dev.c:1761 [inline]
     [<00000000f45634e0>] call_netdevice_notifiers net/core/dev.c:1775  
[inline]
     [<00000000f45634e0>] register_netdevice+0x445/0x600 net/core/dev.c:8734
     [<0000000043f37c7e>] ldisc_open+0x1f7/0x350  
drivers/net/caif/caif_serial.c:359
     [<0000000048b48475>] tty_ldisc_open.isra.0+0x40/0x70  
drivers/tty/tty_ldisc.c:469
     [<000000001b540e53>] tty_set_ldisc+0x149/0x240  
drivers/tty/tty_ldisc.c:596
     [<00000000987d85c0>] tiocsetd drivers/tty/tty_io.c:2332 [inline]
     [<00000000987d85c0>] tty_ioctl+0x366/0xa30 drivers/tty/tty_io.c:2592
     [<00000000bdb74dbb>] vfs_ioctl fs/ioctl.c:46 [inline]
     [<00000000bdb74dbb>] file_ioctl fs/ioctl.c:509 [inline]
     [<00000000bdb74dbb>] do_vfs_ioctl+0x62a/0x810 fs/ioctl.c:696
     [<0000000021ef067c>] ksys_ioctl+0x86/0xb0 fs/ioctl.c:713
     [<00000000d1d65c38>] __do_sys_ioctl fs/ioctl.c:720 [inline]
     [<00000000d1d65c38>] __se_sys_ioctl fs/ioctl.c:718 [inline]
     [<00000000d1d65c38>] __x64_sys_ioctl+0x1e/0x30 fs/ioctl.c:718
     [<000000001056684e>] do_syscall_64+0x76/0x1a0  
arch/x86/entry/common.c:301
     [<0000000010a5606e>] entry_SYSCALL_64_after_hwframe+0x44/0xa9



---
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 syzkaller@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

             reply	other threads:[~2019-06-05 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05 18:42 syzbot [this message]
2019-09-17  9:43 ` memory leak in cfserl_create syzbot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00000000000053d7e9058a97f4ca@google.com \
    --to=syzbot+7ec324747ce876a29db6@syzkaller.appspotmail.com \
    --cc=alexios.zavras@intel.com \
    --cc=allison@lohutok.net \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rfontana@redhat.com \
    --cc=swinslow@gmail.com \
    --cc=syzkaller-bugs@googlegroups.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).