Skip to content

Commit 58ce82b

Browse files
committed
build-llvm.py: Update to latest mainline release
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent a3daf63 commit 58ce82b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
445445
)
446446
else:
447-
lsm.location = Path(src_folder, 'linux-6.14')
447+
lsm.location = Path(src_folder, 'linux-6.15-rc2')
448448
lsm.patches = list(src_folder.glob('*.patch'))
449449

450450
lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
diff --git a/drivers/net/wireless/intel/iwlwifi/mld/d3.c b/drivers/net/wireless/intel/iwlwifi/mld/d3.c
2+
index 5a7207accd86..1e0c4ea3802c 100644
3+
--- a/drivers/net/wireless/intel/iwlwifi/mld/d3.c
4+
+++ b/drivers/net/wireless/intel/iwlwifi/mld/d3.c
5+
@@ -20,6 +20,7 @@
6+
#include <net/ipv6.h>
7+
#include <net/addrconf.h>
8+
#include <linux/bitops.h>
9+
+#include <linux/unroll.h>
10+
11+
/**
12+
* enum iwl_mld_d3_notif - d3 notifications
13+
@@ -1754,6 +1755,7 @@ iwl_mld_send_proto_offload(struct iwl_mld *mld,
14+
15+
addrconf_addr_solict_mult(&wowlan_data->target_ipv6_addrs[i],
16+
&solicited_addr);
17+
+ unrolled_none
18+
for (j = 0; j < c; j++)
19+
if (ipv6_addr_cmp(&nsc[j].dest_ipv6_addr,
20+
&solicited_addr) == 0)

0 commit comments

Comments
 (0)