From: Karel Zak Date: Thu, 26 May 2022 07:49:29 +0000 (+0200) Subject: Merge branch 'taskset-mistake' of https://github.com/csbo98/util-linux X-Git-Tag: v2.39-rc1~652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4d42126dca42c1afc3c78fe4da51619ba52387;p=thirdparty%2Futil-linux.git Merge branch 'taskset-mistake' of https://github.com/csbo98/util-linux * 'taskset-mistake' of https://github.com/csbo98/util-linux: Maybe there is a little mistake in do_taskset() function in taskset.c. In the first call of sched_getaffinity(), if the call is failed we should use err_affinity(ts->pid, 0) other than err_affinity(ts->pid, 1). --- 2c4d42126dca42c1afc3c78fe4da51619ba52387