linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c
@ 2020-01-14 15:51 bugzilla-daemon
  2020-01-14 15:54 ` [Bug 206203] " bugzilla-daemon
                   ` (25 more replies)
  0 siblings, 26 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-01-14 15:51 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

            Bug ID: 206203
           Summary: kmemleak reports various leaks in
                    drivers/of/unittest.c
           Product: Platform Specific/Hardware
           Version: 2.5
    Kernel Version: 5.4.11
          Hardware: PPC-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: PPC-64
          Assignee: platform_ppc-64@kernel-bugs.osdl.org
          Reporter: erhard_f@mailbox.org
        Regression: No

Created attachment 286801
  --> https://bugzilla.kernel.org/attachment.cgi?id=286801&action=edit
kmemleak output

kmemleak reported various leaks in "swapper/0" while I was building a kernel on
my Talos II:

[...]
unreferenced object 0xc0002007f833c780 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878487 (age 1637.240s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 00 03 18                          name....
  backtrace:
    [<00000000d64d7001>] .kstrdup+0x44/0xb0
    [<00000000d7cb5018>] .__of_prop_dup+0x60/0x130
    [<000000003a4c11d9>] .of_unittest_changeset+0x3c0/0xa20
    [<00000000f6cf112e>] .of_unittest+0x1e9c/0x3808
    [<0000000018a2e72e>] .do_one_initcall+0x7c/0x420
    [<00000000de53cd05>] .kernel_init_freeable+0x2d8/0x3d4
    [<00000000e79ea455>] .kernel_init+0x14/0x158
    [<0000000099bc20e8>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f833c498 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878487 (age 1637.240s)
  hex dump (first 8 bytes):
    6e 32 31 00 00 00 0e f8                          n21.....
  backtrace:
    [<00000000a8bde092>] .kmemdup+0x30/0x70
    [<00000000a5916f40>] .__of_prop_dup+0x7c/0x130
    [<000000003a4c11d9>] .of_unittest_changeset+0x3c0/0xa20
    [<00000000f6cf112e>] .of_unittest+0x1e9c/0x3808
    [<0000000018a2e72e>] .do_one_initcall+0x7c/0x420
    [<00000000de53cd05>] .kernel_init_freeable+0x2d8/0x3d4
    [<00000000e79ea455>] .kernel_init+0x14/0x158
    [<0000000099bc20e8>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f833c818 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878487 (age 1637.240s)
  hex dump (first 8 bytes):
    6e 31 00 00 00 00 06 b8                          n1......
  backtrace:
    [<00000000d64d7001>] .kstrdup+0x44/0xb0
    [<0000000059dd59eb>] .kvasprintf_const+0x74/0xf0
    [<00000000d729a1b8>] .kobject_set_name_vargs+0x34/0xf0
    [<00000000e8b8c22b>] .kobject_add+0x50/0xe0
    [<00000000223588e9>] .__of_attach_node_sysfs+0xa8/0x160
    [<0000000085cbb668>] .__of_changeset_entry_apply+0x32c/0x390
    [<00000000f1d284ee>] .__of_changeset_apply_entries+0x48/0x110
    [<00000000b7434f45>] .of_changeset_apply+0x54/0xc0
    [<0000000022b41feb>] .of_unittest_changeset+0x8a4/0xa20
    [<00000000f6cf112e>] .of_unittest+0x1e9c/0x3808
    [<0000000018a2e72e>] .do_one_initcall+0x7c/0x420
    [<00000000de53cd05>] .kernel_init_freeable+0x2d8/0x3d4
    [<00000000e79ea455>] .kernel_init+0x14/0x158
    [<0000000099bc20e8>] .ret_from_kernel_thread+0x58/0x68
[...]

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
@ 2020-01-14 15:54 ` bugzilla-daemon
  2020-01-14 15:55 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-01-14 15:54 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #1 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 286803
  --> https://bugzilla.kernel.org/attachment.cgi?id=286803&action=edit
dmesg (kernel 5.4.11, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
  2020-01-14 15:54 ` [Bug 206203] " bugzilla-daemon
@ 2020-01-14 15:55 ` bugzilla-daemon
  2020-02-27 21:19 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-01-14 15:55 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #2 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 286805
  --> https://bugzilla.kernel.org/attachment.cgi?id=286805&action=edit
kernel .config (kernel 5.4.11, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
  2020-01-14 15:54 ` [Bug 206203] " bugzilla-daemon
  2020-01-14 15:55 ` bugzilla-daemon
@ 2020-02-27 21:19 ` bugzilla-daemon
  2020-02-27 22:06   ` Michael Ellerman
  2020-02-27 21:20 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  25 siblings, 1 reply; 32+ messages in thread
From: bugzilla-daemon @ 2020-02-27 21:19 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #3 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 287671
  --> https://bugzilla.kernel.org/attachment.cgi?id=287671&action=edit
kmemleak output (kernel 5.6-rc3, PowerMac G5 11,2)

Same on a PowerMac G5 11,2 (kernel 5.6-rc3).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (2 preceding siblings ...)
  2020-02-27 21:19 ` bugzilla-daemon
@ 2020-02-27 21:20 ` bugzilla-daemon
  2020-02-27 21:31 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-02-27 21:20 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #4 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 287673
  --> https://bugzilla.kernel.org/attachment.cgi?id=287673&action=edit
dmesg (kernel 5.6-rc3, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (3 preceding siblings ...)
  2020-02-27 21:20 ` bugzilla-daemon
@ 2020-02-27 21:31 ` bugzilla-daemon
  2020-02-27 22:07 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-02-27 21:31 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #5 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 287675
  --> https://bugzilla.kernel.org/attachment.cgi?id=287675&action=edit
kernel .config (kernel 5.6-rc3, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-02-27 21:19 ` bugzilla-daemon
@ 2020-02-27 22:06   ` Michael Ellerman
  0 siblings, 0 replies; 32+ messages in thread
From: Michael Ellerman @ 2020-02-27 22:06 UTC (permalink / raw)
  To: bugzilla-daemon, linuxppc-dev

bugzilla-daemon@bugzilla.kernel.org writes:
> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>
> --- Comment #3 from Erhard F. (erhard_f@mailbox.org) ---
> Created attachment 287671
>   --> https://bugzilla.kernel.org/attachment.cgi?id=287671&action=edit
> kmemleak output (kernel 5.6-rc3, PowerMac G5 11,2)
>
> Same on a PowerMac G5 11,2 (kernel 5.6-rc3).

Can you attach the /sys/kernel/debug/kmemleak output please.

cheers

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (4 preceding siblings ...)
  2020-02-27 21:31 ` bugzilla-daemon
@ 2020-02-27 22:07 ` bugzilla-daemon
  2020-02-27 22:39 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-02-27 22:07 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #6 from mpe@ellerman.id.au ---
bugzilla-daemon@bugzilla.kernel.org writes:
> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>
> --- Comment #3 from Erhard F. (erhard_f@mailbox.org) ---
> Created attachment 287671
>   --> https://bugzilla.kernel.org/attachment.cgi?id=287671&action=edit
> kmemleak output (kernel 5.6-rc3, PowerMac G5 11,2)
>
> Same on a PowerMac G5 11,2 (kernel 5.6-rc3).

Can you attach the /sys/kernel/debug/kmemleak output please.

cheers

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (5 preceding siblings ...)
  2020-02-27 22:07 ` bugzilla-daemon
@ 2020-02-27 22:39 ` bugzilla-daemon
  2020-04-03 19:22 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-02-27 22:39 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #7 from Erhard F. (erhard_f@mailbox.org) ---
(In reply to mpe from comment #6)
> Can you attach the /sys/kernel/debug/kmemleak output please.
> 
> cheers
I already did:
"kmemleak output (kernel 5.6-rc3, PowerMac G5 11,2) (91.35 KB, text/plain)"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (6 preceding siblings ...)
  2020-02-27 22:39 ` bugzilla-daemon
@ 2020-04-03 19:22 ` bugzilla-daemon
  2020-04-03 19:23 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-04-03 19:22 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286803|0                           |1
        is obsolete|                            |

--- Comment #8 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 288185
  --> https://bugzilla.kernel.org/attachment.cgi?id=288185&action=edit
dmesg (kernel 5.6.2, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (7 preceding siblings ...)
  2020-04-03 19:22 ` bugzilla-daemon
@ 2020-04-03 19:23 ` bugzilla-daemon
  2020-04-03 19:23 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-04-03 19:23 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286805|0                           |1
        is obsolete|                            |

--- Comment #9 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 288187
  --> https://bugzilla.kernel.org/attachment.cgi?id=288187&action=edit
kernel .config (kernel 5.6.2, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (8 preceding siblings ...)
  2020-04-03 19:23 ` bugzilla-daemon
@ 2020-04-03 19:23 ` bugzilla-daemon
  2020-04-08  3:13   ` Michael Ellerman
  2020-04-17 15:46 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  25 siblings, 1 reply; 32+ messages in thread
From: bugzilla-daemon @ 2020-04-03 19:23 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286801|0                           |1
        is obsolete|                            |

--- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 288189
  --> https://bugzilla.kernel.org/attachment.cgi?id=288189&action=edit
kmemleak output (kernel 5.6.2, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-04-03 19:23 ` bugzilla-daemon
@ 2020-04-08  3:13   ` Michael Ellerman
  2020-04-08 15:22     ` Frank Rowand
  0 siblings, 1 reply; 32+ messages in thread
From: Michael Ellerman @ 2020-04-08  3:13 UTC (permalink / raw)
  To: Frank Rowand, Rob Herring; +Cc: devicetree, linuxppc-dev

bugzilla-daemon@bugzilla.kernel.org writes:
> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>
> Erhard F. (erhard_f@mailbox.org) changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>  Attachment #286801|0                           |1
>         is obsolete|                            |
>
> --- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
> Created attachment 288189
>   --> https://bugzilla.kernel.org/attachment.cgi?id=288189&action=edit
> kmemleak output (kernel 5.6.2, Talos II)

These are all in or triggered by the of unittest code AFAICS.
Content of the log reproduced below.

Frank/Rob, are these memory leaks expected?

cheers


unreferenced object 0xc0000007eb89ca58 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 32 bytes):
    c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
    c0 00 00 07 ec 97 80 08 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec978008 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 8 bytes):
    6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89e318 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 32 bytes):
    c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
    c0 00 00 07 ec 97 ab 08 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec97ab08 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 8 bytes):
    6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89e528 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
    c0 00 00 07 ec 97 b3 18 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec97b318 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
  hex dump (first 8 bytes):
    6e 32 31 00 6b 6b 6b a5                          n21.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1fb00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 97 90 28 00 00 00 03 00 00 00 00  .......(........
    c0 00 00 07 ec 97 8e d0 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec979028 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec978ed0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 8 bytes):
    6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1bc80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 97 b4 70 00 00 00 03 00 00 00 00  .......p........
    c0 00 00 07 ec 97 b1 c0 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec97b470 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec97b1c0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
  hex dump (first 8 bytes):
    6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1d800 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 97 88 18 00 00 00 03 00 00 00 00  ................
    c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec978818 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec97bdd8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 8 bytes):
    6e 32 31 6b 6b 6b 6b a5                          n21kkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec979d98 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 8 bytes):
    6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
    [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec9796e0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 8 bytes):
    6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
    [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec979ef0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
  hex dump (first 8 bytes):
    6e 32 31 00 6b 6b 6b a5                          n21.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
    [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
    [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e98800 (size 2048):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 92 dc 40 ff ff ff ff 00 00 00 00  .......@........
    c0 00 00 07 ec 92 dc 40 c0 00 20 07 f2 e9 88 18  .......@.. .....
  backtrace:
    [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
    [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
    [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec92dc40 (size 64):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
  hex dump (first 32 bytes):
    74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
    61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
    [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
    [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb8aa100 (size 256):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
  hex dump (first 32 bytes):
    00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
    ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
  backtrace:
    [<000000008039b6cb>] .device_add+0x578/0x980
    [<0000000012aa326f>] .of_device_add+0x58/0x70
    [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e9a000 (size 2048):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
  hex dump (first 32 bytes):
    c0 00 20 07 f2 e7 a2 40 ff ff ff ff 00 00 00 00  .. ....@........
    c0 00 20 07 f2 e7 a2 40 c0 00 20 07 f2 e9 a0 18  .. ....@.. .....
  backtrace:
    [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
    [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
    [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e7a240 (size 64):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
  hex dump (first 32 bytes):
    74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
    61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
    [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
    [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb8ac100 (size 256):
  comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
  hex dump (first 32 bytes):
    00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
    ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
  backtrace:
    [<000000008039b6cb>] .device_add+0x578/0x980
    [<0000000012aa326f>] .of_device_add+0x58/0x70
    [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
    [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
    [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
    [<0000000076525030>] .of_platform_populate+0x78/0x140
    [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
    [<000000003978eb44>] .of_unittest+0x24a8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89f7b8 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.760s)
  hex dump (first 32 bytes):
    c0 00 00 07 f1 ea 17 b0 00 00 00 00 00 00 00 00  ................
    c0 00 20 07 f2 e8 47 40 00 00 00 00 00 00 00 00  .. ...G@........
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e84740 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1c680 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
  hex dump (first 32 bytes):
    c0 00 20 07 f2 e8 70 f0 00 00 00 09 00 00 00 00  .. ...p.........
    c0 00 20 07 f4 2e b6 b0 c0 00 00 07 f1 c1 df 80  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e870f0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42eb6b0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
  hex dump (first 16 bytes):
    75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1df80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 7f ec 60 00 00 00 05 00 00 00 00  .......`........
    c0 00 00 07 ec 7f f4 70 c0 00 00 07 f1 c1 e2 00  .......p........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec7fec60 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 8 bytes):
    73 74 61 74 75 73 00 a5                          status..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec7ff470 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 8 bytes):
    6f 6b 61 79 00 6b 6b a5                          okay.kk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1e200 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 7f dc 40 00 00 00 04 00 00 00 00  .......@........
    c0 00 00 07 ec 7f cc 20 c0 00 00 07 f1 c1 97 00  ....... ........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec7fdc40 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec7fcc20 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
  hex dump (first 8 bytes):
    00 00 00 04 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c19700 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 7f c5 68 00 00 00 0f 00 00 00 00  .......h........
    c0 00 20 07 f4 2e bb 00 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec7fc568 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42ebb00 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42e8fe0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<00000000d856304a>] .of_unittest+0x2758/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89e108 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb a1 c8 a0 00 00 00 00 00 00 00 00  ................
    c0 00 20 07 f4 2e 8b 90 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42e8b90 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c18f80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
  hex dump (first 32 bytes):
    c0 00 20 07 f4 2e 8a 20 00 00 00 09 00 00 00 00  .. .... ........
    c0 00 20 07 f4 2e a5 70 c0 00 00 07 f1 c1 8a 80  .. ....p........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42e8a20 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42ea570 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
  hex dump (first 16 bytes):
    75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c18a80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 61 a0 00 00 00 05 00 00 00 00  .. ..Wa.........
    c0 00 20 07 f5 57 4e d0 c0 00 00 07 f1 c1 94 80  .. ..WN.........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f55761a0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 8 bytes):
    73 74 61 74 75 73 00 a5                          status..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5574ed0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 8 bytes):
    6f 6b 61 79 00 6b 6b a5                          okay.kk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c19480 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 50 28 00 00 00 04 00 00 00 00  .. ..WP(........
    c0 00 20 07 f5 57 71 c0 c0 00 00 07 f1 c1 c1 80  .. ..Wq.........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5575028 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f55771c0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 8 bytes):
    00 00 00 0a 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1c180 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
  hex dump (first 32 bytes):
    c0 00 20 07 f4 2e 99 f0 00 00 00 04 00 00 00 00  .. .............
    c0 00 20 07 f5 57 74 70 c0 00 00 07 f1 c1 ab 00  .. ..Wtp........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5577470 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
  hex dump (first 8 bytes):
    00 00 00 01 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1ab00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
  hex dump (first 32 bytes):
    c0 00 20 07 f4 2e 88 b0 00 00 00 04 00 00 00 00  .. .............
    c0 00 20 07 f5 57 7d d8 c0 00 00 07 f1 c1 8d 00  .. ..W}.........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42e88b0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
  hex dump (first 16 bytes):
    23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5577dd8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 8 bytes):
    00 00 00 00 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c18d00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 48 18 00 00 00 10 00 00 00 00  .. ..WH.........
    c0 00 20 07 f4 2e ac a0 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5574818 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42eaca0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89d8c8 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb a1 cb 50 00 00 00 00 00 00 00 00  .......P........
    c0 00 00 07 ea dd 8d 20 00 00 00 00 00 00 00 00  ....... ........
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadd8d20 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1a880 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 32 bytes):
    c0 00 20 07 f4 2e af 80 00 00 00 09 00 00 00 00  .. .............
    c0 00 20 07 f4 2e 81 80 c0 00 00 07 f1 c1 92 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42eaf80 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f42e8180 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 16 bytes):
    75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c19200 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 75 c8 00 00 00 05 00 00 00 00  .. ..Wu.........
    c0 00 20 07 f5 57 7c 80 c0 00 00 07 f1 c1 d3 00  .. ..W|.........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f55775c8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 8 bytes):
    73 74 61 74 75 73 00 a5                          status..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5577c80 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
  hex dump (first 8 bytes):
    6f 6b 61 79 00 6b 6b a5                          okay.kk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f1c1d300 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 77 20 00 00 00 04 00 00 00 00  .. ..Ww ........
    c0 00 20 07 f5 57 5d 98 c0 00 00 07 f2 25 0f 80  .. ..W]......%..
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5577720 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5575d98 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
  hex dump (first 8 bytes):
    00 00 00 01 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007f2250f80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
  hex dump (first 32 bytes):
    c0 00 20 07 f5 57 68 58 00 00 00 11 00 00 00 00  .. ..WhX........
    c0 00 00 07 ea dd a2 40 00 00 00 00 00 00 00 00  .......@........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f5576858 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadda240 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6bc70 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadd9540 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
    [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89e738 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.787s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb a1 98 a0 00 00 00 00 00 00 00 00  ................
    c0 00 20 07 ec e6 8e 70 00 00 00 00 00 00 00 00  .. ....p........
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece68e70 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec886200 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
  hex dump (first 32 bytes):
    c0 00 20 07 ec e6 a4 00 00 00 00 09 00 00 00 00  .. .............
    c0 00 20 07 ec e6 99 f0 c0 00 00 07 ec 88 55 80  .. ...........U.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6a400 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece699f0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 16 bytes):
    75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec885580 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 32 bytes):
    c0 00 20 07 f8 5d a0 48 00 00 00 05 00 00 00 00  .. ..].H........
    c0 00 20 07 f8 5d ac 60 c0 00 00 07 ec 88 46 80  .. ..].`......F.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85da048 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 8 bytes):
    73 74 61 74 75 73 00 a5                          status..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85dac60 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 8 bytes):
    6f 6b 61 79 00 6b 6b a5                          okay.kk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec884680 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 32 bytes):
    c0 00 20 07 f8 5d ab 08 00 00 00 04 00 00 00 00  .. ..]..........
    c0 00 20 07 f8 5d 9a e8 c0 00 00 07 ec 88 6e 80  .. ..]........n.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85dab08 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85d9ae8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 8 bytes):
    00 00 00 0b 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec886e80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 32 bytes):
    c0 00 20 07 ec e6 a6 e0 00 00 00 04 00 00 00 00  .. .............
    c0 00 20 07 f8 5d b3 18 c0 00 00 07 ec 88 44 00  .. ..]........D.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6a6e0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 16 bytes):
    23 61 64 64 72 65 73 73 2d 63 65 6c 6c 73 00 a5  #address-cells..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85db318 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 8 bytes):
    00 00 00 01 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec884400 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 32 bytes):
    c0 00 20 07 ec e6 81 80 00 00 00 04 00 00 00 00  .. .............
    c0 00 20 07 f8 5d 92 d8 c0 00 00 07 ec 88 3a 00  .. ..]........:.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece68180 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
  hex dump (first 16 bytes):
    23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85d92d8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
  hex dump (first 8 bytes):
    00 00 00 00 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec883a00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
  hex dump (first 32 bytes):
    c0 00 20 07 f8 5d 80 08 00 00 00 10 00 00 00 00  .. ..]..........
    c0 00 20 07 ec e6 b3 d0 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85d8008 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6b3d0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb89fde8 (size 192):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb a1 9b 50 00 00 00 00 00 00 00 00  .......P........
    c0 00 00 07 ea dd 85 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadd8500 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
    [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec886c00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 32 bytes):
    c0 00 20 07 ec e6 8a 20 00 00 00 09 00 00 00 00  .. .... ........
    c0 00 20 07 ec e6 ab 30 c0 00 00 07 ec 88 0a 80  .. ....0........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece68a20 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6ab30 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
  hex dump (first 16 bytes):
    75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec880a80 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
  hex dump (first 32 bytes):
    c0 00 20 07 f8 5d a5 a8 00 00 00 05 00 00 00 00  .. ..]..........
    c0 00 00 07 eb 18 c8 18 c0 00 00 07 ec 88 58 00  ..............X.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f85da5a8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
  hex dump (first 8 bytes):
    73 74 61 74 75 73 00 a5                          status..
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb18c818 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
  hex dump (first 8 bytes):
    6f 6b 61 79 00 6b 6b a5                          okay.kk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec885800 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb 18 fc 80 00 00 00 04 00 00 00 00  ................
    c0 00 00 07 eb 18 f4 70 c0 00 00 07 ec 88 41 80  .......p......A.
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb18fc80 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb18f470 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 8 bytes):
    00 00 00 01 6b 6b 6b a5                          ....kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec884180 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb 18 dd 98 00 00 00 11 00 00 00 00  ................
    c0 00 00 07 ea dd b4 20 00 00 00 00 00 00 00 00  ....... ........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb18dd98 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eaddb420 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007ece6a850 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
  hex dump (first 16 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadda580 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
  hex dump (first 32 bytes):
    74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
    00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
    [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
    [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
    [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
    [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
    [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
    [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
    [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
    [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec881200 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
  hex dump (first 32 bytes):
    c0 00 00 07 ec 71 d0 28 00 00 00 0c 00 00 00 00  .....q.(........
    c0 00 20 07 f2 e8 c5 d0 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<000000004e6be113>] .of_unittest+0x3458/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec71d028 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<000000004e6be113>] .of_unittest+0x3458/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007f2e8c5d0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
  hex dump (first 16 bytes):
    5f 5f 73 79 6d 62 6f 6c 73 5f 5f 00 6b 6b 6b a5  __symbols__.kkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<000000004e6be113>] .of_unittest+0x3458/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eaddb280 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
  hex dump (first 32 bytes):
    2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
    2f 73 75 62 73 74 61 74 69 6f 6e 40 31 30 30 00  /substation@100.
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000c2320ab8>] .kasprintf+0x2c/0x40
    [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
    [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eadd9880 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
  hex dump (first 32 bytes):
    2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
    2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000c2320ab8>] .kasprintf+0x2c/0x40
    [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
    [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eaddbc40 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
  hex dump (first 32 bytes):
    2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
    2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000c2320ab8>] .kasprintf+0x2c/0x40
    [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
    [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eaddbaa0 (size 32):
  comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
  hex dump (first 32 bytes):
    2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
    2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
  backtrace:
    [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
    [<00000000c2320ab8>] .kasprintf+0x2c/0x40
    [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
    [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec37b000 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb 7a 42 f0 00 00 00 04 00 00 00 00  .....zB.........
    c0 00 20 07 ef af e1 a0 00 00 00 00 00 00 00 00  .. .............
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb7a42f0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
  hex dump (first 16 bytes):
    72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007efafe1a0 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
  hex dump (first 8 bytes):
    00 00 00 64 6b 6b 6b a5                          ...dkkk.
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007ec37bf00 (size 128):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
  hex dump (first 32 bytes):
    c0 00 00 07 eb 7a 5b 60 00 00 00 08 00 00 00 00  .....z[`........
    c0 00 20 07 ef af f7 20 00 00 00 00 00 00 00 00  .. .... ........
  backtrace:
    [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0000007eb7a5b60 (size 16):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
  hex dump (first 16 bytes):
    72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
  backtrace:
    [<00000000c939be68>] .kstrdup+0x44/0xb0
    [<00000000f0610228>] .__of_prop_dup+0x60/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
unreferenced object 0xc0002007efaff720 (size 8):
  comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
  hex dump (first 8 bytes):
    00 00 00 64 00 00 00 c8                          ...d....
  backtrace:
    [<00000000a2a61f11>] .kmemdup+0x30/0x70
    [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
    [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
    [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
    [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
    [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
    [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
    [<00000000af117d89>] .do_one_initcall+0x7c/0x420
    [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
    [<0000000001b957ee>] .kernel_init+0x14/0x168
    [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-04-08  3:13   ` Michael Ellerman
@ 2020-04-08 15:22     ` Frank Rowand
  2020-04-16  3:27       ` Frank Rowand
  0 siblings, 1 reply; 32+ messages in thread
From: Frank Rowand @ 2020-04-08 15:22 UTC (permalink / raw)
  To: Michael Ellerman, Rob Herring; +Cc: devicetree, linuxppc-dev

Hi Michael,

On 4/7/20 10:13 PM, Michael Ellerman wrote:
> bugzilla-daemon@bugzilla.kernel.org writes:
>> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>>
>> Erhard F. (erhard_f@mailbox.org) changed:
>>
>>            What    |Removed                     |Added
>> ----------------------------------------------------------------------------
>>  Attachment #286801|0                           |1
>>         is obsolete|                            |
>>
>> --- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
>> Created attachment 288189
>>   --> https://bugzilla.kernel.org/attachment.cgi?id=288189&action=edit
>> kmemleak output (kernel 5.6.2, Talos II)
> 
> These are all in or triggered by the of unittest code AFAICS.
> Content of the log reproduced below.
> 
> Frank/Rob, are these memory leaks expected?

Thanks for the report.  I'll look at each one.

-Frank


> 
> cheers
> 
> 
> unreferenced object 0xc0000007eb89ca58 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 32 bytes):
>     c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
>     c0 00 00 07 ec 97 80 08 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec978008 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 8 bytes):
>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89e318 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 32 bytes):
>     c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
>     c0 00 00 07 ec 97 ab 08 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec97ab08 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 8 bytes):
>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89e528 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
>     c0 00 00 07 ec 97 b3 18 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec97b318 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>   hex dump (first 8 bytes):
>     6e 32 31 00 6b 6b 6b a5                          n21.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1fb00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 97 90 28 00 00 00 03 00 00 00 00  .......(........
>     c0 00 00 07 ec 97 8e d0 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec979028 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec978ed0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 8 bytes):
>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1bc80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 97 b4 70 00 00 00 03 00 00 00 00  .......p........
>     c0 00 00 07 ec 97 b1 c0 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec97b470 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec97b1c0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>   hex dump (first 8 bytes):
>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1d800 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 97 88 18 00 00 00 03 00 00 00 00  ................
>     c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec978818 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec97bdd8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 8 bytes):
>     6e 32 31 6b 6b 6b 6b a5                          n21kkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec979d98 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 8 bytes):
>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec9796e0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 8 bytes):
>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec979ef0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>   hex dump (first 8 bytes):
>     6e 32 31 00 6b 6b 6b a5                          n21.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e98800 (size 2048):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 92 dc 40 ff ff ff ff 00 00 00 00  .......@........
>     c0 00 00 07 ec 92 dc 40 c0 00 20 07 f2 e9 88 18  .......@.. .....
>   backtrace:
>     [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
>     [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec92dc40 (size 64):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>   hex dump (first 32 bytes):
>     74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
>     61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
>     [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb8aa100 (size 256):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>   hex dump (first 32 bytes):
>     00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
>     ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
>   backtrace:
>     [<000000008039b6cb>] .device_add+0x578/0x980
>     [<0000000012aa326f>] .of_device_add+0x58/0x70
>     [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e9a000 (size 2048):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f2 e7 a2 40 ff ff ff ff 00 00 00 00  .. ....@........
>     c0 00 20 07 f2 e7 a2 40 c0 00 20 07 f2 e9 a0 18  .. ....@.. .....
>   backtrace:
>     [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
>     [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e7a240 (size 64):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>   hex dump (first 32 bytes):
>     74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
>     61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
>     [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb8ac100 (size 256):
>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>   hex dump (first 32 bytes):
>     00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
>     ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
>   backtrace:
>     [<000000008039b6cb>] .device_add+0x578/0x980
>     [<0000000012aa326f>] .of_device_add+0x58/0x70
>     [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89f7b8 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.760s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 f1 ea 17 b0 00 00 00 00 00 00 00 00  ................
>     c0 00 20 07 f2 e8 47 40 00 00 00 00 00 00 00 00  .. ...G@........
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e84740 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1c680 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f2 e8 70 f0 00 00 00 09 00 00 00 00  .. ...p.........
>     c0 00 20 07 f4 2e b6 b0 c0 00 00 07 f1 c1 df 80  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e870f0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>   hex dump (first 16 bytes):
>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42eb6b0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>   hex dump (first 16 bytes):
>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1df80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 7f ec 60 00 00 00 05 00 00 00 00  .......`........
>     c0 00 00 07 ec 7f f4 70 c0 00 00 07 f1 c1 e2 00  .......p........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec7fec60 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 8 bytes):
>     73 74 61 74 75 73 00 a5                          status..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec7ff470 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 8 bytes):
>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1e200 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 7f dc 40 00 00 00 04 00 00 00 00  .......@........
>     c0 00 00 07 ec 7f cc 20 c0 00 00 07 f1 c1 97 00  ....... ........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec7fdc40 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 8 bytes):
>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec7fcc20 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>   hex dump (first 8 bytes):
>     00 00 00 04 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c19700 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 7f c5 68 00 00 00 0f 00 00 00 00  .......h........
>     c0 00 20 07 f4 2e bb 00 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec7fc568 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42ebb00 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42e8fe0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89e108 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb a1 c8 a0 00 00 00 00 00 00 00 00  ................
>     c0 00 20 07 f4 2e 8b 90 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42e8b90 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c18f80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f4 2e 8a 20 00 00 00 09 00 00 00 00  .. .... ........
>     c0 00 20 07 f4 2e a5 70 c0 00 00 07 f1 c1 8a 80  .. ....p........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42e8a20 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>   hex dump (first 16 bytes):
>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42ea570 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>   hex dump (first 16 bytes):
>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c18a80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 61 a0 00 00 00 05 00 00 00 00  .. ..Wa.........
>     c0 00 20 07 f5 57 4e d0 c0 00 00 07 f1 c1 94 80  .. ..WN.........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f55761a0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 8 bytes):
>     73 74 61 74 75 73 00 a5                          status..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5574ed0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 8 bytes):
>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c19480 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 50 28 00 00 00 04 00 00 00 00  .. ..WP(........
>     c0 00 20 07 f5 57 71 c0 c0 00 00 07 f1 c1 c1 80  .. ..Wq.........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5575028 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 8 bytes):
>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f55771c0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 8 bytes):
>     00 00 00 0a 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1c180 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f4 2e 99 f0 00 00 00 04 00 00 00 00  .. .............
>     c0 00 20 07 f5 57 74 70 c0 00 00 07 f1 c1 ab 00  .. ..Wtp........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5577470 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>   hex dump (first 8 bytes):
>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1ab00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f4 2e 88 b0 00 00 00 04 00 00 00 00  .. .............
>     c0 00 20 07 f5 57 7d d8 c0 00 00 07 f1 c1 8d 00  .. ..W}.........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42e88b0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>   hex dump (first 16 bytes):
>     23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5577dd8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 8 bytes):
>     00 00 00 00 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c18d00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 48 18 00 00 00 10 00 00 00 00  .. ..WH.........
>     c0 00 20 07 f4 2e ac a0 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5574818 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42eaca0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89d8c8 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb a1 cb 50 00 00 00 00 00 00 00 00  .......P........
>     c0 00 00 07 ea dd 8d 20 00 00 00 00 00 00 00 00  ....... ........
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadd8d20 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1a880 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f4 2e af 80 00 00 00 09 00 00 00 00  .. .............
>     c0 00 20 07 f4 2e 81 80 c0 00 00 07 f1 c1 92 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42eaf80 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 16 bytes):
>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f42e8180 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 16 bytes):
>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c19200 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 75 c8 00 00 00 05 00 00 00 00  .. ..Wu.........
>     c0 00 20 07 f5 57 7c 80 c0 00 00 07 f1 c1 d3 00  .. ..W|.........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f55775c8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 8 bytes):
>     73 74 61 74 75 73 00 a5                          status..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5577c80 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>   hex dump (first 8 bytes):
>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f1c1d300 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 77 20 00 00 00 04 00 00 00 00  .. ..Ww ........
>     c0 00 20 07 f5 57 5d 98 c0 00 00 07 f2 25 0f 80  .. ..W]......%..
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5577720 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>   hex dump (first 8 bytes):
>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5575d98 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>   hex dump (first 8 bytes):
>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007f2250f80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f5 57 68 58 00 00 00 11 00 00 00 00  .. ..WhX........
>     c0 00 00 07 ea dd a2 40 00 00 00 00 00 00 00 00  .......@........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f5576858 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadda240 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6bc70 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadd9540 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89e738 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.787s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb a1 98 a0 00 00 00 00 00 00 00 00  ................
>     c0 00 20 07 ec e6 8e 70 00 00 00 00 00 00 00 00  .. ....p........
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece68e70 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec886200 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 ec e6 a4 00 00 00 00 09 00 00 00 00  .. .............
>     c0 00 20 07 ec e6 99 f0 c0 00 00 07 ec 88 55 80  .. ...........U.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6a400 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>   hex dump (first 16 bytes):
>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece699f0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 16 bytes):
>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec885580 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f8 5d a0 48 00 00 00 05 00 00 00 00  .. ..].H........
>     c0 00 20 07 f8 5d ac 60 c0 00 00 07 ec 88 46 80  .. ..].`......F.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85da048 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 8 bytes):
>     73 74 61 74 75 73 00 a5                          status..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85dac60 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 8 bytes):
>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec884680 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f8 5d ab 08 00 00 00 04 00 00 00 00  .. ..]..........
>     c0 00 20 07 f8 5d 9a e8 c0 00 00 07 ec 88 6e 80  .. ..]........n.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85dab08 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>   hex dump (first 8 bytes):
>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85d9ae8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 8 bytes):
>     00 00 00 0b 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec886e80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 ec e6 a6 e0 00 00 00 04 00 00 00 00  .. .............
>     c0 00 20 07 f8 5d b3 18 c0 00 00 07 ec 88 44 00  .. ..]........D.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6a6e0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 16 bytes):
>     23 61 64 64 72 65 73 73 2d 63 65 6c 6c 73 00 a5  #address-cells..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85db318 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 8 bytes):
>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec884400 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 ec e6 81 80 00 00 00 04 00 00 00 00  .. .............
>     c0 00 20 07 f8 5d 92 d8 c0 00 00 07 ec 88 3a 00  .. ..]........:.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece68180 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>   hex dump (first 16 bytes):
>     23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85d92d8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>   hex dump (first 8 bytes):
>     00 00 00 00 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec883a00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f8 5d 80 08 00 00 00 10 00 00 00 00  .. ..]..........
>     c0 00 20 07 ec e6 b3 d0 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85d8008 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6b3d0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb89fde8 (size 192):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb a1 9b 50 00 00 00 00 00 00 00 00  .......P........
>     c0 00 00 07 ea dd 85 00 00 00 00 00 00 00 00 00  ................
>   backtrace:
>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadd8500 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec886c00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 ec e6 8a 20 00 00 00 09 00 00 00 00  .. .... ........
>     c0 00 20 07 ec e6 ab 30 c0 00 00 07 ec 88 0a 80  .. ....0........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece68a20 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 16 bytes):
>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6ab30 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>   hex dump (first 16 bytes):
>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec880a80 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>   hex dump (first 32 bytes):
>     c0 00 20 07 f8 5d a5 a8 00 00 00 05 00 00 00 00  .. ..]..........
>     c0 00 00 07 eb 18 c8 18 c0 00 00 07 ec 88 58 00  ..............X.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f85da5a8 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>   hex dump (first 8 bytes):
>     73 74 61 74 75 73 00 a5                          status..
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb18c818 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>   hex dump (first 8 bytes):
>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec885800 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb 18 fc 80 00 00 00 04 00 00 00 00  ................
>     c0 00 00 07 eb 18 f4 70 c0 00 00 07 ec 88 41 80  .......p......A.
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb18fc80 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 8 bytes):
>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb18f470 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 8 bytes):
>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec884180 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb 18 dd 98 00 00 00 11 00 00 00 00  ................
>     c0 00 00 07 ea dd b4 20 00 00 00 00 00 00 00 00  ....... ........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb18dd98 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eaddb420 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007ece6a850 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
>   hex dump (first 16 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadda580 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
>   hex dump (first 32 bytes):
>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec881200 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 ec 71 d0 28 00 00 00 0c 00 00 00 00  .....q.(........
>     c0 00 20 07 f2 e8 c5 d0 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec71d028 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
>   hex dump (first 8 bytes):
>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007f2e8c5d0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>   hex dump (first 16 bytes):
>     5f 5f 73 79 6d 62 6f 6c 73 5f 5f 00 6b 6b 6b a5  __symbols__.kkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eaddb280 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>   hex dump (first 32 bytes):
>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>     2f 73 75 62 73 74 61 74 69 6f 6e 40 31 30 30 00  /substation@100.
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eadd9880 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>   hex dump (first 32 bytes):
>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eaddbc40 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>   hex dump (first 32 bytes):
>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eaddbaa0 (size 32):
>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>   hex dump (first 32 bytes):
>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>   backtrace:
>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec37b000 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb 7a 42 f0 00 00 00 04 00 00 00 00  .....zB.........
>     c0 00 20 07 ef af e1 a0 00 00 00 00 00 00 00 00  .. .............
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb7a42f0 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>   hex dump (first 16 bytes):
>     72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007efafe1a0 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>   hex dump (first 8 bytes):
>     00 00 00 64 6b 6b 6b a5                          ...dkkk.
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007ec37bf00 (size 128):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>   hex dump (first 32 bytes):
>     c0 00 00 07 eb 7a 5b 60 00 00 00 08 00 00 00 00  .....z[`........
>     c0 00 20 07 ef af f7 20 00 00 00 00 00 00 00 00  .. .... ........
>   backtrace:
>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0000007eb7a5b60 (size 16):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
>   hex dump (first 16 bytes):
>     72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
>   backtrace:
>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> unreferenced object 0xc0002007efaff720 (size 8):
>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
>   hex dump (first 8 bytes):
>     00 00 00 64 00 00 00 c8                          ...d....
>   backtrace:
>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
> 


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-04-08 15:22     ` Frank Rowand
@ 2020-04-16  3:27       ` Frank Rowand
  2020-04-16 21:52         ` Frank Rowand
  0 siblings, 1 reply; 32+ messages in thread
From: Frank Rowand @ 2020-04-16  3:27 UTC (permalink / raw)
  To: Michael Ellerman, Rob Herring; +Cc: devicetree, linuxppc-dev

On 4/8/20 10:22 AM, Frank Rowand wrote:
> Hi Michael,
> 
> On 4/7/20 10:13 PM, Michael Ellerman wrote:
>> bugzilla-daemon@bugzilla.kernel.org writes:
>>> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>>>
>>> Erhard F. (erhard_f@mailbox.org) changed:
>>>
>>>            What    |Removed                     |Added
>>> ----------------------------------------------------------------------------
>>>  Attachment #286801|0                           |1
>>>         is obsolete|                            |
>>>
>>> --- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
>>> Created attachment 288189
>>>   --> https://bugzilla.kernel.org/attachment.cgi?id=288189&action=edit
>>> kmemleak output (kernel 5.6.2, Talos II)
>>
>> These are all in or triggered by the of unittest code AFAICS.
>> Content of the log reproduced below.
>>
>> Frank/Rob, are these memory leaks expected?
> 
> Thanks for the report.  I'll look at each one.

Only one of the leaks was expected.  I have patches to fix the
unexpected leaks and to remove the expected leak so that the
kmemleak report of it will not have to be checked again.

I expect to send the patch series tomorrow (Thursday).

-Frank

> 
> -Frank
> 
> 
>>
>> cheers
>>
>>
>> unreferenced object 0xc0000007eb89ca58 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
>>     c0 00 00 07 ec 97 80 08 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec978008 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 8 bytes):
>>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<00000000e2115f4f>] .of_unittest_changeset+0x13c/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89e318 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 00 00 d9 21 38 00 00 00 00 00 00 00 00  ......!8........
>>     c0 00 00 07 ec 97 ab 08 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec97ab08 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 8 bytes):
>>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<00000000881dc9c4>] .of_unittest_changeset+0x194/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89e528 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
>>     c0 00 00 07 ec 97 b3 18 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec97b318 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.747s)
>>   hex dump (first 8 bytes):
>>     6e 32 31 00 6b 6b 6b a5                          n21.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<00000000af6923cb>] .of_unittest_changeset+0x1ec/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1fb00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 97 90 28 00 00 00 03 00 00 00 00  .......(........
>>     c0 00 00 07 ec 97 8e d0 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec979028 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec978ed0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 8 bytes):
>>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<000000003079b8f2>] .of_unittest_changeset+0x310/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1bc80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 97 b4 70 00 00 00 03 00 00 00 00  .......p........
>>     c0 00 00 07 ec 97 b1 c0 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec97b470 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec97b1c0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.757s)
>>   hex dump (first 8 bytes):
>>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<000000000f97f174>] .of_unittest_changeset+0x368/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1d800 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 97 88 18 00 00 00 03 00 00 00 00  ................
>>     c0 00 00 07 ec 97 bd d8 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec978818 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec97bdd8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 8 bytes):
>>     6e 32 31 6b 6b 6b 6b a5                          n21kkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<00000000c71a088a>] .of_unittest_changeset+0x3c0/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec979d98 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 8 bytes):
>>     6e 31 00 6b 6b 6b 6b a5                          n1.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec9796e0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 8 bytes):
>>     6e 32 00 6b 6b 6b 6b a5                          n2.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec979ef0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878935 (age 824.764s)
>>   hex dump (first 8 bytes):
>>     6e 32 31 00 6b 6b 6b a5                          n21.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<00000000530ec4ee>] .of_changeset_apply+0x54/0xc0
>>     [<0000000039fa95c3>] .of_unittest_changeset+0x8a4/0xa20
>>     [<00000000925a8013>] .of_unittest+0x1ba0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e98800 (size 2048):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 92 dc 40 ff ff ff ff 00 00 00 00  .......@........
>>     c0 00 00 07 ec 92 dc 40 c0 00 20 07 f2 e9 88 18  .......@.. .....
>>   backtrace:
>>     [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
>>     [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
>>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec92dc40 (size 64):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
>>     61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
>>     [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
>>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb8aa100 (size 256):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.760s)
>>   hex dump (first 32 bytes):
>>     00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
>>     ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
>>   backtrace:
>>     [<000000008039b6cb>] .device_add+0x578/0x980
>>     [<0000000012aa326f>] .of_device_add+0x58/0x70
>>     [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e9a000 (size 2048):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f2 e7 a2 40 ff ff ff ff 00 00 00 00  .. ....@........
>>     c0 00 20 07 f2 e7 a2 40 c0 00 20 07 f2 e9 a0 18  .. ....@.. .....
>>   backtrace:
>>     [<00000000d07b7b2c>] .platform_device_alloc+0x34/0x100
>>     [<00000000d9abb21d>] .of_device_alloc+0x44/0x390
>>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e7a240 (size 64):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 63 61 73 65 2d 64 61 74 61 3a 70 6c  testcase-data:pl
>>     61 74 66 6f 72 6d 2d 74 65 73 74 73 3a 74 65 73  atform-tests:tes
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<00000000cce6fd03>] .dev_set_name+0x2c/0x40
>>     [<000000007d4be46f>] .of_device_alloc+0x2b0/0x390
>>     [<0000000002d381f5>] .of_platform_device_create_pdata+0x78/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb8ac100 (size 256):
>>   comm "swapper/0", pid 1, jiffies 4294878936 (age 824.764s)
>>   hex dump (first 32 bytes):
>>     00 00 00 00 de ad 4e ad ff ff ff ff 00 00 00 00  ......N.........
>>     ff ff ff ff ff ff ff ff c0 00 00 00 02 30 31 a8  .............01.
>>   backtrace:
>>     [<000000008039b6cb>] .device_add+0x578/0x980
>>     [<0000000012aa326f>] .of_device_add+0x58/0x70
>>     [<00000000d6a8e21f>] .of_platform_device_create_pdata+0xc4/0x1a0
>>     [<00000000c7a45eba>] .of_platform_bus_create+0x214/0x2f0
>>     [<00000000c6ba35e7>] .of_platform_bus_create+0x268/0x2f0
>>     [<0000000076525030>] .of_platform_populate+0x78/0x140
>>     [<00000000d3aeed04>] .of_unittest_platform_populate+0x328/0x50c
>>     [<000000003978eb44>] .of_unittest+0x24a8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89f7b8 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.760s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 f1 ea 17 b0 00 00 00 00 00 00 00 00  ................
>>     c0 00 20 07 f2 e8 47 40 00 00 00 00 00 00 00 00  .. ...G@........
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e84740 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1c680 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f2 e8 70 f0 00 00 00 09 00 00 00 00  .. ...p.........
>>     c0 00 20 07 f4 2e b6 b0 c0 00 00 07 f1 c1 df 80  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e870f0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>>   hex dump (first 16 bytes):
>>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42eb6b0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.764s)
>>   hex dump (first 16 bytes):
>>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1df80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 7f ec 60 00 00 00 05 00 00 00 00  .......`........
>>     c0 00 00 07 ec 7f f4 70 c0 00 00 07 f1 c1 e2 00  .......p........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec7fec60 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 8 bytes):
>>     73 74 61 74 75 73 00 a5                          status..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec7ff470 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 8 bytes):
>>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1e200 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 7f dc 40 00 00 00 04 00 00 00 00  .......@........
>>     c0 00 00 07 ec 7f cc 20 c0 00 00 07 f1 c1 97 00  ....... ........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec7fdc40 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 8 bytes):
>>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec7fcc20 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.767s)
>>   hex dump (first 8 bytes):
>>     00 00 00 04 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c19700 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 7f c5 68 00 00 00 0f 00 00 00 00  .......h........
>>     c0 00 20 07 f4 2e bb 00 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec7fc568 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42ebb00 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42e8fe0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878937 (age 824.770s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 34 00 a5  test-unittest4..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<00000000d856304a>] .of_unittest+0x2758/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89e108 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb a1 c8 a0 00 00 00 00 00 00 00 00  ................
>>     c0 00 20 07 f4 2e 8b 90 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42e8b90 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c18f80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.767s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f4 2e 8a 20 00 00 00 09 00 00 00 00  .. .... ........
>>     c0 00 20 07 f4 2e a5 70 c0 00 00 07 f1 c1 8a 80  .. ....p........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42e8a20 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>>   hex dump (first 16 bytes):
>>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42ea570 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>>   hex dump (first 16 bytes):
>>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c18a80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.770s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 61 a0 00 00 00 05 00 00 00 00  .. ..Wa.........
>>     c0 00 20 07 f5 57 4e d0 c0 00 00 07 f1 c1 94 80  .. ..WN.........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f55761a0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 8 bytes):
>>     73 74 61 74 75 73 00 a5                          status..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5574ed0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 8 bytes):
>>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c19480 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 50 28 00 00 00 04 00 00 00 00  .. ..WP(........
>>     c0 00 20 07 f5 57 71 c0 c0 00 00 07 f1 c1 c1 80  .. ..Wq.........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5575028 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 8 bytes):
>>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f55771c0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 8 bytes):
>>     00 00 00 0a 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1c180 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.774s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f4 2e 99 f0 00 00 00 04 00 00 00 00  .. .............
>>     c0 00 20 07 f5 57 74 70 c0 00 00 07 f1 c1 ab 00  .. ..Wtp........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5577470 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>>   hex dump (first 8 bytes):
>>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1ab00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f4 2e 88 b0 00 00 00 04 00 00 00 00  .. .............
>>     c0 00 20 07 f5 57 7d d8 c0 00 00 07 f1 c1 8d 00  .. ..W}.........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42e88b0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.777s)
>>   hex dump (first 16 bytes):
>>     23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5577dd8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 8 bytes):
>>     00 00 00 00 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c18d00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 48 18 00 00 00 10 00 00 00 00  .. ..WH.........
>>     c0 00 20 07 f4 2e ac a0 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5574818 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42eaca0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89d8c8 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb a1 cb 50 00 00 00 00 00 00 00 00  .......P........
>>     c0 00 00 07 ea dd 8d 20 00 00 00 00 00 00 00 00  ....... ........
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadd8d20 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.780s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1a880 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f4 2e af 80 00 00 00 09 00 00 00 00  .. .............
>>     c0 00 20 07 f4 2e 81 80 c0 00 00 07 f1 c1 92 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42eaf80 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 16 bytes):
>>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f42e8180 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 16 bytes):
>>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c19200 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 75 c8 00 00 00 05 00 00 00 00  .. ..Wu.........
>>     c0 00 20 07 f5 57 7c 80 c0 00 00 07 f1 c1 d3 00  .. ..W|.........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f55775c8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 8 bytes):
>>     73 74 61 74 75 73 00 a5                          status..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5577c80 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.784s)
>>   hex dump (first 8 bytes):
>>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f1c1d300 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 77 20 00 00 00 04 00 00 00 00  .. ..Ww ........
>>     c0 00 20 07 f5 57 5d 98 c0 00 00 07 f2 25 0f 80  .. ..W]......%..
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5577720 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>>   hex dump (first 8 bytes):
>>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5575d98 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.787s)
>>   hex dump (first 8 bytes):
>>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007f2250f80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f5 57 68 58 00 00 00 11 00 00 00 00  .. ..WhX........
>>     c0 00 00 07 ea dd a2 40 00 00 00 00 00 00 00 00  .......@........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f5576858 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadda240 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6bc70 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 00  test-unittest10.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadd9540 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878938 (age 824.790s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 30 31  test-unittest101
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<00000000e3d25537>] .of_unittest_apply_overlay_check+0xfc/0x1e4
>>     [<000000009b1b95aa>] .of_unittest+0x2da4/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89e738 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.787s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb a1 98 a0 00 00 00 00 00 00 00 00  ................
>>     c0 00 20 07 ec e6 8e 70 00 00 00 00 00 00 00 00  .. ....p........
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece68e70 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec886200 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 ec e6 a4 00 00 00 00 09 00 00 00 00  .. .............
>>     c0 00 20 07 ec e6 99 f0 c0 00 00 07 ec 88 55 80  .. ...........U.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6a400 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.790s)
>>   hex dump (first 16 bytes):
>>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece699f0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 16 bytes):
>>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec885580 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f8 5d a0 48 00 00 00 05 00 00 00 00  .. ..].H........
>>     c0 00 20 07 f8 5d ac 60 c0 00 00 07 ec 88 46 80  .. ..].`......F.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85da048 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 8 bytes):
>>     73 74 61 74 75 73 00 a5                          status..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85dac60 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 8 bytes):
>>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec884680 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f8 5d ab 08 00 00 00 04 00 00 00 00  .. ..]..........
>>     c0 00 20 07 f8 5d 9a e8 c0 00 00 07 ec 88 6e 80  .. ..]........n.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85dab08 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.794s)
>>   hex dump (first 8 bytes):
>>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85d9ae8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 8 bytes):
>>     00 00 00 0b 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec886e80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 ec e6 a6 e0 00 00 00 04 00 00 00 00  .. .............
>>     c0 00 20 07 f8 5d b3 18 c0 00 00 07 ec 88 44 00  .. ..]........D.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6a6e0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 16 bytes):
>>     23 61 64 64 72 65 73 73 2d 63 65 6c 6c 73 00 a5  #address-cells..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85db318 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 8 bytes):
>>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec884400 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 ec e6 81 80 00 00 00 04 00 00 00 00  .. .............
>>     c0 00 20 07 f8 5d 92 d8 c0 00 00 07 ec 88 3a 00  .. ..]........:.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece68180 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.797s)
>>   hex dump (first 16 bytes):
>>     23 73 69 7a 65 2d 63 65 6c 6c 73 00 6b 6b 6b a5  #size-cells.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85d92d8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>>   hex dump (first 8 bytes):
>>     00 00 00 00 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec883a00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f8 5d 80 08 00 00 00 10 00 00 00 00  .. ..]..........
>>     c0 00 20 07 ec e6 b3 d0 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85d8008 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.800s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6b3d0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb89fde8 (size 192):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb a1 9b 50 00 00 00 00 00 00 00 00  .......P........
>>     c0 00 00 07 ea dd 85 00 00 00 00 00 00 00 00 00  ................
>>   backtrace:
>>     [<0000000007b50c76>] .__of_node_dup+0x38/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadd8500 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000a074532f>] .__of_node_dup+0x50/0x1c0
>>     [<000000006f73e286>] .build_changeset_next_level+0x280/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec886c00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 ec e6 8a 20 00 00 00 09 00 00 00 00  .. .... ........
>>     c0 00 20 07 ec e6 ab 30 c0 00 00 07 ec 88 0a 80  .. ....0........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece68a20 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 16 bytes):
>>     63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6ab30 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.804s)
>>   hex dump (first 16 bytes):
>>     75 6e 69 74 74 65 73 74 00 6b 6b 6b 6b 6b 6b a5  unittest.kkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec880a80 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>>   hex dump (first 32 bytes):
>>     c0 00 20 07 f8 5d a5 a8 00 00 00 05 00 00 00 00  .. ..]..........
>>     c0 00 00 07 eb 18 c8 18 c0 00 00 07 ec 88 58 00  ..............X.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f85da5a8 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>>   hex dump (first 8 bytes):
>>     73 74 61 74 75 73 00 a5                          status..
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb18c818 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.807s)
>>   hex dump (first 8 bytes):
>>     6f 6b 61 79 00 6b 6b a5                          okay.kk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec885800 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb 18 fc 80 00 00 00 04 00 00 00 00  ................
>>     c0 00 00 07 eb 18 f4 70 c0 00 00 07 ec 88 41 80  .......p......A.
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb18fc80 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 8 bytes):
>>     72 65 67 00 6b 6b 6b a5                          reg.kkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb18f470 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 8 bytes):
>>     00 00 00 01 6b 6b 6b a5                          ....kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec884180 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb 18 dd 98 00 00 00 11 00 00 00 00  ................
>>     c0 00 00 07 ea dd b4 20 00 00 00 00 00 00 00 00  ....... ........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb18dd98 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eaddb420 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.810s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<0000000038c6aced>] .add_changeset_property.isra.0+0x61c/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<0000000034ba1197>] .build_changeset_next_level+0x334/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007ece6a850 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
>>   hex dump (first 16 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 00  test-unittest11.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadda580 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878939 (age 824.814s)
>>   hex dump (first 32 bytes):
>>     74 65 73 74 2d 75 6e 69 74 74 65 73 74 31 31 31  test-unittest111
>>     00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  .kkkkkkkkkkkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<0000000001df4c62>] .kvasprintf_const+0xa8/0xf0
>>     [<00000000b7ba15a5>] .kobject_set_name_vargs+0x34/0xf0
>>     [<0000000076cbbcf2>] .kobject_add+0x50/0xe0
>>     [<000000002d7a6157>] .__of_attach_node_sysfs+0xa8/0x160
>>     [<000000004ed552f3>] .__of_changeset_entry_apply+0x32c/0x390
>>     [<0000000062a8a683>] .__of_changeset_apply_entries+0x48/0x110
>>     [<0000000067290146>] .of_overlay_fdt_apply+0xb00/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<000000003ad7372f>] .of_unittest_apply_overlay.constprop.0+0x54/0xb8
>>     [<000000008fda7969>] .of_unittest_apply_revert_overlay_check.constprop.0+0xc4/0x2b4
>>     [<00000000ea132166>] .of_unittest+0x2ee0/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec881200 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 ec 71 d0 28 00 00 00 0c 00 00 00 00  .....q.(........
>>     c0 00 20 07 f2 e8 c5 d0 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec71d028 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.800s)
>>   hex dump (first 8 bytes):
>>     6e 61 6d 65 00 6b 6b a5                          name.kk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007f2e8c5d0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>>   hex dump (first 16 bytes):
>>     5f 5f 73 79 6d 62 6f 6c 73 5f 5f 00 6b 6b 6b a5  __symbols__.kkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<000000004e6be113>] .of_unittest+0x3458/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eaddb280 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>>     2f 73 75 62 73 74 61 74 69 6f 6e 40 31 30 30 00  /substation@100.
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eadd9880 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eaddbc40 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eaddbaa0 (size 32):
>>   comm "swapper/0", pid 1, jiffies 4294878943 (age 824.804s)
>>   hex dump (first 32 bytes):
>>     2f 74 65 73 74 63 61 73 65 2d 64 61 74 61 2d 32  /testcase-data-2
>>     2f 66 61 69 72 77 61 79 2d 31 00 6b 6b 6b 6b a5  /fairway-1.kkkk.
>>   backtrace:
>>     [<00000000154ad5cf>] .kvasprintf+0x60/0xd0
>>     [<00000000c2320ab8>] .kasprintf+0x2c/0x40
>>     [<000000005511b2ac>] .add_changeset_property.isra.0+0x170/0xaf0
>>     [<0000000060888297>] .of_overlay_fdt_apply+0x5e4/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000daa7ed62>] .of_unittest+0x3404/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec37b000 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb 7a 42 f0 00 00 00 04 00 00 00 00  .....zB.........
>>     c0 00 20 07 ef af e1 a0 00 00 00 00 00 00 00 00  .. .............
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb7a42f0 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>>   hex dump (first 16 bytes):
>>     72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007efafe1a0 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>>   hex dump (first 8 bytes):
>>     00 00 00 64 6b 6b 6b a5                          ...dkkk.
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<0000000043c13a57>] .build_changeset_next_level+0x21c/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007ec37bf00 (size 128):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.797s)
>>   hex dump (first 32 bytes):
>>     c0 00 00 07 eb 7a 5b 60 00 00 00 08 00 00 00 00  .....z[`........
>>     c0 00 20 07 ef af f7 20 00 00 00 00 00 00 00 00  .. .... ........
>>   backtrace:
>>     [<00000000fd6c039b>] .__of_prop_dup+0x48/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0000007eb7a5b60 (size 16):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
>>   hex dump (first 16 bytes):
>>     72 70 6d 5f 61 76 61 69 6c 00 6b 6b 6b 6b 6b a5  rpm_avail.kkkkk.
>>   backtrace:
>>     [<00000000c939be68>] .kstrdup+0x44/0xb0
>>     [<00000000f0610228>] .__of_prop_dup+0x60/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>> unreferenced object 0xc0002007efaff720 (size 8):
>>   comm "swapper/0", pid 1, jiffies 4294878945 (age 824.800s)
>>   hex dump (first 8 bytes):
>>     00 00 00 64 00 00 00 c8                          ...d....
>>   backtrace:
>>     [<00000000a2a61f11>] .kmemdup+0x30/0x70
>>     [<00000000fcebe2cd>] .__of_prop_dup+0x7c/0x130
>>     [<00000000e6e185ca>] .add_changeset_property.isra.0+0x960/0xaf0
>>     [<000000008b0977be>] .build_changeset_next_level+0x74/0x370
>>     [<000000009598e32c>] .of_overlay_fdt_apply+0x504/0xf90
>>     [<00000000a7d4460c>] .overlay_data_apply+0xa8/0x118
>>     [<00000000eaf6e6ea>] .of_unittest+0x35b8/0x3778
>>     [<00000000af117d89>] .do_one_initcall+0x7c/0x420
>>     [<00000000c99776b4>] .kernel_init_freeable+0x318/0x3d8
>>     [<0000000001b957ee>] .kernel_init+0x14/0x168
>>     [<000000001fe347b5>] .ret_from_kernel_thread+0x58/0x68
>>
> 
> 


