[PATCH v4 0/2] of: property: Fix potential firmware node reference's argument count got out of range
From: Zijun Hu
Date: Tue Feb 25 2025 - 09:04:27 EST
This patch series is to fix an OF issue below:
The firmware node reference argument count @args->nargs got by
of_fwnode_get_reference_args() may be out of range.
---
Changes in v4:
- Correct commit message for patch 1/2
- Add one more patch 2/2 to align both macros
- Link to v3: https://lore.kernel.org/r/20250210-fix_arg_count-v3-1-a084a5013008@xxxxxxxxxxx
Changes in v3:
- Remove RFC, correct title and commit message.
- Link to v2: https://lore.kernel.org/r/20250114-fix_arg_count-v2-1-efa35ee6572b@xxxxxxxxxxx
Changes in v2:
- Increase macro @NR_FWNODE_REFERENCE_ARGS to align with @MAX_PHANDLE_ARGS.
- Correct fix tag and send as RFC patch.
- Link to v1: https://lore.kernel.org/r/20250109-of_core_fix-v4-7-db8a72415b8c@xxxxxxxxxxx
---
Zijun Hu (2):
of: property: Increase NR_FWNODE_REFERENCE_ARGS
of: Align macro MAX_PHANDLE_ARGS with NR_FWNODE_REFERENCE_ARGS
include/linux/fwnode.h | 2 +-
include/linux/of.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: cd726b80a9b2e35397f3f4ecd845a8fd247ee79e
change-id: 20250114-fix_arg_count-73feae90fccb
Best regards,
--
Zijun Hu <quic_zijuhu@xxxxxxxxxxx>