Skip to content

Commit

Permalink
syscall: Increase bpf fake uname to 5.4.186
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux4 authored and backslashxx committed Feb 10, 2025
1 parent e921ac9 commit 51a53f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name)
if (!strncmp(current->comm, "bpfloader", 9) ||
!strncmp(current->comm, "netbpfload", 10) ||
!strncmp(current->comm, "netd", 4)) {
strcpy(tmp.release, "5.4.0");
strcpy(tmp.release, "5.4.186");
pr_debug("fake uname: %s/%d release=%s\n",
current->comm, current->pid, tmp.release);
}
Expand Down

0 comments on commit 51a53f7

Please sign in to comment.