Skip to content

Commit

Permalink
fix(driver/bpf): fixed fedora-5.8 bpf verifier.
Browse files Browse the repository at this point in the history
See kernel testing matrix on amd64 in master.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Oct 12, 2023
1 parent 379e7dc commit 8e7482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/bpf/fillers.h
Expand Up @@ -2262,7 +2262,7 @@ FILLER(proc_startupdate, true)
struct mm_struct *mm;
long total_rss;
char empty = 0;
long args_len;
volatile long args_len;
long retval;
pid_t tgid;
long swap;
Expand Down

0 comments on commit 8e7482f

Please sign in to comment.