bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-28 13:58:06 to 2021-06-02 05:59:01 UTC [more...]

libbpf: the road to v1.0
 2021-06-02  5:58 UTC  (2+ messages)

[Patch bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-06-02  3:46 UTC  (6+ messages)
` [Patch bpf v3 8/8] skmsg: increase sk->sk_drops when dropping packets

[PATCH 4.19 0/9] bpf: fix verifier selftests on inefficient unaligned access architectures
 2021-06-02  3:27 UTC  (10+ messages)
` [PATCH 4.19 1/9] bpf: fix test suite to enable all unpriv program types
` [PATCH 4.19 2/9] bpf: test make sure to run unpriv test cases in test_verifier
` [PATCH 4.19 3/9] selftests/bpf: Generalize dummy program types
` [PATCH 4.19 4/9] bpf: Add BPF_F_ANY_ALIGNMENT
` [PATCH 4.19 5/9] bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
` [PATCH 4.19 6/9] bpf: Make more use of 'any' alignment "
` [PATCH 4.19 7/9] bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases
` [PATCH 4.19 8/9] selftests/bpf: add "any alignment" annotation for some tests
` [PATCH 4.19 9/9] selftests/bpf: Avoid running unprivileged tests with alignment requirements

[PATCH net-next] xsk: Return -EINVAL instead of -EBUSY after xsk_get_pool_from_qid() fails
 2021-06-02  3:10 UTC 

[RFC PATCH bpf-next] bpf: Introduce bpf_timer
 2021-06-02  2:00 UTC  (8+ messages)

[PATCH bpf-next 0/3] bpf: Introduce BPF timers
 2021-06-02  1:46 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce bpf_timer

[PATCH net-next 0/3] Some optimization for lockless qdisc
 2021-06-02  1:21 UTC  (16+ messages)
` [PATCH net-next 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
                  ` [Linuxarm] "

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-06-02  1:06 UTC  (15+ messages)

[PATCH] perf stat: Fix error return code in bperf__load()
 2021-06-02  1:05 UTC  (5+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-06-02  0:22 UTC  (20+ messages)

[PATCH net v2 0/2] virtio-net: fix for build_skb()
 2021-06-01 22:30 UTC  (7+ messages)
` [PATCH net v2 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net v2 2/2] virtio_net: get build_skb() buf by data ptr

using skip>0 with bpf_get_stack()
 2021-06-01 21:48 UTC  (2+ messages)

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-01 20:47 UTC  (14+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-06-01 19:55 UTC  (7+ messages)

[RFT] Testing 1.22
 2021-06-01 19:07 UTC  (14+ messages)

[PATCH bpf-next 0/2] Autogenerating libbpf API documentation
 2021-06-01 18:58 UTC  (5+ messages)
` [PATCH bpf-next 1/2] Add documentation for libbpf including API autogen
` [PATCH bpf-next 2/2] Remove duplicate README doc from libbpf

Regression 5.12.0-rc4 net: ice: significant throughput drop
 2021-06-01 17:42 UTC  (4+ messages)

[PATCH 0/1] bpf: avoid unnecessary IPI in bpf_flush_icache
 2021-06-01 17:41 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC v2 0/7] Improve RISC-V Perf support using SBI PMU extension
 2021-06-01 17:08 UTC  (12+ messages)
` [RFC v2 1/7] RISC-V: Remove the current perf implementation
` [RFC v2 2/7] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [RFC v2 3/7] RISC-V: Add a perf core library for pmu drivers
` [RFC v2 4/7] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [RFC v2 5/7] RISC-V: Add RISC-V SBI PMU extension definitions
` [RFC v2 6/7] RISC-V: Add perf platform driver based on SBI PMU extension
` [RFC v2 7/7] Documentation: riscv: Remove the old documentation

[PATCH v4 bpf-next 0/2] libbpf: BTF dumper support for typed data
 2021-06-01 14:37 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] selftests/bpf: add dump type data tests to btf dump tests

[PATCH intel-next 0/2] ice: bring up XDP_TX back to life
 2021-06-01 12:38 UTC  (4+ messages)
` [PATCH intel-next 1/2] ice: unify xdp_rings accesses
` [PATCH intel-next 2/2] ice: introduce XDP Tx fallback path

[PATCH v2 bpf-next] bpf: tnums: Provably sound, faster, and more precise algorithm for tnum_mul
 2021-06-01 11:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: tnums: Provably sound, faster, and more precise algorithm for tnum_mul
 2021-06-01  9:41 UTC  (5+ messages)

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  6:17 UTC 

[syzbot] INFO: task hung in register_netdevice_notifier (2)
 2021-06-01  5:00 UTC 

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  3:27 UTC 

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  3:03 UTC 

[PATCH v2 4.14 00/16] CVE fixes and selftests cleanup
 2021-05-31 18:25 UTC  (18+ messages)
` [PATCH v2 4.14 01/17] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH v2 4.14 02/17] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH v2 4.14 03/17] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH v2 4.14 04/17] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH v2 4.14 05/17] bpf: Improve verifier error messages for users
` [PATCH v2 4.14 06/17] bpf: Refactor and streamline bounds check into helper
` [PATCH v2 4.14 07/17] bpf: Move sanitize_val_alu out of op switch
` [PATCH v2 4.14 08/17] bpf: Tighten speculative pointer arithmetic mask
` [PATCH v2 4.14 09/17] bpf: Update selftests to reflect new error states
` [PATCH v2 4.14 10/17] bpf: do not allow root to mangle valid pointers
` [PATCH v2 4.14 11/17] bpf/verifier: disallow pointer subtraction
` [PATCH v2 4.14 12/17] selftests/bpf: fix test_align
` [PATCH v2 4.14 13/17] selftests/bpf: make 'dubious pointer arithmetic' test useful
` [PATCH v2 4.14 14/17] bpf: Fix leakage of uninitialized bpf stack under speculation
` [PATCH v2 4.14 15/17] bpf: Wrap aux data inside bpf_sanitize_info container
` [PATCH v2 4.14 16/17] bpf: Fix mask direction swap upon off reg sign change
` [PATCH v2 4.14 17/17] bpf: No need to simulate speculative domain for immediates

[RFC bpf-next 0/4] add partial rx hw csum offload support for XDP
 2021-05-31 11:07 UTC  (12+ messages)
` [RFC bpf-next 1/4] net: xdp: introduce flags field in xdp_buff and xdp_frame
` [RFC bpf-next 2/4] mvneta: return csum computation result from mvneta_rx_csum
` [RFC bpf-next 3/4] net: mvneta: report csum result in xdp_buff
` [RFC bpf-next 4/4] net: xdp: update csum building the skb

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-05-31  9:35 UTC  (5+ messages)

[PATCH] kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
 2021-05-31  9:34 UTC 

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-05-31  6:24 UTC  (2+ messages)

[PATCH net 0/2] virtio-net: fix for build_skb()
 2021-05-31  6:10 UTC  (5+ messages)
` [PATCH net 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net 2/2] virtio-net: get build_skb() buf by data ptr

[PATCH v2 4.19 00/19] bpf: fix verifier selftests, add CVE-2021-29155, CVE-2021-33200 fixes
 2021-05-30 12:23 UTC  (2+ messages)

[PATCH RFC bpf-next 00/15] Improve XDP samples usability and output
 2021-05-30  3:07 UTC  (18+ messages)
` [PATCH RFC bpf-next 01/15] samples: bpf: fix a couple of NULL dereferences
` [PATCH RFC bpf-next 02/15] samples: bpf: fix a couple of warnings
` [PATCH RFC bpf-next 03/15] samples: bpf: split out common bpf progs to its own file
` [PATCH RFC bpf-next 04/15] samples: bpf: refactor generic parts out of xdp_redirect_cpu_user
` [PATCH RFC bpf-next 05/15] samples: bpf: convert xdp_redirect_map to use xdp_samples
` [PATCH RFC bpf-next 06/15] samples: bpf: prepare devmap_xmit support in xdp_sample
` [PATCH RFC bpf-next 07/15] samples: bpf: add extended reporting for xdp redirect error
` [PATCH RFC bpf-next 08/15] samples: bpf: add per exception reporting for xdp_exception
` [PATCH RFC bpf-next 09/15] samples: bpf: convert xdp_monitor to use xdp_samples
` [PATCH RFC bpf-next 10/15] samples: bpf: implement terse output mode and make it default
` [PATCH RFC bpf-next 11/15] samples: bpf: print summary of session on exit
` [PATCH RFC bpf-next 12/15] samples: bpf: subtract time spent in collection from polling interval
` [PATCH RFC bpf-next 13/15] samples: bpf: add new options for xdp samples
` [PATCH RFC bpf-next 14/15] samples: bpf: add documentation
` [PATCH RFC bpf-next 15/15] samples: bpf: convert xdp_samples to use raw_tracepoints

[PATCH] selftests/bpf: Fix return value check in attach_bpf()
 2021-05-30  1:17 UTC  (6+ messages)

Strategy for debugging 'Exceeded stack limit' errors
 2021-05-30  1:14 UTC  (2+ messages)

Portability of bpf_tracing.h
 2021-05-30  0:51 UTC  (6+ messages)

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-30  0:46 UTC  (8+ messages)

perf test 40 Basic BPF llvm compile dumps core (x86 and s390)
 2021-05-30  0:43 UTC  (2+ messages)

[PATCH][next] bpf: devmap: remove redundant assignment of variable drops
 2021-05-28 20:21 UTC  (3+ messages)

[PATCH bpf-next] bpf/devmap: remove drops variable from bq_xmit_all()
 2021-05-28 20:20 UTC  (2+ messages)

[PATCH bpf-next v3] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-28 20:20 UTC  (2+ messages)

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-05-28 19:59 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/7] net: sched: refactor cls_bpf creation code
` [PATCH RFC bpf-next 2/7] bpf: export bpf_link functions for modules
` [PATCH RFC bpf-next 3/7] net: sched: add bpf_link API for bpf classifier
` [PATCH RFC bpf-next 4/7] net: sched: add lightweight update path for cls_bpf
` [PATCH RFC bpf-next 5/7] tools: bpf.h: sync with kernel sources
` [PATCH RFC bpf-next 6/7] libbpf: add bpf_link based TC-BPF management API
` [PATCH RFC bpf-next 7/7] libbpf: add selftest for "

[PATCH bpf-next v2 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-28 18:40 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for "

[PATCH] security: remove unneeded subdir-$(CONFIG_...)
 2021-05-28 18:01 UTC 

XDP-hints working group mailing list is active
 2021-05-28 14:58 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).