Hi Marc,
2017-10-19 20:15 GMT+09:00 Marc Zyngier <[email protected]>: > Masahiro Yamada (2): > irqdomain: Move revmap_trees_mutex to struct irq_domain > irqdomain: Add __rcu annotations to radix tree slot > Thomas had already pick this up. It is in Linus' tree now. commit 7755d83e48397e822aac751b1545f8bcf71d133e Author: Masahiro Yamada <[email protected]> Date: Fri Sep 22 21:20:41 2017 +0900 irqdomain: Add __rcu annotations to radix tree accessors Fix various address spaces warning of sparse. kernel/irq/irqdomain.c:1463:14: warning: incorrect type in assignment (different address spaces) kernel/irq/irqdomain.c:1463:14: expected void **slot kernel/irq/irqdomain.c:1463:14: got void [noderef] <asn:4>** kernel/irq/irqdomain.c:1465:66: warning: incorrect type in argument 2 (different address spaces) kernel/irq/irqdomain.c:1465:66: expected void [noderef] <asn:4>**slot kernel/irq/irqdomain.c:1465:66: got void **slot Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Jason Cooper <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Best Regards Masahiro Yamada

