bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-11 06:14:04 to 2021-03-16 01:15:27 UTC [more...]

[PATCH bpf-next 00/15] Support calling kernel function
 2021-03-16  1:14 UTC  (8+ messages)
` [PATCH bpf-next 01/15] bpf: Simplify freeing logic in linfo and jited_linfo
` [PATCH bpf-next 02/15] bpf: btf: Support parsing extern func
` [PATCH bpf-next 03/15] bpf: Refactor btf_check_func_arg_match
` [PATCH bpf-next 04/15] bpf: Support bpf program calling kernel function
` [PATCH bpf-next 05/15] bpf: Support kernel function call in x86-32
` [PATCH bpf-next 06/15] tcp: Rename bictcp function prefix to cubictcp
` [PATCH bpf-next 07/15] bpf: tcp: White list some tcp cong functions to be called by bpf-tcp-cc

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-16  1:03 UTC  (3+ messages)
` [PATCH bpf-next 1/5] bpf: Add a ARG_PTR_TO_CONST_STR argument type

Generating libbpf API documentation
 2021-03-16  0:47 UTC  (2+ messages)

[PATCH bpf-next] bpf: net: emit anonymous enum with BPF_TCP_CLOSE value explicitly
 2021-03-16  0:23 UTC  (4+ messages)

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-15 20:55 UTC  (13+ messages)
` [Patch bpf-next v4 01/11] skmsg: lock ingress_skb when purging
` [Patch bpf-next v4 02/11] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v4 03/11] skmsg: introduce skb_send_sock() for sock_map
` [Patch bpf-next v4 04/11] skmsg: avoid lock_sock() in sk_psock_backlog()

[PATCH v3 net-next 0/6] skbuff: micro-optimize flow dissection
 2021-03-15 19:00 UTC  (10+ messages)
` [PATCH v3 net-next 1/6] flow_dissector: constify bpf_flow_dissector's data pointers
` [PATCH v3 net-next 2/6] skbuff: make __skb_header_pointer()'s data argument const
` [PATCH v3 net-next 3/6] flow_dissector: constify raw input data argument
` [PATCH v3 net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup
` [PATCH v3 net-next 5/6] ethernet: constify eth_get_headlen()'s data argument
` [PATCH v3 net-next 6/6] skbuff: micro-optimize {,__}skb_header_pointer()

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-15 16:32 UTC  (5+ messages)

[PATCH] bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt
 2021-03-15 16:25 UTC  (2+ messages)

[PATCH] bpf: selftests: remove unused 'nospace_err' in tests for batched ops in array maps
 2021-03-15 16:00 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel access to user memory in sock_ioctl
 2021-03-15 14:41 UTC  (7+ messages)

[PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh
 2021-03-15 12:44 UTC 

[PATCH v2 bpf-next 00/11] BPF static linking
 2021-03-15  9:24 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: expose btf_type_by_id() internally
` [PATCH v2 bpf-next 02/11] libbpf: generalize BTF and BTF.ext type ID and strings iteration
` [PATCH v2 bpf-next 03/11] libbpf: rename internal memory-management helpers
` [PATCH v2 bpf-next 04/11] libbpf: extract internal set-of-strings datastructure APIs
` [PATCH v2 bpf-next 05/11] libbpf: add generic BTF type shallow copy API
` [PATCH v2 bpf-next 06/11] libbpf: add BPF static linker APIs
` [PATCH v2 bpf-next 07/11] libbpf: add BPF static linker BTF and BTF.ext support
` [PATCH v2 bpf-next 08/11] bpftool: add `gen object` command to perform BPF static linking
` [PATCH v2 bpf-next 09/11] selftests/bpf: re-generate vmlinux.h and BPF skeletons if bpftool changed
` [PATCH v2 bpf-next 10/11] selftests/bpf: pass all BPF .o's through BPF static linker
` [PATCH v2 bpf-next 11/11] selftests/bpf: add multi-file statically linked BPF object file test

[PATCH v2] bpf: Fix memory leak in copy_process()
 2021-03-15  8:58 UTC 

[syzbot] memory leak in copy_process (2)
 2021-03-15  7:28 UTC 

[PATCH] net: ethernet: intel: igb: Typo fix in the file igb_main.c
 2021-03-15  2:41 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-15  0:08 UTC  (4+ messages)

[RFC 0/1] Combining CUs into a single hash table
 2021-03-14 23:33 UTC  (5+ messages)

The killing of ideal_nops[]
 2021-03-14 22:43 UTC  (4+ messages)

[PATCH bpf] ftrace: Fix modify_ftrace_direct
 2021-03-14 21:38 UTC  (2+ messages)

[PATCH] libbpf: avoid inline hint definition from 'linux/stddef.h'
 2021-03-14 17:38 UTC 

libbpf pinning strategies - towards v1
 2021-03-14 15:39 UTC 

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-14 12:04 UTC  (2+ messages)

[PATCH v2 net-next 0/6] skbuff: micro-optimize flow dissection
 2021-03-14 10:15 UTC  (10+ messages)
` [PATCH v2 net-next 1/6] flow_dissector: constify bpf_flow_dissector's data pointers
` [PATCH v2 net-next 2/6] skbuff: make __skb_header_pointer()'s data argument const
` [PATCH v2 net-next 3/6] flow_dissector: constify raw input @data argument
` [PATCH v2 net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup
` [PATCH v2 net-next 5/6] ethernet: constify eth_get_headlen()'s @data argument
` [PATCH v2 net-next 6/6] skbuff: micro-optimize {,__}skb_header_pointer()

[PATCH bpf-next 00/10] BPF static linking
 2021-03-13 21:27 UTC  (7+ messages)
` [PATCH bpf-next 07/10] bpftool: add `gen bpfo` command to perform "

