bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-07 21:54:48 to 2022-01-12 14:27:11 UTC [more...]

[PATCH bpf-next v3 0/3] libbpf: Implement BTFGen
 2022-01-12 14:26 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v3 2/3] libbpf: Implement changes needed for BTFGen in bpftool

[RFC PATCH v2 0/8] fprobe: Introduce fprobe function entry/exit probe
 2022-01-12 14:04 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ftrace: Add ftrace_set_filter_ips function
` [RFC PATCH v2 2/8] fprobe: Add ftrace based probe APIs
` [RFC PATCH v2 3/8] rethook: Add a generic return hook
` [RFC PATCH v2 4/8] rethook: x86: Add rethook x86 implementation
` [RFC PATCH v2 5/8] fprobe: Add exit_handler support
` [RFC PATCH v2 6/8] fprobe: Add sample program for fprobe
` [RFC PATCH v2 7/8] bpf: Add kprobe link for attaching raw kprobes
` [RFC PATCH v2 8/8] [DO NOT MERGE] Out-of-tree: Support wildcard symbol option to sample

[PATCH v2 2/2] random: use BLAKE2s instead of SHA1 in extraction
 2022-01-12 13:18 UTC  (16+ messages)
          ` [PATCH crypto 0/2] smaller blake2s code size on m68k and other small platforms
            ` [PATCH crypto 1/2] lib/crypto: blake2s-generic: reduce code size on small systems
            ` [PATCH crypto 2/2] lib/crypto: blake2s: move hmac construction into wireguard
            ` [PATCH crypto v2 0/2] reduce code size from blake2s on m68k and other small platforms
              ` [PATCH crypto v2 1/2] lib/crypto: blake2s: move hmac construction into wireguard
              ` [PATCH crypto v2 2/2] lib/crypto: sha1: re-roll loops to reduce code size
              ` [PATCH crypto v3 0/2] reduce code size from blake2s on m68k and other small platforms
                ` [PATCH crypto v3 1/2] lib/crypto: blake2s: move hmac construction into wireguard
                ` [PATCH crypto v3 2/2] lib/crypto: sha1: re-roll loops to reduce code size

[PATCH v6] bpf/scripts: raise an exception if the correct number of helpers are not generated
 2022-01-12 12:15 UTC  (2+ messages)

[PATCH v5] bpf/scripts: add an error if the correct number of helpers are not generated
 2022-01-12 11:52 UTC  (6+ messages)
  ` [External] "

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-12 11:08 UTC  (11+ messages)
` [RFC PATCH 0/6] fprobe: Introduce fprobe function entry/exit probe
  ` [RFC PATCH 1/6] fprobe: Add ftrace based probe APIs
  ` [RFC PATCH 2/6] rethook: Add a generic return hook
  ` [RFC PATCH 3/6] rethook: x86: Add rethook x86 implementation
  ` [RFC PATCH 4/6] fprobe: Add exit_handler support
  ` [RFC PATCH 5/6] fprobe: Add sample program for fprobe
  ` [RFC PATCH 6/6] bpf: Add kprobe link for attaching raw kprobes

Proposal: bpf_copy_from_user_remote
 2022-01-12 11:03 UTC 

libbpf API: dynamically load(/unload/attach/detach) bpf programs question
 2022-01-12 10:42 UTC  (3+ messages)

[PATCH bpf] tools/resolve_btfids: build with host flags
 2022-01-12  0:25 UTC 

[PATCH bpf-next] tcp: bpf: Add TCP_BPF_RCV_SSTHRESH for bpf_setsockopt
 2022-01-11 21:47 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/8] Pinning bpf objects outside bpffs
 2022-01-11 18:20 UTC  (13+ messages)

[PATCH bpf-next v7 00/10] Introduce unstable CT lookup helpers
 2022-01-11 18:04 UTC  (11+ messages)
` [PATCH bpf-next v7 01/10] bpf: Fix UAF due to race between btf_try_get_module and load_module
` [PATCH bpf-next v7 02/10] bpf: Populate kfunc BTF ID sets in struct btf
` [PATCH bpf-next v7 03/10] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v7 04/10] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v7 05/10] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v7 06/10] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v7 07/10] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v7 08/10] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v7 09/10] selftests/bpf: Extend kfunc selftests
` [PATCH bpf-next v7 10/10] selftests/bpf: Add test for race in btf_try_get_module

[PATCH bpf-next] Fix incorrect integer literal used for marking scratched registers in verifier logs
 2022-01-11 17:56 UTC  (6+ messages)

[PATCH] bpf: core: Fix the call ins's offset s32 -> s16 truncation
 2022-01-11 17:51 UTC  (3+ messages)

[PATCH bpf v2 1/3] xdp: check prog type before updating BPF link
 2022-01-11 17:49 UTC  (6+ messages)
` [PATCH bpf v2 2/3] bpf/selftests: convert xdp_link test to ASSERT_* macros
` [PATCH bpf v2 3/3] bpf/selftests: Add check for updating XDP bpf_link with wrong program type

