Go to file
Stephan Kulow 20cc4f59ee Accepting request 147666 from devel:libraries:c_c++
- update to 1.3.7
   librtas allocates buffer space (required for RTAS call) in the 
    RTAS private     memory area through sc_get_rmo_buffer() which 
    internally allocates memory     and protects it by acquiring 
    lock on the allocated memory area.
    
    Locking function :
     At present acquire_file_lock() tries to lock the particular 
    memory area. If the memory area is already locked then it 
    returns error without retrying.
    
    So when two process executes rtas call simultaneously one fails 
    with "Unknown librtas I/O" error.
    
    This patch introduces "Wait for lock to be available" instead 
    of returning with IO error.
    
- fixed minor memory leak in librtas.so

OBS-URL: https://build.opensuse.org/request/show/147666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librtas?expand=0&rev=21
2013-01-10 12:11:57 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librtas?expand=0&rev=1 2007-01-15 23:23:07 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librtas?expand=0&rev=1 2007-01-15 23:23:07 +00:00
baselibs.conf Accepting request 91369 from devel:libraries:c_c++ 2011-11-14 13:52:36 +00:00
librtas-1.3.7.tar.gz Accepting request 146701 from home:k0da:ppc:ras 2012-12-30 22:31:11 +00:00
librtas-failedmagic.patch Accepting request 91369 from devel:libraries:c_c++ 2011-11-14 13:52:36 +00:00
librtas.changes Accepting request 146701 from home:k0da:ppc:ras 2012-12-30 22:31:11 +00:00
librtas.spec Fix source url 2013-01-09 09:40:44 +00:00