mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://issues.redhat.com/projects/RHEL/issues/RHEL-194201 Upstream Status: RHEL-only This reverts the following commits to remove all TX timestamping commits that cause build errors: 134f4b39df7b Bluetooth: add support for skb TX SND/COMPLETION timestamping d415ba288259 Bluetooth: ISO: add TX timestamping 11770f41b8a7 Bluetooth: L2CAP: add TX timestamping bdbcd5287196 Bluetooth: SCO: add TX timestamping c174cd0945ad Bluetooth: increment TX timestamping tskey always for stream sockets 3908feb1bd7f Bluetooth: L2CAP: copy RX timestamp to new fragments dd0ccf858057 Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO Removing the above commits is needed until TX timestamping support is backported to the RHEL-9 network stack. Revert Conflicts resolved: net/bluetooth/hci_conn.c net/bluetooth/hci_core.c Note - These commits were reverted at the end rather than being omitted, since they impact the context of later commits in the rebase. Removing their changes in one commit at the end localizes the context differences, making future rebases simpler. Signed-off-by: David Marlin <dmarlin@redhat.com>