Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linux-arm
linux-vf
Commits
e37d88ff
Commit
e37d88ff
authored
Jul 14, 2020
by
Vincenzo Frascino
Browse files
fixup! kasan_set_tag_vmalloc() multiple definitions
Signed-off-by:
Vincenzo Frascino
<
vincenzo.frascino@arm.com
>
parent
60a5179b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linux/kasan.h
View file @
e37d88ff
...
...
@@ -238,8 +238,10 @@ static inline int kasan_populate_vmalloc(unsigned long start,
{
return
0
;
}
void
*
kasan_set_tag_vmalloc
(
void
*
addr
)
{
}
static
inline
void
*
kasan_set_tag_vmalloc
(
void
*
addr
)
{
return
addr
;
}
static
inline
void
kasan_poison_vmalloc
(
const
void
*
start
,
unsigned
long
size
)
{
}
static
inline
void
kasan_unpoison_vmalloc
(
const
void
*
start
,
unsigned
long
size
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment