From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754790Ab1GWBGG (ORCPT ); Fri, 22 Jul 2011 21:06:06 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:40898 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751910Ab1GWBGA (ORCPT ); Fri, 22 Jul 2011 21:06:00 -0400 Message-ID: <4E2A1E75.4070709@gmail.com> Date: Sat, 23 Jul 2011 03:05:57 +0200 From: Maarten Lankhorst User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc15 Thunderbird/3.1.11 MIME-Version: 1.0 To: Thomas Gleixner CC: LKML , linux-rt-users Subject: Re: [ANNOUNCE] 3.0-rt1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/22/2011 10:37 PM, Thomas Gleixner wrote: > Dear RT Folks, > > I'm pleased to announce the 3.0-rt1 release. > > Changes versus 3.0-rc7-rt0: > > * Update to Linus final 3.0 release > > * RTC bugfixes (scheduled for mainline/stable) > > * Long standing (rt only) timer_list bug (see > timers-avoid-the-base-null-otptimization-on-rt.patch in the split > out quilt queue) > > * Minor non exciting fixes all over the place > > Known issues: > > * Some weird "console=..." commandline + config dependent > interactions which have been not yet investigated down to their > root cause. Result in a boot hang. YMMV Sweet, works here :) Only the nvidia driver fails to build because of rtmutex and migrate enable/disable being GPL only, you might want to reconsider the GPL only status of them. ~Maarten