2022-04-22 19:40:45

by Frank Rowand

[permalink] [raw]
Subject: [PATCH v3 0/2] of: overlay: rework overlay apply and remove kfree()s

From: Frank Rowand <[email protected]>

Fix various kfree() issues related to of_overlay_apply().

The fixes revealed inconsist variable names for the same variable
across functions, resulting in difficulty understanding the code
that was being modified. Doing both variable renaming and the
fixes results in a hard to review patch, so split into two patches.

The first patch in the series contains only variable renaming.
The second patch contains the kfree() related fixes.

version 2:
- All patches updated, changelogs in each patch

Frank Rowand (2):
of: overlay: rename variables to be consistent
of: overlay: rework overlay apply and remove kfree()s

Documentation/devicetree/overlay-notes.rst | 30 ++-
drivers/of/overlay.c | 280 ++++++++++-----------
2 files changed, 160 insertions(+), 150 deletions(-)

--
Frank Rowand <[email protected]>