Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel v6.12 #4610

Merged
merged 15 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/b/bbswitch/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : bbswitch
version : '0.8'
release : 350
release : 351
source :
- https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz : 76cabd3f734fb4fe6ebfe3ec9814138d0d6f47d47238521ecbd6a986b60d1477
license : GPL-2.0-or-later
Expand Down
12 changes: 6 additions & 6 deletions packages/b/bbswitch/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</Description>
<PartOf>kernel.drivers</PartOf>
<Files>
<Path fileType="data">/lib64/modules/6.6.63-261.lts/misc/bbswitch.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.6.63-261.lts/misc/bbswitch.ko.zst</Path>
<Path fileType="data">/lib64/modules/6.6.66-262.lts/misc/bbswitch.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.6.66-262.lts/misc/bbswitch.ko.zst</Path>
</Files>
</Package>
<Package>
Expand All @@ -31,13 +31,13 @@
</Description>
<PartOf>kernel.drivers</PartOf>
<Files>
<Path fileType="data">/lib64/modules/6.11.10-310.current/misc/bbswitch.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.11.10-310.current/misc/bbswitch.ko.zst</Path>
<Path fileType="data">/lib64/modules/6.12.5-311.current/misc/bbswitch.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.12.5-311.current/misc/bbswitch.ko.zst</Path>
</Files>
</Package>
<History>
<Update release="350">
<Date>2024-11-23</Date>
<Update release="351">
<Date>2024-12-18</Date>
<Version>0.8</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
Expand Down
15 changes: 15 additions & 0 deletions packages/b/broadcom-sta/files/linux-6.12.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff -Nurp a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
--- a/src/wl/sys/wl_linux.c 2024-11-19 03:05:21.160736778 +0000
+++ b/src/wl/sys/wl_linux.c 2024-11-19 03:09:59.010905106 +0000
@@ -56,7 +56,11 @@
#include <asm/irq.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 12, 0)
+#include <linux/unaligned.h>
+#else
#include <asm/unaligned.h>
+#endif

#include <proto/802.1d.h>

1 change: 1 addition & 0 deletions packages/b/broadcom-sta/files/series
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ debian/26-linux-5.18.patch
debian/27-linux-6.00.patch
debian/28-wl-Update-for-linux-5.17-deprecations.patch
debian/29-linux-6.01.patch
linux-6.12.patch
2 changes: 1 addition & 1 deletion packages/b/broadcom-sta/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : broadcom-sta
version : 6.30.223.271
release : 420
release : 421
homepage : http://www.broadcom.com/support/802.11/linux_sta.php
source :
- https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz : 5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be
Expand Down
16 changes: 8 additions & 8 deletions packages/b/broadcom-sta/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</Description>
<PartOf>kernel.drivers</PartOf>
<RuntimeDependencies>
<Dependency releaseFrom="420">broadcom-sta-common</Dependency>
<Dependency releaseFrom="421">broadcom-sta-common</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/lib64/modules/6.6.63-261.lts/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.6.63-261.lts/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="data">/lib64/modules/6.6.66-262.lts/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.6.66-262.lts/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="data">/usr/share/metainfo/broadcom-sta-lts.metainfo.xml</Path>
</Files>
</Package>
Expand All @@ -45,11 +45,11 @@
</Description>
<PartOf>kernel.drivers</PartOf>
<RuntimeDependencies>
<Dependency releaseFrom="420">broadcom-sta-common</Dependency>
<Dependency releaseFrom="421">broadcom-sta-common</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/lib64/modules/6.11.10-310.current/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.11.10-310.current/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="data">/lib64/modules/6.12.5-311.current/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="library">/usr/lib64/modules/6.12.5-311.current/kernel/drivers/net/wireless/wl.ko.zst</Path>
<Path fileType="data">/usr/share/metainfo/broadcom-sta-current.metainfo.xml</Path>
</Files>
</Package>
Expand All @@ -64,8 +64,8 @@
</Files>
</Package>
<History>
<Update release="420">
<Date>2024-11-23</Date>
<Update release="421">
<Date>2024-12-18</Date>
<Version>6.30.223.271</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
Expand Down
Loading
Loading