Skip to content

Commit 0f46486

Browse files
committed
Merge tag 'firewire-fixes-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Pull firewire fix from Takashi Sakamoto: "When new structures and events were added to UAPI in v6.5 kernel, the required update to the subsystem ABI version returned to userspace client was overlooked. The version is now updated" * tag 'firewire-fixes-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: firewire: core: fix overlooked update of subsystem ABI version
2 parents 3b08f56 + 853a57b commit 0f46486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firewire/core-cdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/*
4242
* ABI version history is documented in linux/firewire-cdev.h.
4343
*/
44-
#define FW_CDEV_KERNEL_VERSION 5
44+
#define FW_CDEV_KERNEL_VERSION 6
4545
#define FW_CDEV_VERSION_EVENT_REQUEST2 4
4646
#define FW_CDEV_VERSION_ALLOCATE_REGION_END 4
4747
#define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW 5

0 commit comments

Comments
 (0)