bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-21 00:12:35 to 2020-01-04 00:35:28 UTC [more...]

[PATCH bpf] bpf: cgroup: prevent out-of-order release of cgroup bpf
 2020-01-04  0:35 UTC  (4+ messages)

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2020-01-04  0:09 UTC  (39+ messages)
` [PATCH bpf-next v1 04/13] bpf: lsm: Allow btf_id based attachment for LSM hooks
` [PATCH bpf-next v1 05/13] tools/libbpf: Add support in libbpf for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v1 06/13] bpf: lsm: Init Hooks and create files in securityfs
` [PATCH bpf-next v1 07/13] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v1 09/13] bpf: lsm: Add a helper function bpf_lsm_event_output
` [PATCH bpf-next v1 10/13] bpf: lsm: Handle attachment of the same program
` [PATCH bpf-next v1 11/13] tools/libbpf: Add bpf_program__attach_lsm
` [PATCH bpf-next v1 12/13] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

[PATCH bpf-next] bpf: Make trampolines W^X
 2020-01-03 23:47 UTC 

[PATCH] net: ena: remove set but not used variable 'rx_ring'
 2020-01-03 20:33 UTC  (2+ messages)

[PATCH][bpf-next] bpf: return EOPNOTSUPP when invalid map type in __bpf_tx_xdp_map
 2020-01-03 19:27 UTC  (2+ messages)

[PATCH][bpf-next] bpf: change bpf_skb_generic_push type as void
 2020-01-03 19:18 UTC  (3+ messages)

[PATCH bpf-next v3 00/11] Introduce BPF STRUCT_OPS
 2020-01-02 18:33 UTC  (14+ messages)
` [PATCH bpf-next v3 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next v3 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v3 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v3 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v3 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v3 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v3 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v3 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next v3 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v3 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v3 11/11] bpf: Add bpf_dctcp example

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-02 14:13 UTC  (6+ messages)

WARNING: locking bug in __inet6_bind
 2020-01-02  9:35 UTC 

[PATCH bpf-next] bpftool: allow match by name prefixes
 2019-12-31  4:28 UTC  (2+ messages)

[PATCH] libbpf: Use $(SRCARCH) for include path
 2019-12-30  6:29 UTC  (3+ messages)

[PATCH] samples/bpf: Add xdp_stat sample program
 2019-12-29 22:51 UTC 

[PATCH 4.14 101/161] perf parse: If pmu configuration fails free terms
 2019-12-29 17:19 UTC 

[PATCH 5.4 254/434] perf tools: Splice events onto evlist even on error
 2019-12-29 17:25 UTC  (2+ messages)
` [PATCH 5.4 260/434] perf parse: If pmu configuration fails free terms

[PATCH 4.19 132/219] perf tools: Splice events onto evlist even on error
 2019-12-29 17:18 UTC  (2+ messages)
` [PATCH 4.19 136/219] perf parse: If pmu configuration fails free terms

[RFC 0/5] bpf: Add trampoline helpers
 2019-12-29 14:37 UTC  (6+ messages)
` [PATCH 1/5] bpf: Allow non struct type for btf ctx access
` [PATCH 2/5] bpf: Add bpf_perf_event_output_kfunc
` [PATCH 3/5] bpf: Add bpf_get_stackid_kfunc
` [PATCH 4/5] bpf: Add bpf_get_stack_kfunc
` [PATCH 5/5] bpf: Allow to resolve bpf trampoline in unwind

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-29  4:33 UTC  (22+ messages)

[PATCH bpf-next v2 00/11] Introduce BPF STRUCT_OPS
 2019-12-28  5:16 UTC  (45+ messages)
