From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v3 0/4] um: Add seccomp support References: <1451421347-9468-1-git-send-email-mic@digikod.net> From: Richard Weinberger Message-ID: <568D2244.9080306@nod.at> Date: Wed, 6 Jan 2016 15:18:44 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org To: David Drysdale , Kees Cook Cc: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= , LKML , Jeff Dike , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , "x86@kernel.org" , Andy Lutomirski , Will Drewry , Shuah Khan , Chris Metcalf , Michael Ellerman , Andrew Morton , James Hogan , Thomas Meyer , Nicolas Iooss , Anton Ivanov , user-mode-linux-devel@lists.sourceforge.net, Meredydd Luff List-ID: Am 06.01.2016 um 15:15 schrieb David Drysdale: > On Mon, Jan 4, 2016 at 8:13 PM, Kees Cook wrote: >> On Tue, Dec 29, 2015 at 12:35 PM, Mickaël Salaün wrote: >>> This series add seccomp support to User-mode Linux (i386 and x86_64 >>> subarchitectures) and fix ptrace issues. This apply on v4.4-rc7 and pass all >>> the 48 tests from selftest/seccomp plus the UML ptsc test. >>> >>> Changes since v2: >>> * remove get_syscall() from os.h and don't include it in syscall.c [1/4] >>> * rebase to v4.4-rc7 >>> >>> Changes since v1; addressed Richard Weinberger's comments: >>> * fix a new PTRACE_SETREGS bug on x86_64 [1/4] >>> * fix an old PTRACE_SETREGS bug when updating orig_ax on i386 [1/4] >> >> Thanks for working on this! >> >> Acked-by: Kees Cook >> >> Feel free to pull this through the uml tree. >> >> Thanks! >> >> -Kees > > I also had a version of Meredydd Luff's original patch in my local tree so I > could do UML testing of Capsicum (which uses seccomp for some of its > userspace implementation). I've replaced my patch with this version, as > it's much more complete, and all my tests still work. Which I guess is > kind of: > > Tested-by: David Drysdale Thank you guys! I'm queuing this for 4.5. Thanks, //richard