bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 19:29:34 to 2020-03-31 19:52:47 UTC [more...]

[PATCH] kbuild: disable DEBUG_INFO_SPLIT when BTF is on
 2020-03-31 19:52 UTC  (3+ messages)

CONFIG_DEBUG_INFO_BTF and CONFIG_GCC_PLUGIN_RANDSTRUCT
 2020-03-31 19:50 UTC  (7+ messages)

runqslower build failed on Debian9
 2020-03-31 19:47 UTC  (4+ messages)

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-31 18:52 UTC  (58+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCH v3 bpf-next 0/4] Add support for cgroup bpf_link
 2020-03-31 17:11 UTC  (21+ messages)
` [PATCH v3 bpf-next 1/4] bpf: implement bpf_link-based cgroup BPF program attachment
` [PATCH v3 bpf-next 2/4] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH v3 bpf-next 3/4] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH v3 bpf-next 4/4] selftests/bpf: test FD-based "

[PATCH] net/bpfilter: remove superfluous testing message
 2020-03-31 17:08 UTC  (2+ messages)

probe_write_common_error
 2020-03-31 16:16 UTC 

[PATCH bpf] riscv: remove BPF JIT for nommu builds
 2020-03-31 14:57 UTC  (2+ messages)

[RFC PATCH] tun: Don't put_page() for all negative return values from XDP program
 2020-03-31 12:14 UTC  (3+ messages)

[PATCH][next] bpf: Test_verifier: fix spelling mistake "arithmatic" -> "arithmetic"
 2020-03-31 10:00 UTC 

[PATCH net] veth: xdp: use head instead of hard_start
 2020-03-31  6:16 UTC  (7+ messages)
        ` [PATCH net v2] "

pull-request: bpf-next 2020-03-30
 2020-03-31  3:11 UTC  (3+ messages)

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-31  1:32 UTC  (5+ messages)

[PATCH bpf-next] bpf, doc: Add John as official reviewer to BPF subsystem
 2020-03-30 23:53 UTC  (2+ messages)

[bpf-next PATCH v2 0/7] ALU32 bounds tracking support
 2020-03-30 22:23 UTC  (9+ messages)
` [bpf-next PATCH v2 1/7] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
` [bpf-next PATCH v2 2/7] bpf: verifier, do explicit ALU32 bounds tracking
` [bpf-next PATCH v2 3/7] bpf: verifier, refine 32bit bound in do_refine_retval_range
` [bpf-next PATCH v2 4/7] bpf: test_progs, add test to catch retval refine error handling
` [bpf-next PATCH v2 5/7] bpf: test_verifier, bpf_get_stack return value add <0
` [bpf-next PATCH v2 6/7] bpf: test_verifier, #65 error message updates for trunc of boundary-cross
` [bpf-next PATCH v2 7/7] bpf: test_verifier, add alu32 bounds tracking tests

[PATCHv5 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-30 22:00 UTC  (8+ messages)
` [PATCHv5 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv5 bpf-next 2/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv5 bpf-next 3/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv5 bpf-next 4/5] selftests: bpf: add test for sk_assign
` [PATCHv5 bpf-next 5/5] selftests: bpf: Extend sk_assign tests for UDP

bpf-next is CLOSED
 2020-03-30 21:49 UTC  (2+ messages)

[PATCH bpf-next] bpf: lsm: Make BPF_LSM depend on BPF_EVENTS
 2020-03-30 21:01 UTC  (3+ messages)

[PATCH bpf-next] bpf: btf: Fix arg verification in btf_ctx_access()
 2020-03-30 20:32 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix __reg_bound_offset32 handling
 2020-03-30 19:01 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Undo incorrect "
` [PATCH bpf-next 2/3] bpf: Fix tnum constraints for 32-bit comparisons
` [PATCH bpf-next 3/3] bpf: Simplify reg_set_min_max_inv handling

linux-next: Tree for Mar 30 (bpf)
 2020-03-30 18:49 UTC  (5+ messages)

[PATCH net-next] net: ena: Make some functions static
 2020-03-30 17:54 UTC  (2+ messages)

[PATCH v2 net] inet_diag: add cgroup id attribute
 2020-03-30 12:34 UTC 

WARNING in sk_stream_kill_queues (4)
 2020-03-30  7:25 UTC 

[PATCH v4] samples/bpf: Add xdp_stat sample program
 2020-03-30  6:55 UTC  (2+ messages)

[PATCH bpf-next v9 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-29 23:46 UTC  (10+ messages)
` [PATCH bpf-next v9 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v9 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v9 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v9 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v9 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v9 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v9 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v9 8/8] bpf: lsm: Add Documentation

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-29 23:46 UTC  (18+ messages)
` [PATCH bpf-next v2] libbpf: Add getter for pointer to data area for internal maps
  ` [PATCH v3 1/2] libbpf: Add setter for initial value "
    ` [PATCH v4 "
    ` [PATCH v4 2/2] selftests: Add test for overriding global data value before load
  ` [PATCH v3 "

[PATCHv4 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-29 21:12 UTC  (8+ messages)
` [PATCHv4 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv4 bpf-next 2/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv4 bpf-next 3/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv4 bpf-next 4/5] selftests: bpf: add test for sk_assign
` [PATCHv4 bpf-next 5/5] selftests: bpf: Extend sk_assign tests for UDP

[PATCH bpf-next v8 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-29  0:15 UTC  (9+ messages)
` [PATCH bpf-next v8 4/8] bpf: lsm: Implement attach, detach and execution

[PATCH bpf-next 0/7] Various improvements to cgroup helpers
 2020-03-28 20:27 UTC  (18+ messages)
` [PATCH bpf-next 3/7] bpf: add netns cookie and enable it for bpf cgroup hooks
` [PATCH bpf-next 4/7] bpf: allow to retrieve cgroup v1 classid from v2 hooks
` [PATCH bpf-next 5/7] bpf: enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
` [PATCH bpf-next 6/7] bpf: enable retrival of pid/tgid/comm from bpf cgroup hooks
` [PATCH bpf-next 7/7] bpf: add selftest cases for ctx_or_null argument type

[PATCHv3 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-28 17:42 UTC  (7+ messages)
` [PATCHv3 bpf-next 5/5] selftests: bpf: Extend sk_assign tests for UDP

[PATCH v2] bpf: fix build warning - missing prototype
 2020-03-28 17:15 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[RFC PATCH v1 47/50] kernel/bpf/core.c: Use get_random_max32()
 2020-03-28 17:15 UTC  (2+ messages)

[PATCH bpf-next] xsk: Init all ring members in xsk_umem__create and xsk_socket__create
 2020-03-28 17:14 UTC  (3+ messages)

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-28  0:17 UTC  (9+ messages)
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign
      ` call for bpf progs. "

pull-request: bpf 2020-03-27
 2020-03-27 23:19 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).