From 220d9e70341c4ac07d57fc6f9b9f8d507c6bc660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Mon, 26 Feb 2018 13:08:21 +0100 Subject: [PATCH] Bump to 4.16-rc2 --- PKGBUILD | 10 ++-------- config.x86_64 | 5 ++++- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 82bc894..d56a1a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.16_rc1 +pkgver=4.16_rc2 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git source=("$_repourl#tag=v${pkgver/_/-}" "config.$CARCH") md5sums=('SKIP' - '6ceb46edbe65b6a19b02487dcc13bb54') + '724867d67eed68e68e10104f405a9955') prepare() { # fake linux directory if necessary @@ -160,12 +160,6 @@ install_sources() { install -d "$kernsrc/net/mac80211/" cp net/mac80211/*.h "$kernsrc/net/mac80211/" - # add dvb headers for external modules - # in reference to: - # http://bugs.archlinux.org/task/9912 - install -d "$kernsrc/drivers/media/dvb-core" - cp drivers/media/dvb-core/*.h "$kernsrc/drivers/media/dvb-core/" - # add dvb headers for external modules # in reference to: # http://bugs.archlinux.org/task/11194 diff --git a/config.x86_64 b/config.x86_64 index ba9aa7a..c19d749 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.16.0-rc1 Kernel Configuration +# Linux/x86 4.16.0-rc2 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -500,6 +500,9 @@ CONFIG_DMI=y # CONFIG_CALGARY_IOMMU is not set CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y +CONFIG_NR_CPUS_RANGE_BEGIN=2 +CONFIG_NR_CPUS_RANGE_END=512 +CONFIG_NR_CPUS_DEFAULT=64 CONFIG_NR_CPUS=128 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y -- GitLab