ma, 2025-03-17 kello 13:50 -0400, Luiz Augusto von Dentz kirjoitti: > Hi Pauli, > > On Wed, Feb 19, 2025 at 7:43 PM Jason Xing <kerneljasonxing@xxxxxxxxx> wrote: > > > > On Thu, Feb 20, 2025 at 2:15 AM Pauli Virtanen <pav@xxxxxx> wrote: > > > > > > Add support for TX timestamping in Bluetooth ISO/L2CAP/SCO sockets. > > > > > > Add new COMPLETION timestamp type, to report a software timestamp when > > > the hardware reports a packet completed. (Cc netdev for this) > > > > > > Previous discussions: > > > https://lore.kernel.org/linux-bluetooth/cover.1739097311.git.pav@xxxxxx/ > > > https://lore.kernel.org/all/6642c7f3427b5_20539c2949a@xxxxxxxxxxxxxxxxxxxxxx.notmuch/ > > > https://lore.kernel.org/all/cover.1710440392.git.pav@xxxxxx/ [clip] > > We are sort of running out of time, if we want to be able to merge by > the next merge window then it must be done this week. It took a bit of time to get back to it, but v5 is sent now. Note that it does not apply cleanly on bluetooth-next/master, as the first commit is based on net-next since there have been some changes there that need to be taken into account here: commit e6116fc605574bb58c2016938ff24a7fbafe6e2a Author: Willem de Bruijn <willemb@xxxxxxxxxx> Date: Tue Feb 25 04:33:55 2025 net: skb: free up one bit in tx_flags commit aa290f93a4af662b8d2d9e9df65798f9f24cecf3 Author: Jason Xing <kerneljasonxing@xxxxxxxxx> Date: Thu Feb 20 09:29:33 2025 net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING -- Pauli Virtanen