]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'taskset-mistake' of https://github.com/csbo98/util-linux
authorKarel Zak <kzak@redhat.com>
Thu, 26 May 2022 07:49:29 +0000 (09:49 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 May 2022 07:49:29 +0000 (09:49 +0200)
commit2c4d42126dca42c1afc3c78fe4da51619ba52387
tree700d87858db4e98e6295eb48aca604675088038e
parente475b6f954da9c1cca9bcc68666d74ff70cc2073
parent6ff67988785af818b97a7175c8ca80f2ee2d039f
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).