^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-04-16  3:27       ` Frank Rowand
@ 2020-04-16 21:52         ` Frank Rowand
  0 siblings, 0 replies; 32+ messages in thread
From: Frank Rowand @ 2020-04-16 21:52 UTC (permalink / raw)
  To: Michael Ellerman, Rob Herring; +Cc: devicetree, linuxppc-dev

On 4/15/20 10:27 PM, Frank Rowand wrote:
> On 4/8/20 10:22 AM, Frank Rowand wrote:
>> Hi Michael,
>>
>> On 4/7/20 10:13 PM, Michael Ellerman wrote:
>>> bugzilla-daemon@bugzilla.kernel.org writes:
>>>> https://bugzilla.kernel.org/show_bug.cgi?id=206203
>>>>
>>>> Erhard F. (erhard_f@mailbox.org) changed:
>>>>
>>>>            What    |Removed                     |Added
>>>> ----------------------------------------------------------------------------
>>>>  Attachment #286801|0                           |1
>>>>         is obsolete|                            |
>>>>
>>>> --- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
>>>> Created attachment 288189
>>>>   --> https://bugzilla.kernel.org/attachment.cgi?id=288189&action=edit
>>>> kmemleak output (kernel 5.6.2, Talos II)
>>>
>>> These are all in or triggered by the of unittest code AFAICS.
>>> Content of the log reproduced below.
>>>
>>> Frank/Rob, are these memory leaks expected?
>>
>> Thanks for the report.  I'll look at each one.
> 
> Only one of the leaks was expected.  I have patches to fix the
> unexpected leaks and to remove the expected leak so that the
> kmemleak report of it will not have to be checked again.
> 
> I expect to send the patch series tomorrow (Thursday).

