This is a note to let you know that I've just added the patch titled wifi: cfg80211: fix certs build to not depend on file order to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: wifi-cfg80211-fix-certs-build-to-not-depend-on-file-order.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3c2a8ebe3fe66a5f77d4c164a0bea8e2ff37b455 Mon Sep 17 00:00:00 2001 From: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Thu, 14 Dec 2023 09:08:16 +0100 Subject: wifi: cfg80211: fix certs build to not depend on file order From: Johannes Berg <johannes.berg@xxxxxxxxx> commit 3c2a8ebe3fe66a5f77d4c164a0bea8e2ff37b455 upstream. The file for the new certificate (Chen-Yu Tsai's) didn't end with a comma, so depending on the file order in the build rule, we'd end up with invalid C when concatenating the (now two) certificates. Fix that. Cc: stable@xxxxxxxxxxxxxxx Reported-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Reported-by: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> Fixes: fb768d3b13ff ("wifi: cfg80211: Add my certificate") Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- net/wireless/certs/wens.hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/wireless/certs/wens.hex +++ b/net/wireless/certs/wens.hex @@ -84,4 +84,4 @@ 0xf0, 0xc7, 0x83, 0xbb, 0xa2, 0x81, 0x03, 0x2d, 0xd4, 0x2a, 0x63, 0x3f, 0xf7, 0x31, 0x2e, 0x40, 0x33, 0x5c, 0x46, 0xbc, 0x9b, 0xc1, 0x05, 0xa5, -0x45, 0x4e, 0xc3 +0x45, 0x4e, 0xc3, Patches currently in stable-queue which might be from johannes.berg@xxxxxxxxx are queue-6.6/wifi-mac80211-check-if-the-existing-link-config-rema.patch queue-6.6/wifi-cfg80211-add-my-certificate.patch queue-6.6/wifi-mac80211-mesh-check-element-parsing-succeeded.patch queue-6.6/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch queue-6.6/wifi-cfg80211-fix-certs-build-to-not-depend-on-file-order.patch queue-6.6/wifi-mac80211-mesh_plink-fix-matches_local-logic.patch queue-6.6/wifi-mac80211-check-defragmentation-succeeded.patch queue-6.6/wifi-ieee80211-don-t-require-protected-vendor-action.patch queue-6.6/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch