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: v2.0.17
Choose a base ref
...
head repository: numactl/numactl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.18
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 22, 2024

  1. Fix README.md

    luochenglcs authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7633cea View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. libnuma: Fix unexpected output

    When errno is 0, numa_error(__FILE__) will print "xx: Success",
    which is not as expected
    
    Signed-off-by: Chunsheng Luo <luochunsheng@ustc.edu>
    Reported-by: Ajay Panyala
    luochenglcs authored and andikleen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e763e8c View commit details
    Browse the repository at this point in the history
  2. libnuma: Fix incorrect print and exit of numa_preferred/_many APIs

    Only when policy is preferred, numa_bitmask_weight will be judged,
    because mbind and preferred_many support multiple nodes.
    
    fixes: 87c6834("libnuma: Convert preferred node into a mask")
    
    Signed-off-by: Chunsheng Luo <luochunsheng@ustc.edu>
    luochenglcs authored and andikleen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    00dd4c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix CodeQl Warn: Wrong type of arguments to formatting function

    Signed-off-by: Chunsheng Luo <luochunsheng@ustc.edu>
    luochenglcs authored and andikleen committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    63befa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. libnuma: add numa_set_mempolicy_home_node API

    add numa_set_mempolicy_home_node to set home_node for mbind or
    preferred_many policy.
    
    link: https://lore.kernel.org/all/20211202123810.267175-3-aneesh.kumar@linux.ibm.com/T/#u
    Signed-off-by: Chunsheng Luo <luochunsheng@ustc.edu>
    luochenglcs authored and andikleen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f2ffc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Check for MPOL_PREFERRED_MANY lazily

    This avoids problems with the constructor printing error messages
    
    Fixes #212
    Andi Kleen committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fd4ec69 View commit details
    Browse the repository at this point in the history
  2. numastat: Remove commented out perl code

    Andi Kleen committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d62569e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67984e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. man pages: fix table include preprocessor

    lintian in Debian started complaining
    
     W: numactl: groff-message an.tmac:<standard input>:110: warning: tbl
     preprocessor failed, or it or soelim was not run; table(s) likely not
     rendered (TE macro called with TW register undefined)
    
    for these man pages.  I would claim to barely understand the ancient
    ruins that are man page header macros, but from what I can divine from
    [1] what we're looking at here is an incorrect inclusion of the "tbl"
    preprocessor, which should be '\" t not .\" t.
    
    This silences the warnings, at least.
    
    [1] https://manpages.debian.org/bookworm/man-db/man.1.en.html#DEFAULTS
    
    Signed-off-by: Ian Wienand <ian@wienand.org>
    ianw authored and andikleen committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a136fd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Increase version number to 2.0.18

    Andi Kleen committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3871b1c View commit details
    Browse the repository at this point in the history
Loading