From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8EAD41A0352 for ; Thu, 5 Mar 2015 17:31:52 +1100 (AEDT) Received: by wevm14 with SMTP id m14so50825702wev.13 for ; Wed, 04 Mar 2015 22:31:47 -0800 (PST) Sender: Ingo Molnar Date: Thu, 5 Mar 2015 07:31:43 +0100 From: Ingo Molnar To: Kees Cook Subject: Re: [PATCH v3 8/8] x86: switch to using asm-generic for seccomp.h Message-ID: <20150305063143.GA23023@gmail.com> References: <1425518828-16017-1-git-send-email-keescook@chromium.org> <1425518828-16017-9-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1425518828-16017-9-git-send-email-keescook@chromium.org> Cc: linux-mips@linux-mips.org, Peter Zijlstra , Will Deacon , Paul Mackerras , sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, Russell King , Helge Deller , x86@kernel.org, "James E.J. Bottomley" , Ingo Molnar , Frederic Weisbecker , James Hogan , Laura Abbott , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, Ralf Baechle , Daniel Borkmann , akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Kees Cook wrote: > Switch to using the newly created asm-generic/seccomp.h for the > seccomp strict mode syscall definitions. The obsolete sigreturn > syscall override is retained in 32-bit mode, and the ia32 syscall > overrides are used in the compat case. Remaining definitions were > identical. > > Signed-off-by: Kees Cook Acked-by: Ingo Molnar Thanks, Ingo