bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-11 02:02:47 to 2021-12-15 02:31:52 UTC [more...]

[PATCH bpf-next v2 0/4] bpf: remove the cgroup -> bpf header dependecy
 2021-12-15  2:31 UTC  (3+ messages)
` [PATCH bpf-next v2 2/4] bpf: create a header for inline helpers
` [PATCH bpf-next v2 3/4] add includes masked by cgroup -> bpf dependency

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-15  1:20 UTC  (3+ messages)

[PATCH bpf-next] libbpf: avoid reading past ELF data section end when copying license
 2021-12-14 23:20 UTC 

[PATCH v4 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-14 23:10 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] selftests/bpf: "
` [PATCH v4 bpf-next 2/4] samples/bpf: "
` [PATCH v4 bpf-next 3/4] tools/perf: "
` [PATCH v4 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-14 22:15 UTC  (5+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Test for IPv6 ext header parsing

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-14 21:56 UTC  (8+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH v4 bpf-next 0/2] libbpf: auto-bump RLIMIT_MEMLOCK on old kernels
 2021-12-14 21:20 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
` [PATCH v4 bpf-next 2/2] selftests/bpf: remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests

[PATCH v3 bpf-next 0/2] libbpf: auto-bump RLIMIT_MEMLOCK on old kernels
 2021-12-14 21:09 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
` [PATCH v3 bpf-next 2/2] selftests/bpf: remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-14 20:27 UTC  (3+ messages)

[PATCH bpf-next 0/5] bpf: remove the cgroup -> bpf header dependecy
 2021-12-14 19:27 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: add header for enum bpf_cgroup_storage_type
` [PATCH bpf-next 2/5] bpf: create a header for cgroup_storage_type()
` [PATCH bpf-next 3/5] bpf: create a header for struct bpf_link
` [PATCH bpf-next 4/5] bpf: remove the cgroup -> bpf header dependecy
` [PATCH bpf-next 5/5] bpf: push down the bpf-link include

[PATCH v2] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-14 19:14 UTC  (4+ messages)

[BPF PATCH for-next] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-14 18:04 UTC  (8+ messages)

[syzbot] BUG: corrupted list in netif_napi_add
 2021-12-14 17:56 UTC  (3+ messages)

[PATCH bpf-next 0/3] Improve verifier log readability
 2021-12-14 17:41 UTC  (7+ messages)
` [PATCH bpf-next 1/3] Only print scratched registers and stack slots to verifier logs
` [PATCH bpf-next 2/3] Right align verifier states in "
` [PATCH bpf-next 3/3] Only output backtracking information in log level 2

[PATCH bpf-next] libbpf: add sane strncpy alternative and use it internally
 2021-12-14 14:50 UTC  (2+ messages)

[PATCH v2 intel-net 0/6] ice: xsk: Rx processing fixes
 2021-12-14 14:46 UTC  (8+ messages)
` [PATCH v2 intel-net 1/6] ice: xsk: return xsk buffers back to pool when cleaning the ring
` [PATCH v2 intel-net 2/6] ice: xsk: allocate separate memory for XDP SW ring
` [PATCH v2 intel-net 3/6] ice: remove dead store on XSK hotpath
` [PATCH v2 intel-net 4/6] ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor
` [PATCH v2 intel-net 5/6] ice: xsk: allow empty Rx descriptors on XSK ZC data path
` [PATCH v2 intel-net 6/6] ice: xsk: fix cleaned_count setting
` [Intel-wired-lan] [PATCH v2 intel-net 0/6] ice: xsk: Rx processing fixes

[PATCH bpf-next] libbpf: fix potential uninit memory read
 2021-12-14 14:40 UTC  (2+ messages)

[PATCH bpf-next] xsk: add test for tx_writeable to batched path
 2021-12-14 14:35 UTC  (4+ messages)

[PATCH bpf-next v3 0/9] Introduce unstable CT lookup helpers
 2021-12-14 14:34 UTC  (11+ messages)
` [PATCH bpf-next v3 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v3 9/9] selftests/bpf: Add test for unstable CT lookup API

[PATCH bpf-next] selftests/bpf: Fix OOB write in test_verifier
 2021-12-14 14:30 UTC  (2+ messages)

[PATCH bpf] xsk: do not sleep in poll() when need_wakeup set
 2021-12-14 14:30 UTC  (3+ messages)

improve the eBPF documentation
 2021-12-14 14:04 UTC  (5+ messages)
` [PATCH 1/4] bpf, docs: Fix verifier reference
` [PATCH 2/4] bpf, docs: Move the introduction to eBPF into a separate document
` [PATCH 3/4] bpf, docs: Only document eBPF in instruction-set.rst
` [PATCH 4/4] bpf, docs: Generate nicer tables for instruction encodings

PPC jit and pseudo_btf_id
 2021-12-14 12:46 UTC  (3+ messages)

[PATCH bpf-next v3 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-14 11:46 UTC  (20+ messages)
` [PATCH bpf-next v3 1/8] xdp: Allow registering memory model without rxq reference
` [PATCH bpf-next v3 2/8] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next v3 3/8] page_pool: Store the XDP mem id
` [PATCH bpf-next v3 4/8] xdp: Move conversion to xdp_frame out of map functions
` [PATCH bpf-next v3 5/8] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next v3 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()
` [PATCH bpf-next v3 7/8] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()
` [PATCH bpf-next v3 8/8] samples/bpf: Add xdp_trafficgen sample

[PATCH] virtio-net: make copy len check in xdp_linearize_page
 2021-12-14  6:14 UTC  (5+ messages)

Question: `libbpf_err` vs `libbpf_err_errno`
 2021-12-14  3:49 UTC  (3+ messages)

