[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176459099531.2908787.4175488657404358940.robh@kernel.org>
Date: Mon, 01 Dec 2025 06:26:58 -0600
From: Rob Herring <robh@...nel.org>
To: Richard Weinberger <richard@....at>
Cc: devicetree@...r.kernel.org, krzk+dt@...nel.org, dakr@...nel.org,
andreas@...nade.info, rafael@...nel.org, lee@...nel.org, arnd@...db.de,
broonie@...nel.org, rogerq@...nel.org, tony@...mide.com,
linux-omap@...r.kernel.org, conor+dt@...nel.org, gregkh@...uxfoundation.org,
khilman@...libre.com, linux-kernel@...r.kernel.org, aaro.koskinen@....fi
Subject: Re: [PATCH 0/4] Add tooling to disable debugfs on OMAP based
systems
On Sat, 29 Nov 2025 15:20:38 +0100, Richard Weinberger wrote:
> It came to my attention that commands such as `grep -r / -e ...` can cause
> crashes on an AM572x based system.
> An investigation found that reading from various files in /sys/kernel/debug/regmap
> causes imprecise async data aborts.
>
> One of these register maps is the CTRL_MODULE_CORE register map at 0x4A002000.
> It contains various registers marked as reserved, but the manual indicates
> that read access is still allowed.
> On said system, reading from most registers seems to work, but for some
> an async data abort happens. So it's not entirely clear what registers are safe
> and which are not.
>
> So, add tooling to allow disabling debugfs access to such dangerous registers.
> Splitting the register map definitions in the device tree seemed less practical to
> me since it would unnecessarily make the device trees more complicated.
>
> Richard Weinberger (4):
> dt-bindings: Document new common property: has-inaccessible-regs
> regmap: Allow disabling debugfs via regmap_config
> syscon: Wire up has-inaccessible-regs
> arm: dts: omap: Mark various register maps as dangerous
>
> .../devicetree/bindings/common-properties.txt | 12 ++++++++++++
> arch/arm/boot/dts/ti/omap/dra7-l4.dtsi | 4 ++++
> arch/arm/boot/dts/ti/omap/dra7.dtsi | 1 +
> arch/arm/boot/dts/ti/omap/dra74x.dtsi | 1 +
> drivers/base/regmap/regmap.c | 2 ++
> drivers/mfd/syscon.c | 10 ++++++++++
> include/linux/regmap.h | 3 +++
> 7 files changed, 33 insertions(+)
>
> --
> 2.51.0
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/v6.18-rc7-1539-gff736a286116 (exact match)
Base: tags/v6.18-rc7-1539-gff736a286116 (use --merge-base to override)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/ti/' for 20251129142042.344359-1-richard@....at:
arch/arm/boot/dts/ti/omap/am571x-idk.dtb: clock@400 (ti,omap4-cm): '#clock-cells' is a dependency of 'clock-output-names'
from schema $id: http://devicetree.org/schemas/clock/clock.yaml
arch/arm/boot/dts/ti/omap/am57xx-beagle-x15.dtb: clock@c00 (ti,omap4-cm): '#clock-cells' is a dependency of 'clock-output-names'
from schema $id: http://devicetree.org/schemas/clock/clock.yaml
arch/arm/boot/dts/ti/omap/am57xx-beagle-x15-revc.dtb: clock@500 (ti,omap4-cm): '#clock-cells' is a dependency of 'clock-output-names'
from schema $id: http://devicetree.org/schemas/clock/clock.yaml
Powered by blists - more mailing lists