Skip to content
Draft
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
12 changes: 6 additions & 6 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ source:
- dummy-backlight
- v4l2loopback
files:
- url: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-@VERSION@.tar.xz
signature: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-@VERSION@.tar.sign
uncompress: true
# - url: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-@VERSION@.tar.xz
# signature: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-@VERSION@.tar.sign
# uncompress: true
## for -rc kernels, use this:
# - git-url: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
# git-basename: linux-@VERSION@
# tag: v@VERSION@
- git-url: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git-basename: linux-@VERSION@
tag: v@VERSION@
pubkeys:
- kernel.org-2-key.asc
- kernel.org-1-key.asc
46 changes: 0 additions & 46 deletions 0001-ALSA-hda-realtek-Limit-Star-Labs-internal-mic-boost.patch

This file was deleted.

8 changes: 3 additions & 5 deletions 0001-asus-wmi-without-pci-hotplug.patch
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,19 @@ diff -rupN a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c

if (asus->driver->quirks->wmi_force_als_set)
asus_wmi_set_als();
@@ -5181,10 +5197,14 @@ static int asus_wmi_add(struct platform_
fail_wmi_handler:
@@ -5181,8 +5197,12 @@ static int asus_wmi_add(struct platform_
fail_screenpad:
asus_wmi_backlight_exit(asus);
fail_backlight:
+#if IS_ENABLED(CONFIG_HOTPLUG_PCI)
asus_wmi_rfkill_exit(asus);
+#endif /* IS_ENABLED(CONFIG_HOTPLUG_PCI) */
fail_screenpad:
asus_screenpad_exit(asus);
+#if IS_ENABLED(CONFIG_HOTPLUG_PCI)
fail_rfkill:
+#endif /* IS_ENABLED(CONFIG_HOTPLUG_PCI) */
asus_wmi_led_exit(asus);
fail_leds:
fail_hwmon:
fail_custom_fan_curve:
@@ -5212,7 +5232,9 @@ static void asus_wmi_remove(struct platf
asus_screenpad_exit(asus);
asus_wmi_input_exit(asus);
Expand Down
12 changes: 12 additions & 0 deletions 0001-lnl-enable-sriov.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 5f2a0b19839d..f482209e3c08 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -405,6 +405,7 @@ static const struct xe_device_desc lnl_desc = {
.needs_scratch = true,
.va_bits = 48,
.vm_max_level = 4,
+ .has_sriov = true,
};

static const u16 bmg_g21_ids[] = { INTEL_BMG_G21_IDS(NOP), 0 };
46 changes: 0 additions & 46 deletions 0001-xen-xenbus-check-otherend_id-only-after-it-has-been-.patch

This file was deleted.

33 changes: 0 additions & 33 deletions 0001-xen-xenbus-log-more-information-when-device-state-go.patch

This file was deleted.

36 changes: 0 additions & 36 deletions 0002-ALSA-hda-realtek-Add-StarFighter-HDA-SSID.patch

This file was deleted.

6 changes: 2 additions & 4 deletions kernel.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ Patch27: 0001-amdgpu-timeout.patch
Patch30: 0004-pvops-respect-removable-xenstore-flag-for-block-devi.patch
Patch31: 0001-PCI-add-a-reset-quirk-for-Intel-I219LM-ethernet-adap.patch
Patch34: 0001-rust-fixup.patch
Patch35: 0001-xen-xenbus-log-more-information-when-device-state-go.patch
Patch36: 0001-xen-xenbus-check-otherend_id-only-after-it-has-been-.patch
Patch37: 0001-ALSA-hda-realtek-Limit-Star-Labs-internal-mic-boost.patch
Patch38: 0002-ALSA-hda-realtek-Add-StarFighter-HDA-SSID.patch
Patch39: 0001-drm_xe_limit_sg_segment_size_to_page_size_on_xen_pv.patch
Patch40: 0001-asus-wmi-without-pci-hotplug.patch

Expand All @@ -156,6 +152,8 @@ Patch61: xen-events-Add-wakeup-support-to-xen-pirq.patch
Patch62: xen-pm-use-suspend.patch
Patch63: xen-pciback-pm-suspend.patch

Patch99: 0001-lnl-enable-sriov.patch

%description
Qubes Dom0 kernel.

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.5
7.3-rc3