linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Clark Williams <williams@redhat.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Paul E. McKenney" <paulmck@us.ibm.com>,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	Mike Galbraith <efault@gmx.de>
Subject: Re: [ANNOUNCE] 3.0.1-rt11
Date: Sun, 14 Aug 2011 16:19:54 -0500	[thread overview]
Message-ID: <20110814161954.07d68a0f@redhat.com> (raw)
In-Reply-To: <1313232790.25267.7.camel@twins>


[-- Attachment #1.1: Type: text/plain, Size: 1181 bytes --]

On Sat, 13 Aug 2011 12:53:10 +0200
Peter Zijlstra <peterz@infradead.org> wrote:

> 
> Whee, I can skip release announcements too!
> 
> So no the subject ain't no mistake its not, 3.0.1-rt11 is there for the
> grabs.
> 
> Changes include (including the missing -rt10):
> 
>   - hrtimer fix that should make RT_GROUP work again
>   - RCU fixes that should make the RCU stalls go away
>   - fixes SMP=n builds after breaking them in -rt9
> 
> 
> The patch should be at (once the mirrors catch up):
> 
>   http://www.kernel.org/pub/linux/kernel/projects/rt/patch-3.0.1-rt11.patch.bz2
> 
> The quilt series can be found here:
> 
>   http://www.kernel.org/pub/linux/kernel/projects/rt/patches-3.0.1-rt11.tar.bz2
>

Wow, never thought I'd be sending a patch for patches, but here it is.

The current quilt series is borken for 'git quiltimport'. 

There has always been an issue with:

	ftrace-hash-fix.patch
	panic-disable-random-on-rt.patch
	power-use-generic-rwsem-on-rt.patch

but Paul's patch broke it with the double slashes. 

BTW, since the panic-* and power* patches didn't have any attribution,
I guessed that they were tglx's :)

Clark

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: rt11-fixups.patch --]
[-- Type: text/x-patch, Size: 2675 bytes --]

diff -ru patches/ftrace-hash-fix.patch patches-rt11/ftrace-hash-fix.patch
--- patches/ftrace-hash-fix.patch	2011-07-23 12:49:08.000000000 -0500
+++ patches-rt11/ftrace-hash-fix.patch	2011-08-14 14:16:38.853411213 -0500
@@ -1,5 +1,4 @@
-commit 41fb61c2d08107ce96a5dcb3a6289b2afd3e135c
-Author: Steven Rostedt <srostedt@redhat.com>
+From: Steven Rostedt <srostedt@redhat.com>
 Date:   Wed Jul 13 15:03:44 2011 -0400
 
     ftrace: Balance records when updating the hash
diff -ru patches/panic-disable-random-on-rt.patch patches-rt11/panic-disable-random-on-rt.patch
--- patches/panic-disable-random-on-rt.patch	2011-07-23 12:49:08.000000000 -0500
+++ patches-rt11/panic-disable-random-on-rt.patch	2011-08-14 14:13:17.719905593 -0500
@@ -1,3 +1,5 @@
+From: Thomas Gleixner <tglx@linutronix.de>
+
 ---
  kernel/panic.c |    2 ++
  1 file changed, 2 insertions(+)
diff -ru patches/_paul_e__mckenney_-eliminate_-_rcu_boosted.patch patches-rt11/_paul_e__mckenney_-eliminate_-_rcu_boosted.patch
--- patches/_paul_e__mckenney_-eliminate_-_rcu_boosted.patch	2011-08-12 16:46:08.000000000 -0500
+++ patches-rt11/_paul_e__mckenney_-eliminate_-_rcu_boosted.patch	2011-08-14 14:16:15.578512313 -0500
@@ -17,7 +17,7 @@
 
 diff -urpNa -X dontdiff linux-3.0.1-rt9/include/linux/sched.h linux-3.0.1-rt9.patched//include/linux/sched.h
 --- linux-3.0.1-rt9/include/linux/sched.h	2011-08-12 14:22:22.000000000 -0700
