Dear RT Folks, This is the RT stable review cycle of patch 3.0.14-rt32-rc1. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org and will be deleted when the final release is out. This is just a review release (or release candidate). The pre-releases will not be pushed to the git repository, only the final release is. If all goes well, this patch will be converted to the next main release on 1/20/2012. Enjoy, -- Steve To build 3.0.14-rt32-rc1 directly, the following patches should be applied: http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.xz http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.14.xz http://www.kernel.org/pub/linux/kernel/projects/rt/3.0/patch-3.0.14-rt32-rc1.patch.xz You can also build from 3.0.14-rt31 by applying the incremental patch: http://www.kernel.org/pub/linux/kernel/projects/rt/3.0/incr/patch-3.0.14-rt31-rt32-rc1.patch.xz Changes from 3.0.14-rt31: --- Steven Rostedt (1): Linux 3.0.14-rt32-rc1 Thomas Gleixner (3): sched: ttwu: Return success when only changing the saved_state value wait-simple: Simple waitqueue implementation acpi-gpe-use-wait-simple.patch ---- drivers/acpi/ec.c | 8 +- drivers/acpi/internal.h | 4 +- include/linux/wait-simple.h | 152 +++++++++++++++++++++++++++++++++++++++++++ kernel/Makefile | 2 +- kernel/sched.c | 4 +- kernel/wait-simple.c | 62 +++++++++++++++++ localversion-rt | 2 +- 7 files changed, 226 insertions(+), 8 deletions(-)