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
..
2018-10-25 06:50:48 -07:00
2018-10-26 08:21:04 -06:00
2018-10-18 15:39:10 -07:00
2018-10-26 16:26:32 -07:00
2018-10-26 14:36:21 -07:00
2018-10-24 14:43:41 +01:00
2018-10-29 15:16:01 -07:00
2018-10-25 11:17:40 -06:00
2018-10-27 09:24:24 -07:00
2018-10-29 15:16:01 -07:00
2018-10-25 18:01:29 -07:00
2018-10-23 16:16:40 +01:00
2018-10-26 16:26:32 -07:00
2018-10-25 16:43:35 -07:00
2018-10-25 06:50:48 -07:00
2018-10-29 15:16:01 -07:00
2018-10-29 15:16:01 -07:00
2018-10-16 11:13:50 +02:00
2018-10-25 06:50:48 -07:00
2018-10-29 14:29:58 -07:00
2018-10-29 14:29:58 -07:00
2018-10-15 20:54:17 +02:00
2018-10-23 09:42:05 +01:00
2018-10-29 14:44:03 -07:00
2018-10-23 13:32:18 +01:00
2018-10-29 10:38:10 -07:00
2018-10-26 16:25:19 -07:00
2018-10-28 11:35:40 -07:00
2018-10-26 19:33:41 -07:00
2018-10-29 08:25:00 -07:00
2018-10-24 14:43:41 +01:00
2018-10-26 20:51:36 +02:00
2018-10-19 00:56:17 +11:00
2018-10-29 10:30:44 -07:00
2018-10-26 13:00:44 -07:00
2018-10-29 14:29:58 -07:00
2018-10-25 06:19:15 -07:00
2018-10-29 14:44:03 -07:00
2018-10-23 13:32:18 +01:00
2018-10-23 01:09:22 +01:00
2018-10-23 08:45:05 +01:00
2018-10-28 19:26:42 -07:00
2018-10-23 13:28:53 -05:00
2018-10-25 06:31:56 -07:00
2018-10-25 06:50:48 -07:00
2018-10-15 15:56:15 +02:00
2018-10-29 10:42:20 -07:00
2018-10-17 17:22:26 +02:00
2018-10-28 11:35:40 -07:00
2018-10-26 14:36:21 -07:00
2018-10-22 17:30:06 +01:00
2018-10-26 08:14:13 -07:00
2018-10-23 08:45:05 +01:00
2018-10-26 09:11:43 -07:00
2018-10-26 12:09:58 -07:00
2018-10-23 13:32:18 +01:00
2018-10-28 19:20:06 -07:00
2018-10-23 01:54:44 +01:00
2018-10-29 15:16:01 -07:00
2018-10-25 02:35:42 +02:00
2018-10-25 17:57:35 -07:00
2018-10-26 12:43:13 -07:00
2018-11-02 11:22:09 -07:00
2018-10-25 06:19:15 -07:00
2018-10-29 14:29:58 -07:00
2018-10-25 07:40:30 -07:00
2018-10-11 09:16:44 -07:00
2018-10-26 12:04:29 -07:00
2018-10-29 10:42:20 -07:00
2018-10-26 08:14:13 -07:00
2018-10-20 20:47:02 +11:00
2018-10-29 14:29:58 -07:00
2018-10-15 20:50:32 +02:00
2018-10-22 10:16:28 +02:00
2018-10-23 17:54:58 +01:00