mirror of https://github.com/torvalds/linux.git
Prepare for the coming implementation by GCC and Clang of the __counted_by attribute. Flexible array members annotated with __counted_by can have their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family functions). As found with Coccinelle[1], add __counted_by for struct reset_control_array. Additionally, since the element count member must be set before accessing the annotated flexible array member, move its initialization earlier. [1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci Cc: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: "Gustavo A. R. Silva" <gustavoars@kernel.org> Link: https://lore.kernel.org/r/20230922175229.work.838-kees@kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> |
||
|---|---|---|
| .. | ||
| hisilicon | ||
| starfive | ||
| sti | ||
| tegra | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| reset-a10sr.c | ||
| reset-ath79.c | ||
| reset-axs10x.c | ||
| reset-bcm6345.c | ||
| reset-berlin.c | ||
| reset-brcmstb-rescal.c | ||
| reset-brcmstb.c | ||
| reset-hsdk.c | ||
| reset-imx7.c | ||
| reset-intel-gw.c | ||
| reset-k210.c | ||
| reset-lantiq.c | ||
| reset-lpc18xx.c | ||
| reset-ma35d1.c | ||
| reset-meson-audio-arb.c | ||
| reset-meson.c | ||
| reset-microchip-sparx5.c | ||
| reset-mpfs.c | ||
| reset-npcm.c | ||
| reset-pistachio.c | ||
| reset-qcom-aoss.c | ||
| reset-qcom-pdc.c | ||
| reset-raspberrypi.c | ||
| reset-rzg2l-usbphy-ctrl.c | ||
| reset-scmi.c | ||
| reset-simple.c | ||
| reset-socfpga.c | ||
| reset-sunplus.c | ||
| reset-sunxi.c | ||
| reset-ti-sci.c | ||
| reset-ti-syscon.c | ||
| reset-tn48m.c | ||
| reset-tps380x.c | ||
| reset-uniphier-glue.c | ||
| reset-uniphier.c | ||
| reset-zynq.c | ||
| reset-zynqmp.c | ||