linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Nvidia patches for 2.6.33-rt?
@ 2010-03-02  8:59 Ng Oon-Ee
  2010-03-02  9:16 ` Xavier Miller
  2010-03-03 12:16 ` Jonathan Schmidt
  0 siblings, 2 replies; 6+ messages in thread
From: Ng Oon-Ee @ 2010-03-02  8:59 UTC (permalink / raw)
  To: rt-users

Hi all, has anyone patched the nvidia binary installer for 2.6.33-rt?
Would like to have a look. I use nvidia-beta myself, but from previous
-rt kernels I know I can figure out the patch from that given the
patch for any other nvidia installer.

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

* Re: Nvidia patches for 2.6.33-rt?
  2010-03-02  8:59 Nvidia patches for 2.6.33-rt? Ng Oon-Ee
@ 2010-03-02  9:16 ` Xavier Miller
  2010-03-02  9:47   ` Tim Blechmann
  2010-03-03 12:16 ` Jonathan Schmidt
  1 sibling, 1 reply; 6+ messages in thread
From: Xavier Miller @ 2010-03-02  9:16 UTC (permalink / raw)
  To: Ng Oon-Ee; +Cc: rt-users

Hello,

I don't think the problem is rt-related, but generally to the vanilla version.

Kind regards,
Xavier Miller.

Quoting Ng Oon-Ee <ngoonee@gmail.com>:

> Hi all, has anyone patched the nvidia binary installer for 2.6.33-rt?
> Would like to have a look. I use nvidia-beta myself, but from previous
> -rt kernels I know I can figure out the patch from that given the
> patch for any other nvidia installer.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

* Re: Nvidia patches for 2.6.33-rt?
  2010-03-02  9:16 ` Xavier Miller
@ 2010-03-02  9:47   ` Tim Blechmann
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Blechmann @ 2010-03-02  9:47 UTC (permalink / raw)
  To: linux-rt-users

> I don't think the problem is rt-related, but generally to the vanilla
> version.

actually, it is ... atomic_spinlock_t was renamed to raw_spinlock_t, and 
apparently semaphore_init isn't there any more ... 

the first issue is trivial, for the second, i didn't follow the rt patches 
closely enough ...

tim

-- 
tim@klingt.org
http://tim.klingt.org

Your mind will answer most questions if you learn to relax and wait
for the answer.
  William S. Burroughs



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

* Re: Nvidia patches for 2.6.33-rt?
  2010-03-02  8:59 Nvidia patches for 2.6.33-rt? Ng Oon-Ee
  2010-03-02  9:16 ` Xavier Miller
@ 2010-03-03 12:16 ` Jonathan Schmidt
  2010-03-04  3:20   ` Ng Oon-Ee
  1 sibling, 1 reply; 6+ messages in thread
From: Jonathan Schmidt @ 2010-03-03 12:16 UTC (permalink / raw)
  To: linux-rt-users

Ng Oon-Ee <ngoonee <at> gmail.com> writes:

> 
> Hi all, has anyone patched the nvidia binary installer for 2.6.33-rt?
> Would like to have a look. I use nvidia-beta myself, but from previous
> -rt kernels I know I can figure out the patch from that given the
> patch for any other nvidia installer.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo <at> vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


I have absolutely no idea if this is the best way to handle the semaphore_init
issue, I don't even know what a semaphore is, but I submitted a simple patch at
http://www.nvnews.net/vbulletin/showthread.php?t=148509 anyway. It builds and
appears to be working, but I'd like some verification that sema_init(mutex,1) is
a valid substitute for semaphore_init(mutex).


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

* Re: Nvidia patches for 2.6.33-rt?
  2010-03-03 12:16 ` Jonathan Schmidt
@ 2010-03-04  3:20   ` Ng Oon-Ee
  2010-03-04  8:42     ` Uwe Kleine-König
  0 siblings, 1 reply; 6+ messages in thread
From: Ng Oon-Ee @ 2010-03-04  3:20 UTC (permalink / raw)
  To: linux-rt-users

On Wed, Mar 3, 2010 at 8:16 PM, Jonathan Schmidt <j.schmidt@archlinux.us> wrote:
> Ng Oon-Ee <ngoonee <at> gmail.com> writes:
>
>>
>> Hi all, has anyone patched the nvidia binary installer for 2.6.33-rt?
>> Would like to have a look. I use nvidia-beta myself, but from previous
>> -rt kernels I know I can figure out the patch from that given the
>> patch for any other nvidia installer.
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
>> the body of a message to majordomo <at> vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
>
>
> I have absolutely no idea if this is the best way to handle the semaphore_init
> issue, I don't even know what a semaphore is, but I submitted a simple patch at
> http://www.nvnews.net/vbulletin/showthread.php?t=148509 anyway. It builds and
> appears to be working, but I'd like some verification that sema_init(mutex,1) is
> a valid substitute for semaphore_init(mutex).
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Works here as well (for nvidia 195.36.08). Many thanks, Jonathan. Such
a simple patch compared to the previous one for 2.6.31-rt.

Would still appreciate information from someone who knows the code
about sema_init(mutex,1) though =).
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Nvidia patches for 2.6.33-rt?
  2010-03-04  3:20   ` Ng Oon-Ee
@ 2010-03-04  8:42     ` Uwe Kleine-König
  0 siblings, 0 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2010-03-04  8:42 UTC (permalink / raw)
  To: Ng Oon-Ee; +Cc: linux-rt-users

> > I have absolutely no idea if this is the best way to handle the semaphore_init
> > issue, I don't even know what a semaphore is, but I submitted a simple patch at
> > http://www.nvnews.net/vbulletin/showthread.php?t=148509 anyway. It builds and
> > appears to be working, but I'd like some verification that sema_init(mutex,1) is
> > a valid substitute for semaphore_init(mutex).
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 
> Works here as well (for nvidia 195.36.08). Many thanks, Jonathan. Such
> a simple patch compared to the previous one for 2.6.31-rt.
The patch is much easier now because the spinlock functions are
nicely wrapped in NV_... macros in nvidia's patch.
 
> Would still appreciate information from someone who knows the code
> about sema_init(mutex,1) though =).
Well, it should work the same.  Still I wouldn't be surprised if this
should be a mutex instead, I havn't looked.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-03-04  8:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02  8:59 Nvidia patches for 2.6.33-rt? Ng Oon-Ee
2010-03-02  9:16 ` Xavier Miller
2010-03-02  9:47   ` Tim Blechmann
2010-03-03 12:16 ` Jonathan Schmidt
2010-03-04  3:20   ` Ng Oon-Ee
2010-03-04  8:42     ` Uwe Kleine-König

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