[GIT,PULL] PECI fixes for v6.4

Message ID f8506bf66b8bdaa85b5a2bec48bcdcc6a2853da7.camel@intel.com
State New
Headers
Series [GIT,PULL] PECI fixes for v6.4 |

Pull-request

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

Message

Winiarska, Iwona May 22, 2023, 9:24 p.m. UTC
  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(-)
  

Comments

Greg KH May 29, 2023, 1:53 p.m. UTC | #1
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
  
Winiarska, Iwona June 1, 2023, 8:34 a.m. UTC | #2
On Mon, 2023-05-29 at 14:53 +0100, gregkh@linuxfoundation.org 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
  
Greg KH June 1, 2023, 8:44 a.m. UTC | #3
On Thu, Jun 01, 2023 at 08:34:21AM +0000, Winiarska, Iwona wrote:
> On Mon, 2023-05-29 at 14:53 +0100, gregkh@linuxfoundation.org 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