mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
pure getcpu() example
This commit is contained in:
@@ -730,6 +730,10 @@ path_properties_tuples = (
|
||||
'more_than_1s': True,
|
||||
'test_run_args': {'cpus': 2},
|
||||
},
|
||||
'getcpu.c': {
|
||||
'requires_syscall_getcpu': True,
|
||||
'test_run_args': {'cpus': 2},
|
||||
},
|
||||
'init_env_poweroff.c': {'requires_sudo': True},
|
||||
'mmap_anonymous_touch.c': {
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat/issues/103
|
||||
|
||||
Reference in New Issue
Block a user