The patches for the memory leaks that I saw on an ARM board are at:

   https://lore.kernel.org/r/1587073370-25963-1-git-send-email-frowand.list@gmail.com

-Frank

< snip >

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (9 preceding siblings ...)
  2020-04-03 19:23 ` bugzilla-daemon
@ 2020-04-17 15:46 ` bugzilla-daemon
  2020-04-17 15:47 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-04-17 15:46 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #11 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 288565
  --> https://bugzilla.kernel.org/attachment.cgi?id=288565&action=edit
kmemleak output (kernel 5.7-rc1, PowerMac G5 11,2)

Applied Frank's patch set on top of 5.7-rc1. Though there are certainly less
memory leaks now, there are still some OF ones reported.

Frank Rowand (5):
  of: unittest: kmemleak on changeset destroy
  of: unittest: kmemleak in of_unittest_platform_populate()
  of: unittest: kmemleak in of_unittest_overlay_high_level()
  of: overlay: kmemleak in dup_and_fixup_symbol_prop()
  of: unittest: kmemleak in duplicate property update

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (10 preceding siblings ...)
  2020-04-17 15:46 ` bugzilla-daemon
@ 2020-04-17 15:47 ` bugzilla-daemon
  2020-06-15 20:43 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-04-17 15:47 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #12 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 288567
  --> https://bugzilla.kernel.org/attachment.cgi?id=288567&action=edit
