mbox series

[bpf-next,v2,0/2] Sleepable LSM Hooks

Message ID 20201112200346.404864-1-kpsingh@chromium.org (mailing list archive)
Headers show
Series Sleepable LSM Hooks | expand

Message

KP Singh Nov. 12, 2020, 8:03 p.m. UTC
From: KP Singh <kpsingh@google.com>

# v1 -> v2

  * Fixed typos and formatting errors.
  * Added Andrii's ack.

KP Singh (2):
  bpf: Augment the set of sleepable LSM hooks
  bpf: Expose bpf_d_path helper to sleepable LSM hooks

 include/linux/bpf_lsm.h  |   7 +++
 kernel/bpf/bpf_lsm.c     | 121 +++++++++++++++++++++++++++++++++++++++
 kernel/bpf/verifier.c    |  16 +-----
 kernel/trace/bpf_trace.c |   7 ++-
 4 files changed, 135 insertions(+), 16 deletions(-)

Comments

KP Singh Nov. 12, 2020, 8:29 p.m. UTC | #1
On Thu, Nov 12, 2020 at 9:03 PM KP Singh <kpsingh@chromium.org> wrote:
>
> From: KP Singh <kpsingh@google.com>
>
> # v1 -> v2
>
>   * Fixed typos and formatting errors.
>   * Added Andrii's ack.

Oops, I sent an older patch file which does not have Andrii's ack.