Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! kernel: add helpers for recording and checking modules/firmwar…
…e tree version
  • Loading branch information
bboozzoo committed Sep 24, 2026
commit 0bea3196e343cc2dcff112c049ca3a158efd7fa0
2 changes: 1 addition & 1 deletion kernel/kernel_drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func DriversTreeOutdated(destDir string) (bool, error) {
// A tree marked with a version *newer* than what is currently running (e.g.
// after a snapd revert) is deliberately NOT considered outdated: rebuilding
// it with older, possibly-buggy logic could regress a fix already applied
// by the newer generator. Only consider the kernel tree to be outdated of
// by the newer generator. Only consider the kernel tree to be outdated if
// the current snapd version is strictly newer.
return kernelDriversTreeGeneratorVersion > v.GeneratorVersion, nil
}
Expand Down
Loading