Bug 28432
Summary: | khugepaged: gets stuck when writing to USB flash, 2.6.38-rc2 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | cebbert, maciej.rutecki, makovick, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 |
Description
Maciej Rutecki
2011-02-06 20:01:53 UTC
The workaround found was: echo never >/sys/kernel/mm/transparent_hugepage/defrag echo no > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag I believe this problem is fixed in 2.6.39, and possibly in 2.6.38.2 as well (2.6.38.2 has commit d527caf22e48480b102c7c6ee5b9ba12170148f7, "mm: compaction: prevent kswapd compacting memory to reduce CPU usage".) I'll give it a try, but I am not sure is this is the same problem. During the lockups I encountered, the CPU utilization was (almost) zero. Hmm, this appears to be a duplicate of bug 31142, which is being worked on actively. This bug should be closed as a duplicate of that one... |