From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 782A1139737 for ; Tue, 11 Aug 2015 20:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46838E0863; Tue, 11 Aug 2015 20:48:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E913BE0863 for ; Tue, 11 Aug 2015 20:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE7D23408A0 for ; Tue, 11 Aug 2015 20:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A84EE for ; Tue, 11 Aug 2015 20:48:35 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1439325989.9a35d09be877f957c46fa374be9d2d3f0b3390ba.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 9a35d09be877f957c46fa374be9d2d3f0b3390ba X-VCS-Branch: master Date: Tue, 11 Aug 2015 20:48:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dada7bf8-dfb6-48b5-a93f-35ba4a1b994b X-Archives-Hash: 87fa3ec4cfebbc22cc6202585d5a72b0 commit: 9a35d09be877f957c46fa374be9d2d3f0b3390ba Author: Richard Yao gentoo org> AuthorDate: Tue Aug 11 20:46:29 2015 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Aug 11 20:46:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9a35d09b Disable stack protection by default I had intended for this feature to catch bugs in the kernel that involved stack corruption so that there would be a chance of debugging them, but Rick Farina is strongly against turning this on unless it is the strong version, which we cannot turn on until GCC 4.9+ becomes widespread. I am turning this off because the controversy is simply not worth it, but this is a bad decision. Signed-off-by: Richard Yao gentoo.org> defaults/kernel-generic-config | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 3738e47..1092aa3 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -4075,7 +4075,6 @@ CONFIG_RING_BUFFER_BENCHMARK=m # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set CONFIG_SECCOMP=y -CONFIG_CC_STACKPROTECTOR_REGULAR=y CONFIG_HZ_1000=y CONFIG_NO_HZ=y CONFIG_NO_HZ_IDLE=y