dmesg (kernel 5.7-rc1, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (11 preceding siblings ...)
  2020-04-17 15:47 ` bugzilla-daemon
@ 2020-06-15 20:43 ` bugzilla-daemon
  2020-06-15 20:45 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-06-15 20:43 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #287671|0                           |1
        is obsolete|                            |
 Attachment #288565|0                           |1
        is obsolete|                            |

--- Comment #13 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 289675
  --> https://bugzilla.kernel.org/attachment.cgi?id=289675&action=edit
kmemleak output (kernel 5.8-rc1, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (12 preceding siblings ...)
  2020-06-15 20:43 ` bugzilla-daemon
@ 2020-06-15 20:45 ` bugzilla-daemon
  2020-06-15 20:53 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-06-15 20:45 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #287673|0                           |1
        is obsolete|                            |
 Attachment #288567|0                           |1
        is obsolete|                            |

--- Comment #14 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 289677
  --> https://bugzilla.kernel.org/attachment.cgi?id=289677&action=edit
dmesg (kernel 5.8-rc1, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (13 preceding siblings ...)
  2020-06-15 20:45 ` bugzilla-daemon
@ 2020-06-15 20:53 ` bugzilla-daemon
  2020-07-28  7:18 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-06-15 20:53 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #287675|0                           |1
        is obsolete|                            |

--- Comment #15 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 289679
  --> https://bugzilla.kernel.org/attachment.cgi?id=289679&action=edit
kernel .config (kernel 5.8-rc1, PowerMac G5 11,2)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (14 preceding siblings ...)
  2020-06-15 20:53 ` bugzilla-daemon
@ 2020-07-28  7:18 ` bugzilla-daemon
  2020-07-28  7:19 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-07-28  7:18 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #16 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 290639
  --> https://bugzilla.kernel.org/attachment.cgi?id=290639&action=edit
dmesg (kernel 5.8-rc7, PowerMac G4 3,6)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (15 preceding siblings ...)
  2020-07-28  7:18 ` bugzilla-daemon
@ 2020-07-28  7:19 ` bugzilla-daemon
  2020-09-02 14:38 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-07-28  7:19 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #17 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 290641
  --> https://bugzilla.kernel.org/attachment.cgi?id=290641&action=edit
kmemleak output (kernel 5.8-rc7, PowerMac G4 3,6)

Also happens on my G4 DP.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (16 preceding siblings ...)
  2020-07-28  7:19 ` bugzilla-daemon
@ 2020-09-02 14:38 ` bugzilla-daemon
  2020-09-02 14:39 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-09-02 14:38 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288185|0                           |1
        is obsolete|                            |

--- Comment #18 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 292285
  --> https://bugzilla.kernel.org/attachment.cgi?id=292285&action=edit
dmesg (kernel 5.9-rc3, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (17 preceding siblings ...)
  2020-09-02 14:38 ` bugzilla-daemon
@ 2020-09-02 14:39 ` bugzilla-daemon
  2020-09-02 14:45 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-09-02 14:39 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288189|0                           |1
        is obsolete|                            |

--- Comment #19 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 292287
  --> https://bugzilla.kernel.org/attachment.cgi?id=292287&action=edit
kmemleak output (kernel 5.9-rc3, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (18 preceding siblings ...)
  2020-09-02 14:39 ` bugzilla-daemon
@ 2020-09-02 14:45 ` bugzilla-daemon
  2021-03-03 20:57 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2020-09-02 14:45 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288187|0                           |1
        is obsolete|                            |

--- Comment #20 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 292289
  --> https://bugzilla.kernel.org/attachment.cgi?id=292289&action=edit
kernel .config (kernel 5.9-rc3, Talos II)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (19 preceding siblings ...)
  2020-09-02 14:45 ` bugzilla-daemon
@ 2021-03-03 20:57 ` bugzilla-daemon
  2022-11-20 17:18 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2021-03-03 20:57 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |OBSOLETE

--- Comment #21 from Erhard F. (erhard_f@mailbox.org) ---
Kmemleak remains silent since at least 5.11.x on these machines. Which is a
good sign I guess. ;)

Closing for now. In case I hit these of: based memleaks again I will re-open.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (20 preceding siblings ...)
  2021-03-03 20:57 ` bugzilla-daemon
@ 2022-11-20 17:18 ` bugzilla-daemon
  2022-11-20 17:24 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2022-11-20 17:18 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|OBSOLETE                    |---

--- Comment #22 from Erhard F. (erhard_f@mailbox.org) ---
As the kmemleak output pretty much the same and as it's the same PowerMac G4 DP
I reopened this bug. Seems some OF changes meanwhile lead to memory leaks
again.

This is 6.1-rc5:

[...]
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc140b820 (size 16):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc140b2b0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 16 bytes):
    73 65 72 69 61 6c 2d 6e 75 6d 62 65 72 00 6b a5  serial-number.k.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc1470f20 (size 32):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 32 bytes):
    63 75 73 74 6f 6d 65 72 2d 73 77 2d 63 6f 6e 66  customer-sw-conf
    69 67 00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  ig.kkkkkkkkkkkk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
...skipping...
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<8e6fdf66>] kobject_set_name_vargs+0x34/0xcc
    [<0ebf4a99>] kobject_add+0x88/0x110
    [<21cfd1b6>] __of_attach_node_sysfs+0x94/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc17341c0 (size 16):
  comm "swapper/0", pid 1, jiffies 4294877309 (age 1153.314s)
  hex dump (first 16 bytes):
    64 65 76 69 63 65 5f 74 79 70 65 00 6b 6b 6b a5  device_type.kkk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc1739168 (size 8):
  comm "swapper/0", pid 1, jiffies 4294877309 (age 1153.314s)
  hex dump (first 8 bytes):
    72 65 67 00 6b 6b 6b a5                          reg.kkk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc17396c8 (size 8):
  comm "swapper/0", pid 1, jiffies 4294877309 (age 1153.314s)
  hex dump (first 8 bytes):
    70 68 61 6e 64 6c 65 00                          phandle.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc1739708 (size 8):
  comm "swapper/0", pid 1, jiffies 4294877309 (age 1153.314s)
  hex dump (first 8 bytes):
    6e 61 6d 65 00 6b 6b a5                          name.kk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
...skipping...
unreferenced object 0xc1405588 (size 8):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 8 bytes):
    62 61 73 65 00 6b 6b a5                          base.kk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<8e6fdf66>] kobject_set_name_vargs+0x34/0xcc
    [<0ebf4a99>] kobject_add+0x88/0x110
    [<21cfd1b6>] __of_attach_node_sysfs+0x94/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc1405568 (size 8):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 8 bytes):
    6d 6f 64 65 6c 00 6b a5                          model.k.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64
