lkml.org 
[lkml]   [2022]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/4] clk drivers: Terminate clk_div_table with sentinel element
    Date
    I noticed that some of the clk_div_tables in different drivers are not
    terminated with a sentinel element. This may cause the code in
    clk-divider.c to read garbage that happens to be beyond the end.

    This patchset fixed all instances of this bug that I could find, except
    for a case in drivers/phy/ti/phy-j721e-wiz.c that is already fixed in
    linux-next:
    https://lore.kernel.org/lkml/20220117110108.4117-1-kishon@ti.com/

    v2:
    - Add Fixes tags

    Jonathan Neuschäfer (4):
    clk: actions: Terminate clk_div_table with sentinel element
    clk: loongson1: Terminate clk_div_table with sentinel element
    clk: hisilicon: Terminate clk_div_table with sentinel element
    clk: clps711x: Terminate clk_div_table with sentinel element

    drivers/clk/actions/owl-s700.c | 1 +
    drivers/clk/actions/owl-s900.c | 4 ++--
    drivers/clk/clk-clps711x.c | 2 ++
    drivers/clk/hisilicon/clk-hi3559a.c | 4 ++--
    drivers/clk/loongson1/clk-loongson1c.c | 1 +
    5 files changed, 8 insertions(+), 4 deletions(-)

    --
    2.34.1

    \
     
     \ /
      Last update: 2022-02-03 15:23    [W:2.414 / U:0.204 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site