linux-stable/drivers/soc
Marc Zyngier 832ad0e3da soc: ti: QMSS: Fix usage of irq_set_affinity_hint
The Keystone QMSS driver is pretty damaged, in the sense that it
does things like this:

	irq_set_affinity_hint(irq, to_cpumask(&cpu_map));

where cpu_map is a local variable. As we leave the function, this
will point to nowhere-land, and things will end-up badly.

Instead, let's use a proper cpumask that gets allocated, giving
the driver a chance to actually work with things like irqbalance
as well as have a hypothetical 64bit future.

Cc: stable@vger.kernel.org
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2018-11-02 11:22:09 -07:00
..
actions soc: actions: sps: Add S900 power domains 2018-09-30 16:48:10 +02:00
amlogic soc: amlogic: add meson-canvas driver 2018-09-12 21:38:45 -07:00
atmel
bcm soc: bcm: brcmstb: Add missing DDR MEMC compatible strings 2018-06-26 15:44:25 -07:00
dove soc: Convert to using %pOFn instead of device_node.name 2018-10-04 14:16:01 -05:00
fsl ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
gemini
imx soc: imx: gpcv2: Switch to SPDX identifier 2018-10-01 13:24:15 +08:00
lantiq
mediatek soc: mediatek: pwrap: add mt6357 driver for mt6765 SoCs 2018-09-25 17:36:38 +02:00
qcom ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
renesas soc: renesas: rcar-rst: Add support for RZ/G1N 2018-09-17 10:46:31 +02:00
rockchip soc: Convert to using %pOFn instead of device_node.name 2018-10-04 14:16:01 -05:00
samsung
sunxi soc: sunxi: Add the A13, A23 and H3 system control compatibles 2018-07-19 16:39:12 +02:00
tegra ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
ti soc: ti: QMSS: Fix usage of irq_set_affinity_hint 2018-11-02 11:22:09 -07:00
ux500
versatile
xilinx
zte
Kconfig
Makefile drivers: soc: Allow building the sunxi driver without ARCH_SUNXI 2018-09-12 22:40:00 +08:00