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


Groups > linux.kernel > #1370768

Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier transitions

Path csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod
From Boris Ostrovsky <boris.ostrovsky@oracle.com>
Newsgroups linux.kernel
Subject Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier transitions
Date Mon, 04 Apr 2016 18:50:02 +0200
Message-ID <rkfRo-5XM-9@gated-at.bofh.it> (permalink)
References <rkbXs-31q-17@gated-at.bofh.it> <rkfy4-5Pj-39@gated-at.bofh.it> <rkfHH-5Tz-5@gated-at.bofh.it>
X-Original-To David Vrabel <david.vrabel@citrix.com>, Julien Grall <julien.grall@arm.com>, Anna-Maria Gleixner <anna-maria@linutronix.de>, linux-kernel@vger.kernel.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
MIME-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Source-IP aserv0021.oracle.com [141.146.126.233]
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 38
Organization linux.* mail to news gateway
X-Original-Cc xen-devel@lists.xenproject.org, sstabellini@kernel.org, rt@linutronix.de, Juergen Gross <JGross@suse.com>
X-Original-Date Mon, 4 Apr 2016 12:48:07 -0400
X-Original-Message-ID <57029AC7.90201@oracle.com>
X-Original-References <1459773140-43707-1-git-send-email-anna-maria@linutronix.de> <57029499.7070007@arm.com> <570296C3.70805@citrix.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1370768

Show key headers only | View raw


On 04/04/2016 12:30 PM, David Vrabel wrote:
> On 04/04/16 17:21, Julien Grall wrote:
>> (CC Stefano new e-mail address)
>>
>> Hello Anna-Maria,
>>
>> On 04/04/2016 13:32, Anna-Maria Gleixner wrote:
>>> Xen guests do not offline/online CPUs during suspend/resume and
>>> therefore FROZEN notifier transitions are not required. Add this
>>> explanation as a comment in the code to get not confused why
>>> CPU_TASKS_FROZEN masked transitions are not considered.
> Alternatively, these could be added even if they are not encountered.
> This might be more future-proof but the documentation might be clearer.
>
> Boris, Juergen, any opinion?

Wouldn't the same comment need to be added to xen_hvm_cpu_notify()?


-boris


>
> David>> --- a/drivers/xen/events/events_fifo.c
>>> +++ b/drivers/xen/events/events_fifo.c
>>> @@ -425,6 +425,12 @@ static int evtchn_fifo_cpu_notification(
>>>        int cpu = (long)hcpu;
>>>        int ret = 0;
>>>
>>> +    /*
>>> +     * Xen guests do not offline/online CPUs during
>>> +     * suspend/resume, thus CPU_TASKS_FROZEN masked transitions
>>> +     * are not considered.
>>> +    */
>> NIT: The '*' is not aligned with the others.
> If this doesn't need any other changes, I'll fix this on commit.
>
> David

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] xen: Add comment for missing FROZEN notifier transitions Anna-Maria Gleixner <anna-maria@linutronix.de> - 2016-04-04 14:40 +0200
  Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions Julien Grall <julien.grall@arm.com> - 2016-04-04 18:30 +0200
    Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions David Vrabel <david.vrabel@citrix.com> - 2016-04-04 18:40 +0200
      Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-04-04 18:50 +0200
        Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions Juergen Gross <jgross@suse.com> - 2016-04-05 06:30 +0200
          Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions Stefano Stabellini <sstabellini@kernel.org> - 2016-04-07 02:00 +0200
  Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions David Vrabel <dvrabel@cantab.net> - 2016-04-06 15:20 +0200
    Re: [PREEMPT-RT] [Xen-devel] [PATCH] xen: Add comment for missing  FROZEN notifier transitions Anna-Maria Gleixner <anna-maria@linutronix.de> - 2016-04-06 16:10 +0200
    Re: [Xen-devel] [PATCH] xen: Add comment for missing FROZEN notifier  transitions Stefano Stabellini <sstabellini@kernel.org> - 2016-04-07 02:00 +0200

csiph-web