KDKernelDiff

distro vs upstream

linux-generic 7.1.2-26.26-generic → upstream Linux 7.1.2

Compares a distro package against its resolved upstream base. Upstream commits, file changes, distro deltas, and security applicability use the same comparison workspace as release-to-release comparisons.

Ubuntubase 7.1.2
7.1.2upstream base
5upstream commits
6files
4distro changes

comparison workspace

Overview, commits, files, distro changes, authors, security

Distro-to-upstream comparisons use the same workspace as upstream release comparisons, with distro-specific deltas separated from inherited upstream commits.

Target distro package

Distro release
7.1.2-26.26-generic
Package
linux-generic
Upstream base
Linux 7.1.2
Confidence
medium

How to read this comparison

Upstream commits and files show what the package inherits from the resolved base release. Distro changes show package/source/config/build differences that may not appear as upstream Linux commits.

commits

Inherited upstream commits

Filterable commit evidence present through the resolved upstream base release.

Showing 5 of 5 commits
Jens Axboecommitted by Greg Kroah-Hartman2 files+17-7
David S. Millercommitted by Greg Kroah-Hartman1 files+9-2
Alex Deuchercommitted by Greg Kroah-Hartman1 files+6-1
Borislav Petkovcommitted by Greg Kroah-Hartman1 files+22-3

File-level diff explorer

6 of 6 files
patch contextfs/btrfssource diff context
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
--- a/fs/btrfs/relocation.c
+++ b/fs/btrfs/relocation.c
@@ -742,8 +742,13 @@ relocation.c
- put_extent_buffer(eb);
+ if (!eb)
+     return -EIO;
+ drain_replay_queue(root);
+ put_extent_buffer(eb);

distro changes

Package, config, build, and patch deltas

Searchable and filterable downstream changes carried by the selected package.

Showing 4 of 4 distro changes

What this means

  • BORE/BMQ variants are tracked as distro options
  • EEVDF behavior may be tuned differently than upstream defaults

Evidence and provenance

Distro source metadataDelta inferred from package/source metadata

Evidence links connect this row to package metadata, source diffs, config snapshots, patch queues, or explanation records when available.

Author and package maintainer summary

Upstream authorship and downstream package work are tracked separately so attribution remains accurate.

Security and applicability notes

Security relevance is evaluated from upstream commit evidence, CVE links, stable backport trailers, and distro config/package applicability.