Comment 3 for bug 791019

Revision history for this message
Ming Lei (tom-leiming) wrote :

The attachment patch does fix the warning, yama_ptracer_del can be called in softirq context, also
can be run in common process context, so use spin_lock_bh to fix it.