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 2C252139737 for ; Tue, 11 Aug 2015 20:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B91181418A; Tue, 11 Aug 2015 20:55:46 +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 695611418A for ; Tue, 11 Aug 2015 20:55:46 +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 3F2E0340845 for ; Tue, 11 Aug 2015 20:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F69EE for ; Tue, 11 Aug 2015 20:55:42 +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: <1439326548.b3517f3682b17492aaae421d114cafbe9679b13c.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: b3517f3682b17492aaae421d114cafbe9679b13c X-VCS-Branch: master Date: Tue, 11 Aug 2015 20:55:42 +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: d4ababbe-a1f3-4aca-a028-2d1f26accd90 X-Archives-Hash: ba9aa487105f85f42171eefd1e2afc0d commit: b3517f3682b17492aaae421d114cafbe9679b13c Author: Richard Yao gentoo org> AuthorDate: Tue Aug 11 20:55:38 2015 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Aug 11 20:55:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b3517f36 Revert "Disable stack protection by default" This reverts commit 9a35d09be877f957c46fa374be9d2d3f0b3390ba. The controversy was settled by explaining that CONFIG_CC_STACKPROTECTOR_REGULAR is -fstack-protector, not -fstack-protector-all. defaults/kernel-generic-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 1092aa3..3738e47 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -4075,6 +4075,7 @@ 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