bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 02:24:09 to 2020-04-23 07:52:58 UTC [more...]

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-23  7:39 UTC  (14+ messages)
` [PATCH 01/16] Documentation: kbuild: fix the section title format
` [PATCH 02/16] Revert "objtool: Skip samples subdirectory"
` [PATCH 03/16] kbuild: add infrastructure to build userspace programs
` [PATCH 04/16] net: bpfilter: use 'userprogs' syntax to build bpfilter_umh
` [PATCH 05/16] samples: seccomp: build sample programs for target architecture
` [PATCH 07/16] samples: uhid: fix warnings in uhid-example
` [PATCH 09/16] samples: hidraw: build sample program for target architecture
` [PATCH 10/16] samples: connector: "
` [PATCH 11/16] samples: vfs: build sample programs "
` [PATCH 13/16] samples: mei: build sample program "
` [PATCH 14/16] samples: auxdisplay: use 'userprogs' syntax
` [PATCH 15/16] samples: timers: "
` [PATCH 16/16] samples: watchdog: "

[PATCH bpf-next 0/2] Change return code if failed to load object
 2020-04-23  6:25 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
    ` [PATCH bpf-next v2 0/2] Change return code if failed to load object
      ` [PATCH bpf-next v2 1/2] bpf: Change error code when ops is NULL
      ` [PATCH bpf-next v2 2/2] libbpf: Return err if bpf_object__load failed
` [PATCH bpf-next "

[PATCH bpf v2 1/2] bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension
 2020-04-23  6:08 UTC  (5+ messages)
` [PATCH bpf v2 2/2] bpf, x86_32: Fix clobbering of dst for BPF_JSET

[PATCH bpf-next] bpf: make verifier log more relevant by default
 2020-04-23  5:41 UTC  (2+ messages)

[PATCH bpf] bpf, riscv: Fix tail call count off by one in RV32 BPF JIT
 2020-04-23  5:29 UTC  (3+ messages)

[PATCH bpf-next] bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
 2020-04-23  5:27 UTC  (3+ messages)

[PATCH bpf-next] bpf: enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
 2020-04-23  5:26 UTC  (2+ messages)

[PATCH] bpf, x86_32: Fix logic error in BPF_LDX zero-extension
 2020-04-23  5:06 UTC 

[PATCH v3 bpf-next] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
 2020-04-23  5:06 UTC  (2+ messages)

[PATCH -next] bpf: Make bpf_link_fops static
 2020-04-23  4:32 UTC  (2+ messages)

[PATCH] bpf, x32: remove unneeded conversion to bool
 2020-04-23  2:10 UTC  (3+ messages)

[PATCH net-next 01/33] xdp: add frame size to xdp_buff
 2020-04-23  2:43 UTC  (36+ messages)
