mbox series

[GIT,PULL,fixes] clk: samsung: fixes for v6.12

Message ID 20241010085036.141170-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,fixes] clk: samsung: fixes for v6.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.12

Message

Krzysztof Kozlowski Oct. 10, 2024, 8:50 a.m. UTC
Hi,

One patch with a fix for current RC.

Best regards,
Krzysztof


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.12

for you to fetch changes up to a03c246d4ec836ae5827a4a16f6b9e730ec5ee8c:

  clk: samsung: Fix out-of-bound access of of_match_node() (2024-09-30 13:10:11 +0200)

----------------------------------------------------------------
Samsung clock controller fixes for v6.12

Add missing sentinel in of_device_id table, so the code iterating over
it will not go over the size of an array.

----------------------------------------------------------------
Jinjie Ruan (1):
      clk: samsung: Fix out-of-bound access of of_match_node()

 drivers/clk/samsung/clk-exynosautov920.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Boyd Oct. 10, 2024, 9:48 p.m. UTC | #1
Quoting Krzysztof Kozlowski (2024-10-10 01:50:35)
> Hi,
> 
> One patch with a fix for current RC.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fixes-6.12
> 
> for you to fetch changes up to a03c246d4ec836ae5827a4a16f6b9e730ec5ee8c:
> 
>   clk: samsung: Fix out-of-bound access of of_match_node() (2024-09-30 13:10:11 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes.