diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-09-01 14:56:33 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-09-02 10:51:10 +0000 |
| commit | 96a211bca8bcc72de621f8990d476177d3463857 (patch) | |
| tree | 6e3d214f3ca1c1da5bb3bf66f2dec8b9bcfa09bb /pkg/vcs | |
| parent | 73911b888d379ee9a8c30130a5514b304d21c6e9 (diff) | |
pkg/vcs: backport fixes for devm_drm_of_get_bridge link error
This should fix our broken bisections.
Closes #6136.
Diffstat (limited to 'pkg/vcs')
| -rw-r--r-- | pkg/vcs/linux_patches.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/vcs/linux_patches.go b/pkg/vcs/linux_patches.go index 85d74c620..c95e77599 100644 --- a/pkg/vcs/linux_patches.go +++ b/pkg/vcs/linux_patches.go @@ -114,4 +114,16 @@ var pickLinuxCommits = []BackportCommit{ FixHash: `10a77965760c6e2b3eef483be33ae407004df894`, FixTitle: `batman-adv: Fix double-hold of meshif when getting enabled`, }, + { + // Fixes `ld.lld: error: undefined symbol: devm_drm_of_get_bridge`. + GuiltyHash: `2a04739139b2b2761571e18937e2400e71eff664`, + FixHash: `b12fa5e76e1463fc5a196f2717040e4564e184b6`, + FixTitle: `drm/bridge: select DRM_KMS_HELPER for AUX_BRIDGE`, + }, + { + // Fixes `undefined symbol: devm_drm_of_get_bridge referenced by nb7vpq904m.c`. + GuiltyHash: `2a04739139b2b2761571e18937e2400e71eff664`, + FixHash: `c5d296bad640b190c52ef7508114d70e971a4bba`, + FixTitle: `usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGE`, + }, } |
