linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jordi Pujol <jordipujolp@gmail.com>
To: linux-rt-users@vger.kernel.org,
	Miklos Szeredi <miklos@szeredi.hu>,
	"J. R. Okajima" <hooanon05@yahoo.co.jp>
Subject: various tests for 3.0 rt3
Date: Mon, 25 Jul 2011 17:38:50 +0200	[thread overview]
Message-ID: <201107251738.51473.jordipujolp@gmail.com> (raw)

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

             reply	other threads:[~2011-07-25 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 15:38 Jordi Pujol [this message]
2011-08-02  1:15 ` various tests for 3.0 rt3 Oon-Ee Ng
2011-08-02 14:28   ` Jordi Pujol

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=201107251738.51473.jordipujolp@gmail.com \
    --to=jordipujolp@gmail.com \
    --cc=hooanon05@yahoo.co.jp \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /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).