mbox series

[GIT,PULL] PECI fixes for v6.0

Message ID c0585d60961ed200f422a9f2124ee269827504e3.camel@intel.com
State New
Headers show
Series [GIT,PULL] PECI fixes for v6.0 | expand

Pull-request

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

Message

Winiarska, Iwona Aug. 15, 2022, 6:58 p.m. UTC
Hi Greg,

Those fixes were previously sent after your development tree was already closed.
It would be great, if you can pull them for Linux v6.0.

Thanks
-Iwona

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1c11289b34ab67ed080bbe0f1855c4938362d9cf:

  peci: cpu: Fix use-after-free in adev_release() (2022-08-15 20:31:35 +0200)

----------------------------------------------------------------
PECI fixes for v6.0

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. 30, 2022, 2:13 p.m. UTC | #1
On Mon, Aug 15, 2022 at 06:58:16PM +0000, Winiarska, Iwona wrote:
> Hi Greg,
> 
> Those fixes were previously sent after your development tree was already closed.
> It would be great, if you can pull them for Linux v6.0.
> 
> Thanks
> -Iwona
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-fixes-6.0

Pulled and pushed out, thanks.

greg k-h