mbox series

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

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

Message

KP Singh Nov. 13, 2020, 12:59 a.m. UTC
From: KP Singh <kpsingh@google.com>

# v2 -> v3

  * Remove the list of non-sleepable hooks, will send a separate patch
    to the lsm list based on the discussion with Daniel.
  * Add Andrii's ack for real

# 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     | 81 ++++++++++++++++++++++++++++++++++++++++
 kernel/bpf/verifier.c    | 16 +-------
 kernel/trace/bpf_trace.c |  7 +++-
 4 files changed, 95 insertions(+), 16 deletions(-)