mbox series

[GIT,PULL] PECI changes for v6.0-rc1

Message ID e34c084a69cc5c51c60b1813ac7fdf0b845d1226.camel@intel.com
State New
Headers show
Series [GIT,PULL] PECI changes for v6.0-rc1 | expand

Pull-request

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

Message

Winiarska, Iwona Aug. 3, 2022, 12:18 a.m. UTC
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(-)

Comments

Greg KH Aug. 3, 2022, 6:17 a.m. UTC | #1
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