-+++ linux-3.0.1-rt9.patched//include/linux/sched.h	2011-08-12 14:32:18.000000000 -0700
++++ linux-3.0.1-rt9.patched/include/linux/sched.h	2011-08-12 14:32:18.000000000 -0700
 @@ -1268,9 +1268,6 @@ struct task_struct {
  #ifdef CONFIG_PREEMPT_RCU
  	int rcu_read_lock_nesting;
@@ -30,7 +30,7 @@
  #ifdef CONFIG_TREE_PREEMPT_RCU
 diff -urpNa -X dontdiff linux-3.0.1-rt9/kernel/rcutree_plugin.h linux-3.0.1-rt9.patched//kernel/rcutree_plugin.h
 --- linux-3.0.1-rt9/kernel/rcutree_plugin.h	2011-08-12 14:22:24.000000000 -0700
-+++ linux-3.0.1-rt9.patched//kernel/rcutree_plugin.h	2011-08-12 14:33:21.000000000 -0700
++++ linux-3.0.1-rt9.patched/kernel/rcutree_plugin.h	2011-08-12 14:33:21.000000000 -0700
 @@ -299,6 +299,9 @@ static noinline void rcu_read_unlock_spe
  	int empty_exp;
  	unsigned long flags;
diff -ru patches/power-use-generic-rwsem-on-rt.patch patches-rt11/power-use-generic-rwsem-on-rt.patch
--- patches/power-use-generic-rwsem-on-rt.patch	2011-07-23 12:49:09.000000000 -0500
+++ patches-rt11/power-use-generic-rwsem-on-rt.patch	2011-08-14 14:13:08.996920880 -0500
@@ -1,3 +1,5 @@
+From: Thomas Gleixner <tglx@linutronix.de>
+
 ---
  arch/powerpc/Kconfig |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2011-08-14 21:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13 10:53 [ANNOUNCE] 3.0.1-rt11 Peter Zijlstra
2011-08-13 11:48 ` Mike Galbraith
2011-08-13 11:58   ` Peter Zijlstra
2011-08-13 13:59     ` Mike Galbraith
2011-08-13 14:23       ` Peter Zijlstra
2011-08-13 16:27       ` Paul E. McKenney
2011-08-14  4:23         ` Mike Galbraith
2011-08-16 14:17           ` Nivedita Singhvi
2011-08-16 15:10             ` Mike Galbraith
2011-08-16 15:18               ` Nivedita Singhvi
2011-08-16 19:31               ` Paul E. McKenney
2011-08-17  4:28                 ` Mike Galbraith
2011-08-17  5:03                   ` Nivedita Singhvi
2011-08-15 10:09         ` Mike Galbraith
2011-08-14 21:19 ` Clark Williams [this message]
2011-08-23 14:12 ` [patch] sched, rt: fix migrate_enable() thinko Mike Galbraith
2011-09-08  2:11   ` Frank Rowand
2011-09-08  4:58     ` Mike Galbraith
2011-08-24 23:58 ` [ANNOUNCE] 3.0.1-rt11 Frank Rowand
2011-08-26 23:55   ` Paul E. McKenney
2011-08-29 19:57     ` Frank Rowand
2011-08-30  3:17       ` Paul E. McKenney
2011-09-07  2:53     ` Frank Rowand
2011-09-07  3:00       ` Frank Rowand
2011-09-07  6:42       ` Paul E. McKenney
2011-09-07  9:25       ` Thomas Gleixner
2011-09-07 10:46         ` Russell King - ARM Linux
2011-09-07 10:47           ` Russell King - ARM Linux
2011-09-07 10:57             ` Thomas Gleixner
2011-09-07 14:01               ` Russell King - ARM Linux
2011-09-07 16:32                 ` Thomas Gleixner
2011-09-07 16:33                 ` Frank Rowand

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=20110814161954.07d68a0f@redhat.com \
    --to=williams@redhat.com \
    --cc=efault@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=paulmck@us.ibm.com \
    --cc=peterz@infradead.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).