Target distro package
- Distro release
- 7.1.2-2-cachyos
- Package
- linux-cachyos
- Upstream base
- Linux 7.1.2
- Confidence
- high
distro vs upstream
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.
comparison workspace
Distro-to-upstream comparisons use the same workspace as upstream release comparisons, with distro-specific deltas separated from inherited upstream commits.
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
Filterable commit evidence present through the resolved upstream base release.
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
Searchable and filterable downstream changes carried by the selected package.
Security relevance is evaluated from upstream commit evidence, CVE links, stable backport trailers, and distro config/package applicability.