From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [ANNOUNCE] 3.4-rc2-rt1 Date: Tue, 10 Apr 2012 14:58:19 +0000 Message-ID: <201204101458.20026.arnd@arndb.de> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: LKML , "linux-rt-users" To: Thomas Gleixner Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]:56436 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758956Ab2DJO6a (ORCPT ); Tue, 10 Apr 2012 10:58:30 -0400 In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Tuesday 10 April 2012, Thomas Gleixner wrote: > Dear RT Folks, > > I'm pleased to announce the 3.4-rc2-rt1 release. > > This is a straight forward update of the 3.2 series to 3.4-rc2. It's > slightly smaller than the 3.2 series. I hope to stabilize it fast so I > can concentrate on shuffling more parts of RT into 3.5. > > The RT patch against 3.4-rc2-rt1 can be found here: > > http://www.kernel.org/pub/linux/kernel/projects/rt/3.4/patch-3.4-rc2-rt1.patch.xz > > > The split quilt queue is available at: > > http://www.kernel.org/pub/linux/kernel/projects/rt/3.4/patches-3.4-rc2-rt1.tar.xz > > Enjoy, > > tglx > --- > Index: linux-3.2/fs/autofs4/autofs_i.h > =================================================================== > --- linux-3.2.orig/fs/autofs4/autofs_i.h > +++ linux-3.2/fs/autofs4/autofs_i.h I guess the patch you attached here with this diffstat block/blk-iopoll.c | 3 +++ block/blk-softirq.c | 3 +++ fs/autofs4/autofs_i.h | 1 + fs/autofs4/expire.c | 2 +- fs/dcache.c | 7 ++++--- fs/namespace.c | 3 ++- include/linux/delay.h | 6 ++++++ include/linux/preempt.h | 2 ++ kernel/irq/manage.c | 44 ++++++++++++++++++++++++++++++++++++++------ localversion-rt | 2 +- net/core/dev.c | 6 ++++++ net/packet/af_packet.c | 5 +++-- net/rds/ib_rdma.c | 3 ++- 13 files changed, 72 insertions(+), 15 deletions(-) is not the one you describe above but the one for the 3.2.14-rt24 release, right? Otherwise it would be considerably smaller compared to 3.2-rt, not just a bit ;-) Arnd