mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/8370 JIRA: https://issues.redhat.com/browse/RHEL-147798 This MR rebases supported usb/tbt/memstick/extcon drivers to upstream kernel v7.0. By design, rebase changes are limited to supported drivers and their relevant physical infrastructure. Treewide changes which touch these drivers are partially pulled in, whenever found out to be relevant. 1) CVEs: ``` CVE: CVE-2026-43259 CVE: CVE-2026-43170 CVE: CVE-2026-43425 CVE: CVE-2026-43429 CVE: CVE-2026-43428 CVE: CVE-2026-43427 CVE: CVE-2026-43432 CVE: CVE-2026-43488 CVE: CVE-2026-31758 CVE: CVE-2026-31729 CVE: CVE-2026-31759 CVE: CVE-2026-46109 ``` 2) Addition/Removal of code: This MR also adds ethtool speed codes to allow the Thunderbolt/USB4 net- working driver to be used with the bonding driver. Furthermore, the MR also passes IRQF_ONESHOT directly in devm_request_irq() at genirq, since this flag is being removed from irqflags in multiple drivers. Signed-off-by: Desnes Nunes <desnesn@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: mheib <mheib@redhat.com> Approved-by: Jarod Wilson <jarod@redhat.com> Approved-by: José Ignacio Tornos Martínez <jtornosm@redhat.com> Approved-by: Dennis Chen <dechen@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>