` [PATCH bpf-next v2 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next v2 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v2 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v2 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v2 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v2 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next v2 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v2 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v2 11/11] bpf: Add bpf_dctcp example

pull-request: bpf-next 2019-12-27
 2019-12-27 23:28 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpftool/libbpf: Add probe for large INSN limit
 2019-12-27 18:14 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] bpftool: Add misc secion and "

[PATCH AUTOSEL 4.9 15/38] samples: bpf: Replace symbol compare of trace_event
 2019-12-27 18:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 33/38] net, sysctl: Fix compiler warning when only cBPF is present

[PATCH bpf-next] bpftool: make skeleton C code compilable with C++ compiler
 2019-12-27 18:09 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 22/57] bpf, mips: Limit to 33 tail calls
 2019-12-27 18:02 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 24/57] samples: bpf: Replace symbol compare of trace_event
` [PATCH AUTOSEL 4.14 25/57] samples: bpf: fix syscall_tp due to unused syscall
` [PATCH AUTOSEL 4.14 49/57] net, sysctl: Fix compiler warning when only cBPF is present

[PATCH AUTOSEL 5.4 071/187] bpf, riscv: Limit to 33 tail calls
 2019-12-27 17:39 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 072/187] bpf, mips: "
` [PATCH AUTOSEL 5.4 073/187] bpftool: Don't crash on missing jited insns or ksyms
` [PATCH AUTOSEL 5.4 080/187] samples: bpf: Replace symbol compare of trace_event
` [PATCH AUTOSEL 5.4 081/187] samples: bpf: fix syscall_tp due to unused syscall
` [PATCH AUTOSEL 5.4 100/187] bpf: Clear skb->tstamp in bpf_redirect when necessary

[PATCH AUTOSEL 4.19 34/84] bpf, mips: Limit to 33 tail calls
 2019-12-27 17:43 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 37/84] samples: bpf: Replace symbol compare of trace_event
` [PATCH AUTOSEL 4.19 38/84] samples: bpf: fix syscall_tp due to unused syscall
` [PATCH AUTOSEL 4.19 45/84] bpf: Clear skb->tstamp in bpf_redirect when necessary
` [PATCH AUTOSEL 4.19 75/84] net, sysctl: Fix compiler warning when only cBPF is present

[PATCH bpf-next 0/2] bpftool/libbpf: Add probe for large INSN limit
 2019-12-27 11:06 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] bpftool: Add misc secion and "

pull-request: bpf 2019-12-23
 2019-12-26 23:25 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2019-12-26 21:18 UTC 

[PATCH v2 bpf-next] bpf: Print error message for bpftool cgroup show
 2019-12-26  9:51 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: support CO-RE relocations for LDX/ST/STX instructions
 2019-12-26  9:44 UTC  (3+ messages)

[PATCH bpf-next] bpf: Print error message for bpftool cgroup show
 2019-12-23 23:36 UTC  (2+ messages)

[PATCH bpf-next v2 2/9] riscv, bpf: add support for far branching
 2019-12-23 18:58 UTC  (10+ messages)
` [PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
  ` [PATCH bpf-next v2 3/9] riscv, bpf: add support for far branching when emitting tail call
  ` [PATCH bpf-next v2 4/9] riscv, bpf: add support for far jumps and exits
  ` [PATCH bpf-next v2 5/9] riscv, bpf: optimize BPF tail calls
  ` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free
  ` [PATCH bpf-next v2 7/9] riscv, bpf: optimize calls
  ` [PATCH bpf-next v2 8/9] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
  ` [PATCH bpf-next v2 9/9] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs

[PATCH bpf-next] libbpf: support CO-RE relocations for LD/LDX/ST/STX instructions
 2019-12-23 17:58 UTC  (3+ messages)

[PATCH] libbpf: Fix build on read-only filesystems
 2019-12-23 14:39 UTC  (11+ messages)
      ` [PATCH bpf] "
              ` [PATCH bpf v3] "

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-23  9:25 UTC  (5+ messages)

[PATCH bpf] bpf: Fix precision tracking for unbounded scalars
 2019-12-23  1:29 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] libbpf: Add support for extern function calls
 2019-12-21 16:24 UTC  (3+ messages)

[PATCH bpf-next 0/3] Implement runqslower BCC tool with BPF CO-RE
 2019-12-21  5:40 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpftool: add extra CO-RE mode to btf dump command

[PATCH bpf] samples/bpf: xdp_redirect_cpu fix missing tracepoint attach
 2019-12-21  0:14 UTC  (3+ messages)

[PATCH bpf-next 0/6] Enhancements to xdpsock application
 2019-12-21  0:12 UTC  (3+ messages)

[PATCH bpf-next v2 9/9] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 8/9] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 7/9] riscv, bpf: optimize calls
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 5/9] riscv, bpf: optimize BPF tail calls
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 4/9] riscv, bpf: add support for far jumps and exits
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 3/9] riscv, bpf: add support for far branching when emitting tail call
 2019-12-16  9:13 UTC 


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).