Re: [PATCH 0/2] Fix NULL dereference in clk_composite_set_rate()

2023-12-15 Thread Sean Anderson
On Wed, 6 Dec 2023 02:23:32 +0300, Igor Prusov wrote: > On sandbox it's possible to trigger NULL dereference when setting rate > of a composite clock. It happens because sandbox composite divider does > not implement set_rate() operation. This series adds NULL check and a > test cases for clk_set_r

[PATCH 0/2] Fix NULL dereference in clk_composite_set_rate()

2023-12-05 Thread Igor Prusov
On sandbox it's possible to trigger NULL dereference when setting rate of a composite clock. It happens because sandbox composite divider does not implement set_rate() operation. This series adds NULL check and a test cases for clk_set_rate(). Igor Prusov (2): clk: Check that composite clock's