You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric W. Biederman
59586e5a26
[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.
...
machine_restart, machine_halt and machine_power_off are machine
specific hooks deep into the reboot logic, that modules
have no business messing with. Usually code should be calling
kernel_restart, kernel_halt, kernel_power_off, or
emergency_restart. So don't export machine_restart,
machine_halt, and machine_power_off so we can catch buggy users.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
..
Makefile
…
alpha_ksyms.c
…
asm-offsets.c
…
console.c
…
core_apecs.c
…
core_cia.c
…
core_irongate.c
…
core_lca.c
…
core_marvel.c
…
core_mcpcia.c
…
core_polaris.c
…
core_t2.c
…
core_titan.c
…
core_tsunami.c
…
core_wildfire.c
…
entry.S
…
err_common.c
…
err_ev6.c
…
err_ev7.c
…
err_impl.h
…
err_marvel.c
…
err_titan.c
…
es1888.c
…
gct.c
…
head.S
…
init_task.c
…
io.c
…
irq.c
…
irq_alpha.c
…
irq_i8259.c
…
irq_impl.h
…
irq_pyxis.c
…
irq_srm.c
…
machvec_impl.h
…
module.c
…
ns87312.c
…
osf_sys.c
…
pci-noop.c
…
pci.c
…
pci_impl.h
…
pci_iommu.c
…
process.c
[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.
20 years ago
proto.h
…
ptrace.c
…
semaphore.c
…
setup.c
…
signal.c
…
smc37c93x.c
…
smc37c669.c
…
smp.c
…
srm_env.c
…
srmcons.c
…
sys_alcor.c
…
sys_cabriolet.c
…
sys_dp264.c
…
sys_eb64p.c
…
sys_eiger.c
…
sys_jensen.c
…
sys_marvel.c
…
sys_miata.c
…
sys_mikasa.c
…
sys_nautilus.c
…
sys_noritake.c
…
sys_rawhide.c
…
sys_ruffian.c
…
sys_rx164.c
…
sys_sable.c
…
sys_sio.c
…
sys_sx164.c
…
sys_takara.c
…
sys_titan.c
…
sys_wildfire.c
…
systbls.S
…
time.c
…
traps.c
…
vmlinux.lds.S
…