[ANNOUNCE] 3.2.15-rt26

From: Steven Rostedt
Date: Tue Apr 17 2012 - 16:10:16 EST



Dear RT Folks,

I'm pleased to announce the 3.2.15-rt26 stable release.


As this only was the change to prevent open source developers from
getting eye cancer, I did not make an -rc release.


You can get this release via the git tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

Head SHA1: e107fca256630137a81c3a41a8713bd287a9287f


Or to build 3.2.15-rt26 directly, the following patches should be applied:

http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz

http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.2.15.xz

http://www.kernel.org/pub/linux/kernel/projects/rt/3.2/patch-3.2.15-rt26.patch.xz


You can also build from 3.2.15-rt25 by applying the incremental patch:

http://www.kernel.org/pub/linux/kernel/projects/rt/3.2/incr/patch-3.2.15-rt25-rt26.patch.xz



Enjoy,

-- Steve


Changes from 3.2.15-rt25:

---

Steven Rostedt (2):
rt: Make migrate_disable/enable() and __rt_mutex_init non-GPL only
Linux 3.2.15-rt26

----
kernel/rtmutex.c | 2 +-
kernel/sched.c | 4 ++--
localversion-rt | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---------------------------
diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c
index b525158..9c4f6e5 100644
--- a/kernel/rtmutex.c
+++ b/kernel/rtmutex.c
@@ -1290,7 +1290,7 @@ void __rt_mutex_init(struct rt_mutex *lock, const char *name)

debug_rt_mutex_init(lock, name);
}
-EXPORT_SYMBOL_GPL(__rt_mutex_init);
+EXPORT_SYMBOL(__rt_mutex_init);

/**
* rt_mutex_init_proxy_locked - initialize and lock a rt_mutex on behalf of a
diff --git a/kernel/sched.c b/kernel/sched.c
index 1cc706d..3b12e0b 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4426,7 +4426,7 @@ void migrate_disable(void)
p->migrate_disable = 1;
preempt_enable();
}
-EXPORT_SYMBOL_GPL(migrate_disable);
+EXPORT_SYMBOL(migrate_disable);

void migrate_enable(void)
{
@@ -4478,7 +4478,7 @@ void migrate_enable(void)
unpin_current_cpu();
preempt_enable();
}
-EXPORT_SYMBOL_GPL(migrate_enable);
+EXPORT_SYMBOL(migrate_enable);
#else
static inline void update_migrate_disable(struct task_struct *p) { }
#define migrate_disabled_updated(p) 0
diff --git a/localversion-rt b/localversion-rt
index c5b71f9..2e9afd4 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt25
+-rt26

Attachment: signature.asc
Description: This is a digitally signed message part