]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
firewire: core: fix overlooked update of subsystem ABI version
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 20 Sep 2025 02:51:48 +0000 (11:51 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 20 Sep 2025 03:17:50 +0000 (12:17 +0900)
In kernel v6.5, several functions were added to the cdev layer. This
required updating the default version of subsystem ABI up to 6, but
this requirement was overlooked.

This commit updates the version accordingly.

Fixes: 6add87e9764d ("firewire: cdev: add new version of ABI to notify time stamp at request/response subaction of transaction#")
Link: https://lore.kernel.org/r/20250920025148.163402-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-cdev.c

index 78b10c6ef7fec741e677f2f0ba07915acc887f0e..2e93189d7142ae156208641846fe38b127708d6b 100644 (file)
@@ -41,7 +41,7 @@
 /*
  * ABI version history is documented in linux/firewire-cdev.h.
  */
-#define FW_CDEV_KERNEL_VERSION                 5
+#define FW_CDEV_KERNEL_VERSION                 6
 #define FW_CDEV_VERSION_EVENT_REQUEST2         4
 #define FW_CDEV_VERSION_ALLOCATE_REGION_END    4
 #define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW        5