printk("BUG: MAX_STACK_TRACE_ENTRIES too low!\n");
                printk("turning off the locking correctness validator.\n");
+               printk("Attach output of /proc/lock_stat to bug report\n");
                dump_stack();
 
                return 0;
 
                printk("BUG: MAX_LOCKDEP_KEYS too low!\n");
                printk("turning off the locking correctness validator.\n");
+               printk("Attach output of /proc/lock_stat to bug report\n");
                dump_stack();
                return NULL;
        }
 
                printk("BUG: MAX_LOCKDEP_ENTRIES too low!\n");
                printk("turning off the locking correctness validator.\n");
+               printk("Attach output of /proc/lock_stat to bug report\n");
                dump_stack();
                return NULL;
        }
 
                printk("BUG: MAX_LOCKDEP_CHAINS too low!\n");
                printk("turning off the locking correctness validator.\n");
+               printk("Attach output of /proc/lock_stat to bug report\n");
                dump_stack();
                return 0;
        }
                printk("BUG: MAX_LOCK_DEPTH too low, depth: %i  max: %lu!\n",
                       curr->lockdep_depth, MAX_LOCK_DEPTH);
                printk("turning off the locking correctness validator.\n");
+               printk("Attach output of /proc/lock_stat to bug report\n");
 
                lockdep_print_held_locks(current);
                debug_show_all_locks();