Re: [PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup

2022-06-27 Thread Samuel Holland
Hi Andre, On 6/27/22 7:40 PM, Andre Przywara wrote: > On Mon, 9 May 2022 00:29:30 -0500 > Samuel Holland wrote: > > Hi Samuel, > >> This series fixes an issue with out-of-bounds access to the gate array >> (patches 1-2), uses the rearranged array size information to remove a >> bunch of duplic

Re: [PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup

2022-06-27 Thread Andre Przywara
On Mon, 9 May 2022 00:29:30 -0500 Samuel Holland wrote: Hi Samuel, > This series fixes an issue with out-of-bounds access to the gate array > (patches 1-2), uses the rearranged array size information to remove a > bunch of duplicate code (patches 3-4), and then simplifies how the reset > driver

Re: [PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup

2022-05-11 Thread Sean Anderson
On 5/9/22 1:29 AM, Samuel Holland wrote: This series fixes an issue with out-of-bounds access to the gate array (patches 1-2), uses the rearranged array size information to remove a bunch of duplicate code (patches 3-4), and then simplifies how the reset driver is bound (patches 5-7). The origin

Re: [PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup

2022-05-10 Thread Andre Przywara
On Mon, 9 May 2022 00:29:30 -0500 Samuel Holland wrote: Hi Samuel, > This series fixes an issue with out-of-bounds access to the gate array > (patches 1-2), uses the rearranged array size information to remove a > bunch of duplicate code (patches 3-4), and then simplifies how the reset > driver

[PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup

2022-05-08 Thread Samuel Holland
This series fixes an issue with out-of-bounds access to the gate array (patches 1-2), uses the rearranged array size information to remove a bunch of duplicate code (patches 3-4), and then simplifies how the reset driver is bound (patches 5-7). The original motivation for these changes was adding