linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	Sebastian Sewior <bigeasy@linutronix.de>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Re: [ANNOUNCE] 3.10.4-rt1
Date: Thu, 1 Aug 2013 20:03:01 -0400	[thread overview]
Message-ID: <CAP=VYLp1ERhS4cFtgXGHL2DfCGoJ9VbPvShH5ZOWCpPuSzQY6w@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1308011215160.4089@ionos.tec.linutronix.de>

On Thu, Aug 1, 2013 at 7:24 AM, Thomas Gleixner <tglx@linutronix.de> wrote:
> Dear RT folks!
>
> I'm pleased to announce the 3.10.4-rt1 patch set.
>
> This is a mostly straight forward port of the 3.8 set. I had
> experimented with a new implementation detail, but I did not get it
> into a shape which would have made it applicable to RT.
>
> Known issues:
>
>       - SLAB support not working
>
>       - Untested on ARM and PPC (hapless victims^W^Wtesters are
>         welcome)

We break at compile on powerpc with the below.  It happens because
in earlier RT,  we had TIF_NEED_RESCHED_LAZY as bit 14.  But
now, in 3.10 it is 18, and in breaking the 16 barrier, we get this:

arch/powerpc/kernel/entry_32.S: Assembler messages:
arch/powerpc/kernel/entry_32.S:367: Error: operand out of range
(0x000000000004ff87 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:833: Error: operand out of range
(0x0000000000046006 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:898: Error: operand out of range
(0x0000000000040000 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:914: Error: operand out of range
(0x0000000000040004 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:1236: Error: operand out of range
(0x0000000000040004 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:1257: Error: operand out of range
(0x0000000000040004 is not between 0x0000000000000000 and
0x000000000000ffff)
arch/powerpc/kernel/entry_32.S:1259: Error: operand out of range
(0x0000000000046006 is not between 0x0000000000000000 and
0x000000000000ffff)
make[1]: *** [arch/powerpc/kernel/entry_32.o] Error 1

I've added Ben to the CC in case he has a suggestion on
how best to fix this, even though it is not yet mainline.

Paul.
--

>
> I'm about to leave for my annual kids summer camp kitchen duty, so I
> let you fool around with the current pile.
>
> Sebastian will help out while I'm away, so please send tons of patches
> in the next couple of days and get this thing fixed before I
> return. All I'm going to look for in my mail backlog is a mail with
> the subject: 3.10.x-rty is perfect :)
>
> The RT patch against 3.10.4 can be found here:
>
>   http://www.kernel.org/pub/linux/kernel/projects/rt/3.8/patch-3.10.4-rt1.patch.xz
>
> The split quilt queue is available at:
>
>   http://www.kernel.org/pub/linux/kernel/projects/rt/3.8/patches-3.10.4-rt1.tar.xz
>
> Enjoy,
>
>         tglx
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2013-08-02  0:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-01 11:24 [ANNOUNCE] 3.10.4-rt1 Thomas Gleixner
2013-08-01 11:34 ` Felipe Balbi
2013-08-02  0:03 ` Paul Gortmaker [this message]
2013-08-02  5:05   ` Benjamin Herrenschmidt
2013-08-02 12:45     ` Sebastian Andrzej Siewior
2013-08-02 14:19       ` Paul Gortmaker
2013-08-02 21:20         ` Benjamin Herrenschmidt
2013-08-12  8:14         ` Sebastian Andrzej Siewior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP=VYLp1ERhS4cFtgXGHL2DfCGoJ9VbPvShH5ZOWCpPuSzQY6w@mail.gmail.com' \
    --to=paul.gortmaker@windriver.com \
    --cc=benh@kernel.crashing.org \
    --cc=bigeasy@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).