From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7EEB1C33CB1 for ; Thu, 16 Jan 2020 10:03:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 558922192A for ; Thu, 16 Jan 2020 10:03:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="iCXS2zsQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729504AbgAPKDP (ORCPT ); Thu, 16 Jan 2020 05:03:15 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:40686 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728901AbgAPKDP (ORCPT ); Thu, 16 Jan 2020 05:03:15 -0500 Received: by mail-wr1-f68.google.com with SMTP id c14so18474006wrn.7 for ; Thu, 16 Jan 2020 02:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=oOAngD5VA2A59XTdFcUxIVFGLgGmINpgGgKrpE5agQI=; b=iCXS2zsQLcLQNq9PY9S+bq9GCcXElPeXa2UTXYzvPsWSssgZBp/B2dGgTLlh8G7Cbf BPpkbZDfSg+fOtm2qr/tH+SskwV593ZqkExv/yq2TWf8lh3b9K10m+pkmRyDHFeoXjac LJTmEuGYfwbU1AoDTjoZcu+Y+ZSPLKETjgbiM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=oOAngD5VA2A59XTdFcUxIVFGLgGmINpgGgKrpE5agQI=; b=TCze1VJ53bFDKCs1T7LKTUgC3V7jFdt5+mASmEg01ZKoZeDUXKYpYcVSIMPm/BTu3y kk/zjAPBDFuam4wT+wtgiwumiS+KmoENY0KSfHB640Q4buo6zBcvW3yXHZe6YmHYbgum n2qj54EaR6cJyh6W18bY8QkYuF9HbvLvgN0+Xwc+q7yM0PEGXFaWfh5RggG7CaYvRslK xutl2nOKrVa35Y1QKMdFziNefVX8BySY8xwsaMSeOIYx2bmEVfbn8RuKizJHSfKus35C EVIGktviijHg8FB9v/bzsethRiVkWPdD/R8Cz0IsrzRxp7/9iYklCZrRnXwEQlO13lg3 +hLw== X-Gm-Message-State: APjAAAVJCcV/YMjMTaASQH/YlQi1gQWSkC+7xemLfNL9zKrIsFx0pE96 EN8CBohBOQXCMyvyOpGnt0NQXw== X-Google-Smtp-Source: APXvYqwHeVTQ8kb2OWT0ql9RSFO2AuIEnDV8UTAu41TTlqATzajQiDoWKO/ImC99bph3/VF7ofuZ5g== X-Received: by 2002:adf:e3c1:: with SMTP id k1mr2305572wrm.151.1579168993846; Thu, 16 Jan 2020 02:03:13 -0800 (PST) Received: from jackmanb.zrh.corp.google.com ([2a00:79e0:42:204:969b:bc6:900a:b44a]) by smtp.gmail.com with ESMTPSA id j12sm28846459wrt.55.2020.01.16.02.03.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jan 2020 02:03:12 -0800 (PST) References: <20200115171333.28811-1-kpsingh@chromium.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Brendan Jackman To: KP Singh Cc: linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-security-module@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , James Morris , Kees Cook , Thomas Garnier , Michael Halcrow , Paul Turner , Brendan Gregg , Jann Horn , Matthew Garrett , Christian Brauner , =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , Florent Revest , Martin KaFai Lau , Song Liu , Yonghong Song , "Serge E. Hallyn" , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Nicolas Ferre , Stanislav Fomichev , Quentin Monnet , Andrey Ignatov , Joe Stringer Subject: Re: [PATCH bpf-next v2 00/10] MAC and Audit policy using eBPF (KRSI) In-reply-to: <20200115171333.28811-1-kpsingh@chromium.org> Date: Thu, 16 Jan 2020 11:03:12 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Wed, Jan 15 2020 at 18:13, KP Singh wrote: > From: KP Singh [...] > KP Singh (10): > bpf: btf: Make some of the API visible outside BTF > bpf: lsm: Add a skeleton and config options > bpf: lsm: Introduce types for eBPF based LSM > bpf: lsm: Add mutable hooks list for the BPF LSM > bpf: lsm: BTF API for LSM hooks > bpf: lsm: Implement attach, detach and execution > bpf: lsm: Make the allocated callback RO+X > tools/libbpf: Add support for BPF_PROG_TYPE_LSM > bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM > bpf: lsm: Add Documentation Just to note internal review cycles at Google; For the whole set: Reviewed-by: Brendan Jackman