diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-08-22 18:43:02 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-08-22 18:44:39 +0200 |
commit | 35efb79b87d60910b98c94f9be81f4269b8cd7fd (patch) | |
tree | c63fcdd7a76a071beff72f8f83ffaafd7bb9f57a /SPECS | |
parent | 6fefd2589f015f10b794cdc650a6c20b9deee697 (diff) | |
download | kernel-fsync-35efb79b87d60910b98c94f9be81f4269b8cd7fd.tar.gz kernel-fsync-35efb79b87d60910b98c94f9be81f4269b8cd7fd.zip |
kernel 6.9.12 selinux vma revert
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index e379ed1..d929021 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -169,7 +169,7 @@ Summary: The Linux kernel # This is needed to do merge window version magic %define patchlevel 9 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 204%{?buildid}%{?dist} +%define specrelease 205%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.9.12 @@ -1049,6 +1049,7 @@ Patch415: v0-speaker-multifix.patch Patch416: v0-oxp-sensors.patch Patch417: loki-mini-pro-hda-pin-fixes.patch Patch418: dcn32-dcn301-dcn321-mpo-reverts.patch +Patch419: 0001-selinux-revert-our-use-of-vma_is_initial_heap.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -1955,6 +1956,7 @@ ApplyOptionalPatch v0-speaker-multifix.patch ApplyOptionalPatch v0-oxp-sensors.patch ApplyOptionalPatch loki-mini-pro-hda-pin-fixes.patch ApplyOptionalPatch dcn32-dcn301-dcn321-mpo-reverts.patch +ApplyOptionalPatch 0001-selinux-revert-our-use-of-vma_is_initial_heap.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -4135,6 +4137,9 @@ fi\ # # %changelog +* Thu Aug 22 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-205.fsync +- kernel-fsync v6.9.12 selinux vma revert + * Fri Aug 09 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-204.fsync - kernel-fsync v6.9.12 Ally X audio correction |