mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] PECI fixes for v6.4
@ 2023-05-22 21:24 Winiarska, Iwona
  2023-05-29 13:53 ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Winiarska, Iwona @ 2023-05-22 21:24 UTC (permalink / raw)
  To: gregkh; +Cc: openbmc, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PECI fixes for v6.4
  2023-05-22 21:24 [GIT PULL] PECI fixes for v6.4 Winiarska, Iwona
@ 2023-05-29 13:53 ` gregkh
  2023-06-01  8:34   ` Winiarska, Iwona
  0 siblings, 1 reply; 4+ messages in thread
From: gregkh @ 2023-05-29 13:53 UTC (permalink / raw)
  To: Winiarska, Iwona; +Cc: openbmc, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PECI fixes for v6.4
  2023-05-29 13:53 ` gregkh
@ 2023-06-01  8:34   ` Winiarska, Iwona
  2023-06-01  8:44     ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Winiarska, Iwona @ 2023-06-01  8:34 UTC (permalink / raw)
  To: gregkh; +Cc: openbmc, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PECI fixes for v6.4
  2023-06-01  8:34   ` Winiarska, Iwona
@ 2023-06-01  8:44     ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2023-06-01  8:44 UTC (permalink / raw)
  To: Winiarska, Iwona; +Cc: openbmc, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-01  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 21:24 [GIT PULL] PECI fixes for v6.4 Winiarska, Iwona
2023-05-29 13:53 ` gregkh
2023-06-01  8:34   ` Winiarska, Iwona
2023-06-01  8:44     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®