bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-12 06:01:30 to 2020-04-16 21:11:22 UTC [more...]

[PATCH bpf] bpf: Use pointer type whitelist for XADD
 2020-04-16 21:11 UTC  (3+ messages)

decruft the vmalloc API v2
 2020-04-16 20:43 UTC  (32+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

decruft the vmalloc API
 2020-04-16 20:37 UTC  (12+ messages)
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 25/28] mm: remove vmalloc_user_node_flags

[PATCH v9 0/4] perf tools: add support for libpfm4
 2020-04-16 20:10 UTC  (10+ messages)
` [PATCH v9 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v9 2/4] tools feature: add support for detecting libpfm4
` [PATCH v9 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v9 4/4] perf tools: add support for libpfm4

WARNING in bpf_cgroup_link_release
 2020-04-16 19:47 UTC  (5+ messages)

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-16 19:35 UTC  (45+ messages)
` [RFC PATCH bpf-next 03/16] bpf: provide a way for targets to register themselves
` [RFC PATCH bpf-next 04/16] bpf: allow loading of a dumper program
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers
` [RFC PATCH bpf-next 07/16] bpf: add bpf_map target
` [RFC PATCH bpf-next 08/16] bpf: add task and task/file targets
` [RFC PATCH bpf-next 09/16] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [RFC PATCH bpf-next 10/16] bpf: support variable length array in tracing programs
` [RFC PATCH bpf-next 14/16] tools/bpf: selftests: add dumper programs for ipv6_route and netlink

[PATCH v10 0/4] perf tools: add support for libpfm4
 2020-04-16 16:23 UTC  (6+ messages)
` [PATCH v10 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v10 2/4] tools feature: add support for detecting libpfm4
` [PATCH v10 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v10 4/4] perf tools: add support for libpfm4

[PATCH] vmalloc: Fix remap_vmalloc_range() bounds checks
 2020-04-16 13:22 UTC  (2+ messages)

[PATCH RFC v2 01/33] xdp: add frame size to xdp_buff
 2020-04-16 13:02 UTC  (28+ messages)