[PATCH v3 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-14  3:41 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] selftests/bpf: "
` [PATCH v3 bpf-next 2/4] samples/bpf: "
` [PATCH v3 bpf-next 3/4] tools/perf: "
` [PATCH v3 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH v1 0/2] perf: Fix perf in non-root PID namespace
 2021-12-14  3:24 UTC  (6+ messages)
` [PATCH v1 1/2] perf namespaces: Add helper nsinfo__is_in_root_namespace()
` [PATCH v1 2/2] perf evlist: Don't run perf in non-root PID namespace when launch workload

[PATCH v2] tracing: check the return value of kstrdup()
 2021-12-14  1:28 UTC 

[PATCH bpf-next] xsk: wipe out dead zero_copy_allocator declarations
 2021-12-13 23:30 UTC  (3+ messages)

[PATCH 02/17] net/mlx5e: Avoid field-overflowing memcpy()
 2021-12-13 22:33 UTC 

[PATCH v2 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-13 22:22 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] selftests/bpf: "
` [PATCH v2 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH bpf-next] libbpf: Add doc comments for bpf_program__(un)pin()
 2021-12-13 21:56 UTC  (2+ messages)

[PATCH v3 net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-12-13 21:51 UTC  (6+ messages)
` [PATCH v3 net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH bpf-next] selftests/bpf: Fix segfault in bpf_tcp_ca
 2021-12-13 21:40 UTC  (2+ messages)

[PATCH] bpftool: Fix NULL vs IS_ERR() checking for return value of hashmap__new
 2021-12-13 19:33 UTC  (2+ messages)

[PATCHv2 bpf-next 0/5] bpf: Add helpers to access traced function arguments
 2021-12-13 17:45 UTC  (3+ messages)
` [PATCHv2 bpf-next 4/5] bpf: Add get_func_[arg|ret|arg_cnt] helpers

[PATCH] tracing: check the return value of kstrdup()
 2021-12-13 16:52 UTC  (2+ messages)

[PATCH -mm v2 0/3] Phase 2 of task comm cleanups
 2021-12-13 14:41 UTC  (7+ messages)
` [PATCH -mm v2 1/3] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm v2 2/3] cn_proc: replaced old hard-coded "
` [PATCH -mm v2 3/3] tools/perf: replace "

[PATCH bpf-next 0/3] xsk: Tx improvements
 2021-12-13 13:13 UTC  (5+ messages)
` [PATCH bpf-next 2/3] ice: xsk: improve AF_XDP ZC Tx side
` [PATCH bpf-next 3/3] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH v2] samples/bpf: xdpsock: fix swap.cocci warning
 2021-12-13 12:09 UTC  (6+ messages)

[syzbot] WARNING: kmalloc bug in bpf
 2021-12-13  2:46 UTC  (3+ messages)

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-13  2:02 UTC  (9+ messages)
` [PATCH bpf-next v1 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL

[PATCH bpf-next] libbpf: don't validate TYPE_ID relo's original imm value
 2021-12-13  1:32 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] libbpf: auto-bumpd RLIMIT_MEMLOCK on old kernels
 2021-12-12 19:45 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF

[PATCH bpf-next] selftests/bpf: remove last bpf_create_map_xattr from test_verifier
 2021-12-12 19:13 UTC 

[PATCH] tracing: check the return value of kstrdup()
 2021-12-12 15:36 UTC 

[PATCH] perf tools: Use IS_ERR_OR_NULL() to clean code and fix check
 2021-12-12 13:56 UTC 

[PATCH] bpftool: Fix NULL vs IS_ERR() checking
 2021-12-12  5:04 UTC 

[PATCH] bpftool: Fix NULL vs IS_ERR() checking in do_show()
 2021-12-12  4:42 UTC 

[syzbot] WARNING in bpf_xdp_adjust_tail (3)
 2021-12-12  2:47 UTC 

[PATCH] bpf: use kmemdup() to replace kmalloc + memcpy
 2021-12-12  2:16 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] introduce bpf_strncmp() helper
 2021-12-12  1:50 UTC  (2+ messages)

[syzbot] BUG: MAX_LOCKDEP_CHAINS too low! (3)
 2021-12-11 22:04 UTC  (2+ messages)

[net-next RFC PATCH v3 00/15] Add support for qca8k mdio rw in Ethernet packet
 2021-12-11 19:24 UTC  (21+ messages)
` [net-next RFC PATCH v3 05/15] net: dsa: tag_qca: convert to FIELD macro
` [net-next RFC PATCH v3 06/15] net: dsa: tag_qca: move define to include linux/dsa
` [net-next RFC PATCH v3 07/15] net: da: tag_qca: enable promisc_on_master flag
` [net-next RFC PATCH v3 07/14] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 08/14] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 08/15] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 09/15] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 09/14] net: dsa: tag_qca: add support for handling mdio Ethernet and "
` [net-next RFC PATCH v3 10/14] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 10/15] net: dsa: tag_qca: add support for handling mdio Ethernet and MIB packet
` [net-next RFC PATCH v3 11/14] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 11/15] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 12/15] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 12/14] net: dsa: qca8k: add support for mib autocast "
` [net-next RFC PATCH v3 13/15] "
` [net-next RFC PATCH v3 13/14] net: dsa: qca8k: add support for phy read/write with mdio Ethernet
` [net-next RFC PATCH v3 14/15] "
` [net-next RFC PATCH v3 14/14] net: dsa: qca8k: cache lo and hi for mdio write
` [net-next RFC PATCH v3 15/15] "

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-11 17:38 UTC  (4+ messages)
` [PATCH v20 bpf-next 23/23] xdp: disable XDP_REDIRECT for xdp multi-buff

pull-request v2: bpf-next 2021-12-10
 2021-12-11  2:30 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).