1. 15 7月, 2015 1 次提交
    • A
      cgroup: implement the PIDs subsystem · 49b786ea
      Aleksa Sarai 提交于
      Adds a new single-purpose PIDs subsystem to limit the number of
      tasks that can be forked inside a cgroup. Essentially this is an
      implementation of RLIMIT_NPROC that applies to a cgroup rather than a
      process tree.
      
      However, it should be noted that organisational operations (adding and
      removing tasks from a PIDs hierarchy) will *not* be prevented. Rather,
      the number of tasks in the hierarchy cannot exceed the limit through
      forking. This is due to the fact that, in the unified hierarchy, attach
      cannot fail (and it is not possible for a task to overcome its PIDs
      cgroup policy limit by attaching to a child cgroup -- even if migrating
      mid-fork it must be able to fork in the parent first).
      
      PIDs are fundamentally a global resource, and it is possible to reach
      PID exhaustion inside a cgroup without hitting any reasonable kmemcg
      policy. Once you've hit PID exhaustion, you're only in a marginally
      better state than OOM. This subsystem allows PID exhaustion inside a
      cgroup to be prevented.
      Signed-off-by: NAleksa Sarai <cyphar@cyphar.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      49b786ea
  2. 01 7月, 2015 1 次提交
  3. 23 6月, 2015 1 次提交
  4. 08 5月, 2015 1 次提交
  5. 22 4月, 2015 1 次提交
  6. 16 4月, 2015 2 次提交
  7. 23 3月, 2015 1 次提交
  8. 20 12月, 2014 1 次提交
  9. 09 8月, 2014 1 次提交
  10. 31 7月, 2014 1 次提交
  11. 15 7月, 2014 1 次提交
  12. 24 6月, 2014 1 次提交
  13. 04 4月, 2014 2 次提交
  14. 19 2月, 2014 1 次提交
  15. 07 2月, 2014 1 次提交
  16. 30 1月, 2014 1 次提交
  17. 28 11月, 2013 1 次提交
  18. 13 11月, 2013 2 次提交
  19. 04 11月, 2013 1 次提交
  20. 26 9月, 2013 1 次提交
  21. 20 8月, 2013 1 次提交
  22. 05 8月, 2013 1 次提交
  23. 30 4月, 2013 1 次提交
  24. 19 3月, 2013 1 次提交
    • J
      MAINTAINERS: Remove Mark M. Hoffman · 94877548
      Jean Delvare 提交于
      Mark M. Hoffman stopped working on the Linux kernel several years
      ago, so he should no longer be listed as a driver maintainer. I'm not
      even sure if his e-mail address still works.
      
      I can take over 3 drivers he was responsible for, the 4th one will
      fall down to the subsystem maintainer.
      
      Also give Mark credit for all the good work he did.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Acked-by: NGuenter Roeck <linux@roeck-us.net>
      Cc: Wolfram Sang <wolfram@the-dreams.de>
      94877548
  25. 09 3月, 2013 1 次提交
  26. 14 2月, 2013 1 次提交
  27. 20 11月, 2012 1 次提交
  28. 28 3月, 2012 1 次提交
  29. 09 12月, 2011 1 次提交
  30. 08 11月, 2011 1 次提交
  31. 30 7月, 2011 1 次提交
  32. 01 7月, 2011 1 次提交
  33. 08 6月, 2011 1 次提交
  34. 25 5月, 2011 1 次提交
  35. 05 5月, 2011 1 次提交
  36. 31 3月, 2011 2 次提交