All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] firmware: arm_scmi: fix for v5.5
@ 2019-11-13 18:04 Sudeep Holla
  2019-11-14 16:45 ` [GIT PULL v2] " Sudeep Holla
  0 siblings, 1 reply; 5+ messages in thread
From: Sudeep Holla @ 2019-11-13 18:04 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Sudeep Holla, Arnd Bergmann, Kevin Hilman

Hi ARM SoC Team,

Sorry for the late pull request, but since it's a fix for bug reported
recently, I am sending it anyway. It's too late for v5.4 and not that
urgent IMO, so can go for v5.5

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-5.5

for you to fetch changes up to 9a6edfe32f3741163e7bf30f264cc114e7cb38b7:

  firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT (2019-11-13 11:48:32 +0000)

----------------------------------------------------------------
ARM SCMI fix for v5.5

Just a single fix to correct the SCMI fast channel doorbell ring logic
when CONFIG_64BIT is not set.

----------------------------------------------------------------
Sudeep Holla (1):
      firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT

 drivers/firmware/arm_scmi/perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL v2] firmware: arm_scmi: fix for v5.5
  2019-11-13 18:04 [GIT PULL] firmware: arm_scmi: fix for v5.5 Sudeep Holla
@ 2019-11-14 16:45 ` Sudeep Holla
  2019-11-16 23:34   ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Sudeep Holla @ 2019-11-14 16:45 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Sudeep Holla, Arnd Bergmann, Kevin Hilman

Hi ARM SoC Team,

Stephen Rothwell reported issue[1] with fixes tag in the commit. I have
fixed the same and re-tagged it. Please drop the earlier PR and use
this one based on your preference(I am not sure if want to ignore or
fix it). Sorry for the silly mistake.

Please pull !

Regards,
Sudeep

[1] https://lore.kernel.org/lkml/20191114202122.0f38eab6@canb.auug.org.au/

-->8

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-5.5

for you to fetch changes up to 7bd39bc6bfdf96f5df0f92199bbc1a3ee2f2adb8:

  firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT (2019-11-14 11:13:50 +0000)

----------------------------------------------------------------
ARM SCMI fix for v5.5

Just a single fix to correct the SCMI fast channel doorbell ring logic
when CONFIG_64BIT is not set.

----------------------------------------------------------------
Sudeep Holla (1):
      firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT

 drivers/firmware/arm_scmi/perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL v2] firmware: arm_scmi: fix for v5.5
  2019-11-14 16:45 ` [GIT PULL v2] " Sudeep Holla
@ 2019-11-16 23:34   ` Olof Johansson
  2019-11-18 10:31     ` Sudeep Holla
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2019-11-16 23:34 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: SoC Team, ARM SoC Team, Arnd Bergmann, ALKML, Kevin Hilman

On Thu, Nov 14, 2019 at 04:45:55PM +0000, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Stephen Rothwell reported issue[1] with fixes tag in the commit. I have
> fixed the same and re-tagged it. Please drop the earlier PR and use
> this one based on your preference(I am not sure if want to ignore or
> fix it). Sorry for the silly mistake.

Usually we don't re-merge once we pick something up, but in this case it's at
the top of the branch so I did rebase with this version.

We should be running linters on the pull requests in patchwork so this is
caught before we merge, it's on the todo list but not done yet.

-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL v2] firmware: arm_scmi: fix for v5.5
  2019-11-16 23:34   ` Olof Johansson
@ 2019-11-18 10:31     ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2019-11-18 10:31 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Arnd Bergmann, Kevin Hilman, SoC Team, ARM SoC Team, Sudeep Holla, ALKML

On Sat, Nov 16, 2019 at 03:34:52PM -0800, Olof Johansson wrote:
> On Thu, Nov 14, 2019 at 04:45:55PM +0000, Sudeep Holla wrote:
> > Hi ARM SoC Team,
> >
> > Stephen Rothwell reported issue[1] with fixes tag in the commit. I have
> > fixed the same and re-tagged it. Please drop the earlier PR and use
> > this one based on your preference(I am not sure if want to ignore or
> > fix it). Sorry for the silly mistake.
>
> Usually we don't re-merge once we pick something up, but in this case it's at
> the top of the branch so I did rebase with this version.
>

I understand, thanks. Sorry for the trouble.

> We should be running linters on the pull requests in patchwork so this is
> caught before we merge, it's on the todo list but not done yet.
>

I think even checkpatch reports such issues, I must have ignored it by
accident. I will be more careful in the future.

--
Regards,
Sudeep

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] firmware: arm_scmi: fix for v5.5
@ 2019-12-02 11:45 Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2019-12-02 11:45 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Sudeep Holla, Arnd Bergmann, Kevin Hilman

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 7bd39bc6bfdf96f5df0f92199bbc1a3ee2f2adb8:

  firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT (2019-11-14 11:13:50 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-5.5-2

for you to fetch changes up to 8305e90a894f82c278c17e51a28459deee78b263:

  firmware: arm_scmi: Avoid double free in error flow (2019-11-26 10:50:30 +0000)

----------------------------------------------------------------
ARM SCMI fix for v5.5

Yet another single fix to avoid double freeing in scmi_device_create
error path

----------------------------------------------------------------
Wen Yang (1):
      firmware: arm_scmi: Avoid double free in error flow

 drivers/firmware/arm_scmi/bus.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-12-02 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 18:04 [GIT PULL] firmware: arm_scmi: fix for v5.5 Sudeep Holla
2019-11-14 16:45 ` [GIT PULL v2] " Sudeep Holla
2019-11-16 23:34   ` Olof Johansson
2019-11-18 10:31     ` Sudeep Holla
2019-12-02 11:45 [GIT PULL] " Sudeep Holla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.