From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426Ab0CBVyG (ORCPT ); Tue, 2 Mar 2010 16:54:06 -0500 Received: from www.tglx.de ([62.245.132.106]:56801 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753305Ab0CBVyE (ORCPT ); Tue, 2 Mar 2010 16:54:04 -0500 Date: Tue, 2 Mar 2010 22:53:16 +0100 (CET) From: Thomas Gleixner To: Fernando Lopez-Lezcano cc: Xavier Miller , LKML , rt-users , Ingo Molnar , Peter Zijlstra , Steven Rostedt , Clark Williams , Carsten Emde Subject: Re: [ANNOUNCE] 2.6.33-rt3 In-Reply-To: <1267565138.6898.28.camel@localhost.localdomain> Message-ID: References: <4B88E4F3.4010308@cauwe.org> <1267565138.6898.28.camel@localhost.localdomain> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fernando, On Tue, 2 Mar 2010, Fernando Lopez-Lezcano wrote: > On Sat, 2010-02-27 at 12:53 +0100, Thomas Gleixner wrote: > > On Sat, 27 Feb 2010, Xavier Miller wrote: > > > > > Hello, > > > > > > The name is -rt4, not -rt3 > > > > I pushed out an -rt4 w/o notice in the morning because I forgot to > > pick up a few trivial fixes for -rt3. > > Hmm, I had to comment out a VM_BUG_ON for pkmap_count in mm/highmem.c, > looks like pkmap_count is not defined anywhere else? yuck, did not notice due to CONFIG_VM_DEBUG=n. Will fix. Thanks, tglx