upstream comparison
v7.1.1...v7.1.2
Readable comparison view for adjacent upstream kernel releases.
15commits
25files
9security signals
0CVEs
comparison workspace
Overview, commits, files, authors, security
Every comparison type uses the same production-oriented workspace: summary statistics, filterable records, and expandable evidence.
commits
Only in target release
Filterable commit list for the right side of the comparison.
Showing 15 of 15 commits
File-level diff explorer
25 of 25 filespatch contextio_uringsource diff context
diff --git a/io_uring/net.c b/io_uring/net.c --- a/io_uring/net.c +++ b/io_uring/net.c @@ -42,6 +42,10 @@ net.c - old_path(); + if (unlikely(!state)) + return -EINVAL; + new_path();
Security and regression signals
Security-relevant commits, CVE-linked fixes, Fixes: trailers, and Cc: stable signals are available through the commit filters above and will also roll up here.