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.
Thomas Gleixner
1cf180c94e
x86, irq: Plug memory leak in sparse irq
...
free_irq_cfg() is not freeing the cpumask_vars in irq_cfg. Fixing this
triggers a use after free caused by the fact that copying struct
irq_cfg is done with memcpy, which copies the pointer not the cpumask.
Fix both places.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
LKML-Reference: <alpine.LFD.2.00.1009282052570.2416@localhost6.localdomain6>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
15 years ago
..
boot
x86, setup: Fix earlyprintk=serial,0x3f8,115200
15 years ago
configs
defconfig reduction
15 years ago
crypto
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
15 years ago
ia32
x86-64, compat: Retruncate rax after ia32 syscall entry tracing
15 years ago
include/ asm
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
kernel
x86, irq: Plug memory leak in sparse irq
15 years ago
kvm
KVM: i8259: fix migration
15 years ago
lguest
lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.
15 years ago
lib
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
math-emu
x86, fpu: Unbreak FPU emulation
15 years ago
mm
x86: Fix the address space annotations of iomap_atomic_prot_pfn()
15 years ago
oprofile
oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)
15 years ago
pci
x86/PCI: use for_each_pci_dev()
15 years ago
power
x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states
15 years ago
tools
…
vdso
Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
video
…
xen
xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary
15 years ago
.gitignore
add random binaries to .gitignore
15 years ago
Kbuild
…
Kconfig
Replace Configure with Enable in description of MAXSMP
15 years ago
Kconfig.cpu
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
Kconfig.debug
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
Makefile
x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=y
15 years ago
Makefile_32.cpu
…