[GIT PULL] Devicetree fixes for v7.3, part 1
From: Rob Herring
Date: Thu Aug 27 2026 - 14:13:08 EST
Linus,
Please pull a few DT fixes for v7.3.
Rob
The following changes since commit e1c13aed4a1641550e8c9518c96f016e1d52d09b:
dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible (2026-08-15 15:46:52 -0500)
are available in the Git repository at:
ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-7.3-1
for you to fetch changes up to 5bb01c657ff9fc807c2c592ca18af34c4fc3bc6f:
of: fix out-of-bounds read in of_alias_scan() stem parser (2026-08-27 09:36:05 -0500)
----------------------------------------------------------------
Devicetree fixes for v7.3, part 1:
- Fix possible out-of-bounds access in of_alias_scan()
- Fix refcount leak in of_irq_get_affinity()
- Add Qualcomm SPMI PMIC haptics input which is already referenced
----------------------------------------------------------------
Abdurrahman Hussain (1):
of: fix out-of-bounds read in of_alias_scan() stem parser
Fenglin Wu (1):
dt-bindings: input: Add Qualcomm SPMI PMIC haptics
Fuad Tabba (1):
of/irq: Fix device node refcount leak in of_irq_get_affinity()
.../bindings/input/qcom,spmi-haptics.yaml | 116 +++++++++++++++++++++
drivers/of/base.c | 2 +-
drivers/of/irq.c | 4 +-
3 files changed, 120 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/qcom,spmi-haptics.yaml