[patch 00/14] x86/irq: Plug various vector cleanup races

From: Thomas Gleixner
Date: Thu Dec 31 2015 - 11:31:59 EST


Joe reported a nasty race in the vector cleanup code which results in stale
irq descriptors in the vector arrays and a potential use after free.

This series addresses this issue, another race which was found and fixed by
Jiang related to the same area, plus a cpu hotplug issue which is not related
to this.

This lot is intended for stable, but not yet marked so. The diffstat below is
rather large, but this is mostly due to extensive commentry which I added in
the process.

This is also available via git from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/apic

Thanks,

tglx
---
include/asm/irq.h | 5 -
kernel/apic/vector.c | 221 +++++++++++++++++++++++++++++++++------------------
kernel/irq.c | 11 ++
3 files changed, 158 insertions(+), 79 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/