linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] clk drivers: Terminate clk_div_table with sentinel element
@ 2022-02-05  0:52 Jonathan Neuschäfer
  2022-02-05  0:52 ` [PATCH v3 1/4] clk: actions: " Jonathan Neuschäfer
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2022-02-05  0:52 UTC (permalink / raw)
  To: linux-clk
  Cc: linux-kernel, linux-arm-kernel, linux-mips,
	Jonathan Neuschäfer

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/

v3:
- Change the Actions patch according to Mani's comment

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         | 2 +-
 drivers/clk/clk-clps711x.c             | 2 ++
 drivers/clk/hisilicon/clk-hi3559a.c    | 4 ++--
 drivers/clk/loongson1/clk-loongson1c.c | 1 +
 5 files changed, 7 insertions(+), 3 deletions(-)

--
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-02-05 13:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-05  0:52 [PATCH v3 0/4] clk drivers: Terminate clk_div_table with sentinel element Jonathan Neuschäfer
2022-02-05  0:52 ` [PATCH v3 1/4] clk: actions: " Jonathan Neuschäfer
2022-02-05 12:15   ` Philippe Mathieu-Daudé
2022-02-05 12:58     ` Jonathan Neuschäfer
2022-02-05  0:52 ` [PATCH v3 2/4] clk: loongson1: " Jonathan Neuschäfer
2022-02-05 12:17   ` Philippe Mathieu-Daudé
2022-02-05 12:59     ` Jonathan Neuschäfer
2022-02-05  0:52 ` [PATCH v3 3/4] clk: hisilicon: " Jonathan Neuschäfer
2022-02-05  0:52 ` [PATCH v3 4/4] clk: clps711x: " Jonathan Neuschäfer
2022-02-05 12:13   ` Philippe Mathieu-Daudé
2022-02-05 13:07     ` Jonathan Neuschäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).