From 10556c5275ed1ab7bb04c5c1b981495c62641f91 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 18 Jan 2018 20:58:29 +0100 Subject: [PATCH] linux4.14: unset CONFIG_DEBUG_SG to fix boot on some x86_64 AMD machines. The proposed change works around the issue. original commit that enabled it: https://github.com/voidlinux/void-packages/commit/bd1b40da939f22fecc268e07c06474e6bfbcbd97 refs: - https://github.com/voidlinux/void-packages/issues/10818 - https://forum.voidlinux.eu/t/4-14-13-1-and-4-14-12-4-not-booting-properly/4348/29 - https://forum.voidlinux.eu/t/reverting-from-xbps-install-syu/4430/15 --- srcpkgs/linux4.14/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.14/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux4.14/files/x86_64-dotconfig b/srcpkgs/linux4.14/files/x86_64-dotconfig index 5b6f56ef4d2..410ecee1a4c 100644 --- a/srcpkgs/linux4.14/files/x86_64-dotconfig +++ b/srcpkgs/linux4.14/files/x86_64-dotconfig @@ -8123,7 +8123,7 @@ CONFIG_STACKTRACE=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LIST=y # CONFIG_DEBUG_PI_LIST is not set -CONFIG_DEBUG_SG=y +# CONFIG_DEBUG_SG is not set CONFIG_DEBUG_NOTIFIERS=y CONFIG_DEBUG_CREDENTIALS=y diff --git a/srcpkgs/linux4.14/template b/srcpkgs/linux4.14/template index 943e60eea6e..4f74ddc18e3 100644 --- a/srcpkgs/linux4.14/template +++ b/srcpkgs/linux4.14/template @@ -1,7 +1,7 @@ # Template file for 'linux4.14' pkgname=linux4.14 version=4.14.15 -revision=2 +revision=3 patch_args="-Np1" wrksrc="linux-${version}" maintainer="Juan RP "