` [PATCH net-next 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next 03/33] sfc: add XDP frame size
` [PATCH net-next 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next 06/33] net: XDP-generic determining "
` [PATCH net-next 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next 11/33] dpaa2-eth: add XDP frame size
` [PATCH net-next 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH net-next 13/33] qlogic/qede: "
` [PATCH net-next 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH net-next 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH net-next 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH net-next 17/33] net: thunderx: add XDP frame size
` [PATCH net-next 18/33] nfp: add XDP frame size to netronome driver
` [PATCH net-next 19/33] tun: add XDP frame size
` [PATCH net-next 20/33] vhost_net: also populate "
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next 25/33] i40e: add XDP frame size to driver
` [PATCH net-next 26/33] ice: "
` [PATCH net-next 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-22 23:40 UTC  (15+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 

[PATCH bpf-next] libbpf: add BTF-defined map-in-map support
 2020-04-22 17:30 UTC  (3+ messages)

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-22 17:26 UTC  (18+ messages)
` [PATCH 1/6] bpf-cgroup: remove unused exports
` [PATCH 2/6] firmware_loader: "
` [PATCH 3/6] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 4/6] sysctl: remove all extern declaration from sysctl.c
` [PATCH 5/6] sysctl: avoid forward declarations
  ` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler
    ` [Potential Spoof] "

Bpfilter Development
 2020-04-22 15:18 UTC  (4+ messages)

[PATCH v10 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH RFC v2 01/33] xdp: add frame size to xdp_buff
 2020-04-22  8:39 UTC  (10+ messages)
` [PATCH RFC v2 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH RFC v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size

[PATCH] bpf: Fix reStructuredText markup
 2020-04-22  8:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH bpf 1/2] bpf, x32: Fix invalid instruction in BPF_LDX zero-extension
 2020-04-22  7:22 UTC  (8+ messages)
` [PATCH bpf 2/2] bpf, x32: Fix clobbering of dst for BPF_JSET

[PATCH] xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments
 2020-04-22  5:37 UTC  (2+ messages)

[PATCH bpf-next] tools/runqslower: ensure own vmlinux.h is picked up first
 2020-04-22  1:24 UTC 

[PATCH bpf-next] selftests/bpf: fix a couple of broken test_btf cases
 2020-04-22  0:37 UTC 

[PATCH] i40e: Remove unneeded conversion to bool
 2020-04-21 22:45 UTC  (2+ messages)

[PATCH bpf-next 0/3] Improve raw tracepoint BTF types preservation
 2020-04-21 21:49 UTC  (5+ messages)

probe_write_common_error
 2020-04-21 18:54 UTC  (5+ messages)

[RFC] uapi: Convert stat.h #define flags to enums
 2020-04-21 18:24 UTC  (4+ messages)

[PATCH stable 4.19] bpf: fix buggy r0 retval refinement for tracing helpers
 2020-04-21 18:20 UTC  (3+ messages)

[PATCH stable 5.4,5.5,5.6 1/4] bpf: fix buggy r0 retval refinement for tracing helpers
 2020-04-21 13:01 UTC  (4+ messages)
` [PATCH stable 5.4,5.5,5.6 2/4] bpf: Test_verifier, bpf_get_stack return value add <0
` [PATCH stable 5.4,5.5,5.6 3/4] bpf: Test_progs, add test to catch retval refine error handling
` [PATCH stable 5.4,5.5,5.6 4/4] bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test

WARNING in cgroup_apply_control_disable
 2020-04-21  9:36 UTC 

KASAN: use-after-free Read in veth_xmit
 2020-04-21  8:32 UTC 

[PATCH] tools/bpf/bpftool: Remove duplicate headers
 2020-04-21  3:28 UTC  (3+ messages)

[PATCH -next] bpf: remove set but not used variable 'dst_known'
 2020-04-21  3:23 UTC  (4+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf 1/2] bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B
 2020-04-21  2:46 UTC  (3+ messages)
` [PATCH bpf 2/2] bpf, selftests: Add test for BPF_STX BPF_B storing R10

[PATCH v2 1/2] bpf: Forbid XADD on spilled pointers for unprivileged users
 2020-04-21  1:48 UTC  (2+ messages)

[PATCH bpf v2] cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
 2020-04-21  1:40 UTC  (2+ messages)

[PATCH v4] docs: sysctl/kernel: document BPF entries
 2020-04-20 22:59 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-04-20 20:54 UTC  (14+ messages)
` [RFC PATCH bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [RFC PATCH bpf-next 2/6] bpf: btf->resolved_[ids,sizes] should not be used for vmlinux BTF
` [RFC PATCH bpf-next 3/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [RFC PATCH bpf-next 4/6] checkpatch: add new BTF pointer format specifier
` [RFC PATCH bpf-next 5/6] printk: add type-printing %pT<type> format specifier which uses BTF
` [RFC PATCH bpf-next 6/6] printk: extend test_printf to test %pT BTF-based format specifier

[PATCH 45/60] perf doc: allow ASCIIDOC_EXTRA to be an argument
 2020-04-20 11:53 UTC 

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-04-20  9:52 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] "

decruft the vmalloc API v2
 2020-04-20  9:27 UTC  (5+ messages)
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 26/29] mm: remove vmalloc_user_node_flags

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-19 22:54 UTC  (5+ messages)

[PATCH] tools/perf/util: Remove duplicate headers
 2020-04-19  6:36 UTC 

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-19  6:11 UTC  (12+ messages)
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers

[RFC PATCH bpf-next v2 00/17] bpf: implement bpf based dumping of kernel data structures
 2020-04-19  5:34 UTC  (7+ messages)

[PATCH AUTOSEL 5.4 66/78] libbpf: Fix readelf output parsing on powerpc with recent binutils
 2020-04-18 14:40 UTC 

bpf-next is OPEN
 2020-04-17 17:42 UTC 

[PATCH v11 0/4] perf tools: add support for libpfm4
 2020-04-17  9:08 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).