bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 23:55:43 to 2020-02-21 22:15:37 UTC [more...]

[RFC patch 00/19] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-21 22:15 UTC  (20+ messages)
` [RFC patch 04/19] bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
` [RFC patch 09/19] bpf: Use BPF_PROG_RUN_PIN_ON_CPU() at simple call sites
` [RFC patch 14/19] bpf: Use migrate_disable() in hashtab code

[PATCH bpf-next v7 00/11] Extend SOCKMAP/SOCKHASH to store listening sockets
 2020-02-21 21:41 UTC  (16+ messages)
` [PATCH bpf-next v7 03/11] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v7 04/11] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v7 05/11] bpf, sockmap: Don't set up upcalls and progs for listening sockets
` [PATCH bpf-next v7 06/11] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v7 07/11] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH
` [PATCH bpf-next v7 10/11] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH
` [PATCH bpf-next v7 11/11] selftests/bpf: Tests for sockmap/sockhash holding listening sockets

[PATCH] docs: sysctl/kernel: document BPF entries
 2020-02-21 16:58 UTC 

[PATCH bpf-next v4 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-02-21 19:41 UTC  (19+ messages)
` [PATCH bpf-next v4 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v4 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v4 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v4 4/8] bpf: lsm: Add support for enabling/disabling BPF hooks
` [PATCH bpf-next v4 5/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v4 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v4 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v4 8/8] bpf: lsm: Add Documentation

[PATCH bpf-next 0/4] Provide bpf_sk_storage data in INET_DIAG
 2020-02-21 18:47 UTC  (5+ messages)
` [PATCH bpf-next 1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
` [PATCH bpf-next 2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
` [PATCH bpf-next 3/4] bpf: INET_DIAG support in bpf_sk_storage
` [PATCH bpf-next 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()

[PATCH] net: core: sock_map: Use built-in RCU list checking
 2020-02-21 17:03 UTC 

[PATCH bpf-next] selftests/bpf: fix trampoline_count clean up logic
 2020-02-21 13:04 UTC  (8+ messages)

[PATCH bpf-next v2 0/5] bpftool: Make probes which emit dmesg warnings optional
 2020-02-21 11:29 UTC  (11+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Move out sections to separate functions
` [PATCH bpf-next v2 2/5] bpftool: Make probes which emit dmesg warnings optional
` [PATCH bpf-next v2 3/5] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next v2 4/5] bpftool: Update bash completion for "
` [PATCH bpf-next v2 5/5] selftests/bpf: Add test "

[PATCH bpf-next v4] virtio_net: add XDP meta data support
 2020-02-21 11:01 UTC  (5+ messages)
` [PATCH bpf-next v5] "

[PATCH 5.5 207/399] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-21  7:38 UTC 

[PATCH 5.4 180/344] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-21  7:39 UTC 

[PATCH 4.19 098/191] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-21  7:41 UTC 

[PATCH bpf-next] docs/bpf: update bpf development Q/A file
 2020-02-21  2:06 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] libbpf: Add support for dynamic program attach target
 2020-02-21  1:53 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] libbpf: Bump libpf current version to v0.0.8
` [PATCH bpf-next v5 2/3] libbpf: Add support for dynamic program attach target
` [PATCH bpf-next v5 3/3] selftests/bpf: update xdp_bpf2bpf test to use new set_attach_target API

[patch V2 00/20] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-20 20:45 UTC  (21+ messages)
` [patch V2 01/20] bpf: Enforce preallocation for all instrumentation programs
` [patch V2 02/20] bpf: Update locking comment in hashtab code
` [patch V2 03/20] bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
` [patch V2 04/20] perf/bpf: Remove preempt disable around BPF invocation
` [patch V2 05/20] bpf: Remove recursion prevention from rcu free callback
` [patch V2 06/20] bpf: Dont iterate over possible CPUs with interrupts disabled
` [patch V2 07/20] bpf: Provide bpf_prog_run_pin_on_cpu() helper
` [patch V2 08/20] bpf: Replace cant_sleep() with cant_migrate()
` [patch V2 09/20] bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites
` [patch V2 10/20] trace/bpf: Use migrate disable in trace_call_bpf()
` [patch V2 11/20] bpf/tests: Use migrate disable instead of preempt disable
` [patch V2 12/20] bpf: Use migrate_disable/enabe() in trampoline code
` [patch V2 13/20] bpf: Use migrate_disable/enable in array macros and cgroup/lirc code
` [patch V2 14/20] bpf: Use migrate_disable() in hashtab code
` [patch V2 15/20] bpf: Provide recursion prevention helpers
` [patch V2 16/20] bpf: Replace open coded recursion prevention
` [patch V2 17/20] bpf: Factor out hashtab bucket lock operations
` [patch V2 18/20] bpf: Prepare hashtab locking for PREEMPT_RT
` [patch V2 19/20] bpf, lpm: Make locking RT friendly
` [patch V2 20/20] bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled

Kernel 5.5.4 build fail for BPF-selftests with latest LLVM
 2020-02-20 19:18 UTC  (21+ messages)

[PATCH bpf-next] libbpf: relax check whether BTF is mandatory
 2020-02-20 19:05 UTC  (2+ messages)

[PATCH net-next v5] net: page_pool: API cleanup and comments
 2020-02-20 18:09 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] libbpf: Add support for dynamic program attach target
 2020-02-20 13:21 UTC  (10+ messages)
` [PATCH bpf-next v4 2/3] "
` [PATCH bpf-next v4 3/3] selftests/bpf: update xdp_bpf2bpf test to use new set_attach_target API

Capture xdp packets in an fentry BPF hook
 2020-02-20 13:17 UTC  (6+ messages)

[PATCH bpf-next 0/2] bpf: Add sock ops get netns helpers
 2020-02-20  7:10 UTC  (8+ messages)
` [PATCH v2 bpf-next 0/3] bpf: Add sock_ops_get_netns helpers
  ` [PATCH v2 bpf-next 1/3] bpf: Add sock ops get netns helpers
      ` [PATCH v3 bpf-next 0/3] bpf: Add get_netns_id helper for sock_ops
        ` [PATCH v3 bpf-next 1/3] bpf: Add get_netns_id helper function "
        ` [PATCH v3 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
        ` [PATCH v3 bpf-next 3/3] selftests/bpf: add selftest for get_netns_id helper

KASAN: null-ptr-deref Write in kcm_tx_work
 2020-02-20  6:31 UTC 

[PATCH bpf-next] bpf: add bpf_ct_lookup_{tcp,udp}() helpers
 2020-02-20  4:45 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "
        ` unstable bpf helpers proposal. Was: "

[PATCH v3 bpf-next] RV32G eBPF JIT
 2020-02-20  4:16 UTC 

pull-request: bpf 2020-02-19
 2020-02-20  0:42 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix build of sockmap_ktls.c
 2020-02-20  0:20 UTC  (3+ messages)

[PATCH net-next v4] net: page_pool: API cleanup and comments
 2020-02-20  0:19 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: change llvm flag -mcpu=probe to -mcpu=v3
 2020-02-20  0:15 UTC  (7+ messages)

[PATCH bpf v4] bpf: fix a potential deadlock with bpf_map_do_batch
 2020-02-20  0:07 UTC  (2+ messages)

[PATCH bpf v3] bpf: fix a potential deadlock with bpf_map_do_batch
 2020-02-19 23:13 UTC  (3+ messages)

[PATCH v2 bpf] bpf: Do not grab the bucket spinlock by default on htab batch ops
 2020-02-19 23:12 UTC  (3+ messages)

[PATCH v8 bpf-next 0/2] Add bpf_read_branch_records() helper
 2020-02-19 23:03 UTC  (4+ messages)
` [PATCH v8 bpf-next 2/2] selftests/bpf: add bpf_read_branch_records() selftest

[PATCH bpf] libbpf: Sanitise internal map names so they are not rejected by the kernel
 2020-02-19 22:29 UTC  (8+ messages)

[PATCH bpf-next 0/6] bpftool: Allow to select sections and filter probes
 2020-02-19 20:57 UTC  (6+ messages)

[PATCH net-next] net: mvneta: align xdp stats naming scheme to mlx5 driver
 2020-02-19 18:54 UTC  (3+ messages)

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2020-02-19 18:34 UTC  (12+ messages)

[PATCH bpf v2] bpf: fix a potential deadlock with bpf_map_do_batch
 2020-02-19 18:15 UTC  (3+ messages)

[PATCH bpf-next 0/3] sockmap/ktls: Simplify how we restore sk_prot callbacks
 2020-02-19 17:36 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf, sk_msg: Let ULP restore sk_proto and write_space callback
` [PATCH bpf-next 2/3] bpf, sk_msg: Don't clear saved sock proto on restore
` [PATCH bpf-next 3/3] selftests/bpf: Test unhashing kTLS socket after removing from map

[PATCH bpf] bpf: fix a potential deadlock with bpf_map_do_batch
 2020-02-19 16:15 UTC  (4+ messages)

[PATCHv2 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-19  9:17 UTC  (10+ messages)
` [PATCH 03/18] bpf: Add struct bpf_ksym
` [PATCH 06/18] bpf: Add bpf_ksym_tree tree
` [PATCH 15/18] bpf: Sort bpf kallsyms symbols

[RFC net-next] net: mvneta: align xdp stats naming scheme to mlx5 driver
 2020-02-19  8:26 UTC  (6+ messages)

[PATCH][next] bpf, sockmap: Replace zero-length array with flexible-array member
 2020-02-19  6:31 UTC  (2+ messages)

possible deadlock in bpf_lru_push_free
 2020-02-19  4:55 UTC  (4+ messages)

possible deadlock in bpf_lru_push_free
 2020-02-19  0:37 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).