Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
kbuild.patch | modernize Kbuild integration | Andreas Beckmann <anbe@debian.org> | no | |||
fix-building-against-4.12.patch | [PATCH] fix building against 4.12 | Karol Herbst <karolherbst@gmail.com> | no | 2017-07-09 | ||
0001-Use-proc_ops-structure-for-kernel-version-5.6.0.patch | [PATCH] Use proc_ops structure for kernel version >= 5.6.0 Since 5.6.0, proc_create requires a proc_ops* argument instead of file_operations*. Commit with the migrationin the kernel source can be found at https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdccccbc252e9 |
Mateusz Mandera <mateusz.mandera@protonmail.com> | no | 2020-03-31 | ||
linux-5.18.patch | diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.18/bbswitch.c | no | vendor, https://raw.githubusercontent.com/archlinux/svntogit-community/packages/bbswitch/trunk/0003-kernel-5.18.patch | |||
0002-check-for-power-state-only-if-acpi-is-enabled.patch | In bbswitch_off() we use acpi_bus_get_device() to determine the power state, but this feature is only available if ACPI is enabled in the kernel, so make sure to do this check only when ACPI is available to prevent build errors. |
Andrea Righi <andrea.righi@canonical.com> | yes | upstream |