Searched hist:d7b627277b57370223d682cede979a279284b12a (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | radix-tree.h | d7b627277b57370223d682cede979a279284b12a Mon Feb 13 14:58:24 CST 2017 Matthew Wilcox <mawilcox@microsoft.com> radix-tree: Fix __rcu annotations
Many places were missing __rcu annotations. A few places needed a few lines of explanation about why it was safe to not use RCU accessors. Add a custom CFLAGS setting to the Makefile to ensure that new patches don't miss RCU annotations.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
|
/openbmc/linux/lib/ |
H A D | radix-tree.c | d7b627277b57370223d682cede979a279284b12a Mon Feb 13 14:58:24 CST 2017 Matthew Wilcox <mawilcox@microsoft.com> radix-tree: Fix __rcu annotations
Many places were missing __rcu annotations. A few places needed a few lines of explanation about why it was safe to not use RCU accessors. Add a custom CFLAGS setting to the Makefile to ensure that new patches don't miss RCU annotations.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
|
H A D | Makefile | d7b627277b57370223d682cede979a279284b12a Mon Feb 13 14:58:24 CST 2017 Matthew Wilcox <mawilcox@microsoft.com> radix-tree: Fix __rcu annotations
Many places were missing __rcu annotations. A few places needed a few lines of explanation about why it was safe to not use RCU accessors. Add a custom CFLAGS setting to the Makefile to ensure that new patches don't miss RCU annotations.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
|