[PATCH v2 0/2][next] clk: visconti: Fix undefined behavior bug and add bounds-checking coverage

From: Gustavo A. R. Silva
Date: Mon Oct 16 2023 - 18:04:52 EST


This small series aims to fix an undefined behavior bug in
`struct visconti_pll_provider` and add bounds-checking
coverage at run-time for flexible-array member `hws`
in `struct clk_hw_onecell_data` when accessed throught
`struct visconti_pll_provider`.

Changes in v2:
- Mention -Wflex-array-member-not-at-end in the changelog text.

v1:
- Link: https://lore.kernel.org/linux-hardening/cover.1697076650.git.gustavoars@xxxxxxxxxx/

Gustavo A. R. Silva (2):
clk: visconti: Fix undefined behavior bug in struct
visconti_pll_provider
clk: visconti: Add bounds-checking coverage for struct
visconti_pll_provider

drivers/clk/visconti/pll.c | 6 +++---
drivers/clk/visconti/pll.h | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)

--
2.34.1