[PATCH 0/2] of: address: Fix empty resource handling in __of_address_resource_bounds()

Thomas Weißschuh posted 2 patches 11 months ago
drivers/of/address.c    |  17 +++----
drivers/of/of_private.h |   4 ++
drivers/of/of_test.c    | 120 +++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 132 insertions(+), 9 deletions(-)
[PATCH 0/2] of: address: Fix empty resource handling in __of_address_resource_bounds()
Posted by Thomas Weißschuh 11 months ago
Also add a kunit testcase to make sure the function works correctly now
and doesn't regress in the future.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
Thomas Weißschuh (2):
      of: address: Fix empty resource handling in __of_address_resource_bounds()
      of: address: Add kunit test for __of_address_resource_bounds()

 drivers/of/address.c    |  17 +++----
 drivers/of/of_private.h |   4 ++
 drivers/of/of_test.c    | 120 +++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 132 insertions(+), 9 deletions(-)
---
base-commit: ffd294d346d185b70e28b1a28abe367bbfe53c04
change-id: 20250120-of-address-overflow-a59476362885

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh@linutronix.de>