aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/vcs/linux_patches.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/vcs/linux_patches.go b/pkg/vcs/linux_patches.go
index bd50761fa..2ec3e0c63 100644
--- a/pkg/vcs/linux_patches.go
+++ b/pkg/vcs/linux_patches.go
@@ -15,6 +15,8 @@ type BackportCommit struct {
// The title of the commit to cherry-pick.
// It's used to determine whether the fix is already in place.
FixTitle string `json:"fix_title"`
+ // The field is only intended to make config files less cryptic.
+ Comment string `json:"comment"`
}
// linuxFixBackports() cherry-picks the commits necessary to compile/run older Linux kernel releases.