diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-08-19 21:05:19 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-20 13:11:44 +0100 |
| commit | b2702908ee23ef31bfcf241a2e07ace0eb76bd71 (patch) | |
| tree | 08dfe37179faf624cf1cd4461a2a026da3a7e3b5 /scripts/git.orderFile | |
| parent | 23688febe4b44b10f4b454eb1cde0ba379a84119 (diff) | |
| download | linux-b2702908ee23ef31bfcf241a2e07ace0eb76bd71.tar.gz linux-b2702908ee23ef31bfcf241a2e07ace0eb76bd71.zip | |
spi: amlogic-spisg: Make sure clk_init_data is fully initialized
The clk_init_data structure contains several mutually-exclusive members
for different methods to specify the possible parents of a clock,
prompting drivers to initialize only the members they need. However,
not initializing all members may cause subtle issues, which are only
exposed when CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE is
enabled.
aml_spisg_clk_init() fills in init.parent_data, and assumes that
init.parent_names is NULL. However, the latter in uninitialized, and
thus may cause a crash.
Make sure all members are fully initialized, to fix such bugs, and to
avoid future breakage when converting drivers to a different method for
specifying the parents.
Fixes: cef9991e04aed330 ("spi: Add Amlogic SPISG driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://patch.msgid.link/9fb35ae0aedb7a6db0db6c78a8193c7602dd9d44.1787165329.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
