All of lore.kernel.org
 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

* Re: various tests for 3.0 rt3
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Oon-Ee Ng @ 2011-08-02  1:15 UTC (permalink / raw)
  To: Jordi Pujol; +Cc: linux-rt-users, Miklos Szeredi, J. R. Okajima

On Mon, Jul 25, 2011 at 11:38 PM, Jordi Pujol <jordipujolp@gmail.com> wrote:
> 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
<snip>

Does anyone have a patch for this? Previously it was the nvidia
drivers which needed to be patched, but it seems in this case the
patch needs to be kernel-side?

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

* Re: various tests for 3.0 rt3
  2011-08-02  1:15 ` Oon-Ee Ng
@ 2011-08-02 14:28   ` Jordi Pujol
  0 siblings, 0 replies; 3+ messages in thread
From: Jordi Pujol @ 2011-08-02 14:28 UTC (permalink / raw)
  To: Oon-Ee Ng; +Cc: linux-rt-users, Miklos Szeredi, J. R. Okajima

A Dimarts, 2 d'agost de 2011 03:15:54, Oon-Ee Ng va escriure:
> Does anyone have a patch for this? Previously it was the nvidia
> drivers which needed to be patched, but it seems in this case the
> patch needs to be kernel-side?

making a patch is easy, license is the problem, the symbols are exported as 
GPL therefore a non-GPL module has not rights to use it,

Here is a discussion about that,

http://lwn.net/Articles/73069/

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.