KDKernelDiff

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
Joanne Koongcommitted by Greg Kroah-Hartman1 files+5-14
Yang Erkuncommitted by Greg Kroah-Hartman3 files+12-66
Mingyu Wangcommitted by Greg Kroah-Hartman1 files+1-1
Sam Dalycommitted by Greg Kroah-Hartman1 files+6-2
Sam Dalycommitted by Greg Kroah-Hartman1 files+6-1
Giovanni Cabidducommitted by Greg Kroah-Hartman8 files+1-558
Yi Yangcommitted by Greg Kroah-Hartman1 files+1-1
Viken Dadhaniyacommitted by Greg Kroah-Hartman1 files+3-6
Stepan Ionichevcommitted by Greg Kroah-Hartman1 files+3-1
Georgi Djakovcommitted by Greg Kroah-Hartman1 files+2-1
Gil Portnoycommitted by Greg Kroah-Hartman1 files+5-0
Ruslan Valiyevcommitted by Greg Kroah-Hartman1 files+7-1
Miklos Szeredicommitted by Greg Kroah-Hartman1 files+7-1

File-level diff explorer

25 of 25 files
patch 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();

Author and committer summary

Changed commits are grouped by author, committer, reviewer, reporter, and subsystem maintainer so attribution and review responsibility stay visible.

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.