` [PATCH RFC v2 05/33] net: netsec: Add support for XDP frame size
` [PATCH RFC v2 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH RFC v2 17/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH RFC v2 19/33] nfp: add XDP frame size to netronome driver
` [PATCH RFC v2 26/33] i40e: add XDP frame size to driver
` [PATCH RFC v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH RFC v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-16 12:45 UTC  (3+ messages)

[PATCH bpf v2] cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
 2020-04-16  8:43 UTC  (2+ messages)

[PATCH bpf] cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
 2020-04-16  8:23 UTC  (3+ messages)

[RFC PATCH bpf-next v2 00/17] bpf: implement bpf based dumping of kernel data structures
 2020-04-16  6:41 UTC  (20+ messages)
` [RFC PATCH bpf-next v2 01/17] net: refactor net assignment for seq_net_private structure
` [RFC PATCH bpf-next v2 02/17] bpf: create /sys/kernel/bpfdump mount file system
` [RFC PATCH bpf-next v2 03/17] bpf: provide a way for targets to register themselves
` [RFC PATCH bpf-next v2 04/17] bpf: allow loading of a dumper program
` [RFC PATCH bpf-next v2 05/17] bpf: create file or anonymous dumpers
` [RFC PATCH bpf-next v2 06/17] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [RFC PATCH bpf-next v2 07/17] bpf: add netlink and ipv6_route targets
` [RFC PATCH bpf-next v2 08/17] bpf: add bpf_map target
` [RFC PATCH bpf-next v2 09/17] bpf: add task and task/file targets
` [RFC PATCH bpf-next v2 10/17] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [RFC PATCH bpf-next v2 11/17] bpf: support variable length array in tracing programs
` [RFC PATCH bpf-next v2 12/17] bpf: implement query for target_proto and file dumper prog_id
` [RFC PATCH bpf-next v2 13/17] tools/libbpf: libbpf support for bpfdump
` [RFC PATCH bpf-next v2 14/17] tools/bpftool: add bpf dumper support
` [RFC PATCH bpf-next v2 15/17] tools/bpf: selftests: add dumper programs for ipv6_route and netlink
` [RFC PATCH bpf-next v2 16/17] tools/bpf: selftests: add dumper progs for bpf_map/task/task_file
` [RFC PATCH bpf-next v2 17/17] tools/bpf: selftests: add a selftest for anonymous dumper

BPF map freezing is unreliable; can we instead just inline constants?
 2020-04-16  5:42 UTC  (11+ messages)

pull-request: bpf 2020-04-15
 2020-04-15 18:35 UTC  (2+ messages)

Bpfilter Installation
 2020-04-15 17:31 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 011/129] bpf: Reliably preserve btf_trace_xxx types
 2020-04-15 11:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 073/129] tun: Don't put_page() for all negative return values from XDP program

[PATCH AUTOSEL 5.5 009/106] bpf: Reliably preserve btf_trace_xxx types
 2020-04-15 11:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 062/106] tun: Don't put_page() for all negative return values from XDP program

[PATCH bpf 1/2] libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
 2020-04-15 12:34 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Check for correct program attach/detach in xdp_attach test

[PATCH v3 bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-15 12:34 UTC  (2+ messages)

[PATCH bpf] xsk: add missing check on user supplied headroom size
 2020-04-15 12:33 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 45/84] tun: Don't put_page() for all negative return values from XDP program
 2020-04-15 11:44 UTC 

[RFC PATCH bpf-next 0/8] bpf_link observability APIs
 2020-04-15  9:26 UTC  (11+ messages)
` [RFC PATCH bpf-next 4/8] bpf: support GET_FD_BY_ID and GET_NEXT_ID for bpf_link

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-04-15  8:54 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] "
` [RFC PATCH bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH -next] bpf: remove set but not used variable 'dst_known'
 2020-04-15  7:52 UTC  (5+ messages)

[PATCH -next] selftests/seccomp: Use bitwise instead of arithmetic operator for flags
 2020-04-15  4:15 UTC 

[PATCH 2/8] fs: extract simple_pin/release_fs to separate files
 2020-04-15  0:57 UTC 

[PATCH-next] bpf: Verifier, remove unneeded conversion to bool
 2020-04-14 19:45 UTC  (3+ messages)

[PATCH] tools: bpftool: fix struct_ops command invalid pointer free
 2020-04-14 19:44 UTC  (3+ messages)

[PATCH v2 bpf 1/2] bpf: prevent re-mmap()'ing BPF map as writable for initially r/o mapping
 2020-04-14 19:44 UTC  (4+ messages)

[PATCH bpf] arm, bpf: Fix offset overflow for BPF_MEM BPF_DW
 2020-04-14 19:43 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-14 19:38 UTC  (7+ messages)

[PATCH bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-14 18:42 UTC  (7+ messages)

[PATCH v8 0/4] perf tools: add support for libpfm4
 2020-04-14 18:14 UTC  (6+ messages)
` [PATCH v8 2/4] tools feature: add support for detecting libpfm4
` [PATCH v8 4/4] perf tools: add support for libpfm4

[PATCH v9 0/4] perf tools: add support for libpfm4
 2020-04-14 18:10 UTC  (5+ messages)
` [PATCH v9 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v9 2/4] tools feature: add support for detecting libpfm4
` [PATCH v9 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v9 4/4] perf tools: add support for libpfm4

[PATCH v9 0/4] perf tools: add support for libpfm4
 2020-04-14 18:04 UTC  (5+ messages)
` [PATCH v9 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v9 2/4] tools feature: add support for detecting libpfm4
` [PATCH v9 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v9 4/4] perf tools: add support for libpfm4

BPF program attached on BPF map function (read,write) is not working?
 2020-04-14  3:04 UTC  (3+ messages)

[PATCH bpf 0/2] libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]
 2020-04-13 20:24 UTC  (7+ messages)
` [PATCH bpf 1/2] "

BUG: kernel NULL pointer dereference, address: 00000041 - EIP: kmem_cache_alloc_trace
 2020-04-13 19:42 UTC 

[PATCH] device_cgroup: Cleanup cgroup eBPF device filter code
 2020-04-13 18:43 UTC  (2+ messages)

[PATCH 0/1] Pass correct tun device's RX queue number to XDP program
 2020-04-13  3:59 UTC  (3+ messages)
` [PATCH 1/1] net: tun: record RX queue in skb before do_xdp_generic()


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