The following patches fix some basic compile failures that appear when you change the kernel configuration to disable various options that would be normally enabled by most folks using the preempt_rt patch set (26rt9). However, it may be useful in some situations to be able to ask people to turn off "X" and recompile to try and get better data on a certain bug/problem, so having the ability to compile with different configs disabled is probably worthwhile. Within each patch, I've listed the parent patch of the broken out series in which it would make sense to fold the fix in, should that be what you want to do with these. If that is what you want to do, then feel free to toss the patch headers/SOB line from these stand alone patches. Thanks, Paul. --- 0001-compat_rwsem-fix-compile-failure-for-when-PREEMPT_R.patch b/include/asm-x86/rwsem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 0002-rt-bit-spinlocks-fix-compile-failure-for-CONFIG_PR.patch b/include/linux/bit_spinlock.h | 2 +- b/include/linux/spinlock.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 0003-rt-sysctl-compile-fix-for-when-profiling-is-off.patch b/kernel/sysctl.c | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html