All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] of: overlay: rework overlay apply and remove kfree()s
@ 2022-04-10 21:08 frowand.list
  2022-04-10 21:08 ` [PATCH v2 1/2] of: overlay: rename variables to be consistent frowand.list
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: frowand.list @ 2022-04-10 21:08 UTC (permalink / raw)
  To: Rob Herring, pantelis.antoniou, Slawomir Stepien
  Cc: devicetree, linux-kernel, Slawomir Stepien, Geert Uytterhoeven,
	Alan Tull

From: Frank Rowand <frank.rowand@sony.com>

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.

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

 Documentation/devicetree/overlay-notes.rst |  23 ++-
 drivers/of/overlay.c                       | 175 +++++++++++----------
 2 files changed, 115 insertions(+), 83 deletions(-)

-- 
Frank Rowand <frank.rowand@sony.com>


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

end of thread, other threads:[~2022-04-19  0:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 21:08 [PATCH v2 0/2] of: overlay: rework overlay apply and remove kfree()s frowand.list
2022-04-10 21:08 ` [PATCH v2 1/2] of: overlay: rename variables to be consistent frowand.list
2022-04-11  4:10   ` Frank Rowand
2022-04-12 10:23     ` Slawomir Stepien
2022-04-10 21:08 ` [PATCH v2 2/2] of: overlay: rework overlay apply and remove kfree()s frowand.list
2022-04-10 21:49   ` Frank Rowand
2022-04-11  4:11   ` Frank Rowand
2022-04-12 10:23     ` Slawomir Stepien
2022-04-12 14:00   ` Rob Herring
2022-04-12 17:20     ` Frank Rowand
2022-04-19  0:02       ` Frank Rowand
2022-04-11  4:10 ` [PATCH v2 0/2] " Frank Rowand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.