- 04 Jan, 2017 6 commits
-
-
Tim Wickberg authored
Fix security issue caused by insecure file path handling triggered by the failure of a Prolog script. To exploit this a user needs to anticipate or cause the Prolog to fail for their job. (This commit is slightly different from the fix to the 15.08 branch.) CVE-2016-10030.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Fix security issue caused by insecure file path handling triggered by the failure of a Prolog script. To exploit this a user needs to anticipate or cause the Prolog to fail for their job. CVE-2016-10030.
-
Morris Jette authored
This modifies the logic in commit e089b63a for better clarity
-
- 03 Jan, 2017 8 commits
-
-
Dominik Bartkiewicz authored
Prevent "stray" jobs from using resources when the srun/salloc will never launch the actual compute tasks. Bug 3344.
-
Dominik Bartkiewicz authored
PluginDir is allowed to be a PATH-style list of directories; remove incorrect test of the variable as if it were a single directory and comment that the check for that is elsewhere. Bug 3361.
-
Tim Wickberg authored
-
Alejandro Sanchez authored
-
Morris Jette authored
Expect is unable to work with more than 32-bit numbers, so it can't properly test task affinity on KNL with 272 threads
-
Tim Wickberg authored
-
Alejandro Sanchez authored
- 2 x Integer handling issues (CONSTANT_EXPRESSION_RESULT)
-
Tim Wickberg authored
Warning flag -Wempty-body in clang-3.7 now errors on this, split macro definition up over multiple lines to silence.
-
- 31 Dec, 2016 1 commit
-
-
Morris Jette authored
Revision to 06fbdd75 Previous logic was causing tests 1.87 and 15.19 to fail sometimes due to a race condition by adding a "Job allocation revoked" message to salloc output even if no allocation occured. bug 3351
-
- 29 Dec, 2016 5 commits
-
-
Roland Fehrenbacher authored
-
Morris Jette authored
Previous logic was failing if no specialized cores configured on node and job wanted to configure some bug 3349
-
Dominik Bartkiewicz authored
Null terminate before strchr().
-
Morris Jette authored
-
Morris Jette authored
This is a new message when "PrologFlags=contain" or "PrologFlags=alloc" is configured. bug 3351
-
- 28 Dec, 2016 3 commits
-
-
Alejandro Sanchez authored
Cancel interactive job if Prolog failure with "PrologFlags=contain" configured. bug 3351
-
Morris Jette authored
Minor fix to commit 1e6b7522 in the case where user specification of specialized cores is disabled. bug 3349
-
Matthieu Hautreux authored
If a job specifies --core-spec and the node has identified specialized cores using the CpuSpecList option which are not the default cores (e.g. the first cores rather than the last cores on each socket), the the user's cores will be selected from those identified in the configuration. bug 3349
-
- 27 Dec, 2016 1 commit
-
-
Morris Jette authored
Was printing int64 using %ld, which generated a warning on some systems
-
- 21 Dec, 2016 1 commit
-
-
Morris Jette authored
Do not allocate specialized cores to jobs using the --exclusive option. bug 3349
-
- 19 Dec, 2016 2 commits
-
-
Morris Jette authored
This commit should be part of b5f621d0 when the man page was removed
-
Morris Jette authored
Fix memory and file descriptor leaks in slurmd daemon's sbcast logic.
-
- 16 Dec, 2016 4 commits
-
-
Danny Auble authored
The part_ptr is sent into the function, there is no reason to look it up again. Coverity reported this.
-
Tim Wickberg authored
TravisCI uses 2-cpu nodes, so this causes the test to fail as a suitable node cannot be found.
-
Tim Wickberg authored
-
Tim Wickberg authored
Plugins are deprecated and will be removed in 17.02.
-
- 15 Dec, 2016 5 commits
-
-
Danny Auble authored
version is lower than the min version, set it to the min. Bug 3050
-
Alejandro Sanchez authored
-
Morris Jette authored
Address new coverity error report
-
Morris Jette authored
sched/backfill - Fix logic to reserve resources for jobs that require a node reboot (i.e. to change KNL mode) in order to start. bug 3346
-
Danny Auble authored
go into JobAdminHeld. Bug 3201
-
- 14 Dec, 2016 3 commits
-
-
Morris Jette authored
Fix for possible infinite loop in select/cons_res plugin when trying to satisfy a job's ntasks_per_core or socket specification. bug 3329
-
Tim Wickberg authored
Bug 2992.
-
Morris Jette authored
Modify regression test1.89 to avoid leaving vestigial job. Also reduce logging to reduce likelyhood of Expect buffer overflow. bug 3273
-
- 13 Dec, 2016 1 commit
-
-
Morris Jette authored
-