unreferenced object 0xc140b820 (size 16):
  comm "swapper/0", pid 1, jiffies 4294877302 (age 1153.234s)
  hex dump (first 16 bytes):
    63 6f 6d 70 61 74 69 62 6c 65 00 6b 6b 6b 6b a5  compatible.kkkk.
  backtrace:
    [<92345f14>] kstrdup+0x44/0x9c
    [<46e6ec0a>] __of_add_property_sysfs+0xb8/0x128
    [<d8832181>] __of_attach_node_sysfs+0xc0/0x170
    [<2592df33>] of_core_init+0xf8/0x23c
    [<e5e36822>] driver_init+0x4c/0x80
    [<9cac2ddd>] kernel_init_freeable+0x138/0x354
    [<fcc01e1e>] kernel_init+0x28/0x154
    [<0cec001f>] ret_from_kernel_thread+0x5c/0x64

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (21 preceding siblings ...)
  2022-11-20 17:18 ` bugzilla-daemon
@ 2022-11-20 17:24 ` bugzilla-daemon
  2022-11-20 17:24 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2022-11-20 17:24 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #289679|0                           |1
        is obsolete|                            |
 Attachment #292285|0                           |1
        is obsolete|                            |
 Attachment #292287|0                           |1
        is obsolete|                            |
 Attachment #292289|0                           |1
        is obsolete|                            |

