Kernel: 4.2-rc22
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 23 Sep 2008 21:41:20 +0000 (21:41 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 23 Sep 2008 21:41:20 +0000 (21:41 +0000)
commitb09af372b43502d18edb93ed0dfa71bfdfab2585
treea0d99311735e6af0acb29b1ee38746b70be74b2a
parent3b1dbb67cfb9fa5f0a53707fb243ddf9570c4e4f
Kernel:
    * Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to intermittently break.

NodeManager:
    * Uses less CPU when updating byte totals and calculating new bandwidth limits.
    * Slice creation is done one at a time to avoid race conditions
    * Slices started via delegation don't have resources set.  FIXED
    * iptables and ipset rules configured via NM
    * Enable/Disable flag for bw limitting.

Mom:
    * Swapmon kills processes in slice rather than restarting/killing entire slice.

BootCD:
    * pl_boot displays timestamps

PLCAPI:
    * Fix GetPlcRelease()

fprobe-ulog:
    * Bug fix, although not major