lkml.org 
[lkml]   [2012]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[ANNOUNCE] 3.0.28-rt48
From
Date

Dear RT Folks,

I'm pleased to announce the 3.0.28-rt48 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: 66fa19445508970d68bb4b0ee3418be3af8378fd


Or to build 3.0.28-rt48 directly, the following patches should be applied:

http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.xz

http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.28.xz

http://www.kernel.org/pub/linux/kernel/projects/rt/3.0/patch-3.0.28-rt48.patch.xz


You can also build from 3.0.28-rt47 by applying the incremental patch:

http://www.kernel.org/pub/linux/kernel/projects/rt/3.0/incr/patch-3.0.28-rt47-rt48.patch.xz



Enjoy,

-- Steve


Changes from 3.0.28-rt47:

---

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

----
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 a02fbd9..d58db99 100644
--- a/kernel/rtmutex.c
+++ b/kernel/rtmutex.c
@@ -1282,7 +1282,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 df30481..ed34335 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4255,7 +4255,7 @@ void migrate_disable(void)
p->migrate_disable = 1;
preempt_enable();
}
-EXPORT_SYMBOL_GPL(migrate_disable);
+EXPORT_SYMBOL(migrate_disable);

void migrate_enable(void)
{
@@ -4307,7 +4307,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 8a777ac..2470798 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt47
+-rt48
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2012-04-18 22:37    [W:0.030 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site