All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: keir@xen.org, jbeulich@suse.com, yang.z.zhang@intel.com,
	kevin.tian@intel.com, ian.campbell@citrix.com,
	stefano.stabellini@citrix.com, tim@xen.org
Cc: Andrew.Cooper3@citrix.com, dario.faggioli@citrix.com,
	xen-devel@lists.xen.org
Subject: Re: [PATCH v2 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping
Date: Tue, 24 Feb 2015 15:58:00 -0500	[thread overview]
Message-ID: <54ECE5D8.2050505@oracle.com> (raw)
In-Reply-To: <1424805073-4493-2-git-send-email-boris.ostrovsky@oracle.com>

On 02/24/2015 02:11 PM, Boris Ostrovsky wrote:
>   __devinit int setup_node(int pxm)
>   {

...

> +
> + finish:
> +    node = first_unset_node(nodes_found);
> +    node_set(node, nodes_found);
> +    p2n[idx].pxm = pxm;
> +    p2n[pxm].node = node;


This is a typo. Should be

     p2n[idx].node = node;

-boris

  reply	other threads:[~2015-02-24 20:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-24 19:11 [PATCH v2 0/3] Updates to pxm2node mapping and nodeID sizing Boris Ostrovsky
2015-02-24 19:11 ` [PATCH v2 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping Boris Ostrovsky
2015-02-24 20:58   ` Boris Ostrovsky [this message]
2015-02-25  9:34   ` Jan Beulich
2015-02-25 13:11     ` Boris Ostrovsky
2015-02-25 13:25       ` Jan Beulich
2015-02-25 10:34   ` Jan Beulich
2015-02-24 19:11 ` [PATCH v2 2/3] x86/numa: Adjust datatypes for node and pxm Boris Ostrovsky
2015-02-25  9:44   ` Jan Beulich
2015-02-24 19:11 ` [PATCH v2 3/3] mm: MEMF_node should handle changes in nodeid_t size Boris Ostrovsky
2015-02-25  9:47   ` Jan Beulich
2015-02-25 10:35   ` Jan Beulich
2015-02-25 13:30     ` Boris Ostrovsky
2015-02-25 14:16       ` Jan Beulich

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=54ECE5D8.2050505@oracle.com \
    --to=boris.ostrovsky@oracle.com \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=dario.faggioli@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=keir@xen.org \
    --cc=kevin.tian@intel.com \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    --cc=yang.z.zhang@intel.com \
    /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.