1. 01 Sep, 2015 4 commits
  2. 31 Aug, 2015 4 commits
  3. 29 Aug, 2015 1 commit
    • Brian Christiansen's avatar
      Prevent unintialized memory being passed to write(). · 805383e3
      Brian Christiansen authored
      Syscall param write(buf) points to uninitialised byte(s)             (syscall-template.S:81)
        at 0x5289D5D: (syscall-template.S:81)
        by 0x58C2DB: stepd_connect (stepd_api.c:271)
        by 0x4294C9: _fill_registration_msg (slurmd.c:729)
        by 0x428E04: send_registration_msg (slurmd.c:615)
        by 0x42E4AE: slurmd_req (req.c:394)
        by 0x428CF1: _service_connection (slurmd.c:594)
        by 0x52830A4: start_thread (pthread_create.c:309)
        by 0x5592CFC: clone (clone.S:111)
      Address 0x5f334c7 is 167 bytes inside a block of size 16,400 alloc'd
        at 0x4C2ABA0: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
        by 0x464835: slurm_xmalloc (xmalloc.c:86)
        by 0x47E38A: init_buf (pack.c:156)
        by 0x58C04A: stepd_connect (stepd_api.c:243)
        by 0x4294C9: _fill_registration_msg (slurmd.c:729)
        by 0x428E04: send_registration_msg (slurmd.c:615)
        by 0x42E4AE: slurmd_req (req.c:394)
        by 0x428CF1: _service_connection (slurmd.c:594)
        by 0x52830A4: start_thread (pthread_create.c:309)
        by 0x5592CFC: clone (clone.S:111)
      Address 0x5f334c7 is 167 bytes inside a block of size 16,400 alloc'dUninitialised value was created by
        at 0x4C2ABA0: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
        by 0x464835: slurm_xmalloc (xmalloc.c:86)
        by 0x47E38A: init_buf (pack.c:156)
        by 0x58C04A: stepd_connect (stepd_api.c:243)
        by 0x4294C9: _fill_registration_msg (slurmd.c:729)
        by 0x428E04: send_registration_msg (slurmd.c:615)
        by 0x42E4AE: slurmd_req (req.c:394)
        by 0x428CF1: _service_connection (slurmd.c:594)
        by 0x52830A4: start_thread (pthread_create.c:309)
        by 0x5592CFC: clone (clone.S:111)
      805383e3
  4. 28 Aug, 2015 27 commits
  5. 27 Aug, 2015 4 commits
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · 337b71ff
      Morris Jette authored
      337b71ff
    • Morris Jette's avatar
      Correct RebootProgram usage · 82068b6b
      Morris Jette authored
      Correct RebootProgram logic when executed outside of a maintenance
        reservation. Previous logic would mark the node up upon response
        to the reboot RPC (from slurmctld to slurmc) and when the node
        actually rebooted, flag that as an unexpected reboot. This new
        logic checks the node's up time to not mark the compute node as
        being usable until the reboot actually takes place.
      but 1866
      82068b6b
    • Morris Jette's avatar
      Add computed node emulation logic · 6be817d7
      Morris Jette authored
      For testing purposes, add a slurmd flag so that it appears the
      compute node has rebooted whenever slurmd restarts.
      6be817d7
    • Brian Christiansen's avatar
      Fix test24.1. · 1770de71
      Brian Christiansen authored
      Don't load in PriorityWeightTRES
      1770de71