mbox series

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

Message ID 20230104095855.3809733-1-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Commit 97bcdf24e00075cf37ee4cbd63f07f54e25c5265
Headers show
Series [GIT,PULL] Reset controller fixes for v6.2 | expand

Pull-request

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

Message

Philipp Zabel Jan. 4, 2023, 9:58 a.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 9, 2023, 10:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed,  4 Jan 2023 10:58:55 +0100 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller fixes for v6.2
    https://git.kernel.org/soc/soc/c/97bcdf24e000

You are awesome, thank you!