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