Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1225008 > unrolled thread

Re: [PATCH] arm64: enable generic idle loop

Started byLeo Yan <leo.yan@linaro.org>
First post2015-09-15 13:30 +0200
Last post2015-09-15 17:00 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] arm64: enable generic idle loop Leo Yan <leo.yan@linaro.org> - 2015-09-15 13:30 +0200
    Re: [PATCH] arm64: enable generic idle loop Catalin Marinas <catalin.marinas@arm.com> - 2015-09-15 16:40 +0200
      Re: [PATCH] arm64: enable generic idle loop Will Deacon <will.deacon@arm.com> - 2015-09-15 16:50 +0200
        Re: [PATCH] arm64: enable generic idle loop Leo Yan <leo.yan@linaro.org> - 2015-09-15 17:00 +0200

#1225008 — Re: [PATCH] arm64: enable generic idle loop

FromLeo Yan <leo.yan@linaro.org>
Date2015-09-15 13:30 +0200
SubjectRe: [PATCH] arm64: enable generic idle loop
Message-ID<q8WAW-3m7-11@gated-at.bofh.it>
Hi Will,

On Fri, Aug 21, 2015 at 04:54:25PM +0100, Catalin Marinas wrote:
> On Fri, Aug 21, 2015 at 05:14:46PM +0800, Leo Yan wrote:
> > On Fri, Aug 21, 2015 at 10:00:43AM +0100, Catalin Marinas wrote:
> > > On Fri, Aug 21, 2015 at 11:40:22AM +0800, Leo Yan wrote:
> > > > Enable generic idle loop for ARM64, so can support for hlt/nohlt
> > > > command line options to override default idle loop behavior.
> > > 
> > > Just curious, what do you need this for?
> > 
> > With this config, usually we can add "nohlt" in command line to force
> > the cpu will never be powered off; so can quickly narrow down if some
> > issues are related with cpuidle or not.
> > 
> > And if CPU is powered off, then its debug logic also will be powered off.
> > So we can simply use this method to let debugger always hot connect with
> > the target CPU.
> 
> OK.
> 
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>

Suppose you have missed this patch at previous merge window,
so just for reminding.

Thanks,
Leo Yan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1225213

FromCatalin Marinas <catalin.marinas@arm.com>
Date2015-09-15 16:40 +0200
Message-ID<q8ZyO-7BR-19@gated-at.bofh.it>
In reply to#1225008
On Tue, Sep 15, 2015 at 07:20:08PM +0800, Leo Yan wrote:
> On Fri, Aug 21, 2015 at 04:54:25PM +0100, Catalin Marinas wrote:
> > On Fri, Aug 21, 2015 at 05:14:46PM +0800, Leo Yan wrote:
> > > On Fri, Aug 21, 2015 at 10:00:43AM +0100, Catalin Marinas wrote:
> > > > On Fri, Aug 21, 2015 at 11:40:22AM +0800, Leo Yan wrote:
> > > > > Enable generic idle loop for ARM64, so can support for hlt/nohlt
> > > > > command line options to override default idle loop behavior.
> > > > 
> > > > Just curious, what do you need this for?
> > > 
> > > With this config, usually we can add "nohlt" in command line to force
> > > the cpu will never be powered off; so can quickly narrow down if some
> > > issues are related with cpuidle or not.
> > > 
> > > And if CPU is powered off, then its debug logic also will be powered off.
> > > So we can simply use this method to let debugger always hot connect with
> > > the target CPU.
> > 
> > OK.
> > 
> > Acked-by: Catalin Marinas <catalin.marinas@arm.com>
> 
> Suppose you have missed this patch at previous merge window,
> so just for reminding.

It looks like it missed the merging window. Will, can this still be
picked for 4.3? If not, it will be 4.4.

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1225251

FromWill Deacon <will.deacon@arm.com>
Date2015-09-15 16:50 +0200
Message-ID<q8ZIv-7Nu-37@gated-at.bofh.it>
In reply to#1225213
On Tue, Sep 15, 2015 at 03:31:35PM +0100, Catalin Marinas wrote:
> On Tue, Sep 15, 2015 at 07:20:08PM +0800, Leo Yan wrote:
> > On Fri, Aug 21, 2015 at 04:54:25PM +0100, Catalin Marinas wrote:
> > > On Fri, Aug 21, 2015 at 05:14:46PM +0800, Leo Yan wrote:
> > > > On Fri, Aug 21, 2015 at 10:00:43AM +0100, Catalin Marinas wrote:
> > > > > On Fri, Aug 21, 2015 at 11:40:22AM +0800, Leo Yan wrote:
> > > > > > Enable generic idle loop for ARM64, so can support for hlt/nohlt
> > > > > > command line options to override default idle loop behavior.
> > > > > 
> > > > > Just curious, what do you need this for?
> > > > 
> > > > With this config, usually we can add "nohlt" in command line to force
> > > > the cpu will never be powered off; so can quickly narrow down if some
> > > > issues are related with cpuidle or not.
> > > > 
> > > > And if CPU is powered off, then its debug logic also will be powered off.
> > > > So we can simply use this method to let debugger always hot connect with
> > > > the target CPU.
> > > 
> > > OK.
> > > 
> > > Acked-by: Catalin Marinas <catalin.marinas@arm.com>
> > 
> > Suppose you have missed this patch at previous merge window,
> > so just for reminding.
> 
> It looks like it missed the merging window. Will, can this still be
> picked for 4.3? If not, it will be 4.4.

Yeah, it's harmless enough to pick up with the current crop of fixes.
Sorry I missed it.

Will
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1225269

FromLeo Yan <leo.yan@linaro.org>
Date2015-09-15 17:00 +0200
Message-ID<q8ZSa-7YI-21@gated-at.bofh.it>
In reply to#1225251
On Tue, Sep 15, 2015 at 03:44:09PM +0100, Will Deacon wrote:
> On Tue, Sep 15, 2015 at 03:31:35PM +0100, Catalin Marinas wrote:
> > On Tue, Sep 15, 2015 at 07:20:08PM +0800, Leo Yan wrote:
> > > On Fri, Aug 21, 2015 at 04:54:25PM +0100, Catalin Marinas wrote:
> > > > On Fri, Aug 21, 2015 at 05:14:46PM +0800, Leo Yan wrote:
> > > > > On Fri, Aug 21, 2015 at 10:00:43AM +0100, Catalin Marinas wrote:
> > > > > > On Fri, Aug 21, 2015 at 11:40:22AM +0800, Leo Yan wrote:
> > > > > > > Enable generic idle loop for ARM64, so can support for hlt/nohlt
> > > > > > > command line options to override default idle loop behavior.
> > > > > > 
> > > > > > Just curious, what do you need this for?
> > > > > 
> > > > > With this config, usually we can add "nohlt" in command line to force
> > > > > the cpu will never be powered off; so can quickly narrow down if some
> > > > > issues are related with cpuidle or not.
> > > > > 
> > > > > And if CPU is powered off, then its debug logic also will be powered off.
> > > > > So we can simply use this method to let debugger always hot connect with
> > > > > the target CPU.
> > > > 
> > > > OK.
> > > > 
> > > > Acked-by: Catalin Marinas <catalin.marinas@arm.com>
> > > 
> > > Suppose you have missed this patch at previous merge window,
> > > so just for reminding.
> > 
> > It looks like it missed the merging window. Will, can this still be
> > picked for 4.3? If not, it will be 4.4.
> 
> Yeah, it's harmless enough to pick up with the current crop of fixes.
> Sorry I missed it.

It's fine and thanks :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web