[GIT PULL] Reset controller fixes for v6.2
Philipp Zabel
p.zabel at pengutronix.de
Wed Jan 4 01:58:55 PST 2023
Dear arm-soc maintainers,
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.2
for you to fetch changes up to 3a2390c6777e3f6662980c6cfc25cafe9e4fef98:
reset: uniphier-glue: Fix possible null-ptr-deref (2023-01-03 11:30:46 +0100)
----------------------------------------------------------------
Reset controller fixes for v6.2
Avoid a build error by disabling the invalid combination of building
reset-ti-sci built-in but ti-sci as a module.
Fix a possible NULL pointer dereference in reset-uniphier-glue in case
platform_get_resource() fails.
----------------------------------------------------------------
Hui Tang (1):
reset: uniphier-glue: Fix possible null-ptr-deref
Randy Dunlap (1):
reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST
drivers/reset/Kconfig | 2 +-
drivers/reset/reset-uniphier-glue.c | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
More information about the linux-arm-kernel
mailing list