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: bd1b40da93

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
This commit is contained in:
Piraty 2018-01-18 20:58:29 +01:00 committed by Andrea Brancaleoni
parent 0c9d74caee
commit 10556c5275
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 <xtraeme@voidlinux.eu>"