Kconfig (fa34da708cbe1e2d9a2ee7fc68ea8fccbf095d12) | Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7) |
---|---|
1# 2# General architecture dependent options 3# 4 5config OPROFILE 6 tristate "OProfile system profiling" 7 depends on PROFILING 8 depends on HAVE_OPROFILE --- 267 unchanged lines hidden (view full) --- 276 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET 277 help 278 Enable tasks to build secure computing environments defined 279 in terms of Berkeley Packet Filter programs which implement 280 task-defined system call filtering polices. 281 282 See Documentation/prctl/seccomp_filter.txt for details. 283 | 1# 2# General architecture dependent options 3# 4 5config OPROFILE 6 tristate "OProfile system profiling" 7 depends on PROFILING 8 depends on HAVE_OPROFILE --- 267 unchanged lines hidden (view full) --- 276 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET 277 help 278 Enable tasks to build secure computing environments defined 279 in terms of Berkeley Packet Filter programs which implement 280 task-defined system call filtering polices. 281 282 See Documentation/prctl/seccomp_filter.txt for details. 283 |
284config HAVE_RCU_USER_QS | 284config HAVE_MOD_ARCH_SPECIFIC |
285 bool 286 help | 285 bool 286 help |
287 Provide kernel entry/exit hooks necessary for userspace 288 RCU extended quiescent state. Syscalls need to be wrapped inside 289 rcu_user_exit()-rcu_user_enter() through the slow path using 290 TIF_NOHZ flag. Exceptions handlers must be wrapped as well. Irqs 291 are already protected inside rcu_irq_enter/rcu_irq_exit() but 292 preemption or signal handling on irq exit still need to be protected. | 287 The arch uses struct mod_arch_specific to store data. Many arches 288 just need a simple module loader without arch specific data - those 289 should not enable this. |
293 | 290 |
291config MODULES_USE_ELF_RELA 292 bool 293 help 294 Modules only use ELF RELA relocations. Modules with ELF REL 295 relocations will give an error. 296 297config MODULES_USE_ELF_REL 298 bool 299 help 300 Modules only use ELF REL relocations. Modules with ELF RELA 301 relocations will give an error. 302 |
|
294source "kernel/gcov/Kconfig" | 303source "kernel/gcov/Kconfig" |