mbox

[GIT,PULL] SiRF V3.10 kernel Panic fix for multiplatforms using non-SiRF SoCs

Message ID CAGsJ_4ytD0L8gtcioDxJRyoOL6BGcEKQSxeyrJz6Ko5hXS4VnA@mail.gmail.com
State New
Headers show

Pull-request

git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git

Message

Barry Song June 10, 2013, 5:05 a.m. UTC
The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:

  Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)

are available in the git repository at:

  git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git
tags/sirf-fix-v3.10-mp-panic

for you to fetch changes up to b32b28406f830a526db1bacd539bee57692b0847:

  ARM: prima2: fix incorrect panic usage (2013-06-10 12:01:06 +0800)

----------------------------------------------------------------
SiRF fixes kernel panic on multi-platforms using non-sirf soc

- ARM: prima2: fix incorrect panic usage

----------------------------------------------------------------
Haojian Zhuang (1):
      ARM: prima2: fix incorrect panic usage

 arch/arm/mach-prima2/pm.c   | 6 ++++--
 arch/arm/mach-prima2/rstc.c | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 11, 2013, 7:35 a.m. UTC | #1
On Mon, Jun 10, 2013 at 01:05:20PM +0800, Barry Song wrote:
> The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:
> 
>   Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)
> 
> are available in the git repository at:
> 
>   git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git
> tags/sirf-fix-v3.10-mp-panic
> 
> for you to fetch changes up to b32b28406f830a526db1bacd539bee57692b0847:
> 
>   ARM: prima2: fix incorrect panic usage (2013-06-10 12:01:06 +0800)

Hi,

I've applied the patch as it was posted earlier instead of pulling this, but
the same code is in our fixes branch now.


Regards,

-Olof
Barry Song June 11, 2013, 11:35 a.m. UTC | #2
2013/6/11 Olof Johansson <olof@lixom.net>:
> On Mon, Jun 10, 2013 at 01:05:20PM +0800, Barry Song wrote:
>> The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:
>>
>>   Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)
>>
>> are available in the git repository at:
>>
>>   git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git
>> tags/sirf-fix-v3.10-mp-panic
>>
>> for you to fetch changes up to b32b28406f830a526db1bacd539bee57692b0847:
>>
>>   ARM: prima2: fix incorrect panic usage (2013-06-10 12:01:06 +0800)
>
> Hi,
>
> I've applied the patch as it was posted earlier instead of pulling this, but
> the same code is in our fixes branch now.

ok. Thanks. i saw this in fix branch of arm-soc.

>
>
> Regards,
>
> -Olof

-barry