mbox series

[GIT,PULL] Microchip clock fixes for 6.1 #2

Message ID 20221125093433.382072-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock fixes for 6.1 #2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.1-2

Message

Claudiu Beznea Nov. 25, 2022, 9:34 a.m. UTC
Hi, Stephen,

I've added one more fix for Polarfire clocks. Please pull in case it
is not too late.

Thank you,
Claudiu Beznea

The following changes since commit 57976762428675f259339385d3324d28ee53ec02:

  ARM: at91: rm9200: fix usb device clock id (2022-11-17 15:35:52 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-fixes-6.1-2

for you to fetch changes up to e2e6a217a84d09785848a82599729c9a41566e3a:

  clk: microchip: check for null return of devm_kzalloc() (2022-11-24 12:44:13 +0200)

----------------------------------------------------------------
Microchip clock fixes for 6.1 #2

It contains a fix for Microchip Polarfire clocks; the fix consist in checking
the return value of devm_kzalloc() in mpfs_ccc_register_outputs() to
avoid possible null pointer dereference.

----------------------------------------------------------------
Hui Tang (1):
      clk: microchip: check for null return of devm_kzalloc()

 drivers/clk/microchip/clk-mpfs-ccc.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Stephen Boyd Dec. 8, 2022, 2:30 a.m. UTC | #1
Quoting Claudiu Beznea (2022-11-25 01:34:33)
> Hi, Stephen,
> 
> I've added one more fix for Polarfire clocks. Please pull in case it
> is not too late.

It's too late. Pulled into clk-next.