Commit e4bce97
committed
Merge: CVE-2024-42226 kernel: usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-9/-/merge_requests/2322
JIRA: https://issues.redhat.com/browse/RHEL-52378
CVE: CVE-2024-42226
This MR fixes a lack of endpoint ring condition at the handle_tx_event()
function. This bug can be triggered on transfer events that don't always
point to a TRB.
Signed-off-by: Desnes Nunes <desnesn@redhat.com>
Approved-by: Andrew Halaney <ahalaney@redhat.com>
Approved-by: Charles Mirabile <cmirabil@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Approved-by: David Arcari <darcari@redhat.com>
Merged-by: Lucas Zampieri <lzampier@redhat.com>1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2660 | 2660 | | |
2661 | 2661 | | |
2662 | 2662 | | |
2663 | | - | |
| 2663 | + | |
2664 | 2664 | | |
2665 | 2665 | | |
2666 | 2666 | | |
2667 | | - | |
| 2667 | + | |
2668 | 2668 | | |
2669 | 2669 | | |
2670 | 2670 | | |
2671 | 2671 | | |
2672 | 2672 | | |
| 2673 | + | |
2673 | 2674 | | |
2674 | 2675 | | |
2675 | 2676 | | |
| |||
0 commit comments