[PATCH v2 bpf-next 0/4] Build BPF selftests and its libbpf, bpftool in debug mode
 2021-03-13 21:09 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: add explicit padding to bpf_xdp_set_link_opts
` [PATCH v2 bpf-next 2/4] bpftool: fix maybe-uninitialized warnings
` [PATCH v2 bpf-next 3/4] selftests/bpf: fix maybe-uninitialized warning in xdpxceiver test
` [PATCH v2 bpf-next 4/4] selftests/bpf: build everything in debug mode

bpf timer design
 2021-03-13 19:19 UTC  (3+ messages)

[PATCH] libbpf: Use the correct fd when attaching to perf events
 2021-03-13  2:50 UTC  (6+ messages)

[PATCH 00/17] Add support for Clang CFI
 2021-03-12 20:28 UTC  (37+ messages)
` [PATCH 01/17] add "
` [PATCH 02/17] cfi: add __cficanonical
` [PATCH 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 05/17] workqueue: cfi: disable callback pointer check with modules
` [PATCH 06/17] kthread: "
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 08/17] bpf: disable CFI in dispatcher functions
` [PATCH 09/17] lib/list_sort: fix function type mismatches
` [PATCH 10/17] lkdtm: use __va_function
` [PATCH 11/17] psci: use __pa_function for cpu_resume
` [PATCH 12/17] arm64: implement __va_function
` [PATCH 13/17] arm64: use __pa_function
` [PATCH 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH net-next 0/6] skbuff: micro-optimize flow dissection
 2021-03-12 19:47 UTC  (7+ messages)
` [PATCH net-next 1/6] flow_dissector: constify bpf_flow_dissector's data pointers
` [PATCH net-next 2/6] skbuff: make __skb_header_pointer()'s data argument const
` [PATCH net-next 3/6] flow_dissector: constify raw input @data argument
` [PATCH net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup
` [PATCH net-next 5/6] ethernet: constify eth_get_headlen()'s @data argument
` [PATCH net-next 6/6] skbuff: micro-optimize {,__}skb_header_pointer()

[PATCH -tip v2 00/10] kprobes: Fix stacktrace with kretprobes
 2021-03-12 18:56 UTC  (12+ messages)
` [PATCH -tip v2 01/10] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v2 02/10] kprobes: treewide: Replace arch_deref_entry_point() with dereference_function_descriptor()
` [PATCH -tip v2 03/10] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v2 04/10] kprobes: stacktrace: Recover the address changed by kretprobe
` [PATCH -tip v2 05/10] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v2 06/10] ARC: Add instruction_pointer_set() API
` [PATCH -tip v2 07/10] ia64: "
` [PATCH -tip v2 08/10] kprobes: Setup instruction pointer in __kretprobe_trampoline_handler
` [PATCH -tip v2 09/10] x86/unwind/orc: Fixup kretprobe trampoline entry
` [PATCH -tip v2 10/10] tracing: Remove kretprobe unknown indicator from stacktrace

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-12 18:36 UTC  (7+ messages)

