bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 06:06:17 to 2020-05-28 05:33:45 UTC [more...]

[PATCH bpf-next 0/3] bpf: Introduce minimal support for sleepable progs
 2020-05-28  5:33 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce sleepable BPF programs
` [PATCH bpf-next 2/3] libbpf: support sleepable progs
` [PATCH bpf-next 3/3] selftests/bpf: basic sleepable tests

clean up and streamline probe_kernel_* and friends v4
 2020-05-28  4:39 UTC  (10+ messages)
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better

[PATCH bpf-next 0/8] Link-based program attachment to network namespaces
 2020-05-28  2:54 UTC  (19+ messages)
` [PATCH bpf-next 1/8] flow_dissector: Don't grab update-side lock on prog detach from pre_exit
` [PATCH bpf-next 2/8] flow_dissector: Pull locking up from prog attach callback
` [PATCH bpf-next 3/8] net: Introduce netns_bpf for BPF programs attached to netns
` [PATCH bpf-next 4/8] flow_dissector: Move out netns_bpf prog callbacks
` [PATCH bpf-next 5/8] bpf: Add link-based BPF program attachment to network namespace
` [PATCH bpf-next 6/8] libbpf: Add support for bpf_link-based netns attachment
` [PATCH bpf-next 7/8] bpftool: Support link show for netns-attached links
` [PATCH bpf-next 8/8] selftests/bpf: Add tests for attaching bpf_link to netns

[RFC PATCH] samples:bpf: introduce task detector
 2020-05-28  2:53 UTC 

[PATCH bpf-next V2] bpf: Fix map_check_no_btf return code
 2020-05-27 22:59 UTC  (2+ messages)

[PATCH 0/8] selftests/bpf: installation and out of tree build fixes
 2020-05-27 22:23 UTC  (37+ messages)
` [PATCH 1/8] selftests/bpf: remove test_align from Makefile
` [PATCH 2/8] selftests/bpf: build bench.o for any $(OUTPUT)
` [PATCH 4/8] selftests/bpf: fix object files installation
` [PATCH 5/8] selftests/bpf: add output dir to include list
` [PATCH 6/8] selftests/bpf: fix urandom_read installation
` [PATCH 7/8] selftests/bpf: fix test.h placing for out of tree build
` [PATCH 8/8] selftests/bpf: factor out MKDIR rule
  ` [PATCH] selftests/bpf: split -extras target to -static and -gen

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-05-27 22:06 UTC  (12+ messages)
` [PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

kselftest OOT run_tests
 2020-05-27 21:46 UTC  (8+ messages)

[PATCH bpf-next] libbpf: Export bpf_object__load_vmlinux_btf
 2020-05-27 21:33 UTC  (4+ messages)

[PATCH bpf-next] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt
 2020-05-27 20:44 UTC  (5+ messages)

[PATCH] fs: Add an explicit might_sleep() to iput
 2020-05-27 20:05 UTC  (4+ messages)

[PATCH bpf-next v2 1/3] sock: move sock_valbool_flag to header
 2020-05-27 19:58 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] tcp: add keepalive_time_set helper
` [PATCH bpf-next v2 3/3] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt

[PATCH bpf 0/5] bpf: fix map permissions check and cleanup code around
 2020-05-27 18:57 UTC  (6+ messages)
