mbox series

[GIT,PULL] Reset controller fixes for v6.7

Message ID 20231213152606.231044-1-p.zabel@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Reset controller fixes for v6.7 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.7

Message

Philipp Zabel Dec. 13, 2023, 3:26 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.7

for you to fetch changes up to 4a6756f56bcf8e64c87144a626ce53aea4899c0e:

  reset: Fix crash when freeing non-existent optional resets (2023-11-30 15:02:21 +0100)

----------------------------------------------------------------
Reset controller fixes for v6.7

Fix a void-pointer-to-enum-cast warning in the hisilicon hi6220 reset
driver and fix a NULL pointer dereference when freeing non-existent
optional resets requested via the reset_array API in the core.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      reset: Fix crash when freeing non-existent optional resets

Krzysztof Kozlowski (1):
      reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning

 drivers/reset/core.c                   | 8 ++++----
 drivers/reset/hisilicon/hi6220_reset.c | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)