We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807a3b6 commit b062516Copy full SHA for b062516
pkg/vcs/linux_patches.go
@@ -114,4 +114,10 @@ var pickLinuxCommits = []BackportCommit{
114
FixHash: `10a77965760c6e2b3eef483be33ae407004df894`,
115
FixTitle: `batman-adv: Fix double-hold of meshif when getting enabled`,
116
},
117
+ {
118
+ // Fixes `ld.lld: error: undefined symbol: devm_drm_of_get_bridge`.
119
+ GuiltyHash: `2a04739139b2b2761571e18937e2400e71eff664`,
120
+ FixHash: `b12fa5e76e1463fc5a196f2717040e4564e184b6`,
121
+ FixTitle: `drm/bridge: select DRM_KMS_HELPER for AUX_BRIDGE`,
122
+ },
123
}
0 commit comments