You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: thunderbolt: Fix DP tunneling out of resource
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2027
## BUGZILLA
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2107603
## UPSTREAM STATUS
Upstream Status: Patch has been accepted on kernel/git/torvalds/linux.git
## CONFLICTS
None
## BUILD INFORMATION
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=50536258
## TESTING
Functional testing: TBD
Smoke test:
~~~
# uname -r
5.14.0-258.rh2107603.el9.x86_64
# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.1 (Plow)
# rpm -q --changelog kernel-5.14.0-258.rh2107603.el9.x86_64 | head -n2
* Mon Feb 06 2023 Desnes Nunes <desnesn@redhat.com> [5.14.0-258.rh2107603.el9]
- thunderbolt: Add DP OUT resource when DP tunnel is discovered (Desnes Nunes)
# lscpu | grep -m2 -e "Arch\|Model name:"
Architecture: x86_64
Model name: AMD EPYC 7742 64-Core Processor
# dmidecode | grep -A3 '^System Information'
System Information
Manufacturer: HP
Product Name: ProLiant DL320e Gen8 v2
Version: Not Specified
~~~
## DESCRIPTION
This fixes the discovery of a DP tunnel by adding the new tunnelled DP OUT port accordingly to the dp_resource list
Signed-off-by: Desnes Nunes <desnesn@redhat.com>
Approved-by: Dean Nelson <dnelson@redhat.com>
Approved-by: David Arcari <darcari@redhat.com>
Approved-by: Torez Smith <torez@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
0 commit comments