KDKernelDiff

distro kernel comparison

7.1.1-arch1-1 → 7.1.2-arch1-1

Compares the source Arch linux package release against the target package release. Upstream commits, files, distro changes, and security applicability are separated so users can see what changed and why.

10inherited commits
11files
4distro changes
3notable deltas

comparison workspace

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

Every comparison uses the same workspace. This distro comparison adds package/config/build deltas while preserving the upstream commit and file views.

How to read this comparison

The source package is the baseline. The target package is the release being evaluated. Commit and file sections show upstream-derived evidence; distro changes show package, config, build, source, and module deltas that are not necessarily upstream commits.

Source kernel

Distro
Arch
Package
linux
Release
7.1.1-arch1-1
Base
7.1.1

Target kernel

Distro
Arch
Package
linux
Release
7.1.2-arch1-1
Base
7.1.2

commits

Inherited or changed upstream commits

Filterable commit evidence associated with the selected distro kernel range, with inherited upstream work kept distinct from downstream package changes.

Showing 10 of 10 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
Andrew Mortoncommitted by Greg Kroah-Hartman1 files+18-7
Theodore Ts’ocommitted by Greg Kroah-Hartman1 files+12-5
Peter Zijlstracommitted by Greg Kroah-Hartman1 files+24-9

File-level diff explorer

11 of 11 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

These are distro-specific changes between selected package releases. They are searchable and filterable like commits and files.

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

Commit author, committer, reviewer, and distro package maintainer roles are tracked separately. This keeps upstream authorship distinct from downstream package work.

Security and applicability notes

Security notes show whether the package inherits upstream fixes, carries downstream security patches, or changes config/package defaults that affect applicability.