linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* various tests for 3.0 rt3
@ 2011-07-25 15:38 Jordi Pujol
  2011-08-02  1:15 ` Oon-Ee Ng
  0 siblings, 1 reply; 3+ messages in thread
From: Jordi Pujol @ 2011-07-25 15:38 UTC (permalink / raw)
  To: linux-rt-users, Miklos Szeredi, J. R. Okajima

Hello,

Testing 3.0 rt3 with overlayfs, aufs, tuxonice, nvidia drivers,

to compile the NVIDIA propietary driver, kernel has to export as non-GPL the 
following symbols,

__rt_mutex_init
migrate_enable
migrate_disable

tuxonice suspends and resumes to S1 successfully, (have not tested S3, by 
now),
but can not hibernate to disk, the system is locked just when suspend to disk 
begins to show the message "Doing atomic copy/restore."

aufs works without any modification

overlayfs works also

also, the rt3 patch has needed a bit of modification for a succesful 
application, there is a conflict with another patch:
candidate/0020-x86-mtrr-lock-stop-machine-during-MTRR-rendezvous-se.patch

***
@@ -151,6 +151,7 @@ void stop_one_cpu_nowait(unsigned int cp
 }

 DEFINE_MUTEX(stop_cpus_mutex);
+DEFINE_MUTEX(stopper_lock);
 /* static data for stop_cpus */
 static DEFINE_PER_CPU(struct cpu_stop_work, stop_cpus_work);

***

Thanks,

Jordi Pujol

Live never ending Tale
GNU/Linux Live forever!
http://livenet.selfip.com

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

end of thread, other threads:[~2011-08-02 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 15:38 various tests for 3.0 rt3 Jordi Pujol
2011-08-02  1:15 ` Oon-Ee Ng
2011-08-02 14:28   ` Jordi Pujol

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).