CVE-2023-54228
CVE-2023-54228 concerns a Linux kernel regression regulator raa215300 fix that addressed resource leaks in error paths. Specifically, clk_register_clkdev() may allocate memory via vclkdev_alloc() and clk_register_fixed_rate() allocations may leak if an error occurs. The mitigation uses devm_clk_h...