From ace42388776f0550302abd612b42521846dfc634 Mon Sep 17 00:00:00 2001 From: Oliver Neukum Date: Apr 17 2023 11:17:39 +0000 Subject: struct wmi_svc_avail_ev_arg: new member to end (git-fixes). --- diff --git a/patches.kabi/struct-wmi_svc_avail_ev_arg-new-member-to-end.patch b/patches.kabi/struct-wmi_svc_avail_ev_arg-new-member-to-end.patch new file mode 100644 index 0000000..7a56cbf --- /dev/null +++ b/patches.kabi/struct-wmi_svc_avail_ev_arg-new-member-to-end.patch @@ -0,0 +1,34 @@ +From 5b6bd2f7ac7030c6614ddc9709b7a806fe3de7c2 Mon Sep 17 00:00:00 2001 +From: Oliver Neukum +Date: Mon, 17 Apr 2023 13:14:41 +0200 +Subject: [PATCH] struct wmi_svc_avail_ev_arg: new member to end +Patch-mainline: Never, kABI fixup +References: git-fixes + +Shifting the new flag to the end + +Signed-off-by: Oliver Neukum +--- + drivers/net/wireless/ath/ath10k/wmi.h | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h +index 1292f3235..4b56c37a6 100644 +--- a/drivers/net/wireless/ath/ath10k/wmi.h ++++ b/drivers/net/wireless/ath/ath10k/wmi.h +@@ -6713,9 +6713,11 @@ struct wmi_svc_rdy_ev_arg { + }; + + struct wmi_svc_avail_ev_arg { +- bool service_map_ext_valid; + __le32 service_map_ext_len; + const __le32 *service_map_ext; ++#ifndef __GENKSYMS__ ++ bool service_map_ext_valid; ++#endif + }; + + struct wmi_rdy_ev_arg { +-- +2.40.0 + diff --git a/series.conf b/series.conf index 24d3091..5de5e0f 100644 --- a/series.conf +++ b/series.conf @@ -64219,6 +64219,7 @@ patches.kabi/NFS-Pass-error-information-to-the-pgio-error-cleanup.patch patches.kabi/PCI-endpoint-Fix-for-concurrent-memory-allocation-in.patch patches.kabi/intel_pmc_ipc-restore-ability-to-call-functions-with.patch + patches.kabi/struct-wmi_svc_avail_ev_arg-new-member-to-end.patch ######################################################## # You'd better have a good reason for adding a patch