syscall: Increase bpf fake uname to 5.4.299

Signed-off-by: Ansh <singhansh64321@gmail.com>
This commit is contained in:
Tim Zimmermann
2026-01-20 13:32:52 +00:00
committed by Ansh
parent 7009554fae
commit e9dfea1356

View File

@@ -1195,7 +1195,7 @@ SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name)
!strncmp(current->comm, "netbpfload", 10) ||
!strncmp(current->comm, "netd", 4)) {
if (current_uid().val == 0) {
strcpy(tmp.release, "5.4.186");
strcpy(tmp.release, "5.4.299");
pr_debug("fake uname: %s/%d release=%s\n",
current->comm, current->pid, tmp.release);
}