Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kmemleak detected in fsi master #189

Open
shenki opened this issue Apr 7, 2020 · 1 comment
Open

kmemleak detected in fsi master #189

shenki opened this issue Apr 7, 2020 · 1 comment

Comments

@shenki
Copy link
Member

shenki commented Apr 7, 2020

Running 5.4.28-00243-g757f8a4d828d on tacoma (ast2600)

unreferenced object 0xb4c76080 (size 64):
  comm "openpower-proc-", pid 834, jiffies 4294958303 (age 48632.290s)
  hex dump (first 32 bytes):
    73 6c 61 76 65 40 30 30 3a 30 30 00 63 61 74 69  slave@00:00.cati
    6f 6e 5f 69 64 00 ff ff ff ff ff ff ff ff ff ff  on_id...........
  backtrace:
    [<f784ec53>] __kmalloc_track_caller+0x108/0x234
    [<7171ff6a>] kvasprintf+0x64/0xcc
    [<4b2c151e>] kvasprintf_const+0x70/0x84
    [<2366eb74>] kobject_set_name_vargs+0x34/0xa8
    [<da392fbd>] dev_set_name+0x40/0x5c
    [<95e3591d>] fsi_master_scan+0x15c/0x7e0
    [<9729cf80>] fsi_master_rescan+0x3c/0x54
    [<baaabd03>] master_rescan_store+0x1c/0x28
    [<e0dce244>] dev_attr_store+0x24/0x30
    [<87b299fc>] sysfs_kf_write+0x48/0x54
    [<89c19ac5>] kernfs_fop_write+0x124/0x24c
    [<e753a67b>] __vfs_write+0x4c/0x1dc
    [<71e0cd50>] vfs_write+0xbc/0x18c
    [<7e334600>] ksys_write+0x74/0xec
    [<233bb279>] sys_write+0x18/0x1c
    [<3ffa8e8f>] ret_fast_syscall+0x0/0x54
@mdmillerii
Copy link

This is dev_set_name.

Was there a trigger? Is the driver trying to set the name after the device was added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants