Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
drivers/firewire/core-cdev.c
··· 41 41 /* 42 42 * ABI version history is documented in linux/firewire-cdev.h. 43 43 */ 44 - #define FW_CDEV_KERNEL_VERSION 5 44 + #define FW_CDEV_KERNEL_VERSION 6 45 45 #define FW_CDEV_VERSION_EVENT_REQUEST2 4 46 46 #define FW_CDEV_VERSION_ALLOCATE_REGION_END 4 47 47 #define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW 5