Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4243388imm; Mon, 6 Aug 2018 20:43:39 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdZZpSRsrrtVocNzATcScHoHutkrv3VZpec2kIH5H3/angb4tl1ab8+1PHGCUJy5qOe1BWx X-Received: by 2002:a62:8913:: with SMTP id v19-v6mr20149535pfd.127.1533613419717; Mon, 06 Aug 2018 20:43:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533613419; cv=none; d=google.com; s=arc-20160816; b=lea8JoRtN2G2TmJb1QH6AwFyrlXMiLU28JeFq7w7ny3mUm4GWCDHDadLejfw50P5QK W7End8YKLCQgj+gtELS1iMTIG8usgDYpAo8FIAqZaWRh2rFssVZjEciyJzbYjXnehxiN F8xy0vVJWpIDtLr4DPVfLGtihLF5L/RxYU6MntSnz6eoyRw6zurN93+VDOxZ6rpg5A5k XY4DTxijN50DPwrBvYPARRsrGUXy7/trYowoc/k2k6UUNjrbC39OO0zkCCAX7GmvTkTq GknrrSmH67Qd5Xc0p6GAjodEmdz5nwDr6iWbiLBMDez96VF9uaNpc5c1v8k1ffjrsGdF N7XQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=9ffG7Y4RegP6Hut+if0HYdVsBGaLRCJuVwwXA+3/loI=; b=m5e/JvSvBE1ucimba9XsObUsG+aXjjSXTp0f6ZXjZ6GPoE1OS9ugUla6F/0QbtHgUX KRb+kPZax2RnTu/szk/1fpqBfwSnJtE4W2cu+b8tnpHUtlhQn6KIKrdjI+hSIxLRu35k p5LazDENbfIt0uz+XGa7cQY4C4c3XRTMTTq11YalpCdGdr9ylFkOThhXin+v+ziHXtri QsXyqvS5VvGcBmqOwZWJTHnaR4u4Y7KP8Ye28kKEqn3x18Z8vkCqYaMQn6BE2v5inJX9 aZS5wpyvcyEAhLXZxM9kg2uZ2ALwDb87Jf4/Aw0xfIFkEp0MugL1m9zeEJkSmhhqi0k4 GiIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j8-v6si200702pll.493.2018.08.06.20.43.24; Mon, 06 Aug 2018 20:43:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732415AbeHGFnE (ORCPT + 99 others); Tue, 7 Aug 2018 01:43:04 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:57528 "EHLO mx1.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727347AbeHGFnD (ORCPT ); Tue, 7 Aug 2018 01:43:03 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 9B7F747F6E; Tue, 7 Aug 2018 05:30:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id U2EqRy6dp4ys; Tue, 7 Aug 2018 05:30:46 +0200 (CEST) Date: Tue, 7 Aug 2018 05:30:43 +0200 From: Christian Brauner To: Tycho Andersen Cc: Kees Cook , "Tobin C . Harding" , linux-api@vger.kernel.org, containers@lists.linux-foundation.org, Akihiro Suda , Oleg Nesterov , linux-kernel@vger.kernel.org, "Eric W . Biederman" , Andy Lutomirski Subject: Re: [PATCH v4 0/4] seccomp trap to userspace Message-ID: <20180807033043.2esvm5qbhhqvatvy@mailbox.org> References: <20180621220416.5412-1-tycho@tycho.ws> <20180807024442.GA12274@cisco.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180807024442.GA12274@cisco.lan> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 06, 2018 at 08:44:42PM -0600, Tycho Andersen wrote: > Hi all, > > Dinesh Subhraveti has claimed that some part of this series might be > patented. While he has not furnished me with anything to confirm this > claim, I'll put this series on hold. Hey man, Sorry to hear that your faced with such nonsense, Tycho. This is utter bullsh*t of course. If you have more details at some point and feel comfortable doing so it would probably be good to share them here. Christian > > Tycho > > On Thu, Jun 21, 2018 at 04:04:12PM -0600, Tycho Andersen wrote: > > Hi all, > > > > Here's v4 of the seccomp trap to userspace series. v3 is here: > > https://lkml.org/lkml/2018/5/31/527 > > > > I believe we've addressed the two burning questions I had about v3: 1. > > it seems ok not to use netlink, since there's not a great way to re-use > > the API without a lot of unnecessary code and 2. only having return > > capability for fds seems fine with people. Or at least I haven't heard > > any strong objections. > > > > I've re-worked a bunch of things in this version based on feedback from > > the last series. See patch notes for details. At this point I'm not > > aware of anything that needs to be addressed, but of course that is > > subject to change :) > > > > Tycho > > > > Tycho Andersen (4): > > seccomp: add a return code to trap to userspace > > seccomp: make get_nth_filter available outside of CHECKPOINT_RESTORE > > seccomp: add a way to get a listener fd from ptrace > > seccomp: add support for passing fds via USER_NOTIF > > > > .../userspace-api/seccomp_filter.rst | 79 +++ > > arch/Kconfig | 7 + > > include/linux/seccomp.h | 18 +- > > include/uapi/linux/ptrace.h | 2 + > > include/uapi/linux/seccomp.h | 23 +- > > kernel/ptrace.c | 4 + > > kernel/seccomp.c | 491 ++++++++++++++- > > tools/testing/selftests/seccomp/seccomp_bpf.c | 560 +++++++++++++++++- > > 8 files changed, 1172 insertions(+), 12 deletions(-) > > > > -- > > 2.17.1 > > > _______________________________________________ > Containers mailing list > Containers@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/containers