Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763365AbZAOU03 (ORCPT ); Thu, 15 Jan 2009 15:26:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1766004AbZAOUBX (ORCPT ); Thu, 15 Jan 2009 15:01:23 -0500 Received: from kroah.org ([198.145.64.141]:49215 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1763392AbZAOUBF (ORCPT ); Thu, 15 Jan 2009 15:01:05 -0500 Date: Thu, 15 Jan 2009 11:58:43 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Heiko Carstens Subject: [patch 40/94] [PATCH 09/44] [CVE-2009-0029] s390: enable system call wrappers Message-ID: <20090115195843.GN14419@kroah.com> References: <20090115194806.804618825@mini.kroah.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="0009--CVE-2009-0029-s390-enable-system-call-wrappers.patch" In-Reply-To: <20090115195520.GA14403@kroah.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 862 Lines: 30 2.6.28-stable review patch. If anyone has any objections, please let us know. ------------------ From: Heiko Carstens commit ed6bb6194350dc6ae97a65dbf2d621a3dbe6bbe9 upstream. Signed-off-by: Heiko Carstens Signed-off-by: Greg Kroah-Hartman --- arch/s390/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -70,6 +70,7 @@ mainmenu "Linux Kernel Configuration" config S390 def_bool y + select HAVE_SYSCALL_WRAPPERS select HAVE_OPROFILE select HAVE_KPROBES select HAVE_KRETPROBES -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/