bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 04:50:59 to 2021-08-28 16:40:53 UTC [more...]

[PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-08-28 16:40 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/7] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v3 bpf-next 2/7] bpf: add bpf_trace_vprintk helper
` [PATCH v3 bpf-next 3/7] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v3 bpf-next 4/7] libbpf: use static const fmt string in __bpf_printk
` [PATCH v3 bpf-next 5/7] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v3 bpf-next 6/7] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v3 bpf-next 7/7] selftests/bpf: add trace_vprintk test prog

[PATCH v3 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-28  7:51 UTC  (2+ messages)

[PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-28  7:31 UTC  (8+ messages)

[syzbot] general protection fault in legacy_parse_param
 2021-08-28  2:11 UTC 

[PATCH v2 bpf-next 0/6] bpf: implement variadic printk helper
 2021-08-28  2:05 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/6] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v2 bpf-next 2/6] bpf: add bpf_trace_vprintk helper
` [PATCH v2 bpf-next 3/6] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v2 bpf-next 4/6] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v2 bpf-next 5/6] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v2 bpf-next 6/6] selftests/bpf: add trace_vprintk test prog

[PATCH bpf-next v2] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-08-28  1:14 UTC 

[PATCH bpf-next] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-08-28  0:55 UTC 

[RFC 0/1] add parallelism to test_progs
 2021-08-27 23:13 UTC  (2+ messages)
` [RFC 1/1] selftests/bpf: Add "

[PATCH bpf-next 0/2] Sleepable local storage
 2021-08-27 20:55 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
` [PATCH bpf-next 2/2] bpf/selftests: Update local storage selftest for "

[PATCH v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-08-27 15:10 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v2 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v2 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

[PATCH 4.19 0/3] BPF fixes for CVE-2021-3444 and CVE-2021-3600
 2021-08-27 14:38 UTC  (5+ messages)
` [PATCH 4.19 1/3] bpf: Do not use ax register in interpreter on div/mod
` [PATCH 4.19 2/3] bpf: Fix 32 bit src register truncation "
` [PATCH 4.19 3/3] bpf: Fix truncation handling for mod32 dst reg wrt zero

[PATCH] MAINTAINERS: Remove self from powerpc BPF JIT
 2021-08-27 11:19 UTC 

[PATCH] libbpf: Fix build with latest gcc/binutils with LTO
 2021-08-27 10:35 UTC  (2+ messages)

Concurrent BPF_PROG_TEST_RUN for XDP contend on dispatcher mutex
 2021-08-27  8:18 UTC  (3+ messages)

[PATCH] selftests/bpf: fix potential unreleased lock
 2021-08-27  7:41 UTC 

[PATCH] libbpf: Fix build with latest gcc/binutils with LTO
 2021-08-27  7:25 UTC 

[PATCH bpf-next v2 0/5] Implement file local storage
 2021-08-27  1:05 UTC  (9+ messages)
` [PATCH bpf-next v2 1/5] bpf: "
` [PATCH bpf-next v2 2/5] tools: sync bpf.h header
` [PATCH bpf-next v2 3/5] libbpf: Add bpf_probe_map_type support for file local storage
` [PATCH bpf-next v2 4/5] tools: bpf: update bpftool for file_storage map
` [PATCH bpf-next v2 5/5] tools: testing: Add selftest for file local storage map

[PATCH v4] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-08-27  0:25 UTC  (9+ messages)
      ` [Intel-wired-lan] "

[PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-08-26 21:07 UTC  (8+ messages)

[GIT PULL] Networking for 5.14-rc8
 2021-08-26 20:33 UTC  (2+ messages)

[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-08-26 19:39 UTC  (28+ messages)
` [PATCH bpf-next v4 01/27] x86/ftrace: Remove extra orig rax move
` [PATCH bpf-next v4 02/27] x86/ftrace: Remove fault protection code in prepare_ftrace_return
` [PATCH bpf-next v4 03/27] x86/ftrace: Make function graph use ftrace directly
` [PATCH bpf-next v4 04/27] tracing: Add trampoline/graph selftest
` [PATCH bpf-next v4 05/27] ftrace: Add ftrace_add_rec_direct function
` [PATCH bpf-next v4 06/27] ftrace: Add multi direct register/unregister interface
` [PATCH bpf-next v4 07/27] ftrace: Add multi direct modify interface
` [PATCH bpf-next v4 08/27] ftrace/samples: Add multi direct interface test module
` [PATCH bpf-next v4 09/27] bpf: Add support to load multi func tracing program
` [PATCH bpf-next v4 10/27] bpf: Add struct bpf_tramp_node layer
` [PATCH bpf-next v4 11/27] bpf: Factor out bpf_trampoline_init function
` [PATCH bpf-next v4 12/27] bpf: Factor out __bpf_trampoline_lookup function
` [PATCH bpf-next v4 13/27] bpf: Factor out __bpf_trampoline_put function
` [PATCH bpf-next v4 14/27] bpf: Change bpf_trampoline_get to return error pointer
` [PATCH bpf-next v4 15/27] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next v4 16/27] bpf: Add bpf_trampoline_multi_get/put functions
` [PATCH bpf-next v4 17/27] bpf: Add multi trampoline attach support
` [PATCH bpf-next v4 18/27] bpf, x64: Store properly return value for trampoline with multi func programs
` [PATCH bpf-next v4 19/27] bpf: Attach multi trampoline with ftrace_ops
` [PATCH bpf-next v4 20/27] libbpf: Add btf__find_by_glob_kind function
` [PATCH bpf-next v4 21/27] libbpf: Add support to link multi func tracing program
` [PATCH bpf-next v4 22/27] selftests/bpf: Add fentry multi func test
` [PATCH bpf-next v4 23/27] selftests/bpf: Add fexit "
` [PATCH bpf-next v4 24/27] selftests/bpf: Add fentry/fexit "
` [PATCH bpf-next v4 25/27] selftests/bpf: Add mixed "
` [PATCH bpf-next v4 26/27] selftests/bpf: Add attach "
` [PATCH bpf-next v4 27/27] selftests/bpf: Add ret_mod "

[PATCH bpf-next 0/3] bpf: introduce bpf_get_branch_trace
 2021-08-26 16:41 UTC  (9+ messages)
` [PATCH bpf-next 1/3] perf: enable branch record for software events
` [PATCH bpf-next 2/3] bpf: introduce helper bpf_get_branch_trace
` [PATCH bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_trace

pull-request: bpf 2021-08-26
 2021-08-26 15:37 UTC 

[PATCH] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-08-26 14:04 UTC  (10+ messages)
        ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
 2021-08-26 12:09 UTC 

[PATCH] samples: bpf: Fix uninitialized variable in xdp_redirect_cpu
 2021-08-26 12:09 UTC 

[PATCH] virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq
 2021-08-26  8:21 UTC 

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-26  4:05 UTC  (17+ messages)
    ` [Linuxarm] "

[PATCH bpf-next] bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
 2021-08-26  2:45 UTC  (2+ messages)

[PATCH bpf-next v3 00/16] selftests: xsk: various simplifications
 2021-08-25 19:32 UTC  (20+ messages)
` [PATCH bpf-next v3 01/16] selftests: xsk: remove color mode
` [PATCH bpf-next v3 02/16] selftests: xsk: remove the num_tx_packets option
` [PATCH bpf-next v3 03/16] selftests: xsk: remove unused variables
` [PATCH bpf-next v3 04/16] selftests: xsk: return correct error codes
` [PATCH bpf-next v3 05/16] selftests: xsk: simplify the retry code
` [PATCH bpf-next v3 06/16] selftests: xsk: remove end-of-test packet
` [PATCH bpf-next v3 07/16] selftests: xsk: disassociate umem size with packets sent
` [PATCH bpf-next v3 08/16] selftests: xsk: rename worker_* functions that are not thread entry points
` [PATCH bpf-next v3 09/16] selftests: xsk: simplify packet validation in xsk tests
` [PATCH bpf-next v3 10/16] selftests: xsk: validate tx stats on tx thread
` [PATCH bpf-next v3 11/16] selftests: xsk: decrease sending speed
` [PATCH bpf-next v3 12/16] selftests: xsk: simplify cleanup of ifobjects
` [PATCH bpf-next v3 13/16] selftests: xsk: generate packet directly in umem
` [PATCH bpf-next v3 14/16] selftests: xsk: generate packets from specification
` [PATCH bpf-next v3 15/16] selftests: xsk: make enums lower case
` [PATCH bpf-next v3 16/16] selftests: xsk: preface options with opt

[syzbot] KASAN: slab-out-of-bounds Read in sk_psock_get
 2021-08-25 18:42 UTC 

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH] selftests/bpf: Use kselftest skip code for skipped tests
 2021-08-25  9:44 UTC  (3+ messages)

[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
 2021-08-25  7:57 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-08-24 23:47 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: test_bpf: Print total time of test in the summary
 2021-08-24 22:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] bpf: Implement shared persistent fast(er) sk_storoage mode
 2021-08-24 22:15 UTC  (4+ messages)

[PATCH bpf v2] bpf: Fix possible out of bound write in narrow load handling
 2021-08-24 21:40 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: implement variadic printk helper
 2021-08-24 21:28 UTC  (14+ messages)
` [PATCH bpf-next 2/5] bpf: add bpf_trace_vprintk helper
` [PATCH bpf-next 3/5] libbpf: Add bpf_vprintk convenience macro
` [PATCH bpf-next 5/5] selftests/bpf: add trace_vprintk test prog

[PATCH v2 bpf-next 0/4] bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
 2021-08-24 17:30 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] "
` [PATCH v2 bpf-next 2/4] bpf: selftests: Add sk_state to bpf_tcp_helpers.h
` [PATCH v2 bpf-next 3/4] bpf: selftests: Add connect_to_fd_opts to network_helpers
` [PATCH v2 bpf-next 4/4] bpf: selftests: Add dctcp fallback test

[PATCH net-next] netdevice: move xdp_rxq within netdev_rx_queue
 2021-08-24 16:10 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp
 2021-08-24 16:00 UTC 

[PATCH net 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool
 2021-08-24 15:56 UTC 

[PATCH] security: remove unneeded subdir-$(CONFIG_...)
 2021-08-24  9:27 UTC  (3+ messages)

[PATCH linux-next] tools:libbpf: remove unneeded conversions to bool
 2021-08-24  6:48 UTC 

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-08-24  5:32 UTC  (4+ 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).