Source kernel
- Distro
- Arch
- Package
- linux
- Release
- 7.1.1-arch1-1
- Base
- 7.1.1
distro kernel comparison
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.
comparison workspace
Every comparison uses the same workspace. This distro comparison adds package/config/build deltas while preserving the upstream commit and file views.
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.
commits
Filterable commit evidence associated with the selected distro kernel range, with inherited upstream work kept distinct from downstream package changes.
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
These are distro-specific changes between selected package releases. They are searchable and filterable like commits and files.
Security notes show whether the package inherits upstream fixes, carries downstream security patches, or changes config/package defaults that affect applicability.