bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 15:43:11 to 2021-08-26 11:09:07 UTC [more...]

Concurrent BPF_PROG_TEST_RUN for XDP contend on dispatcher mutex
 2021-08-26 11:08 UTC 

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

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

[PATCH bpf-next 0/3] bpf: introduce bpf_get_branch_trace
 2021-08-26  7:56 UTC  (8+ 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

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

[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] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-08-26  2:37 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] bpf: implement variadic printk helper
 2021-08-26  1:01 UTC  (9+ 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 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  (6+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Implement shared sk_storage optimization
` [RFC PATCH bpf-next 2/2] selftests/bpf: Extend tests for shared sk_storage

[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  (17+ messages)
` [PATCH bpf-next 1/5] bpf: merge printk and seq_printf VARARG max macros
` [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 4/5] bpftool: only probe trace_vprintk feature in 'full' mode
` [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  (3+ 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)

[PATCH bpf-next v2 0/5] bpf: Add bpf_task_pt_regs() helper
 2021-08-24  2:43 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macro
` [PATCH bpf-next v2 2/5] bpf: Consolidate task_struct BTF_ID declarations
` [PATCH bpf-next v2 3/5] bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
` [PATCH bpf-next v2 4/5] bpf: Add bpf_task_pt_regs() helper
` [PATCH bpf-next v2 5/5] bpf: selftests: Add bpf_task_pt_regs() selftest

[PATCH bpf-next 0/2] Add bpf_task_pt_regs() helper
 2021-08-24  1:38 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH bpf-next v2 0/1] Refactor cgroup_bpf internals to use more specific attach_type
 2021-08-24  1:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: add helpers documentation about GPL compatibility
 2021-08-24  0:10 UTC  (2+ messages)

libbpf: Kernel error message: Exclusivity flag on, cannot modify
 2021-08-24  0:01 UTC  (4+ messages)

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-08-23 21:55 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: reduce flakyness in timer_mim
 2021-08-23 21:36 UTC 

[PATCH linux-next] tools: fix warning comparing pointer to 0
 2021-08-23 15:54 UTC  (2+ messages)

[PATCH bpf-next] bpf: test_bpf: Print total time of test in the summary
 2021-08-23 15:48 UTC  (2+ messages)

[PATCH bpf-next v2] af_unix: fix NULL pointer bug in unix_shutdown
 2021-08-23 13:00 UTC  (3+ messages)

[PATCH] net: broadcom: switch from 'pci_' to 'dma_' API
 2021-08-23 11:00 UTC  (2+ messages)

[PATCH 0/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-22  5:16 UTC  (5+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in unix_shutdown
 2021-08-21 19:50 UTC  (2+ messages)

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

[PATCH 1/3] ipw2x00: Avoid field-overflowing memcpy()
 2021-08-21 17:15 UTC  (2+ messages)

[PATCH v1] af_unix: fix NULL pointer bug in unix_shutdown
 2021-08-21  5:20 UTC 

[PATCH bpf-next v4 00/22] Improve XDP samples usability and output
 2021-08-21  0:20 UTC  (23+ messages)
` [PATCH bpf-next v4 01/22] samples: bpf: fix a couple of warnings
` [PATCH bpf-next v4 02/22] tools: include: add ethtool_drvinfo definition to UAPI header
` [PATCH bpf-next v4 03/22] samples: bpf: Add basic infrastructure for XDP samples
` [PATCH bpf-next v4 04/22] samples: bpf: Add BPF support for redirect tracepoint
` [PATCH bpf-next v4 05/22] samples: bpf: Add redirect tracepoint statistics support
` [PATCH bpf-next v4 06/22] samples: bpf: Add BPF support for xdp_exception tracepoint
` [PATCH bpf-next v4 07/22] samples: bpf: Add xdp_exception tracepoint statistics support
` [PATCH bpf-next v4 08/22] samples: bpf: Add BPF support for cpumap tracepoints
` [PATCH bpf-next v4 09/22] samples: bpf: Add cpumap tracepoint statistics support
` [PATCH bpf-next v4 10/22] samples: bpf: Add BPF support for devmap_xmit tracepoint
` [PATCH bpf-next v4 11/22] samples: bpf: Add devmap_xmit tracepoint statistics support
` [PATCH bpf-next v4 12/22] samples: bpf: add vmlinux.h generation support
` [PATCH bpf-next v4 13/22] samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
` [PATCH bpf-next v4 14/22] samples: bpf: Convert xdp_monitor "
` [PATCH bpf-next v4 15/22] samples: bpf: Convert xdp_redirect_kern.o "
` [PATCH bpf-next v4 16/22] samples: bpf: Convert xdp_redirect "
` [PATCH bpf-next v4 17/22] samples: bpf: Convert xdp_redirect_cpu_kern.o "
` [PATCH bpf-next v4 18/22] samples: bpf: Convert xdp_redirect_cpu "
` [PATCH bpf-next v4 19/22] samples: bpf: Convert xdp_redirect_map_kern.o "
` [PATCH bpf-next v4 20/22] samples: bpf: Convert xdp_redirect_map "
` [PATCH bpf-next v4 21/22] samples: bpf: Convert xdp_redirect_map_multi_kern.o "
` [PATCH bpf-next v4 22/22] samples: bpf: Convert xdp_redirect_map_multi "

[PATCH bpf-next v7 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-20 22:51 UTC  (3+ messages)
` [PATCH bpf-next v7 2/5] af_unix: add unix_stream_proto for sockmap

[RFC] dwarves/pahole: Add test scripts
 2021-08-20 21:02 UTC  (3+ messages)

[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
 2021-08-20 18:35 UTC 

BPF MAINTAINERS entry "K: bpf" casts too wide a net
 2021-08-20 17:58 UTC 

[PATCH bpf-next] libbpf: remove unused variable
 2021-08-20 18:06 UTC  (2+ messages)

[PATCH v12 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-08-20 15:40 UTC  (14+ messages)
` [PATCH v12 bpf-next 06/18] net: marvell: rely on xdp_update_skb_shared_info utility routine
` [PATCH v12 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v12 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v12 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v12 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v12 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v12 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v12 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v12 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v12 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v12 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v12 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper
` [PATCH v12 bpf-next 18/18] bpf: add bpf_xdp_adjust_data selftest


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