All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SCPI/Vexpress fixes for v4.8-rc
@ 2016-08-16 11:01 Sudeep Holla
  2016-08-25 23:59 ` Olof Johansson
  2016-08-26  0:11 ` Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Sudeep Holla @ 2016-08-16 11:01 UTC (permalink / raw)
  To: linux-arm-kernel


Hi ARM-SoC guys,

I have couple of missing of_node_put fixes in vexpress/scpi drivers.
I am not sure if these are considered as more cleanup patches rather
than fixes as OF reference counting is not something religiously checked
always. Let me know, I will move these to v4.9 queue otherwise.

-- 
Regards,
Sudeep

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git 
tags/vexpress-fixes-4.8-rc

for you to fetch changes up to b079bd555f6060cd6b435a1eb58ec3b8d255ebd0:

   firmware: arm_scpi: add missing of_node_put after calling 
of_parse_phandle (2016-08-08 14:31:09 +0100)

----------------------------------------------------------------
SCPI/Vexpress fixes for v4.8-rc

Couple of minor fixes to add missing of_node_put after calling
of_parse_phandle in SCPI and vexpress-config bus drivers(Peter Chen)

----------------------------------------------------------------
Peter Chen (2):
       bus: vexpress-config: add missing of_node_put after calling 
of_parse_phandle
       firmware: arm_scpi: add missing of_node_put after calling 
of_parse_phandle

  drivers/bus/vexpress-config.c | 1 +
  drivers/firmware/arm_scpi.c   | 5 +++--
  2 files changed, 4 insertions(+), 2 deletions(-)

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

* [GIT PULL] SCPI/Vexpress fixes for v4.8-rc
  2016-08-16 11:01 [GIT PULL] SCPI/Vexpress fixes for v4.8-rc Sudeep Holla
@ 2016-08-25 23:59 ` Olof Johansson
  2016-08-26  0:11 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-08-25 23:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 16, 2016 at 12:01:00PM +0100, Sudeep Holla wrote:
> 
> Hi ARM-SoC guys,
> 
> I have couple of missing of_node_put fixes in vexpress/scpi drivers.
> I am not sure if these are considered as more cleanup patches rather
> than fixes as OF reference counting is not something religiously checked
> always. Let me know, I will move these to v4.9 queue otherwise.

They're not urgent but I've merged them anyway.

Thanks,


-Olof

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

* [GIT PULL] SCPI/Vexpress fixes for v4.8-rc
  2016-08-16 11:01 [GIT PULL] SCPI/Vexpress fixes for v4.8-rc Sudeep Holla
  2016-08-25 23:59 ` Olof Johansson
@ 2016-08-26  0:11 ` Olof Johansson
  2016-08-26  9:38   ` Sudeep Holla
  1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2016-08-26  0:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sudeep,

On Tue, Aug 16, 2016 at 12:01:00PM +0100, Sudeep Holla wrote:
> 
> Hi ARM-SoC guys,
> 
> I have couple of missing of_node_put fixes in vexpress/scpi drivers.
> I am not sure if these are considered as more cleanup patches rather
> than fixes as OF reference counting is not something religiously checked
> always. Let me know, I will move these to v4.9 queue otherwise.
> 
> -- 
> Regards,
> Sudeep
> 
> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
> 
>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git
> tags/vexpress-fixes-4.8-rc
> 
> for you to fetch changes up to b079bd555f6060cd6b435a1eb58ec3b8d255ebd0:
> 
>   firmware: arm_scpi: add missing of_node_put after calling of_parse_phandle
> (2016-08-08 14:31:09 +0100)
> 
> ----------------------------------------------------------------
> SCPI/Vexpress fixes for v4.8-rc
> 
> Couple of minor fixes to add missing of_node_put after calling
> of_parse_phandle in SCPI and vexpress-config bus drivers(Peter Chen)

This tag is signed with a key that I can't find any track of anywhere. The
32-bit ID is 317EE298. but the key you have on the servers is
0x39CFD4755FE2D5B4. What's going on?

After looking at the contents, it's harmless enough so I've stilled merged
it but please sort out your keys.

-Olof

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

* [GIT PULL] SCPI/Vexpress fixes for v4.8-rc
  2016-08-26  0:11 ` Olof Johansson
@ 2016-08-26  9:38   ` Sudeep Holla
  0 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2016-08-26  9:38 UTC (permalink / raw)
  To: linux-arm-kernel



On 26/08/16 01:11, Olof Johansson wrote:
> Hi Sudeep,
>
> On Tue, Aug 16, 2016 at 12:01:00PM +0100, Sudeep Holla wrote:
>>
>> Hi ARM-SoC guys,
>>
>> I have couple of missing of_node_put fixes in vexpress/scpi drivers.
>> I am not sure if these are considered as more cleanup patches rather
>> than fixes as OF reference counting is not something religiously checked
>> always. Let me know, I will move these to v4.9 queue otherwise.
>>
>> --
>> Regards,
>> Sudeep
>>
>> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
>>
>>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git
>> tags/vexpress-fixes-4.8-rc
>>
>> for you to fetch changes up to b079bd555f6060cd6b435a1eb58ec3b8d255ebd0:
>>
>>   firmware: arm_scpi: add missing of_node_put after calling of_parse_phandle
>> (2016-08-08 14:31:09 +0100)
>>
>> ----------------------------------------------------------------
>> SCPI/Vexpress fixes for v4.8-rc
>>
>> Couple of minor fixes to add missing of_node_put after calling
>> of_parse_phandle in SCPI and vexpress-config bus drivers(Peter Chen)
>
> This tag is signed with a key that I can't find any track of anywhere. The
> 32-bit ID is 317EE298.

Sorry for the issues you faced. 317EE298 is one of the subkey ID I have
and I think I have always used it to sign. I don't remember changing
anything recently.

> but the key you have on the servers is 0x39CFD4755FE2D5B4. What's going on?
>

And yes the above one is the main key ID.

> After looking at the contents, it's harmless enough so I've stilled merged
> it but please sort out your keys.
>

I tried experimenting by forcing git to use the main key ID to sign, but
it seem to always pick up the subkey :(.

-- 
Regards,
Sudeep

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

end of thread, other threads:[~2016-08-26  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 11:01 [GIT PULL] SCPI/Vexpress fixes for v4.8-rc Sudeep Holla
2016-08-25 23:59 ` Olof Johansson
2016-08-26  0:11 ` Olof Johansson
2016-08-26  9:38   ` 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.