All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen Boyd" <sboyd@codeaurora.org>
To: "anish singh" <anish198519851985@gmail.com>
Cc: "Simon Glass" <sjg@chromium.org>,
	linux-arm-kernel@lists.infradead.org,
	"Russell King" <linux@arm.linux.org.uk>,
	"Tony Lindgren" <tony@atomide.com>,
	"Nicolas Pitre" <nicolas.pitre@linaro.org>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Joe Perches" <joe@perches.com>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Alexander Shishkin" <virtuoso@slind.org>,
	"Phil Carmody" <ext-phil.2.carmody@nokia.com>,
	"Rabin Vincent" <rabin@rab.in>,
	linux-kernel@vger.kernel.org,
	"Omar Ramirez Luna" <omar.ramirez@ti.com>,
	"Dave Martin" <dave.martin@linaro.org>
Subject: Re: [PATCH v4] ARM: Use generic BUG() handler
Date: Wed, 20 Apr 2011 11:01:59 -0700 (PDT)	[thread overview]
Message-ID: <143ea9b1bb96e613d534caa7cb3a1e2d.squirrel@www.codeaurora.org> (raw)
In-Reply-To: <BANLkTin_TpzdQS96SPKUNye6vb2b55Qc4A@mail.gmail.com>

> On Wed, Apr 20, 2011 at 8:10 AM, Simon Glass <sjg@chromium.org> wrote:
>
>> On Thu, Apr 14, 2011 at 7:10 PM, Stephen Boyd <sboyd@codeaurora.org>
>> wrote:
>> > On 04/14/2011 04:00 PM, Simon Glass wrote:
>> >> From: Simon Glass <sjg@google.com>
>> >>
>> >> ARM uses its own BUG() handler which makes its output slightly
>> different
>> >> from other archtectures.
>>
>>
>> >> Signed-off-by: Simon Glass <sjg@chromium.org>
>> >
>> > Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
>>
>> Thanks Stephen. Since there were no other comments I have submitted
>> this to RMK's patch tracking system.
>>
>
> Will this be part of linux kernel as i am not aware of patch tracking
> system? I want to back port this feature on my
> board which has Linux 2.6.35.7 kernel version(android gingerbread).
>

It's here:
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6885/1

I imagine it will be added when/if Russell picks it up. Sadly it
increases the LOC in ARM so Simon might need to really
sell it to get it merged.

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4] ARM: Use generic BUG() handler
Date: Wed, 20 Apr 2011 11:01:59 -0700 (PDT)	[thread overview]
Message-ID: <143ea9b1bb96e613d534caa7cb3a1e2d.squirrel@www.codeaurora.org> (raw)
In-Reply-To: <BANLkTin_TpzdQS96SPKUNye6vb2b55Qc4A@mail.gmail.com>

> On Wed, Apr 20, 2011 at 8:10 AM, Simon Glass <sjg@chromium.org> wrote:
>
>> On Thu, Apr 14, 2011 at 7:10 PM, Stephen Boyd <sboyd@codeaurora.org>
>> wrote:
>> > On 04/14/2011 04:00 PM, Simon Glass wrote:
>> >> From: Simon Glass <sjg@google.com>
>> >>
>> >> ARM uses its own BUG() handler which makes its output slightly
>> different
>> >> from other archtectures.
>>
>>
>> >> Signed-off-by: Simon Glass <sjg@chromium.org>
>> >
>> > Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
>>
>> Thanks Stephen. Since there were no other comments I have submitted
>> this to RMK's patch tracking system.
>>
>
> Will this be part of linux kernel as i am not aware of patch tracking
> system? I want to back port this feature on my
> board which has Linux 2.6.35.7 kernel version(android gingerbread).
>

It's here:
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6885/1

I imagine it will be added when/if Russell picks it up. Sadly it
increases the LOC in ARM so Simon might need to really
sell it to get it merged.

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

  reply	other threads:[~2011-04-20 18:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 23:00 [PATCH v4] ARM: Use generic BUG() handler Simon Glass
2011-04-14 23:00 ` Simon Glass
2011-04-15  2:10 ` Stephen Boyd
2011-04-15  2:10   ` Stephen Boyd
2011-04-20  2:40   ` Simon Glass
2011-04-20  2:40     ` Simon Glass
2011-04-20  4:43     ` anish singh
2011-04-20 18:01       ` Stephen Boyd [this message]
2011-04-20 18:01         ` Stephen Boyd
2011-04-20 18:37         ` Ramirez Luna, Omar
2011-04-20 18:37           ` Ramirez Luna, Omar
2011-04-26  1:47         ` Olof Johansson
2011-04-26  1:47           ` Olof Johansson
2011-05-20  5:24           ` Simon Glass
2011-05-20  5:24             ` Simon Glass
2011-07-06 20:06             ` Russell King - ARM Linux
2011-07-06 20:06               ` Russell King - ARM Linux
2011-07-07  9:28               ` Dave Martin
2011-07-07  9:28                 ` Dave Martin
2011-07-12  0:01                 ` Simon Glass
2011-07-12  0:01                   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=143ea9b1bb96e613d534caa7cb3a1e2d.squirrel@www.codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=anish198519851985@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=dave.martin@linaro.org \
    --cc=ext-phil.2.carmody@nokia.com \
    --cc=joe@perches.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nicolas.pitre@linaro.org \
    --cc=omar.ramirez@ti.com \
    --cc=rabin@rab.in \
    --cc=sjg@chromium.org \
    --cc=tony@atomide.com \
    --cc=virtuoso@slind.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.