From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbZHER0a (ORCPT ); Wed, 5 Aug 2009 13:26:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752141AbZHER03 (ORCPT ); Wed, 5 Aug 2009 13:26:29 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45135 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751630AbZHER01 (ORCPT ); Wed, 5 Aug 2009 13:26:27 -0400 Date: Wed, 5 Aug 2009 19:25:38 +0200 From: John Kacur To: LKML Cc: rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Clark Williams , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich , Jon Masters Subject: [ANNOUNCE] linux-2.6.31-rc5-rt1.1 Message-ID: <20090805172538.GA3577@tycho.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While Thomas Gleixner is away at summer camp, Clark Williams and myself decided to release an unofficial preempt-rt kernel to prevent the -rt code from developing bit rot. Unofficial until Thomas either blesses it with some Weizen or slaps us with a large stinkin' trout. We are pleased to present -linux-2.6.31-rc5-rt1.1 This kernel is an incremental release. It rebases linux-2.6.31-rc4-rt1 to linux-2.6.31-rc5 In-addition we added the following patches - stacktrace-dump_out_last_preempt_disable_locations.patch - futex_wait_requeue_pi_commentary_corrections.patch - hw_lat-simple-solution-001.patch stacktrace-dump_out_last_preempt_disable_locations.patch is a rewrite by Steven Rostedt of an Ingo Molnar patch. It is useful for tracing, since it shows the last location that preemption was disabled. futex_wait_requeue_pi_commentary_corrections.patch Was posted to the rt-users list by Darren Hart to fix some of the comments in his futex code. hw_lat-simple-solution-001.patch Is a fix from Luis Claudio R.Goncalves for the hardware latency detector. It fixes a problem where wake_up was called with irqs disabled. Jon Masters will be pushing some form of it upstream. Information on the RT patch can be found at: http://rt.wiki.kernel.org/index.php/Main_Page Download location git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-linux.git Branch Name linux-2.6.31-rc5-rt1.1 Enjoy! John Kacur Clark Williams