]> git.baikalelectronics.ru Git - kernel.git/commit
of: overlay: add tests to validate kfrees from overlay removal
authorFrank Rowand <frank.rowand@sony.com>
Fri, 5 Oct 2018 03:24:17 +0000 (20:24 -0700)
committerFrank Rowand <frank.rowand@sony.com>
Fri, 9 Nov 2018 06:10:35 +0000 (22:10 -0800)
commit8c767db9e879ce4c1043e39f6aaa7d58aa1a0d6d
tree529691048e02c625ece39d41db6304f6f16db9a9
parenta9e80a095d95d1159b26f73bd6d9c2fadc7fb411
of: overlay: add tests to validate kfrees from overlay removal

Add checks:
  - attempted kfree due to refcount reaching zero before overlay
    is removed
  - properties linked to an overlay node when the node is removed
  - node refcount > one during node removal in a changeset destroy,
    if the node was created by the changeset

After applying this patch, several validation warnings will be
reported from the devicetree unittest during boot due to
pre-existing devicetree bugs. The warnings will be similar to:

  OF: ERROR: of_node_release(), unexpected properties in /testcase-data/overlay-node/test-bus/test-unittest11
  OF: ERROR: memory leak, expected refcount 1 instead of 2, of_node_get()/of_node_put() unbalanced - destroy cset entry: attach overlay node /testcase-data-2/substation@100/
  hvac-medium-2

Tested-by: Alan Tull <atull@kernel.org>
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
drivers/of/dynamic.c
drivers/of/overlay.c
include/linux/of.h