Skip to content

Commit

Permalink
FIXME: vmalloc and vfree not defined
Browse files Browse the repository at this point in the history
include/linux/vmalloc.h should be included explicitly

Signed-off-by: shenping.matt <shenping.matt@bytedance.com>
  • Loading branch information
shenping-bd committed Jun 3, 2024
1 parent 27eecc2 commit 2a195d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/LKM/src/smith_hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <linux/kthread.h>
#include <linux/moduleparam.h>
#include <linux/highmem.h>
#include <linux/vmalloc.h>

#include "../include/smith_hook.h"
#include "../include/trace.h"
Expand Down

0 comments on commit 2a195d5

Please sign in to comment.