2fd4ef85e0
Pavel Emelianov and Kirill Korotaev observe that fs and arch users of security_vm_enough_memory tend to forget to vm_unacct_memory when a failure occurs further down (typically in setup_arg_pages variants). These are all users of insert_vm_struct, and that reservation will only be unaccounted on exit if the vma is marked VM_ACCOUNT: which in some cases it is (hidden inside VM_STACK_FLAGS) and in some cases it isn't. So x86_64 32-bit and ppc64 vDSO ELFs have been leaking memory into Committed_AS each time they're run. But don't add VM_ACCOUNT to them, it's inappropriate to reserve against the very unlikely case that gdb be used to COW a vDSO page - we ought to do something about that in do_wp_page, but there are yet other inconsistencies to be resolved. The safe and economical way to fix this is to let insert_vm_struct do the security_vm_enough_memory check when it finds VM_ACCOUNT is set. And the MIPS irix_brk has been calling security_vm_enough_memory before calling do_brk which repeats it, doubly accounting and so also leaking. Remove that, and all the fs and arch calls to security_vm_enough_memory: give it a less misleading name later on. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-Off-By: Kirill Korotaev <dev@sw.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
vdso32 | ||
vdso64 | ||
align.c | ||
asm-offsets.c | ||
binfmt_elf32.c | ||
bitops.c | ||
bpa_iic.c | ||
bpa_iic.h | ||
bpa_iommu.c | ||
bpa_iommu.h | ||
bpa_nvram.c | ||
bpa_setup.c | ||
btext.c | ||
cpu_setup_power4.S | ||
cputable.c | ||
dma.c | ||
eeh.c | ||
entry.S | ||
firmware.c | ||
head.S | ||
HvCall.c | ||
hvCall.S | ||
hvconsole.c | ||
hvcserver.c | ||
HvLpConfig.c | ||
HvLpEvent.c | ||
i8259.c | ||
i8259.h | ||
idle_power4.S | ||
idle.c | ||
init_task.c | ||
ioctl32.c | ||
iomap.c | ||
iommu.c | ||
irq.c | ||
iSeries_htab.c | ||
iSeries_iommu.c | ||
iSeries_irq.c | ||
iSeries_pci.c | ||
iSeries_proc.c | ||
iSeries_setup.c | ||
iSeries_setup.h | ||
iSeries_smp.c | ||
iSeries_vio.c | ||
iSeries_VpdInfo.c | ||
ItLpQueue.c | ||
kprobes.c | ||
lmb.c | ||
lparcfg.c | ||
LparData.c | ||
lparmap.c | ||
machine_kexec.c | ||
Makefile | ||
maple_pci.c | ||
maple_setup.c | ||
maple_time.c | ||
mf.c | ||
misc.S | ||
module.c | ||
mpic.c | ||
mpic.h | ||
nvram.c | ||
of_device.c | ||
pacaData.c | ||
pci_direct_iommu.c | ||
pci_dn.c | ||
pci_iommu.c | ||
pci.c | ||
pci.h | ||
pmac_feature.c | ||
pmac_low_i2c.c | ||
pmac_nvram.c | ||
pmac_pci.c | ||
pmac_setup.c | ||
pmac_smp.c | ||
pmac_time.c | ||
pmac.h | ||
pmc.c | ||
ppc_ksyms.c | ||
proc_ppc64.c | ||
process.c | ||
prom_init.c | ||
prom.c | ||
pSeries_hvCall.S | ||
pSeries_iommu.c | ||
pSeries_lpar.c | ||
pSeries_nvram.c | ||
pSeries_pci.c | ||
pSeries_reconfig.c | ||
pSeries_setup.c | ||
pSeries_smp.c | ||
pSeries_vio.c | ||
ptrace32.c | ||
ptrace.c | ||
ras.c | ||
rtas_flash.c | ||
rtas_pci.c | ||
rtas-proc.c | ||
rtas.c | ||
rtasd.c | ||
rtc.c | ||
scanlog.c | ||
semaphore.c | ||
setup.c | ||
signal32.c | ||
signal.c | ||
smp-tbsync.c | ||
smp.c | ||
spider-pic.c | ||
sys_ppc32.c | ||
syscalls.c | ||
sysfs.c | ||
time.c | ||
traps.c | ||
u3_iommu.c | ||
udbg_16550.c | ||
udbg_scc.c | ||
udbg.c | ||
vdso.c | ||
vecemu.c | ||
vector.S | ||
vio.c | ||
viopath.c | ||
vmlinux.lds.S | ||
xics.c |