--- Comment #23 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 303239
  --> https://bugzilla.kernel.org/attachment.cgi?id=303239&action=edit
kernel dmesg (kernel 6.1-rc5, PowerMac G4 3,6)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (22 preceding siblings ...)
  2022-11-20 17:24 ` bugzilla-daemon
@ 2022-11-20 17:24 ` bugzilla-daemon
  2022-11-20 17:25 ` bugzilla-daemon
  2023-10-31 16:44 ` bugzilla-daemon
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2022-11-20 17:24 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #24 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 303240
  --> https://bugzilla.kernel.org/attachment.cgi?id=303240&action=edit
kmemleak output (kernel 6.1-rc5, PowerMac G4 3,6)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (23 preceding siblings ...)
  2022-11-20 17:24 ` bugzilla-daemon
@ 2022-11-20 17:25 ` bugzilla-daemon
  2023-10-31 16:44 ` bugzilla-daemon
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2022-11-20 17:25 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

--- Comment #25 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 303241
  --> https://bugzilla.kernel.org/attachment.cgi?id=303241&action=edit
kernel .config (kernel 6.1-rc5, PowerMac G4 3,6)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug 206203] kmemleak reports various leaks in drivers/of/unittest.c
  2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
                   ` (24 preceding siblings ...)
  2022-11-20 17:25 ` bugzilla-daemon
@ 2023-10-31 16:44 ` bugzilla-daemon
  25 siblings, 0 replies; 32+ messages in thread
