diff --git a/kernel/drivers/module-bbswitch/pspec.xml b/kernel/drivers/module-bbswitch/pspec.xml index bc1317de..4b915150 100644 --- a/kernel/drivers/module-bbswitch/pspec.xml +++ b/kernel/drivers/module-bbswitch/pspec.xml @@ -11,7 +11,7 @@ Kernel module allowing to switch dedicated graphics card on Optimus laptops kernel module allowing to switch dedicated graphics card on Optimus laptops - kernel-module-headers + kernel-module-headers https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz @@ -20,7 +20,7 @@ module-bbswitch - kernel + kernel /lib/modules @@ -34,6 +34,13 @@ + + 2018-02-11 + 0.8 + Rebuild for new kernel + Kamil Atlı + suvari@pisilinux.org + 2018-01-06 0.8 diff --git a/kernel/drivers/module-broadcom-wl/pspec.xml b/kernel/drivers/module-broadcom-wl/pspec.xml index 38279eb8..1c5d8862 100644 --- a/kernel/drivers/module-broadcom-wl/pspec.xml +++ b/kernel/drivers/module-broadcom-wl/pspec.xml @@ -15,7 +15,7 @@ https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_271.tar.gz https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz - kernel-module-headers + kernel-module-headers patch/license.patch @@ -28,7 +28,7 @@ module-broadcom-wl - kernel + kernel module-broadcom-wl-userspace @@ -57,6 +57,13 @@ + + 2018-02-11 + 6.30.223.271 + Rebuild for new kernel. + Kamil Atlı + suvari@pisilinux.org + 2018-01-06 6.30.223.271 diff --git a/kernel/drivers/module-virtualbox-guest/pspec.xml b/kernel/drivers/module-virtualbox-guest/pspec.xml index 176cb779..399097f6 100644 --- a/kernel/drivers/module-virtualbox-guest/pspec.xml +++ b/kernel/drivers/module-virtualbox-guest/pspec.xml @@ -14,14 +14,14 @@ This package provides the kernel modules needed for mouse integration and shared folder support between VirtualBox host and guest systems. https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-guest-5.2.2.tar.xz - kernel-module-headers + kernel-module-headers module-virtualbox-guest - kernel + kernel baselayout module-virtualbox-guest-userspace @@ -52,6 +52,13 @@ + + 2018-02-11 + 5.2.2 + Rebuild for new kernel. + Kamil Atlı + suvari@pisilinux.org + 2018-01-06 5.2.2 diff --git a/kernel/drivers/module-virtualbox/pspec.xml b/kernel/drivers/module-virtualbox/pspec.xml index 06d1aef5..f67b5a82 100644 --- a/kernel/drivers/module-virtualbox/pspec.xml +++ b/kernel/drivers/module-virtualbox/pspec.xml @@ -14,7 +14,7 @@ This package provides the kernel support for VirtualBox. https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-5.2.2.tar.xz - kernel-module-headers + kernel-module-headers @@ -25,7 +25,7 @@ ndiswrapper - kernel + kernel /lib/modules @@ -41,6 +41,13 @@ + + 2018-02-11 + 1.61 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-01-06 1.61 diff --git a/kernel/kernel/files/configs/kernel-x86_64-config b/kernel/kernel/files/configs/kernel-x86_64-config index dce362d1..1f95099a 100644 --- a/kernel/kernel/files/configs/kernel-x86_64-config +++ b/kernel/kernel/files/configs/kernel-x86_64-config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.9.75 Kernel Configuration +# Linux/x86_64 4.9.80 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -406,6 +406,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y CONFIG_X86_X2APIC=y CONFIG_X86_MPPARSE=y # CONFIG_GOLDFISH is not set +CONFIG_RETPOLINE=y CONFIG_X86_EXTENDED_PLATFORM=y # CONFIG_X86_NUMACHIP is not set # CONFIG_X86_VSMP is not set @@ -1706,6 +1707,7 @@ CONFIG_DEV_COREDUMP=y CONFIG_SYS_HYPERVISOR=y # CONFIG_GENERIC_CPU_DEVICES is not set CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=m CONFIG_REGMAP_MMIO=y diff --git a/kernel/kernel/files/patches/linux/patch-4.9.79.xz b/kernel/kernel/files/patches/linux/patch-4.9.79.xz new file mode 100644 index 00000000..507b7f5a Binary files /dev/null and b/kernel/kernel/files/patches/linux/patch-4.9.79.xz differ diff --git a/kernel/kernel/files/patches/linux/patch-4.9.80.xz b/kernel/kernel/files/patches/linux/patch-4.9.80.xz new file mode 100644 index 00000000..5019ce9e Binary files /dev/null and b/kernel/kernel/files/patches/linux/patch-4.9.80.xz differ diff --git a/kernel/kernel/pspec.xml b/kernel/kernel/pspec.xml index be8c7fc1..4ef60044 100644 --- a/kernel/kernel/pspec.xml +++ b/kernel/kernel/pspec.xml @@ -28,13 +28,13 @@ - patches/linux/patch-4.9.75.xz + patches/linux/patch-4.9.80.xz patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch - patches/mageia/base-cacheinfo-silence-DT-warnings.patch + patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch patches/mageia/pci-quirks-drop-devinit-exit.patch @@ -224,6 +224,17 @@ + + 2018-02-11 + 4.9.80 + Version Bump. + security + + systemRestart + + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-19 4.9.75 diff --git a/kernel/tools/cpupowertools/files/patches/linux/patch-4.9.80.xz b/kernel/tools/cpupowertools/files/patches/linux/patch-4.9.80.xz new file mode 100644 index 00000000..5019ce9e Binary files /dev/null and b/kernel/tools/cpupowertools/files/patches/linux/patch-4.9.80.xz differ diff --git a/kernel/tools/cpupowertools/pspec.xml b/kernel/tools/cpupowertools/pspec.xml index 77c8fe61..baa9611b 100644 --- a/kernel/tools/cpupowertools/pspec.xml +++ b/kernel/tools/cpupowertools/pspec.xml @@ -16,15 +16,15 @@ pciutils-devel - + - patches/linux/patch-4.9.75.xz + patches/linux/patch-4.9.80.xz patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch - patches/mageia/base-cacheinfo-silence-DT-warnings.patch + patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch patches/mageia/pci-quirks-drop-devinit-exit.patch @@ -112,7 +112,6 @@ patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch patches/mageia/platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch patches/mageia/include-kbuild-export-pci_ids.patch - patches/mageia/sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch patches/mageia/sound-ALSA-hda-realtek-new-id-for-alc1220.patch patches/mageia/sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch @@ -187,6 +186,13 @@ + + 2018-02-11 + 4.9.80 + Release bump + PisiLinux Community + admin@pisilinux.org + 2018-01-06 4.9.75