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. Signed-off-by: Munipradeep Beerakam <mpradeep@linux.vnet.ibm.com>.
Please correct me if any thing is wrong.
diff --git a/testcases/kernel/fs/proc/proc01.c b/testcases/kernel/fs/proc/proc01.c
index 2d4a5fd..8864360 100644
--- a/testcases/kernel/fs/proc/proc01.c
+++ b/testcases/kernel/fs/proc/proc01.c
@@ -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},