The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [ANNOUNCE] 3.6.2-rt4
@ 2012-10-20 19:40 Thomas Gleixner
       [not found] ` <op.wmk8f6m96426ze@localhost.localdomain>
  2012-10-22 21:54 ` Paul Gortmaker
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Gleixner @ 2012-10-20 19:40 UTC (permalink / raw)
  To: LKML; +Cc: linux-rt-users

Dear RT Folks,

I'm pleased to announce the 3.6.2-rt4 release. rt4 is just an update
to 3.6.2. The not announced 3.6.1-rt3 is an intermediate release with
a single change.

Changes since 3.6.1-rt2:

	* Remove the softirq noise printk

The delta patch against 3.6.1-rt2 is appended below and can be found here

  http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/incr/patch-3.6.1-rt2-rt3.patch.xz

The RT patch against 3.6.2 can be found here:

  http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patch-3.6.2-rt4.patch.xz

The split quilt queue is available at:

  http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patches-3.6.2-rt4.tar.xz

Enjoy,

	tglx

---------->

Index: linux-stable/kernel/softirq.c
===================================================================
--- linux-stable.orig/kernel/softirq.c
+++ linux-stable/kernel/softirq.c
@@ -468,8 +468,6 @@ static void do_single_softirq(int which,
  */
 static void do_current_softirqs(int need_rcu_bh_qs)
 {
-	int retry = 0;
-
 	while (current->softirqs_raised) {
 		int i = __ffs(current->softirqs_raised);
 		unsigned int pending, mask = (1U << i);
@@ -496,10 +494,6 @@ static void do_current_softirqs(int need
 		}
 		unlock_softirq(i);
 		WARN_ON(current->softirq_nestcnt != 1);
-		if (++retry == 20) {
-			printk(KERN_ERR "Crap, %s looping forever in softirq\n",
-			       current->comm);
-		}
 	}
 }
 
Index: linux-stable/localversion-rt
===================================================================
--- linux-stable.orig/localversion-rt
+++ linux-stable/localversion-rt
@@ -1 +1 @@
--rt2
+-rt3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-22 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-20 19:40 [ANNOUNCE] 3.6.2-rt4 Thomas Gleixner
     [not found] ` <op.wmk8f6m96426ze@localhost.localdomain>
2012-10-22 16:08   ` Fwd: " Uwaysi Bin Kareem
2012-10-22 21:54 ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox