Hi All, playing with the kernel configuration we noticed that the kernel doesn't build if TRACE_IRQFLAGS_SUPPORT is forced off. So this patch just fixes it. Anyway, we are wondering why it's not possible to disable this option from Kconfig. Reading the Documentation/irqflags-tracing.txt, this option is "needed for CONFIG_PROVE_SPIN_LOCKING and CONFIG_PROVE_RW_LOCKING to be offered by the generic lock debugging code." But we cannot find any references to PROVE_RW_LOCKING etc. May be removed? Best Regards, Peppe & Carmelo