From: bugzilla-daemon @ 2023-10-31 16:44 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=206203

Erhard F. (erhard_f@mailbox.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |OBSOLETE

--- Comment #26 from Erhard F. (erhard_f@mailbox.org) ---
Closed in favour of:
https://lore.kernel.org/all/20231018233815.34a0417f@yea/#r

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2023-10-31 16:45 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 15:51 [Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c bugzilla-daemon
2020-01-14 15:54 ` [Bug 206203] " bugzilla-daemon
2020-01-14 15:55 ` bugzilla-daemon
2020-02-27 21:19 ` bugzilla-daemon
2020-02-27 22:06   ` Michael Ellerman
2020-02-27 21:20 ` bugzilla-daemon
2020-02-27 21:31 ` bugzilla-daemon
2020-02-27 22:07 ` bugzilla-daemon
2020-02-27 22:39 ` bugzilla-daemon
2020-04-03 19:22 ` bugzilla-daemon
2020-04-03 19:23 ` bugzilla-daemon
2020-04-03 19:23 ` bugzilla-daemon
2020-04-08  3:13   ` Michael Ellerman
2020-04-08 15:22     ` Frank Rowand
2020-04-16  3:27       ` Frank Rowand
2020-04-16 21:52         ` Frank Rowand
2020-04-17 15:46 ` bugzilla-daemon
2020-04-17 15:47 ` bugzilla-daemon
2020-06-15 20:43 ` bugzilla-daemon
2020-06-15 20:45 ` bugzilla-daemon
2020-06-15 20:53 ` bugzilla-daemon
2020-07-28  7:18 ` bugzilla-daemon
2020-07-28  7:19 ` bugzilla-daemon
2020-09-02 14:38 ` bugzilla-daemon
2020-09-02 14:39 ` bugzilla-daemon
2020-09-02 14:45 ` bugzilla-daemon
2021-03-03 20:57 ` bugzilla-daemon
2022-11-20 17:18 ` bugzilla-daemon
2022-11-20 17:24 ` bugzilla-daemon
2022-11-20 17:24 ` bugzilla-daemon
2022-11-20 17:25 ` bugzilla-daemon
2023-10-31 16:44 ` bugzilla-daemon

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).