mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
![]() Add the const qualifier to all the ctl_tables in the tree except for
watchdog_hardlockup_sysctl, memory_allocation_profiling_sysctls,
loadpin_sysctl_table and the ones calling register_net_sysctl (./net,
drivers/inifiniband dirs). These are special cases as they use a
registration function with a non-const qualified ctl_table argument or
modify the arrays before passing them on to the registration function.
Constifying ctl_table structs will prevent the modification of
proc_handler function pointers as the arrays would reside in .rodata.
This is made possible after commit
|
||
---|---|---|
.. | ||
ptrace | ||
syscalls | ||
trace | ||
vdso | ||
.gitignore | ||
85xx_entry_mapping.S | ||
align.c | ||
asm-offsets.c | ||
audit.c | ||
audit_32.h | ||
btext.c | ||
cacheinfo.c | ||
cacheinfo.h | ||
compat_audit.c | ||
cpu_setup_6xx.S | ||
cpu_setup_44x.S | ||
cpu_setup_e500.S | ||
cpu_setup_pa6t.S | ||
cpu_setup_power.c | ||
cpu_setup_ppc970.S | ||
cpu_specs.h | ||
cpu_specs_8xx.h | ||
cpu_specs_44x.h | ||
cpu_specs_47x.h | ||
cpu_specs_85xx.h | ||
cpu_specs_book3s_32.h | ||
cpu_specs_book3s_64.h | ||
cpu_specs_e500mc.h | ||
cputable.c | ||
crash_dump.c | ||
dawr.c | ||
dbell.c | ||
dexcr.c | ||
dma-iommu.c | ||
dma-mask.c | ||
dma-swiotlb.c | ||
dt_cpu_ftrs.c | ||
early_32.c | ||
eeh.c | ||
eeh_cache.c | ||
eeh_driver.c | ||
eeh_event.c | ||
eeh_pe.c | ||
eeh_sysfs.c | ||
entry_32.S | ||
epapr_hcalls.S | ||
epapr_paravirt.c | ||
exceptions-64e.S | ||
exceptions-64s.S | ||
fadump.c | ||
firmware.c | ||
fpu.S | ||
head_8xx.S | ||
head_32.h | ||
head_44x.S | ||
head_64.S | ||
head_85xx.S | ||
head_book3s_32.S | ||
head_booke.h | ||
hw_breakpoint.c | ||
hw_breakpoint_constraints.c | ||
idle.c | ||
idle_6xx.S | ||
idle_64e.S | ||
idle_85xx.S | ||
idle_book3s.S | ||
ima_arch.c | ||
interrupt.c | ||
interrupt_64.S | ||
io-workarounds.c | ||
io.c | ||
iomap.c | ||
iommu.c | ||
irq.c | ||
irq_64.c | ||
isa-bridge.c | ||
jump_label.c | ||
kdebugfs.c | ||
kgdb.c | ||
kprobes-ftrace.c | ||
kprobes.c | ||
kvm.c | ||
kvm_emul.S | ||
l2cr_6xx.S | ||
legacy_serial.c | ||
Makefile | ||
mce.c | ||
mce_power.c | ||
misc.S | ||
misc_32.S | ||
misc_64.S | ||
module.c | ||
module_32.c | ||
module_64.c | ||
msi.c | ||
note.S | ||
nvram_64.c | ||
of_platform.c | ||
optprobes.c | ||
optprobes_head.S | ||
paca.c | ||
pci-common.c | ||
pci-hotplug.c | ||
pci_32.c | ||
pci_64.c | ||
pci_dn.c | ||
pci_of_scan.c | ||
pmc.c | ||
ppc_save_regs.S | ||
proc_powerpc.c | ||
process.c | ||
prom.c | ||
prom_entry_64.S | ||
prom_init.c | ||
prom_init_check.sh | ||
prom_parse.c | ||
reloc_32.S | ||
reloc_64.S | ||
rethook.c | ||
rtas-proc.c | ||
rtas-rtc.c | ||
rtas.c | ||
rtas_entry.S | ||
rtas_flash.c | ||
rtas_pci.c | ||
rtasd.c | ||
secure_boot.c | ||
security.c | ||
secvar-ops.c | ||
secvar-sysfs.c | ||
setup-common.c | ||
setup.h | ||
setup_32.c | ||
setup_64.c | ||
signal.c | ||
signal.h | ||
signal_32.c | ||
signal_64.c | ||
smp-tbsync.c | ||
smp.c | ||
stacktrace.c | ||
static_call.c | ||
suspend.c | ||
switch.S | ||
swsusp.c | ||
swsusp_32.S | ||
swsusp_64.c | ||
swsusp_85xx.S | ||
swsusp_asm64.S | ||
sys_ppc32.c | ||
syscall.c | ||
syscalls.c | ||
sysfs.c | ||
systbl.c | ||
tau_6xx.c | ||
time.c | ||
tm.S | ||
traps.c | ||
ucall.S | ||
udbg.c | ||
udbg_16550.c | ||
uprobes.c | ||
vdso.c | ||
vdso32_wrapper.S | ||
vdso64_wrapper.S | ||
vecemu.c | ||
vector.S | ||
vmlinux.lds.S | ||
watchdog.c |