]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop firewire-core-fix-overlooked-update-of-subsystem-abi.patch from older trees
authorSasha Levin <sashal@kernel.org>
Thu, 25 Sep 2025 14:46:56 +0000 (10:46 -0400)
committerSasha Levin <sashal@kernel.org>
Thu, 25 Sep 2025 14:46:56 +0000 (10:46 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-5.10/firewire-core-fix-overlooked-update-of-subsystem-abi.patch [deleted file]
queue-5.10/series
queue-5.15/firewire-core-fix-overlooked-update-of-subsystem-abi.patch [deleted file]
queue-5.15/series
queue-5.4/firewire-core-fix-overlooked-update-of-subsystem-abi.patch [deleted file]
queue-5.4/series
queue-6.1/firewire-core-fix-overlooked-update-of-subsystem-abi.patch [deleted file]
queue-6.1/series

diff --git a/queue-5.10/firewire-core-fix-overlooked-update-of-subsystem-abi.patch b/queue-5.10/firewire-core-fix-overlooked-update-of-subsystem-abi.patch
deleted file mode 100644 (file)
index 6c5c683..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 8c5093e9e68a59ea8a60ff2fc602fad3ec5b50a0 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sat, 20 Sep 2025 11:51:48 +0900
-Subject: firewire: core: fix overlooked update of subsystem ABI version
-
-From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-
-[ Upstream commit 853a57ba263adfecf4430b936d6862bc475b4bb5 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/firewire/core-cdev.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c
-index 16ea847ade5fd..3ca9d1c38fef8 100644
---- a/drivers/firewire/core-cdev.c
-+++ b/drivers/firewire/core-cdev.c
-@@ -38,7 +38,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
--- 
-2.51.0
-
index 0add3a6fd88535d7ab34dc2f15a4f741ecf32305..8bf9204b9d0428fd7443c0824ecc284d9633c27a 100644 (file)
@@ -81,7 +81,6 @@ net-rfkill-gpio-add-dt-support.patch
 net-rfkill-gpio-fix-crash-due-to-dereferencering-uninitialized-pointer.patch
 btrfs-tree-checker-fix-the-incorrect-inode-ref-size-check.patch
 mptcp-propagate-shutdown-to-subflows-when-possible.patch
-firewire-core-fix-overlooked-update-of-subsystem-abi.patch
 alsa-usb-audio-fix-block-comments-in-mixer_quirks.patch
 alsa-usb-audio-drop-unnecessary-parentheses-in-mixer.patch
 alsa-usb-audio-avoid-multiple-assignments-in-mixer_q.patch
diff --git a/queue-5.15/firewire-core-fix-overlooked-update-of-subsystem-abi.patch b/queue-5.15/firewire-core-fix-overlooked-update-of-subsystem-abi.patch
deleted file mode 100644 (file)
index d2a11c3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 6df51ff6e19b1a32deb89eda387fc3d0e4dd6081 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sat, 20 Sep 2025 11:51:48 +0900
-Subject: firewire: core: fix overlooked update of subsystem ABI version
-
-From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-
-[ Upstream commit 853a57ba263adfecf4430b936d6862bc475b4bb5 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/firewire/core-cdev.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c
-index 16ea847ade5fd..3ca9d1c38fef8 100644
---- a/drivers/firewire/core-cdev.c
-+++ b/drivers/firewire/core-cdev.c
-@@ -38,7 +38,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
--- 
-2.51.0
-
index dfae519d23ee7873daa4019b4f68ce6f1046e634..dfd4c4dacc64ae389964c85e8e910658f016b841 100644 (file)
@@ -100,7 +100,6 @@ ksmbd-smbdirect-validate-data_offset-and-data_length-field-of-smb_direct_data_tr
 mptcp-propagate-shutdown-to-subflows-when-possible.patch
 net-rfkill-gpio-add-dt-support.patch
 net-rfkill-gpio-fix-crash-due-to-dereferencering-uninitialized-pointer.patch
-firewire-core-fix-overlooked-update-of-subsystem-abi.patch
 alsa-usb-audio-fix-block-comments-in-mixer_quirks.patch
 alsa-usb-audio-drop-unnecessary-parentheses-in-mixer.patch
 alsa-usb-audio-avoid-multiple-assignments-in-mixer_q.patch
diff --git a/queue-5.4/firewire-core-fix-overlooked-update-of-subsystem-abi.patch b/queue-5.4/firewire-core-fix-overlooked-update-of-subsystem-abi.patch
deleted file mode 100644 (file)
index 60d3600..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 401eb36971159200b5cb73c00f6412c54dfdcb1f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sat, 20 Sep 2025 11:51:48 +0900
-Subject: firewire: core: fix overlooked update of subsystem ABI version
-
-From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-
-[ Upstream commit 853a57ba263adfecf4430b936d6862bc475b4bb5 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/firewire/core-cdev.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c
-index 4fe36d549d615..f3f2c8fa8463f 100644
---- a/drivers/firewire/core-cdev.c
-+++ b/drivers/firewire/core-cdev.c
-@@ -38,7 +38,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
--- 
-2.51.0
-
index 4d5187b09c76d8abc52fdf5c5c1fd303973f40df..80d96f2e09a3263ecf56f7e5df3574c352e67bb9 100644 (file)
@@ -52,7 +52,6 @@ serial-sc16is7xx-fix-bug-in-flow-control-levels-init.patch
 net-rfkill-gpio-add-dt-support.patch
 net-rfkill-gpio-fix-crash-due-to-dereferencering-uninitialized-pointer.patch
 kvm-svm-sync-tpr-from-lapic-into-vmcb-v_tpr-even-if-avic-is-active.patch
-firewire-core-fix-overlooked-update-of-subsystem-abi.patch
 alsa-usb-audio-fix-block-comments-in-mixer_quirks.patch
 alsa-usb-audio-avoid-multiple-assignments-in-mixer_q.patch
 alsa-usb-audio-simplify-null-comparison-in-mixer_qui.patch
diff --git a/queue-6.1/firewire-core-fix-overlooked-update-of-subsystem-abi.patch b/queue-6.1/firewire-core-fix-overlooked-update-of-subsystem-abi.patch
deleted file mode 100644 (file)
index cd501a6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From bbb4ab1d7b1ad7fff7a85aa9144d0edc5a70bacc Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Sat, 20 Sep 2025 11:51:48 +0900
-Subject: firewire: core: fix overlooked update of subsystem ABI version
-
-From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-
-[ Upstream commit 853a57ba263adfecf4430b936d6862bc475b4bb5 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/firewire/core-cdev.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c
-index 958aa4662ccb0..5cb0059f57e6b 100644
---- a/drivers/firewire/core-cdev.c
-+++ b/drivers/firewire/core-cdev.c
-@@ -39,7 +39,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
--- 
-2.51.0
-
index a38e88d7b0287545b56b4ebb723623f7670f413b..2e99d193ee656fe205755362d65bd350aa632afd 100644 (file)
@@ -1,4 +1,3 @@
-firewire-core-fix-overlooked-update-of-subsystem-abi.patch
 alsa-usb-audio-fix-block-comments-in-mixer_quirks.patch
 alsa-usb-audio-drop-unnecessary-parentheses-in-mixer.patch
 alsa-usb-audio-avoid-multiple-assignments-in-mixer_q.patch