From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbbCKS76 (ORCPT ); Wed, 11 Mar 2015 14:59:58 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:63085 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbbCKS74 (ORCPT ); Wed, 11 Mar 2015 14:59:56 -0400 MIME-Version: 1.0 In-Reply-To: <1425518828-16017-1-git-send-email-keescook@chromium.org> References: <1425518828-16017-1-git-send-email-keescook@chromium.org> Date: Wed, 11 Mar 2015 11:59:55 -0700 X-Google-Sender-Auth: _V2hF6Rc6Mb1S7ii_RxC2oU2I-M Message-ID: Subject: Re: [PATCH v3 0/8] switch to using asm-generic for seccomp.h From: Kees Cook To: Andrew Morton Cc: Kees Cook , Ingo Molnar , Russell King , Michal Simek , Ralf Baechle , "James E.J. Bottomley" , Helge Deller , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , "David S. Miller" , "x86@kernel.org" , Arnd Bergmann , Frederic Weisbecker , Peter Zijlstra , Will Deacon , Daniel Borkmann , Laura Abbott , James Hogan , "linux-arm-kernel@lists.infradead.org" , LKML , Linux MIPS Mailing List , linux-parisc , linuxppc-dev@lists.ozlabs.org, sparclinux , linux-arch Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 4, 2015 at 5:27 PM, Kees Cook wrote: > Most architectures don't need to do much special for the strict-mode > seccomp syscall entries. Remove the redundant headers and reduce the > others. > > Signed-off-by: Kees Cook Hi Andrew, Just a quick ping: are you able to pick up this series, or should I try to get this in on a per-arch basis? Thanks! -Kees > --- > v3: > - split patch series by architecture > - fix up architectures that need sigreturn overrides (ingo) > v2: > - use Kbuild "generic-y" instead of explicit #include lines (sfr) > -- Kees Cook Chrome OS Security