[PATCH v3 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-11 17:43 UTC  (7+ messages)
` [PATCH v3 bpf-next 5/7] x86/alternative: introduce text_poke_jit
` [PATCH v3 bpf-next 7/7] bpf, x86_64: use bpf_prog_pack allocator

[PATCH v2] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2022-01-11 17:18 UTC  (4+ messages)

[PATCH bpf] tools/bpf: only set obj->skeleton without err
 2022-01-11 17:09 UTC  (3+ messages)

[PATCH v3] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2022-01-11 14:46 UTC  (3+ messages)
  ` [External] "

[PATCH v4] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2022-01-11 14:45 UTC 

[PATCH 00/13] powerpc/bpf: Some fixes and updates
 2022-01-11 14:43 UTC  (20+ messages)
` [PATCH 01/13] bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
` [PATCH 02/13] powerpc32/bpf: Fix codegen for bpf-to-bpf calls
` [PATCH 03/13] powerpc/bpf: Update ldimm64 instructions during extra pass
` [PATCH 11/13] powerpc64/bpf elfv2: Setup kernel TOC in r2 on entry

[PATCH v21 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-11 14:29 UTC  (28+ messages)
` [PATCH v21 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v21 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v21 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v21 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v21 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v21 bpf-next 06/23] net: marvell: rely on "
` [PATCH v21 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v21 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v21 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v21 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v21 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v21 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v21 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v21 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v21 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v21 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v21 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v21 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v21 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v21 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v21 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v21 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v21 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[bug report] bpf: Make 32->64 bounds propagation slightly more robust
 2022-01-11 13:48 UTC  (2+ messages)

[PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2022-01-11 11:52 UTC  (16+ messages)
` [PATCH v4 net-next 2/9] i40e: respect metadata on XSK Rx to skb
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 3/9] ice: respect metadata in legacy-rx/ice_construct_skb()
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 4/9] ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 5/9] ice: respect metadata "
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 7/9] ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 8/9] ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 9/9] ixgbe: respect metadata "
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata

[syzbot] KASAN: use-after-free Read in srcu_invoke_callbacks
 2022-01-11 11:03 UTC 

[PATCH v2] bpf: fix mount source show for bpffs
 2022-01-11 10:20 UTC  (3+ messages)

[PATCH v2] libbpf: Fix the incorrect register read for syscalls on x86_64
 2022-01-11  1:04 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-11  0:00 UTC  (2+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: CGROUP_SKB test for skb_store_bytes()

[PATCH v4 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2022-01-10 22:45 UTC  (5+ 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 bpf-next] libbpf: Improve btf__add_btf() with an additional hashmap for strings
 2022-01-10 22:36 UTC 

[PATCH bpf-next v4] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-10 19:53 UTC  (2+ messages)

[PATCH v1 00/14] arm64: prepare and add verdin imx8m mini support
 2022-01-10 19:30 UTC  (3+ messages)
` [PATCH v1 04/14] arm64: defconfig: enable bpf/cgroup firewalling

[PATCH riscv-next] riscv: bpf: Fix eBPF's exception tables
 2022-01-10 16:57 UTC  (2+ messages)

eBPF sockhash datastructure and stream_parser/stream_verdict programs
 2022-01-10 16:20 UTC  (6+ messages)
    ` Fwd: "

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2022-01-10 14:38 UTC  (3+ messages)

[PATCH v2 0/8] Implement EBPF on powerpc32
 2022-01-10 12:13 UTC  (4+ messages)
` [PATCH v2 8/8] powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32

[syzbot] WARNING: suspicious RCU usage in __dev_queue_xmit
 2022-01-10 11:48 UTC  (2+ messages)

[PATCH v3 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2022-01-10 10:31 UTC  (3+ messages)
` [PATCH v3 net-next 2/9] i40e: respect metadata on XSK Rx to skb
  ` [Intel-wired-lan] "

[PATCH bpf-next v2 0/5] libbpf 1.0: deprecate bpf_map__def() API
 2022-01-10  2:10 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] samples/bpf: stop using "
` [PATCH bpf-next v2 2/5] bpftool: "
` [PATCH bpf-next v2 3/5] perf: "
` [PATCH bpf-next v2 4/5] selftests/bpf: "
` [PATCH bpf-next v2 5/5] libbpf: deprecate "

[PATCH] libbpf: fix possible NULL pointer dereference when destroy skelton
 2022-01-10  1:48 UTC  (2+ messages)

[PATCH bpf-next v7 0/3] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-09 12:30 UTC  (12+ messages)
` [PATCH bpf-next v7 1/3] bpf: Add "live packet" mode for "
` [PATCH bpf-next v7 2/3] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v7 3/3] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()

perf build broken seemingly due to libbpf changes, checking
 2022-01-08 22:38 UTC  (11+ messages)

[PATCH] bpf: btf: Fix a var size check in validator
 2022-01-08 18:53 UTC  (2+ messages)

[PATCH bpf-next] bpf, sockmap: fix double bpf_prog_put on error case in map_link
 2022-01-08 14:10 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
 2022-01-07 22:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts
 2022-01-07 22:00 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).