Bug 16632
Summary: | general protection fault: 0000 [#1] PREEMPT SMP | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | i386 | Assignee: | platform_i386 |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | error27, maciej.rutecki, rjw, sergey.senozhatsky, tj |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36-rc0 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 |
Description
Maciej Rutecki
2010-08-19 19:27:23 UTC
Tejun touched this code last. :P The commit 3a101d0548e9 "sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining" changes stuff in _cpu_down(). If code got scheduled on an offline cpu that would cause a GPF I think. I added him to the CC list. Following up via mail. Thanks. It was unrelated to Tejun's patch. Sorry I doubted you Tejun... :P Fixed by: 602586a83b719 "shmem: put_super must percpu_counter_destroy" http://marc.info/?l=linux-kernel&m=128264148332228&w=2 |