2023-05-22 21:32:27

by Winiarska, Iwona

[permalink] [raw]
Subject: [GIT PULL] PECI fixes for v6.4

Hi Greg,

please pull PECI update for Linux v6.4.

Thanks
-Iwona

The following changes since commit c21c0f9a20a963f5a1874657a4e3d657503f7815:

Binder: Add async from to transaction record (2023-05-13 20:38:12 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 849b391254bf64796655868dbb6dee23551ff7d3:

peci: Constify struct peci_controller_ops (2023-05-22 22:16:16 +0200)

----------------------------------------------------------------
PECI fixes for v6.4

A small change to mark peci_controller_ops as const.

----------------------------------------------------------------
Zev Weiss (1):
peci: Constify struct peci_controller_ops

drivers/peci/controller/peci-aspeed.c | 2 +-
drivers/peci/core.c | 4 ++--
include/linux/peci.h | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)


2023-05-29 14:06:17

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] PECI fixes for v6.4

On Mon, May 22, 2023 at 09:24:26PM +0000, Winiarska, Iwona wrote:
> Hi Greg,
>
> please pull PECI update for Linux v6.4.
>
> Thanks
> -Iwona
>
> The following changes since commit c21c0f9a20a963f5a1874657a4e3d657503f7815:
>
> Binder: Add async from to transaction record (2023-05-13 20:38:12 +0900)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-fixes-6.4

This includes some random Binder changes that do not belong in my
char-misc-linus branch right now for 6.4-final

>
> for you to fetch changes up to 849b391254bf64796655868dbb6dee23551ff7d3:
>
> peci: Constify struct peci_controller_ops (2023-05-22 22:16:16 +0200)

Why is this a bugfix that needs to get merged now? Shouldn't this be
for 6.5-rc1?

thanks,

greg k-h

2023-06-01 08:53:15

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] PECI fixes for v6.4

On Thu, Jun 01, 2023 at 08:34:21AM +0000, Winiarska, Iwona wrote:
> On Mon, 2023-05-29 at 14:53 +0100, [email protected] wrote:
> > On Mon, May 22, 2023 at 09:24:26PM +0000, Winiarska, Iwona wrote:
> > > Hi Greg,
> > >
> > > please pull PECI update for Linux v6.4.
> > >
> > > Thanks
> > > -Iwona
> > >
> > > The following changes since commit c21c0f9a20a963f5a1874657a4e3d657503f7815:
> > >
> > > ? Binder: Add async from to transaction record (2023-05-13 20:38:12 +0900)
> > >
> > > are available in the Git repository at:
> > >
> > > ? git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-
> > > fixes-6.4
> >
> > This includes some random Binder changes that do not belong in my
> > char-misc-linus branch right now for 6.4-final
>
> Sorry - I based it on char-misc-testing / char-misc-next.
>
> >
> > >
> > > for you to fetch changes up to 849b391254bf64796655868dbb6dee23551ff7d3:
> > >
> > > ? peci: Constify struct peci_controller_ops (2023-05-22 22:16:16 +0200)
> >
> > Why is this a bugfix that needs to get merged now?? Shouldn't this be
> > for 6.5-rc1?
>
> It's a small fix - it can wait for 6.5-rc1.

Great, send it now as a patch?

thanks,

greg k-h

2023-06-01 09:14:00

by Winiarska, Iwona

[permalink] [raw]
Subject: Re: [GIT PULL] PECI fixes for v6.4

On Mon, 2023-05-29 at 14:53 +0100, [email protected] wrote:
> On Mon, May 22, 2023 at 09:24:26PM +0000, Winiarska, Iwona wrote:
> > Hi Greg,
> >
> > please pull PECI update for Linux v6.4.
> >
> > Thanks
> > -Iwona
> >
> > The following changes since commit c21c0f9a20a963f5a1874657a4e3d657503f7815:
> >
> >   Binder: Add async from to transaction record (2023-05-13 20:38:12 +0900)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-
> > fixes-6.4
>
> This includes some random Binder changes that do not belong in my
> char-misc-linus branch right now for 6.4-final

Sorry - I based it on char-misc-testing / char-misc-next.

>
> >
> > for you to fetch changes up to 849b391254bf64796655868dbb6dee23551ff7d3:
> >
> >   peci: Constify struct peci_controller_ops (2023-05-22 22:16:16 +0200)
>
> Why is this a bugfix that needs to get merged now?  Shouldn't this be
> for 6.5-rc1?

It's a small fix - it can wait for 6.5-rc1.

Thanks
-Iwona

>
> thanks,
>
> greg k-h