diff options
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 420093d..9b478f6 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -160,18 +160,18 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specrpmversion 6.11.2 -%define specversion 6.11.2 +%define specrpmversion 6.11.3 +%define specversion 6.11.3 %define patchversion 6.11 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.11.2 +%define tarfile_release 6.11.3 # This is needed to do merge window version magic %define patchlevel 11 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.11.2 +%define kabiversion 6.11.3 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -1033,6 +1033,8 @@ Patch309: 0002-drm-i915-add-kernel-parameter-to-disable-async-page-.patch # ROG Ally Patch317: ROG-ALLY-NCT6775-PLATFORM.patch Patch338: v2-ally-suspend-fix.patch +Patch318: 6.11-asus-hid-ally.patch +Patch319: tas2781-Fix-ROG-ALLY-X-audio.patch # hdr: https://github.com/CachyOS/kernel-patches Patch327: 0001-add-acpi_call.patch @@ -1940,6 +1942,8 @@ ApplyOptionalPatch 0002-drm-i915-add-kernel-parameter-to-disable-async-page-.pat # ROG Ally- ApplyOptionalPatch ROG-ALLY-NCT6775-PLATFORM.patch ApplyOptionalPatch v2-ally-suspend-fix.patch +ApplyOptionalPatch 6.11-asus-hid-ally.patch +ApplyOptionalPatch tas2781-Fix-ROG-ALLY-X-audio.patch # https://github.com/CachyOS/kernel-patches ApplyOptionalPatch 0001-add-acpi_call.patch @@ -4254,8 +4258,25 @@ fi\ # # %changelog -* Mon Oct 07 2024 Jan200101 <sentrycraft123@gmail.com> - 6.11.2-201.fsync -- kernel-fsync v6.11.2 +* Fri Oct 18 2024 Jan200101 <sentrycraft123@gmail.com> - 6.11.3-201.fsync +- kernel-fsync v6.11.3 + +* Thu Oct 10 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.11.3-200] +- Add F39 and F40 to release_targets (Justin M. Forbes) + +* Thu Oct 10 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.11.3-0] +- Add bugs to BugsFixed (Justin M. Forbes) +- HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() (Basavaraj Natikar) +- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts (Ping-Ke Shih) +- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard (Hans de Goede) +- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) +- common: arm64: build in some SCMI options (Peter Robinson) +- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) +- Another BugsFixed entry (Justin M. Forbes) +- Add bug to BugsFixed (Justin M. Forbes) +- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) +- Config updates for 6.11.3 (Justin M. Forbes) +- Linux v6.11.3 * Fri Oct 04 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.11.2-0] - Linux v6.11.2 |