File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1912,6 +1912,34 @@ fn test_android(target: &str) {
1912
1912
// FIXME: The value has been changed on r26b:
1913
1913
| "SYS_syscalls" if aarch64 => true ,
1914
1914
1915
+ // From `<include/linux/sched.h>`.
1916
+ | "PF_VCPU"
1917
+ | "PF_IDLE"
1918
+ | "PF_EXITING"
1919
+ | "PF_POSTCOREDUMP"
1920
+ | "PF_IO_WORKER"
1921
+ | "PF_WQ_WORKER"
1922
+ | "PF_FORKNOEXEC"
1923
+ | "PF_SUPERPRIV"
1924
+ | "PF_DUMPCORE"
1925
+ | "PF_MCE_PROCESS"
1926
+ | "PF_SIGNALED"
1927
+ | "PF_MEMALLOC"
1928
+ | "PF_NPROC_EXCEEDED"
1929
+ | "PF_USED_MATH"
1930
+ | "PF_USER_WORKER"
1931
+ | "PF_NOFREEZE"
1932
+ | "PF_KSWAPD"
1933
+ | "PF_MEMALLOC_NOFS"
1934
+ | "PF_MEMALLOC_NOIO"
1935
+ | "PF_LOCAL_THROTTLE"
1936
+ | "PF_KTHREAD"
1937
+ | "PF_RANDOMIZE"
1938
+ | "PF_NO_SETAFFINITY"
1939
+ | "PF_MCE_EARLY"
1940
+ | "PF_MEMALLOC_PIN"
1941
+ | "PF_SUSPEND_TASK" => true ,
1942
+
1915
1943
_ => false ,
1916
1944
}
1917
1945
} ) ;
You can’t perform that action at this time.
0 commit comments