[PATCH dwarves] btf: Add --btf_gen_all flag
 2021-03-12 13:39 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] Expose network namespace cookies to user space
 2021-03-12  9:57 UTC  (2+ messages)

[PATCH] ia64: tools: add generic errno.h definition
 2021-03-12  7:51 UTC 

[PATCH] net: socket.c: Fix comparison issues
 2021-03-12  4:05 UTC  (2+ messages)

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-12  3:22 UTC  (12+ messages)

clang-9 and clang-10 BTF miscompilation
 2021-03-12  2:33 UTC  (2+ messages)

[PATCH bpf-next] bpf: Make symbol 'bpf_task_storage_busy' static
 2021-03-12  1:27 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf/xsk cleanups
 2021-03-11 18:56 UTC  (5+ messages)
` [PATCH bpf-next 2/2] libbpf: xsk: move barriers from libbpf_util.h to xsk.h

[PATCH v4 dwarves] btf: Add support for the floating-point types
 2021-03-11 17:46 UTC  (5+ messages)

[PATCH v2 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-11 15:29 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/17] selftests: xsk: don't call worker_pkt_dump() for stats test
` [PATCH v2 bpf-next 02/17] selftests: xsk: remove struct ifaceconfigobj
` [PATCH v2 bpf-next 03/17] selftests: xsk: remove unused function
` [PATCH v2 bpf-next 04/17] selftests: xsk: remove inline keyword from source file
` [PATCH v2 bpf-next 05/17] selftests: xsk: simplify frame traversal in dumping thread
` [PATCH v2 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v2 bpf-next 07/17] samples: bpf: do not unload prog within xdpsock
` [PATCH v2 bpf-next 08/17] selftests: xsk: remove thread for netns switch
` [PATCH v2 bpf-next 09/17] selftests: xsk: split worker thread
` [PATCH v2 bpf-next 10/17] selftests: xsk: remove Tx synchronization resources
` [PATCH v2 bpf-next 11/17] selftests: xsk: refactor teardown/bidi test cases and testapp_validate
` [PATCH v2 bpf-next 12/17] selftests: xsk: remove sync_mutex_tx and atomic var
` [PATCH v2 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test
` [PATCH v2 bpf-next 15/17] selftests: xsk: remove thread attribute
` [PATCH v2 bpf-next 16/17] selftest: xsk: Remove mutex and condition variable
` [PATCH v2 bpf-next 17/17] selftests: xsk: Remove unused defines

[syzbot] WARNING in netlink_broadcast_filtered
 2021-03-11 14:07 UTC 

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-11 13:37 UTC  (5+ messages)
` [PATCH -tip 3/5] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()

[PATCH] kernel/bpf/: fix misspellings using codespell tool
 2021-03-11 12:31 UTC 

[PATCH] net: core: bpf_sk_storage.c: Fix bare usage of unsigned
 2021-03-11  9:55 UTC  (2+ messages)

[PATCH] perf tools: Remove redundant code
 2021-03-11  8:18 UTC  (2+ messages)

[PATCH v2] perf machine: Assign boolean values to a bool variable
 2021-03-11  6:59 UTC 

[PATCH] net: core: Few absolutely rudimentary typo fixes throughout the file filter.c
 2021-03-11  6:21 UTC  (3+ 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).