2022-08-03 00:57:02

by Winiarska, Iwona

[permalink] [raw]
Subject: [GIT PULL] PECI changes for v6.0-rc1

Hi Greg,

please pull PECI update for Linux v6.0-rc1.

Thanks
-Iwona

The following changes since commit b5276c924497705ca927ad85a763c37f2de98349:

drivers: lkdtm: fix clang -Wformat warning (2022-07-28 16:20:36 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-next-6.0-rc1

for you to fetch changes up to cacbac434f6b020f99d4af648843465fd9eba167:

peci: cpu: Fix use-after-free in adev_release() (2022-08-03 00:56:17 +0200)

----------------------------------------------------------------
Update peci-next for v6.0-rc1

Two minor fixes:
* cpu
- Fix use-after-free in adev_release()

* aspeed
- Fix error check for platform_get_irq()

----------------------------------------------------------------
Iwona Winiarska (1):
peci: cpu: Fix use-after-free in adev_release()

Lv Ruyi (1):
peci: aspeed: fix error check return value of platform_get_irq()

drivers/peci/controller/peci-aspeed.c | 2 +-
drivers/peci/cpu.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)


2022-08-03 06:24:48

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] PECI changes for v6.0-rc1

On Wed, Aug 03, 2022 at 12:18:24AM +0000, Winiarska, Iwona wrote:
> Hi Greg,
>
> please pull PECI update for Linux v6.0-rc1.

Sorry but as you know, it's too late for changes to my tree. This will
have to wait until after 5.20-rc1 (or 6.0-rc1) is out and then I'll be
glad to take them.

thanks,

greg k-h