bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 01:38:47 to 2021-03-12 09:58:18 UTC [more...]

[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 -tip v2 00/10] kprobes: Fix stacktrace with kretprobes
 2021-03-12  6:43 UTC  (11+ 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

[PATCH 00/17] Add support for Clang CFI
 2021-03-12  6:13 UTC  (36+ 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: 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  (22+ messages)
` [PATCH -tip 3/5] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()

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

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-12  1:56 UTC  (4+ messages)

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

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-12  0:47 UTC  (17+ 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 bpf-next v4 05/11] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v4 06/11] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v4 07/11] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v4 08/11] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v4 09/11] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v4 10/11] sock_map: update sock type checks for UDP
` [Patch bpf-next v4 11/11] selftests/bpf: add a test case for udp sockmap

[PATCH dwarves] btf: Add --btf_gen_all flag
 2021-03-12  0:08 UTC 

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

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

[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] 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)

The killing of ideal_nops[]
 2021-03-11  9:28 UTC  (3+ 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)

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

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-11  3:12 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next 2/5] bpf: Add a bpf_snprintf helper
  ` [RFC PATCH] bpf: check_bpf_snprintf_call() can be static
` [PATCH bpf-next 3/5] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next 4/5] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next 5/5] selftests/bpf: Add a series of tests for bpf_snprintf

Warnings in test_maps selftests in test_sockmap parts
 2021-03-11  1:02 UTC  (6+ messages)

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-10 22:45 UTC  (7+ messages)
        ` Fwd: "

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-03-10 22:42 UTC  (5+ messages)
` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories

[BUG] One-liner array initialization with two pointers in BPF results in NULLs
 2021-03-10 22:07 UTC  (8+ messages)

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (3+ messages)

[PATCH] bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (2+ messages)

test_ima passing only first time
 2021-03-10 21:57 UTC 

pull-request: bpf 2021-03-10
 2021-03-10 21:55 UTC 

[PATCH] net: ipv6: route.c:fix indentation
 2021-03-10 21:00 UTC  (2+ messages)

[PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs
 2021-03-10 20:40 UTC  (2+ messages)

[PATCH v3 dwarves] btf: Add support for the floating-point types
 2021-03-10 19:48 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel access to user memory in sock_ioctl
 2021-03-10 18:53 UTC  (2+ messages)

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-03-10 16:05 UTC 

[PATCH 2/2] MIPS: Remove KVM_TE support
 2021-03-10 15:08 UTC 

[PATCH dwarves v2] btf: Add support for the floating-point types
 2021-03-10 13:39 UTC  (7+ messages)

[PATCH] perf machine: Assign boolean values to a bool variable
 2021-03-10  9:55 UTC  (2+ messages)

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-10  6:33 UTC  (10+ messages)
` [Patch bpf-next v2 2/9] sock: introduce sk_prot->update_proto()

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-10  2:24 UTC 

pull-request: bpf-next 2021-03-09
 2021-03-10  1:54 UTC 


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