Hi Greg, Since the previous versions ([1], [2]) didn't land anywhere yet, I'm resending the whole thing with a few additions: Sasha reported a user-controllable allocation with a possible overflow, Chunyan found an off-by-one in another allocation path and I also found a couple of locking issues that are better resolved sooner than later. Please consider this for 4.4 still if possible.
[1] http://marc.info/?l=linux-kernel&m=144845503811729 [2] http://marc.info/?l=linux-kernel&m=144706387705997 Alexander Shishkin (5): stm class: Fix locking in unbinding policy path stm class: Fix link list locking stm class: Prevent user-controllable allocations intel_th: pci: Add Apollo Lake SOC support intel_th: pci: Add Broxton SOC support Arnd Bergmann (1): stm class: Select CONFIG_SRCU Chunyan Zhang (1): stm class: Fix an off-by-one in master array allocation Geert Uytterhoeven (2): stm class: Hide STM-specific options if STM is disabled intel_th: INTEL_TH should depend on HAS_DMA drivers/hwtracing/intel_th/Kconfig | 1 + drivers/hwtracing/intel_th/pci.c | 10 +++++++++ drivers/hwtracing/stm/Kconfig | 5 +++++ drivers/hwtracing/stm/core.c | 43 +++++++++++++++++++++++++++++--------- drivers/hwtracing/stm/policy.c | 18 +++++++++++++--- drivers/hwtracing/stm/stm.h | 1 + 6 files changed, 65 insertions(+), 13 deletions(-) -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