` [PATCH bpf 1/5] selftests/bpf: fix a typo in test_maps
  ` [PATCH bpf 2/5] selftests/bpf: cleanup some file descriptors "
    ` [PATCH bpf 3/5] selftests/bpf: cleanup comments "
      ` [PATCH bpf 4/5] bpf: fix map permissions check
        ` [PATCH bpf 5/5] selftests/bpf: add tests for write-only stacks/queues

[PATCH bpf-next] libbpf: fix perf_buffer__free() API for sparse allocs
 2020-05-27 17:58 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-27 15:04 UTC  (13+ messages)
` [PATCHv3 "
  ` [PATCHv3 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv3 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test
` [PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
  ` [PATCHv4 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv4 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH v2 bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-27 10:08 UTC  (2+ messages)

[RESEND PATCH 0/3] selftests: lib.mk improvements
 2020-05-27  7:16 UTC  (4+ messages)
` [RESEND PATCH 1/3] selftests: do not use .ONESHELL
  ` [RESEND PATCH 2/3] selftests: fix condition in run_tests
  ` [RESEND PATCH 3/3] selftests: simplify run_tests

KMSAN: uninit-value in bpf_skb_load_helper_32
 2020-05-27  6:32 UTC  (2+ messages)

[bpf-next PATCH v5 0/5] bpf: Add sk_msg and networking helpers
 2020-05-26 23:12 UTC  (16+ messages)
` [bpf-next PATCH v5 1/5] bpf, sk_msg: add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH v5 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v5 3/5] bpf, sk_msg: add get socket storage helpers
` [bpf-next PATCH v5 4/5] bpf, selftests: add sk_msg helpers load and attach test
` [bpf-next PATCH v5 5/5] bpf, selftests: test probe_* helpers from SCHED_CLS

[PATCH RESEND] libbpf: use .so dynamic symbols for abi check
 2020-05-26 21:23 UTC  (2+ messages)

[PATCH] bpf: Fix spelling in comment
 2020-05-26 21:22 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: add API to consume the perf ring buffer content
 2020-05-26 21:15 UTC  (3+ messages)

[PATCH] libbpf: Install headers as part of make install
 2020-05-26 21:14 UTC  (3+ messages)

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-05-26 21:10 UTC 

[PATCH bpf-next] bpf: Fix map_check_no_btf return code
 2020-05-26 18:52 UTC  (4+ messages)

accessing global and per-cpu vars
 2020-05-26 18:20 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:54 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h

[PATCH bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:47 UTC  (6+ messages)

[PATCH bpf-next] libbpf: add API to consume the perf ring buffer content
 2020-05-26 17:40 UTC  (4+ messages)

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-26 17:18 UTC  (6+ messages)

WARNING: locking bug in dev_mc_seq_show
 2020-05-26 17:14 UTC 

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-26 16:43 UTC  (2+ messages)

[PATCH bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-26 14:33 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] BPF ring buffer
 2020-05-26  6:32 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v3 bpf-next 2/5] libbpf: add BPF ring buffer support
` [PATCH v3 bpf-next 3/5] selftests/bpf: add BPF ringbuf selftests
` [PATCH v3 bpf-next 4/5] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v3 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-26  3:05 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[PATCH] MAINTAINERS: adjust entry in XDP SOCKETS to actual file name
 2020-05-25 22:23 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix returned error sign when link doesn't support updates
 2020-05-25 22:21 UTC  (2+ messages)

[PATCH bpf-next v2] tools: bpftool: make capability check account for new BPF caps
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: clean subcommand help messages
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf] xsk: add overflow check for u64 division, stored into u32
 2020-05-25 22:19 UTC  (3+ messages)

[PATCH] bpftool: print correct error message when failing to load BTF
 2020-05-25 22:18 UTC  (2+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-25 13:34 UTC  (8+ messages)

XDP socket DOS bug
 2020-05-25  7:54 UTC  (2+ messages)

general protection fault in selinux_socket_recvmsg
 2020-05-24 18:12 UTC  (3+ messages)

[RFC bpf-next 0/2] introduce support for XDP programs in cpumaps
 2020-05-24 17:22 UTC  (3+ messages)
` [RFC bpf-next 1/2] bpf: cpumap: add the possibility to attach a eBPF program to cpumap

[bpf-next PATCH v4 0/5] bpf: Add sk_msg and networking helpers
 2020-05-23 16:29 UTC  (4+ messages)
` [bpf-next PATCH v4 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*


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