Bug 34012
Summary: | 2.6.39-rc4+: oom-killer busy killing tasks | ||
---|---|---|---|
Product: | File System | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | XFS | Assignee: | XFS Guru (xfs-masters) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, kernel, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.39-rc4+ | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 32012 |
Description
Maciej Rutecki
2011-04-27 19:17:23 UTC
It was suggested to enable CONFIG_TREE_RCU, but this did not help: http://marc.info/?l=linux-kernel&m=130410712317606&w=2 https://lkml.org/lkml/2011/4/25/124 (RCU free starvation thread) Then it was suspected that it could be an old hrtimer bug and a patch was proposed, but it did not help either: http://marc.info/?l=linux-xfs&m=130412362601283&w=2 This issue is still present in 2.6.39-rc5-00091-gfafc992. Dave Chinner posted a patch that helps, it's not in mainline (yet): http://www.spinics.net/lists/xfs/msg04688.html Patch: http://www.spinics.net/lists/xfs/msg04688.html Thanks for the update. Fixed by commit 228d62dd3f74734b9801c789b5addc57fdfc208f . |