Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=edfdaae3b79f69b887961115ef97a4a7d62cdf6a
commit edfdaae3b79f69b887961115ef97a4a7d62cdf6a Author: DeX77 <[email protected]> Date: Thu Feb 9 13:07:51 2017 +0100 kernel-4.9.9-1-x86_64 * kernel bump diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index 638b9c5..1f9a40e 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -25,7 +25,7 @@ _F_kernel_patches=( http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.8 http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.8.0-v8r4/0004-Turn-BFQ-v7r11-into-BFQ-v8r4-for-4.8.0.patch \ 'fix-i915.patch' \ 'enable_alx_wol.patch' \ - fbcon.patch revert-020eb3daaba2857b32c4cf4c82f503d6a00a67de.patch) + fbcon.patch ) for ppatch in "${_F_kernel_patches[@]}" do diff --git a/source/base/kernel/revert-020eb3daaba2857b32c4cf4c82f503d6a00a67de.patch b/source/base/kernel/revert-020eb3daaba2857b32c4cf4c82f503d6a00a67de.patch deleted file mode 100644 index ff8cc8e..0000000 --- a/source/base/kernel/revert-020eb3daaba2857b32c4cf4c82f503d6a00a67de.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur linux-4.9.6/arch/x86/kernel/apic/io_apic.c linux-4.9.6-p/arch/x86/kernel/apic/io_apic.c ---- linux-4.9.6/arch/x86/kernel/apic/io_apic.c 2017-01-26 08:25:24.000000000 +0100 -+++ linux-4.9.6-p/arch/x86/kernel/apic/io_apic.c 2017-02-06 05:03:35.311334756 +0100 -@@ -1876,7 +1876,6 @@ - .irq_ack = irq_chip_ack_parent, - .irq_eoi = ioapic_ack_level, - .irq_set_affinity = ioapic_set_affinity, -- .irq_retrigger = irq_chip_retrigger_hierarchy, - .flags = IRQCHIP_SKIP_SET_WAKE, - }; - -@@ -1888,7 +1887,6 @@ - .irq_ack = irq_chip_ack_parent, - .irq_eoi = ioapic_ir_ack_level, - .irq_set_affinity = ioapic_set_affinity, -- .irq_retrigger = irq_chip_retrigger_hierarchy, - .flags = IRQCHIP_SKIP_SET_WAKE, - }; - diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 5780b7a..33e284e 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -16,7 +16,7 @@ # * _F_kernelver_stable: the number of the -stable patch to use (if any) # * _F_kernelver_nextver: the next kernel version ### -_F_kernelver_ver=4.9.7 +_F_kernelver_ver=4.9.9 _F_kernelver_rel=1 ### _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
