All of lore.kernel.org
 help / color / mirror / Atom feed
From: yangyingliang@huawei.com (Yang Yingliang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v1 1/4] genirq: Introduce irq_settings_set_move_pcntxt() helper
Date: Mon, 7 Sep 2015 09:49:38 +0800	[thread overview]
Message-ID: <55ECED32.4020302@huawei.com> (raw)
In-Reply-To: <alpine.DEB.2.11.1509070007310.15006@nanos>



On 2015/9/7 6:08, Thomas Gleixner wrote:
> On Sun, 6 Sep 2015, Yang Yingliang wrote:
>
>> It's expected to use the helper when interrupt can be moved
>> in process.
>
> What's wrong with using the existing helper?
>
>         irq_set_status_flags(irq, IRQ_MOVE_PCNTXT);

It looks OK. I will use it next version.

Thanks,
Yang

>
> Thanks,
>
> 	tglx
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
>

WARNING: multiple messages have this Message-ID (diff)
From: Yang Yingliang <yangyingliang@huawei.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Will Deacon <will.deacon@arm.com>, <linux-kernel@vger.kernel.org>,
	Hanjun Guo <hanjun.guo@linaro.org>,
	Jiang Liu <jiang.liu@linux.intel.com>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [RFC PATCH v1 1/4] genirq: Introduce irq_settings_set_move_pcntxt() helper
Date: Mon, 7 Sep 2015 09:49:38 +0800	[thread overview]
Message-ID: <55ECED32.4020302@huawei.com> (raw)
In-Reply-To: <alpine.DEB.2.11.1509070007310.15006@nanos>



On 2015/9/7 6:08, Thomas Gleixner wrote:
> On Sun, 6 Sep 2015, Yang Yingliang wrote:
>
>> It's expected to use the helper when interrupt can be moved
>> in process.
>
> What's wrong with using the existing helper?
>
>         irq_set_status_flags(irq, IRQ_MOVE_PCNTXT);

It looks OK. I will use it next version.

Thanks,
Yang

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


  reply	other threads:[~2015-09-07  1:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-06  4:23 [RFC PATCH v1 0/4] arm/arm64: fix a migrating irq bug when hotplug cpu Yang Yingliang
2015-09-06  4:23 ` Yang Yingliang
2015-09-06  4:23 ` [RFC PATCH v1 1/4] genirq: Introduce irq_settings_set_move_pcntxt() helper Yang Yingliang
2015-09-06  4:23   ` Yang Yingliang
2015-09-06 22:08   ` Thomas Gleixner
2015-09-06 22:08     ` Thomas Gleixner
2015-09-07  1:49     ` Yang Yingliang [this message]
2015-09-07  1:49       ` Yang Yingliang
2015-09-06  4:23 ` [RFC PATCH v1 2/4] irqchip: GICv3: set non-percpu irqs status with _IRQ_MOVE_PCNTXT Yang Yingliang
2015-09-06  4:23   ` Yang Yingliang
2015-09-06  5:56   ` Jiang Liu
2015-09-06  5:56     ` Jiang Liu
2015-09-07  2:03     ` Yang Yingliang
2015-09-07  2:03       ` Yang Yingliang
2015-09-07 12:32     ` Marc Zyngier
2015-09-07 12:32       ` Marc Zyngier
2015-09-07 13:24       ` Thomas Gleixner
2015-09-07 13:24         ` Thomas Gleixner
2015-09-07 14:56         ` Marc Zyngier
2015-09-07 14:56           ` Marc Zyngier
2015-09-07 14:58           ` Thomas Gleixner
2015-09-07 14:58             ` Thomas Gleixner
2015-09-07 16:33           ` Jiang Liu
2015-09-07 16:33             ` Jiang Liu
2015-09-06  4:23 ` [RFC PATCH v1 3/4] genirq: rename config GENERIC_PENDING_IRQ to GENERIC_IRQ_MIGRATION Yang Yingliang
2015-09-06  4:23   ` Yang Yingliang
2015-09-06  4:23 ` [RFC PATCH v1 4/4] arm/arm64: fix a migrating irq bug when hotplug cpu Yang Yingliang
2015-09-06  4:23   ` Yang Yingliang
2015-09-06  5:55   ` Jiang Liu
2015-09-06  5:55     ` Jiang Liu
2015-09-07  2:33     ` Yang Yingliang
2015-09-07  2:33       ` Yang Yingliang
2015-09-06  8:07 ` [RFC PATCH v1 0/4] " Jiang Liu
2015-09-06  8:07   ` Jiang Liu
2015-09-07  2:54   ` Yang Yingliang
2015-09-07  2:54     ` Yang Yingliang
2015-09-07  1:54 ` Jiang Liu
2015-09-07  1:54   ` Jiang Liu

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=55ECED32.4020302@huawei.com \
    --to=yangyingliang@huawei.com \
    --cc=linux-arm-kernel@lists.infradead.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.