From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932546AbbFRN6q (ORCPT ); Thu, 18 Jun 2015 09:58:46 -0400 Received: from smtprelay0195.hostedemail.com ([216.40.44.195]:34632 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753102AbbFRN6L convert rfc822-to-8bit (ORCPT ); Thu, 18 Jun 2015 09:58:11 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::,RULES_HIT:41:152:355:379:541:599:800:960:969:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1513:1515:1516:1518:1521:1534:1541:1593:1594:1711:1730:1747:1777:1792:1981:2194:2199:2393:2553:2559:2562:2895:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:4250:4362:4605:5007:6261:7514:7875:8509:10004:10400:10848:10967:11026:11232:11473:11658:11914:12043:12050:12294:12438:12517:12519:12555:12663:12740:13069:13311:13357:13618:21060:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: shelf30_81504d899ed1c X-Filterd-Recvd-Size: 2709 Date: Thu, 18 Jun 2015 09:58:07 -0400 From: Steven Rostedt To: Juerg Haefliger Cc: LKML , linux-rt-users , Thomas Gleixner , Carsten Emde , John Kacur , Sebastian Andrzej Siewior Subject: Re: [ANNOUNCE] 3.14.43-rt42 Message-ID: <20150618095807.68448b49@gandalf.local.home> In-Reply-To: References: <20150520232402.410e9fdb@gandalf.local.home> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 18 Jun 2015 09:26:59 +0200 Juerg Haefliger wrote: > Hi Steve, > > On Thu, May 21, 2015 at 5:24 AM, Steven Rostedt wrote: > > > > Dear RT Folks, > > > > I'm pleased to announce the 3.14.43-rt42 stable release. > > > > > > This release is just an update to the new stable 3.14.43 version > > and no RT specific changes have been made. > > > > > > You can get this release via the git tree at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git > > This kernel doesn't compile with CONFIG_NO_HZ_FULL: > > kernel/time/tick-sched.c: In function ‘can_stop_full_tick’: > kernel/time/tick-sched.c:183:2: error: implicit declaration of > function ‘arch_irq_work_has_interrupt’ > [-Werror=implicit-function-declaration] > if (!arch_irq_work_has_interrupt()) { > ^ > CC mm/pgtable-generic.o > cc1: some warnings being treated as errors > scripts/Makefile.build:308: recipe for target 'kernel/time/tick-sched.o' failed > make[2]: *** [kernel/time/tick-sched.o] Error 1 > scripts/Makefile.build:455: recipe for target 'kernel/time' failed > make[1]: *** [kernel/time] Error 2 > > > arch_irq_work_has_interrupt wasn't introduced until 3.17-rc5 with > commit c5c38ef3d70377dc504a6a3f611a3ec814bc757b. > > Patch 0353-kernel-irq_work-fix-no_hz-deadlock.patch breaks the build. Thanks for letting me know. I need to work on the stable releases again soon. If not this week, I'll do it first thing next week. -- Steve > > ...Juerg > > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [ANNOUNCE] 3.14.43-rt42 Date: Thu, 18 Jun 2015 09:58:07 -0400 Message-ID: <20150618095807.68448b49@gandalf.local.home> References: <20150520232402.410e9fdb@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: LKML , linux-rt-users , Thomas Gleixner , Carsten Emde , John Kacur , Sebastian Andrzej Siewior To: Juerg Haefliger Return-path: Received: from smtprelay0195.hostedemail.com ([216.40.44.195]:34632 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753102AbbFRN6L convert rfc822-to-8bit (ORCPT ); Thu, 18 Jun 2015 09:58:11 -0400 In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Thu, 18 Jun 2015 09:26:59 +0200 Juerg Haefliger wrote: > Hi Steve, >=20 > On Thu, May 21, 2015 at 5:24 AM, Steven Rostedt = wrote: > > > > Dear RT Folks, > > > > I'm pleased to announce the 3.14.43-rt42 stable release. > > > > > > This release is just an update to the new stable 3.14.43 version > > and no RT specific changes have been made. > > > > > > You can get this release via the git tree at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.= git >=20 > This kernel doesn't compile with CONFIG_NO_HZ_FULL: >=20 > kernel/time/tick-sched.c: In function =E2=80=98can_stop_full_tick=E2=80= =99: > kernel/time/tick-sched.c:183:2: error: implicit declaration of > function =E2=80=98arch_irq_work_has_interrupt=E2=80=99 > [-Werror=3Dimplicit-function-declaration] > if (!arch_irq_work_has_interrupt()) { > ^ > CC mm/pgtable-generic.o > cc1: some warnings being treated as errors > scripts/Makefile.build:308: recipe for target 'kernel/time/tick-sched= =2Eo' failed > make[2]: *** [kernel/time/tick-sched.o] Error 1 > scripts/Makefile.build:455: recipe for target 'kernel/time' failed > make[1]: *** [kernel/time] Error 2 >=20 >=20 > arch_irq_work_has_interrupt wasn't introduced until 3.17-rc5 with > commit c5c38ef3d70377dc504a6a3f611a3ec814bc757b. >=20 > Patch 0353-kernel-irq_work-fix-no_hz-deadlock.patch breaks the build. Thanks for letting me know. I need to work on the stable releases again soon. If not this week, I'll do it first thing next week. -- Steve >=20 > ...Juerg >=20 >=20 > -- To unsubscribe from this list: send the line "unsubscribe linux-rt-user= s" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html