Re: of_node_release() warn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Frank,

[  292.117483][  T406] driver: 'unittest-i2c-bus': driver_release
[  292.125954][  T487] kobject: 'unittest-i2c-dev': free name
[  292.134162][  T406] kobject: 'unittest-i2c-bus': free name
[  292.171965][  T504] kobject: 'test-unittest111' ((____ptrval____)): kobject_cleanup, parent (____ptrval____)
[  292.181866][  T504] kobject: 'test-unittest111' ((____ptrval____)): calling ktype release

The following "OF: ERROR: memory leak ..." message is not an expected error from the unittest:

[  292.191376][  T504] OF: ERROR: memory leak before free overlay changeset, /testcase-data/overlay-node/test-bus/test-unittest11/test-unittest111


[  292.191386][   C47] ------------[ cut here ]------------
[  292.191391][   C47] refcount_t: addition on 0; use-after-free.
[  292.191397][   C47] WARNING: CPU: 47 PID: 504 at lib/refcount.c:25 refcount_warn_saturate+0xf4/0x1b0
[  292.191399][   C47] Modules linked in:
[  292.191406][   C47] CPU: 47 PID: 504 Comm: kworker/47:2 Tainted: G     W         5.4.0+ #1424
[  292.191411][   C47] Hardware name: Huawei Taishan 2280 /D05, BIOS Hisilicon D05 IT21 Nemo 2.0 RC0 04/18/2018
[  292.191414][   C47] Workqueue: events kobject_delayed_cleanup
[  292.191420][   C47] pstate: 80400085 (Nzcv daIf +PAN -UAO)
[  292.191423][   C47] pc : refcount_warn_saturate+0xf4/0x1b0
[  292.191427][   C47] lr : refcount_warn_saturate+0xf4/0x1b0
[  292.191429][   C47] sp : ffffff9da32574c0
[  292.191432][   C47] x29: ffffff9da32574c0 x28: 0000000000000001
[  292.191438][   C47] x27: ffffffd01231fc40 x26: ffffffd015cea179
[  292.191445][   C47] x25: ffffff9d29846818 x24: ffffffd012320160
[  292.191452][   C47] x23: ffffffd015cea510 x22: ffffffd015cea179
[  292.191458][   C47] x21: ffffff9d29844490 x20: 0000000000000002
[  292.191465][   C47] x19: ffffffd0151b186b x18: 0000000000000000
[  292.191471][   C47] x17: 0000000000000000 x16: 0000000000002760
[  292.191478][   C47] x15: 0000000000000000 x14: 726170202c70756e
[  292.191485][   C47] x13: 61656c635f746365 x12: 1ffffff3b5c94703
[  292.191491][   C47] x11: ffffffc3b5c94703 x10: dfffffd000000000
[  292.191498][   C47] x9 : ffffffc3b5c94704 x8 : 0000000000000001
[  292.191504][   C47] x7 : ffffff9dae4a381b x6 : ffffffc3b5c94704
[  292.191511][   C47] x5 : ffffffc3b5c94704 x4 : ffffffc3b5c94704
[  292.191517][   C47] x3 : ffffffd010000000 x2 : ffffffc3b464ae60
[  292.191524][   C47] x1 : 8bd48ccdcee9fb00 x0 : 0000000000000000
[  292.191530][   C47] Call trace:
[  292.191533][   C47]  refcount_warn_saturate+0xf4/0x1b0
[  292.191536][   C47]  kobject_get+0x9c/0x100
[  292.191539][   C47]  of_node_get+0x2c/0x40
[  292.191541][   C47]  of_get_parent+0x50/0x88
[  292.191544][   C47]  of_fwnode_get_parent+0x4c/0xa8
[  292.191547][   C47]  fwnode_count_parents+0x54/0x98
[  292.191551][   C47]  fwnode_full_name_string+0x28/0xd8
[  292.191554][   C47]  device_node_string+0x28c/0x5d0
[  292.191556][   C47]  pointer+0x338/0x488
[  292.191559][   C47]  vsnprintf+0x53c/0xad8
[  292.191562][   C47]  vscnprintf+0x48/0x80
[  292.191565][   C47]  vprintk_store+0x78/0x308
[  292.191567][   C47]  vprintk_emit+0x258/0x600
[  292.191570][   C47]  vprintk_default+0xac/0xc8
[  292.191573][   C47]  vprintk_func+0x248/0x2d8
[  292.191575][   C47]  printk+0xc4/0xf4
[  292.191578][   C47]  of_node_release+0xd0/0x180
[  292.191581][   C47]  kobject_delayed_cleanup+0x1f4/0x250
[  292.191584][   C47]  process_one_work+0x800/0xd90
[  292.191587][   C47]  worker_thread+0x41c/0x6c0
[  292.191590][   C47]  kthread+0x1dc/0x1f8
[  292.191592][   C47]  ret_from_fork+0x10/0x18
[  292.191595][   C47] irq event stamp: 2118
[  292.191600][   C47] hardirqs last  enabled at (2117): [<ffffffd0115faaa0>] _raw_spin_unlock_irq+0x38/0xc0
[  292.191604][   C47] hardirqs last disabled at (2118): [<ffffffd0115ef040>] __schedule+0x310/0xd70
[  292.191609][   C47] softirqs last  enabled at (1408): [<ffffffd0100e2fac>] __do_softirq+0x804/0x870
[  292.191613][   C47] softirqs last disabled at (1399): [<ffffffd0101b9d4c>] irq_exit+0x11c/0x1a8
[  292.191616][   C47] ---[ end trace f80ccb1560e43eff ]---
[  292.191620][   C47] ------------[ cut here ]------------
[  292.191623][   C47] refcount_t: underflow; use-after-free.
[  292.191628][   C47] WARNING: CPU: 47 PID: 504 at lib/refcount.c:28 refcount_warn_saturate+0x12c/0x1b0
[  292.191630][   C47] Modules linked in:
[  292.191637][   C47] CPU: 47 PID: 504 Comm: kworker/47:2 Tainted: G     W         5.4.0+ #1424
[  292.191641][   C47] Hardware name: Huawei Taishan 2280 /D05, BIOS Hisilicon D05 IT21 Nemo 2.0 RC0 04/18/2018
[  292.191645][   C47] Workqueue: events kobject_delayed_cleanup
[  292.191650][   C47] pstate: 80400085 (Nzcv daIf +PAN -UAO)
[  292.191653][   C47] pc : refcount_warn_saturate+0x12c/0x1b0
[  292.191656][   C47] lr : refcount_warn_saturate+0x12c/0x1b0
[  292.191659][   C47] sp : ffffff9da32574a0
[  292.191661][   C47] x29: ffffff9da32574a0 x28: 0000000000000001
[  292.191668][   C47] x27: ffffffd01231fc40 x26: ffffffd015cea179
[  292.191674][   C47] x25: ffffff9d29846818 x24: ffffffd012320160
[  292.191681][   C47] x23: ffffffd015cea510 x22: ffffff9d25c29668
[  292.191687][   C47] x21: ffffff9d29844490 x20: 0000000000000003
[  292.191694][   C47] x19: ffffffd0151b186b x18: 0000000000000000
[  292.191701][   C47] x17: 0000000000000000 x16: 000fffffc3b5c94704 x8 : 0000000000000001
[  292.191733][   C47] x7 : ffffff9dae4a381b x6 : ffffffc3b5c94704
[  292.191740][   C47] x5 : ffffffc3b5c94704 x4 : ffffffc3b5c94704
[  292.191746][   C47] x3 : ffffffd010000000 x2 : ffffffc3b464ae5c
[  292.191753][   C47] x1 : 8bd48ccdcee9fb00 x0 : 0000000000000000
[  292.191759][   C47] Call trace:
[  292.191762][   C47]  refcount_warn_saturate+0x12c/0x1b0
[  292.191765][   C47]  kobject_put+0x1bc/0x1f8
[  292.191768][   C47]  of_node_put+0x2c/0x40
[  292.191770][   C47]  of_fwnode_put+0x4c/0x80
[  292.191773][   C47]  fwnode_get_next_parent+0xa0/0xe8
[  292.191776][   C47]  fwnode_count_parents+0x70/0x98
[  292.191779][   C47]  fwnode_full_name_string+0x28/0xd8
[  292.191782][   C47]  device_node_string+0x28c/0x5d0
[  292.191785][   C47]  pointer+0x338/0x488
[  292.191788][   C47]  vsnprintf+0x53c/0xad8
[  292.191790][   C47]  vscnprintf+0x48/0x80
[  292.191793][   C47]  vprintk_store+0x78/0x308
[  292.191796][   C47]  vprintk_emit+0x258/0x600
[  292.191798][   C47]  vprintk_default+0xac/0xc8
[  292.191801][   C47]  vprintk_func+0x248/0x2d8
[  292.191804][   C47]  printk+0xc4/0xf4
[  292.191806][   C47]  of_node_release+0xd0/0x180
[  292.191809][   C47]  kobject_delayed_cleanup+0x1f4/0x250
[  292.191812][   C47]  process_one_work+0x800/0xd90
[  292.191815][   C47]  worker_thread+0x41c/0x6c0
[  292.191818][   C47]  kthread+0x1dc/0x1f8

[...]


Not sure if this is significant as it seems to originate from a test, but I thought I should report it anyway.

Thanks for reporting it.

Can I ask you to bisect to find where it first occurred?

ok, but that may take a little time as it's a big'ish build.

As the first step of the bisect, I would recommend checking whether
the problem exists in version 5.4.  As a further bound on the bisect
range, the furthest back the "OF: ERROR:" message could exist is
version 5.0, because that is when I added the message.

If you can't bisect, I will try to reproduce the error.

OK, let me get back to you early next week on this.

Cheers,
John




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux