diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-13 12:48:16 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-13 12:48:16 -0700 |
commit | 900b4e3896514a765a066930dbebb381bda73d4c (patch) | |
tree | 6b038eb95e94f0a3547ffb7f2d2fca7f0e766a12 /remove-excess-ck-extraversion.patch | |
parent | Updated to 5.0.5.a (diff) | |
download | linux-libre-hardened-ck-900b4e3896514a765a066930dbebb381bda73d4c.tar.xz |
Updated to 5.0.7
Add patches to modify ck rather than modifying the ck patch directly
Sync with upstream
Add missing line to disable raid6 algorithm scanning
Diffstat (limited to 'remove-excess-ck-extraversion.patch')
-rw-r--r-- | remove-excess-ck-extraversion.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/remove-excess-ck-extraversion.patch b/remove-excess-ck-extraversion.patch new file mode 100644 index 0000000..4e751e5 --- /dev/null +++ b/remove-excess-ck-extraversion.patch @@ -0,0 +1,24 @@ +--- a/patch-5.0-ck1 ++++ b/patch-5.0-ck1 +@@ -833,21 +833,6 @@ + + 2: Expire timeslice and recalculate deadline. + + + +============================================================== +-diff --git a/Makefile b/Makefile +-index d5713e7b1e50..3ee4f3805466 100644 +---- a/Makefile +-+++ b/Makefile +-@@ -15,6 +15,10 @@ NAME = Shy Crocodile +- PHONY := _all +- _all: +- +-+CKVERSION = -ck1 +-+CKNAME = MuQSS Powered +-+EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION) +-+ +- # Do not use make's built-in rules and variables +- # (this increases performance and avoids hard-to-debug behaviour) +- MAKEFLAGS += -rR + diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig + index 584a6e114853..2d497c3710f2 100644 + --- a/arch/alpha/Kconfig |