[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250825203521.GA399593-robh@kernel.org>
Date: Mon, 25 Aug 2025 15:35:21 -0500
From: Rob Herring <robh@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Saravana Kannan <saravanak@...gle.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.17, part 1
Linus,
Please pull DT fixes for 6.17.
Rob
The following changes since commit 0121898ec05fa4c1f566fc05c7e8b3caf0998f97:
dt-bindings: Correct indentation and style in DTS example (2025-07-28 19:56:29 -0500)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.17-1
for you to fetch changes up to 80af3745ca465c6c47e833c1902004a7fa944f37:
of: dynamic: Fix use after free in of_changeset_add_prop_helper() (2025-08-22 16:21:35 -0500)
----------------------------------------------------------------
Devicetree fixes for v6.17, part 1:
- Fix a memory leak for of_pci_add_properties() failure case. Then fix
the introduced UAF.
- Add missing IORESOURCE_MEM flag on of_reserved_mem_region_to_resource()
- Add already in use vendor prefix "eswin"
- Clarify "of of" comment in of_match_device(). After many years of
drive-by patches dropping the 2nd "of" (which referred to
OpenFirmware), a correct patch finally arrived.
----------------------------------------------------------------
Bagas Sanjaya (1):
of: Clarify OF device context in of_match_device() comment
Dan Carpenter (1):
of: dynamic: Fix use after free in of_changeset_add_prop_helper()
Lizhi Hou (1):
of: dynamic: Fix memleak when of_pci_add_properties() failed
Pritesh Patel (1):
dt-bindings: vendor-prefixes: add eswin
Rob Herring (Arm) (1):
of: reserved_mem: Add missing IORESOURCE_MEM flag on resources
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
drivers/of/device.c | 4 ++--
drivers/of/dynamic.c | 9 +++++++--
drivers/of/of_reserved_mem.c | 1 +
4 files changed, 12 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists