Hi,

We need to add the below entry 
{"read", "/proc/powerpc/rtas/error_log", EINVAL},
to the "Mapping known_issues[]" array, as the new kernels are
having /proc/powerpc directory along with /proc/ppc64.

Attached the patch to this mail.

Please correct me if any thing is wrong.

Thanks
Muni
--- testcases/kernel/fs/proc/proc01.c	2010-05-07 10:28:15.000000000 +0530
+++ testcases/kernel/fs/proc/proc01_new.c	2010-05-21 16:34:14.921961185 +0530
@@ -96,6 +96,7 @@
     {"read", "/proc/self/attr/*", EINVAL},
     {"read", "/proc/self/task/[0-9]*/attr/*", EINVAL},
     {"read", "/proc/ppc64/rtas/error_log", EINVAL},
+    {"read", "/proc/powerpc/rtas/error_log", EINVAL},
     {"read", "/proc/fs/nfsd/unlock_filesystem", EINVAL},
     {"read", "/proc/fs/nfsd/unlock_ip", EINVAL},
     {"read", "/proc/fs/nfsd/filehandle", EINVAL},
------------------------------------------------------------------------------

_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to