We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971e7c6 commit b2cd407Copy full SHA for b2cd407
libc-test/build.rs
@@ -3586,8 +3586,10 @@ fn test_linux(target: &str) {
3586
// present in recent kernels only
3587
"PR_SCHED_CORE" | "PR_SCHED_CORE_CREATE" | "PR_SCHED_CORE_GET" | "PR_SCHED_CORE_MAX" | "PR_SCHED_CORE_SCOPE_PROCESS_GROUP" | "PR_SCHED_CORE_SCOPE_THREAD" | "PR_SCHED_CORE_SCOPE_THREAD_GROUP" | "PR_SCHED_CORE_SHARE_FROM" | "PR_SCHED_CORE_SHARE_TO" => true,
3588
3589
- // present in recent kernels only
+ // present in recent kernels only >= 5.13
3590
"PR_PAC_SET_ENABLED_KEYS" | "PR_PAC_GET_ENABLED_KEYS" => true,
3591
+ // present in recent kernels only >= 5.19
3592
+ "PR_SME_SET_VL" | "PR_SME_GET_VL" | "PR_SME_VL_LEN_MAX" | "PR_SME_SET_VL_INHERIT" | "PR_SME_SET_VL_ONE_EXEC" => true,
3593
3594
// Added in Linux 5.14
3595
"FUTEX_LOCK_PI2" => true,
0 commit comments