Re: UBSAN array-index-out-of-bounds: cfg80211_scan_6ghz

2024-12-29 Thread Nathan Chancellor
Hi John, On Sat, Dec 28, 2024 at 11:21:27AM +, John Rowley wrote: > Hi, I'm experiencing UBSAN array-index-out-of-bounds errors while using > my Framework 13" AMD laptop with its Mediatek MT7922 wifi adapter > (mt7921e). > > It seems to happen only once on boot, and occurs with both kernel >

[PATCH] clk: ti: use kcalloc() instead of kzalloc()

2024-12-29 Thread Ethan Carter Edwards
Use 2-factor multiplication argument form kcalloc() instead of kzalloc(). Link: https://github.com/KSPP/linux/issues/162 Signed-off-by: Ethan Carter Edwards --- drivers/clk/ti/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/mux.c b/drivers/clk/ti/mux.c i