-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
43 lines (30 loc) · 1.55 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Changelog for librtas-1.3.8
=======================================
commit cd1868315f728ea5e8399df5fb7689a88870d7da
Author: Nathan Fontenot <[email protected]>
Date: Thu Jan 31 12:27:48 2013 -0600
Identify Platform Resource Reassignment Notifications (PRRN).
Signed-off-by: Nathan Fontenot <[email protected]>
Changelog for librtas-1.3.7
=======================================
commit 0d02142ec36e176694c90ab722aedc75c48801a0
Author: Vasant Hegde <[email protected]>
Date: Tue Dec 18 13:08:09 2012 -0600
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.
Signed-off-by: Vasant Hegde <[email protected]>
commit aea297b24ed0167970732193bbfd206a6c844dec
Author: Vasant Hegde <[email protected]>
Date: Tue Dec 18 13:06:21 2012 -0600
This patch fixes minor memory leak in librtas.so
Signed-off-by: Vasant Hegde <[email protected]>
Signed-off-by: Nathan Fontenot <[email protected]>