Hi Linus,
The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:
Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.10-rc4
for you to fetch changes up to 893098b2af3ea12bab2f505aa825662b379df67d:
firewire: core: record card index in bus_reset_handle tracepoints event (2024-06-15 14:59:26 +0900)
----------------------------------------------------------------
firewire fixes for v6.10-rc4
- Update tracepoints events introduced in v6.10-rc1 so that it includes the
numeric identifier of host card in which the event happens.
- replace wiki URL with the current website URL in Kconfig
----------------------------------------------------------------
Takashi Sakamoto (9):
firewire: fix website URL in Kconfig
firewire: core: record card index in tracepoinrts events derived from async_outbound_complete_template
firewire: core: record card index in tracepoinrts events derived from async_outbound_initiate_template
firewire: core: record card index in tracepoinrts events derived from async_inbound_template
firewire: core: record card index in async_phy_outbound_initiate tracepoints event
firewire: core: record card index in async_phy_outbound_complete tracepoints event
firewire: core: record card index in async_phy_inbound tracepoints event
firewire: core: record card index in tracepoinrts events derived from bus_reset_arrange_template
firewire: core: record card index in bus_reset_handle tracepoints event
drivers/firewire/Kconfig | 2 +-
drivers/firewire/core-card.c | 6 +++---
drivers/firewire/core-cdev.c | 6 +++---
drivers/firewire/core-topology.c | 2 +-
drivers/firewire/core-transaction.c | 30 ++++++++++++++++--------------
include/trace/events/firewire.h | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
6 files changed, 93 insertions(+), 66 deletions(-)
Regards
Takashi Sakamoto