diff --git a/debian/changelog b/debian/changelog index 2cc11f0..f37dc3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linux (6.15.11-1) sid; urgency=medium + + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.15.11 + + -- Konstantin Demin Wed, 20 Aug 2025 21:45:46 +0300 + linux (6.15.10-1) sid; urgency=medium * New upstream stable update: diff --git a/debian/patches/bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch b/debian/patches/bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch index 3253d0d..3d54326 100644 --- a/debian/patches/bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch +++ b/debian/patches/bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch @@ -69,7 +69,7 @@ Signed-off-by: Geoff Levand * acpi_boot_table_init() called from setup_arch(), always. * 1. find RSDP and get its address, and then find XSDT * 2. extract all tables and checksums them all -@@ -257,6 +286,8 @@ done: +@@ -261,6 +290,8 @@ done: if (IS_ENABLED(CONFIG_ACPI_BGRT)) acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt); diff --git a/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch b/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch index e2c23da..0b0db6e 100644 --- a/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch +++ b/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch @@ -21,7 +21,7 @@ probably discontinued 10 years ago. -config FB_NVIDIA - tristate "nVidia Framebuffer Support" -- depends on FB && PCI +- depends on FB && PCI && HAS_IOPORT - select FB_CFB_FILLRECT - select FB_CFB_COPYAREA - select FB_CFB_IMAGEBLIT diff --git a/debian/patches/debian/export-symbols-needed-by-binder.patch b/debian/patches/debian/export-symbols-needed-by-binder.patch index d1a5458..cc2d5e3 100644 --- a/debian/patches/debian/export-symbols-needed-by-binder.patch +++ b/debian/patches/debian/export-symbols-needed-by-binder.patch @@ -23,7 +23,7 @@ Export the currently un-exported symbols it depends on. --- a/fs/file.c +++ b/fs/file.c -@@ -843,6 +843,7 @@ struct file *file_close_fd(unsigned int +@@ -858,6 +858,7 @@ struct file *file_close_fd(unsigned int return file; } diff --git a/debian/patches/features/x86/intel-iommu-add-option-to-exclude-integrated-gpu-only.patch b/debian/patches/features/x86/intel-iommu-add-option-to-exclude-integrated-gpu-only.patch index 2347d08..f77b244 100644 --- a/debian/patches/features/x86/intel-iommu-add-option-to-exclude-integrated-gpu-only.patch +++ b/debian/patches/features/x86/intel-iommu-add-option-to-exclude-integrated-gpu-only.patch @@ -68,7 +68,7 @@ Signed-off-by: Ben Hutchings } else if (!strncmp(str, "forcedac", 8)) { pr_warn("intel_iommu=forcedac deprecated; use iommu.forcedac instead\n"); iommu_dma_forcedac = true; -@@ -1935,6 +1943,9 @@ static int device_def_domain_type(struct +@@ -1949,6 +1957,9 @@ static int device_def_domain_type(struct if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev)) return IOMMU_DOMAIN_IDENTITY; @@ -78,7 +78,7 @@ Signed-off-by: Ben Hutchings } return 0; -@@ -2229,6 +2240,9 @@ static int __init init_dmars(void) +@@ -2243,6 +2254,9 @@ static int __init init_dmars(void) iommu_set_root_entry(iommu); } diff --git a/debian/patches/patchset-pf/cpuidle/0001-cpuidle-Prefer-teo-over-menu-governor.patch b/debian/patches/patchset-pf/cpuidle/0001-cpuidle-Prefer-teo-over-menu-governor.patch index 47f28aa..0edcd50 100644 --- a/debian/patches/patchset-pf/cpuidle/0001-cpuidle-Prefer-teo-over-menu-governor.patch +++ b/debian/patches/patchset-pf/cpuidle/0001-cpuidle-Prefer-teo-over-menu-governor.patch @@ -36,7 +36,7 @@ Signed-off-by: Christian Loehle depends on KVM_GUEST --- a/drivers/cpuidle/governors/menu.c +++ b/drivers/cpuidle/governors/menu.c -@@ -513,7 +513,7 @@ static int menu_enable_device(struct cpu +@@ -526,7 +526,7 @@ static int menu_enable_device(struct cpu static struct cpuidle_governor menu_governor = { .name = "menu", diff --git a/debian/patches/patchset-xanmod/xanmod/0006-XANMOD-block-mq-deadline-Disable-front_merges-by-def.patch b/debian/patches/patchset-xanmod/xanmod/0006-XANMOD-block-mq-deadline-Disable-front_merges-by-def.patch index 4234564..26fa7b0 100644 --- a/debian/patches/patchset-xanmod/xanmod/0006-XANMOD-block-mq-deadline-Disable-front_merges-by-def.patch +++ b/debian/patches/patchset-xanmod/xanmod/0006-XANMOD-block-mq-deadline-Disable-front_merges-by-def.patch @@ -11,7 +11,7 @@ Signed-off-by: Alexandre Frade --- a/block/mq-deadline.c +++ b/block/mq-deadline.c -@@ -600,7 +600,7 @@ static int dd_init_sched(struct request_ +@@ -586,7 +586,7 @@ static int dd_init_sched(struct request_ dd->fifo_expire[DD_READ] = read_expire; dd->fifo_expire[DD_WRITE] = write_expire; dd->writes_starved = writes_starved; diff --git a/debian/patches/patchset-zen/sauce/0002-ZEN-PCI-Add-Intel-remapped-NVMe-device-support.patch b/debian/patches/patchset-zen/sauce/0002-ZEN-PCI-Add-Intel-remapped-NVMe-device-support.patch index 8a622da..6252ca5 100644 --- a/debian/patches/patchset-zen/sauce/0002-ZEN-PCI-Add-Intel-remapped-NVMe-device-support.patch +++ b/debian/patches/patchset-zen/sauce/0002-ZEN-PCI-Add-Intel-remapped-NVMe-device-support.patch @@ -135,7 +135,7 @@ Contains: } static int ahci_get_irq_vector(struct ata_host *host, int port) -@@ -1945,7 +1938,9 @@ static int ahci_init_one(struct pci_dev +@@ -1955,7 +1948,9 @@ static int ahci_init_one(struct pci_dev return -ENOMEM; /* detect remapped nvme devices */ diff --git a/debian/patches/patchset-zen/sauce/0006-ZEN-intel-pstate-Implement-enable-parameter.patch b/debian/patches/patchset-zen/sauce/0006-ZEN-intel-pstate-Implement-enable-parameter.patch index b772783..8fb667c 100644 --- a/debian/patches/patchset-zen/sauce/0006-ZEN-intel-pstate-Implement-enable-parameter.patch +++ b/debian/patches/patchset-zen/sauce/0006-ZEN-intel-pstate-Implement-enable-parameter.patch @@ -42,7 +42,7 @@ selection. governors layer of cpufreq and provides it own --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c -@@ -3828,6 +3828,8 @@ static int __init intel_pstate_setup(cha +@@ -3830,6 +3830,8 @@ static int __init intel_pstate_setup(cha if (!strcmp(str, "disable")) no_load = 1; diff --git a/debian/patches/patchset-zen/sauce/0007-ZEN-drm-amdgpu-pm-Allow-override-of-min_power_limit-.patch b/debian/patches/patchset-zen/sauce/0007-ZEN-drm-amdgpu-pm-Allow-override-of-min_power_limit-.patch index b740990..8207a25 100644 --- a/debian/patches/patchset-zen/sauce/0007-ZEN-drm-amdgpu-pm-Allow-override-of-min_power_limit-.patch +++ b/debian/patches/patchset-zen/sauce/0007-ZEN-drm-amdgpu-pm-Allow-override-of-min_power_limit-.patch @@ -49,7 +49,7 @@ Subject: ZEN: drm/amdgpu/pm: Allow override of min_power_limit with */ --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c -@@ -3055,6 +3055,9 @@ static ssize_t amdgpu_hwmon_show_power_c +@@ -3057,6 +3057,9 @@ static ssize_t amdgpu_hwmon_show_power_c struct device_attribute *attr, char *buf) {