Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: numactl/numactl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cpwickman/numactl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 19, 2015

  1. From: Petr Holasek <pholasek@redhat.com>

    To: linux-numa@vger.kernel.org
    Cc: Cliff Wickman <cpw@sgi.com>, Petr Holasek <pholasek@redhat.com>
    Subject: [PATCH] libnuma: add check for return value of numa_node_to_cpus
    Date: Wed, 14 Jan 2015 09:53:47 +0100
    
    When numa_node_to_cpu() has been called on machine with non-contiguous
    nodes, it returned the first node which wasn't present on machine.
    Now, return code is checked and code skips over non-existing nodes to
    the right one.
    
    Also, caching of numa_node_to_cpus_v2() result while non-zero error had
    been returned was disabled.
    
    Signed-off-by: Petr Holasek <pholasek@redhat.com>
    
    Tested by Cliff Wickman (on attica.sgi.com)
    cpwickman committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    ed214cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8128197 View commit details
    Browse the repository at this point in the history
Loading