-
Notifications
You must be signed in to change notification settings - Fork 163
Comparing changes
Open a pull request
base repository: numactl/numactl
base: v2.0.17
head repository: numactl/numactl
compare: v2.0.18
- 10 commits
- 14 files changed
- 4 contributors
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7633cea - Browse repository at this point
Copy the full SHA 7633ceaView commit details
Commits on Jan 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for e763e8c - Browse repository at this point
Copy the full SHA e763e8cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 00dd4c3 - Browse repository at this point
Copy the full SHA 00dd4c3View commit details
Commits on Jan 29, 2024
-
Fix CodeQl Warn: Wrong type of arguments to formatting function
Signed-off-by: Chunsheng Luo <luochunsheng@ustc.edu>
Configuration menu - View commit details
-
Copy full SHA for 63befa8 - Browse repository at this point
Copy the full SHA 63befa8View commit details
Commits on Feb 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8f2ffc8 - Browse repository at this point
Copy the full SHA 8f2ffc8View commit details
Commits on Feb 2, 2024
-
Check for MPOL_PREFERRED_MANY lazily
This avoids problems with the constructor printing error messages Fixes #212
Andi Kleen committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for fd4ec69 - Browse repository at this point
Copy the full SHA fd4ec69View commit details -
numastat: Remove commented out perl code
Andi Kleen committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for d62569e - Browse repository at this point
Copy the full SHA d62569eView commit details -
numastat: Print package version number instead of own.
Andi Kleen committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 67984e5 - Browse repository at this point
Copy the full SHA 67984e5View commit details
Commits on Feb 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a136fd7 - Browse repository at this point
Copy the full SHA a136fd7View commit details
Commits on Feb 7, 2024
-
Increase version number to 2.0.18
Andi Kleen committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 3871b1c - Browse repository at this point
Copy the full SHA 3871b1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.17...v2.0.18