On my newly installed system using kernel 3.2 I see a kworker-thread which is constantly consuming CPU. I\'d like to find out which part of kernel/module has created this workqu
kworker is a kernel thread which processes workqueues.This thread is created in the file linux/kernel/workqueue.c file.