Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
mail-path | mail command absolute pathname This patch changes the default command to /usr/bin/mail in various configuration files and manual pages. |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | not-needed | debian | 2018-10-01 | |
remove-google-javascript | Remove google custom engine queries script Remove javascript for the custom google engine queries, in the header and in the footer of each html documentation page, to avoid potential privacy breach. |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | not-needed | other | 2016-09-29 | |
sacctmgr-increase-buffer | Increase size of sacctmgr read buffer This patch significantly increases the size of the buffer for reading dumps with sacctmgr load. Without this patch, sacctmgr is not able to handle lines with more than 4096 which is too small in some cases. Also removed useless macro definition in other related file. |
Rmi Palancher <remi@rezib.org> | yes | 2019-09-06 | ||
pidfile-path | Fix default pidfile paths This patch points default pidfild paths under /run | Mehdi Dogguy <mehdi@debian.org> and Gennaro Oliva <oliva.g@na.icar.cnr.it> | not-needed | debian | 2018-12-13 | |
rpath | Fix an rpath issue The libdir has to match the source package name in order to host slurm's private shared library. |
Mehdi Dogguy <mehdi@debian.org> | not-needed | 2018-01-12 | ||
miscellanea-manpages | Move general info man pages to the miscellanea section (7) This patch moves the general information man pages slurm.1 and spank.8 to the miscellanea section since they are not related to commands |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | yes | 2021-05-17 | ||
retry-getaddrinfo | Retry getaddrinfo five times before giving up This patch retry getaddrinfo five times before giving up and exiting SLURM deamons. This is needed on Debian systems when using ifupdown for network configuration with allow-hotplug interfaces (which the installer uses by default). This settings do not guarantee that getaddrinfo succeed after network-online.target is complete. |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | yes | 2022-01-21 | ||
set_default_cgroup_basedir | Set the default cgroup basedir When cgroup.conf is missing slurmd fails to start even if no cgroup plugin is specified. This patch make slurmd behave like cgroup.conf exists and is empty |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | yes | 2022-07-20 | ||
fix-spelling-error | Fix spelling error in the mysql plugin This patch fix a spelling error in the mysql plugin | Gennaro Oliva <oliva.g@na.icar.cnr.it> | yes | 2022-12-21 | ||
force-nvml | Force nvml configuration without autodetection This patch will force nvml configuration without autodetection at build time. This is necessary to enable the nvml contrib plugin |
Gennaro Oliva <oliva.g@na.icar.cnr.it> | yes | vendor | 2023-01-31 | |
CVE-2023-41914 | Fix CVE-2023-41914 Fix filesystem handling race conditions that could lead to an attacker taking control of an arbitrary file, or removing entire directories' contents. diff --git a/src/common/fd.c b/src/common/fd.c index 421058e56f..bf94e6e52b 100644 |
Tim Wickberg <tim@schedmd.com> | no | 2023-09-28 | ||
CVE-2023-49933-49935-49936-49937-49938 | Fix CVE-2023-49933/49935/49936/49937/49938 Fix improper enforcement of message integrity during transmission in a communication channel that allows attackers to modify RPC traffic in a way that bypasses message hash checks. Fix a NULL pointer dereference that leads to denial of service. Fix a double free that allows attackers to cause a denial of service or possibly execute arbitrary code. Fix incorrect access control that can enable an attacker to modify their extended group list that is used with the sbcast subsystem, and open files with an unauthorized set of extended groups. diff --git a/src/common/pack.c b/src/common/pack.c index b7e048b02d..75238188a9 100644 |
Tim Wickberg <tim@schedmd.com> | no | 2023-12-25 |