summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD21
-rw-r--r--config.x86_643
-rw-r--r--disable_proc_ac.patch34
4 files changed, 6 insertions, 60 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3feb8dd0c06..02667a911ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-amd-raven
- pkgver = 5.4.v.41
+ pkgver = 5.4.v.42
pkgrel = 4
url = https://www.kernel.org/
arch = x86_64
@@ -16,16 +16,12 @@ pkgbase = linux-amd-raven
source = config.x86_64
source = linux-amd-raven.preset
source = 5012_enable-cpu-optimizations-for-gcc91.patch
- source = disable_proc_ac.patch
source = timerrework.patch
- source = stackcanary.patch
sha256sums = SKIP
- sha256sums = 924ab9d27310b353437482941b214e2cb91c85de00b41cff261d24d8af29f5aa
+ sha256sums = 4cdbcea39c5d5e2d742dd916b37ba4435583e4145666fe559bfcf78694e0046c
sha256sums = 0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87
sha256sums = fb98e49d7a640e05bf0d3a65ca49d0adb19de7547cb7ffca7a6cbacb1f461f0b
- sha256sums = f412d719977af563ca74b41b218977e49672ac93ab7cc96a0833b66abbfb8b10
sha256sums = 44e739d674b0909d3dd1edb29ad9c4ab6543c32f488cbbcc30ba0fdc2bf902dc
- sha256sums = 74ac43843b60805cc21cdadf6f4768281a61106107154f6830f26d6c142343e6
pkgname = linux-amd-raven
pkgdesc = Linux kernel with working amdgpu for Raven Ridge hardware
diff --git a/PKGBUILD b/PKGBUILD
index 614f5eaad340..81d3a75d1a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=linux-amd-raven
_srcname=linux
-gitver=v5.4.41
-pkgver=5.4.v.41
+gitver=v5.4.42
+pkgver=5.4.v.42
pkgrel=4
arch=('x86_64')
url="https://www.kernel.org/"
@@ -21,28 +21,19 @@ source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git'
"${pkgbase}.preset"
# patch from our gentoo overlords
'5012_enable-cpu-optimizations-for-gcc91.patch'
- # disable acountingspam patchfile
- 'disable_proc_ac.patch'
# i2c write rework patch
'timerrework.patch'
- # stackprotection fix
- 'stackcanary.patch'
)
sha256sums=('SKIP'
#config.x86_64
- '924ab9d27310b353437482941b214e2cb91c85de00b41cff261d24d8af29f5aa'
+ '4cdbcea39c5d5e2d742dd916b37ba4435583e4145666fe559bfcf78694e0046c'
#.preset file
'0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87'
#patch file
'fb98e49d7a640e05bf0d3a65ca49d0adb19de7547cb7ffca7a6cbacb1f461f0b'
- #disable acountingspam patchfile
- 'f412d719977af563ca74b41b218977e49672ac93ab7cc96a0833b66abbfb8b10'
#i2c write rework patchfile
'44e739d674b0909d3dd1edb29ad9c4ab6543c32f488cbbcc30ba0fdc2bf902dc'
- #stackprotection fix
- '74ac43843b60805cc21cdadf6f4768281a61106107154f6830f26d6c142343e6'
-
)
_kernelname=${pkgbase#linux}
@@ -68,15 +59,9 @@ prepare() {
# Implement cpu optimisation (MZEN2) patch from our gentoo lords
git apply ../5012_enable-cpu-optimizations-for-gcc91.patch
- # Implement disable acountingspam patchfile
- git apply ../disable_proc_ac.patch
-
# Implement i2c write retimers patch
git apply ../timerrework.patch
- # Fix the source for stack canaries to work
- git apply ../stackcanary.patch
-
# get kernel version
yes "" | make prepare
diff --git a/config.x86_64 b/config.x86_64
index 48ed0fba18cb..598aeea69f5b 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.41 Kernel Configuration
+# Linux/x86 5.4.42 Kernel Configuration
#
#
@@ -12,7 +12,6 @@ CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_INLINE=y
-CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
diff --git a/disable_proc_ac.patch b/disable_proc_ac.patch
deleted file mode 100644
index 294096401bd0..000000000000
--- a/disable_proc_ac.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From d8a438149b5f46d3266dc48b32bff15eae55a120 Mon Sep 17 00:00:00 2001
-From: egnappahz <egnappah@gmail.com>
-Date: Tue, 5 May 2020 09:36:01 +0200
-Subject: [PATCH 1/1] stopped proc acc spam
-
-Signed-off-by: egnappahz <egnappah@gmail.com>
----
- kernel/acct.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/kernel/acct.c b/kernel/acct.c
-index 81f9831a7859..dea694894774 100644
---- a/kernel/acct.c
-+++ b/kernel/acct.c
-@@ -114,14 +114,14 @@ static int check_free_space(struct bsd_acct_struct *acct)
- do_div(suspend, 100);
- if (sbuf.f_bavail <= suspend) {
- acct->active = 0;
-- pr_info("Process accounting paused\n");
-+ //pr_info("Process accounting paused\n");
- }
- } else {
- u64 resume = sbuf.f_blocks * RESUME;
- do_div(resume, 100);
- if (sbuf.f_bavail >= resume) {
- acct->active = 1;
-- pr_info("Process accounting resumed\n");
-+ //pr_info("Process accounting resumed\n");
- }
- }
-
---
-2.26.2
-