mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
Merge commit 'fixes.2015.02.23a' into core/rcu
Conflicts: kernel/rcu/tree.c Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
commit
8bc6782fe2
11 changed files with 159 additions and 128 deletions
|
@ -269,7 +269,8 @@ our $Sparse = qr{
|
|||
__init_refok|
|
||||
__kprobes|
|
||||
__ref|
|
||||
__rcu
|
||||
__rcu|
|
||||
__private
|
||||
}x;
|
||||
our $InitAttributePrefix = qr{__(?:mem|cpu|dev|net_|)};
|
||||
our $InitAttributeData = qr{$InitAttributePrefix(?:initdata\b)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue