BPF List
 help / color / mirror / Atom feed
 messages from 2022-07-11 14:59:21 to 2022-07-13 03:10:41 UTC [more...]

[PATCH] smc: fix refcount bug in sk_psock_get (2)
 2022-07-13  3:10 UTC  (2+ messages)

[PATCH v2] bpf/scripts: Generate GCC compatible helpers
 2022-07-13  2:56 UTC  (14+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-13  2:39 UTC  (25+ messages)

[PATCH bpf-next v2] bpf: reparent bpf maps on memcg offlining
 2022-07-13  2:13 UTC  (6+ messages)

[PATCH bpf-next v3 0/2] bpf: Minor fixes for non-preallocated memory
 2022-07-13  2:12 UTC  (10+ messages)
` [PATCH bpf-next v3 1/2] bpf: Make non-preallocated allocation low priority
` [PATCH bpf-next v3 2/2] bpf: Warn on non-preallocated case for missed trace types

[PATCH bpf-next v1] bpf: Tidy up verifier check_func_arg()
 2022-07-13  2:10 UTC  (7+ messages)

[PATCH bpf-next 0/5] Add SEC("ksyscall") support
 2022-07-13  1:53 UTC  (6+ messages)
` [PATCH bpf-next 1/5] libbpf: generalize virtual __kconfig externs and use it for USDT
` [PATCH bpf-next 2/5] selftests/bpf: add test of __weak unknown virtual __kconfig extern
` [PATCH bpf-next 3/5] libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
` [PATCH bpf-next 4/5] libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
` [PATCH bpf-next 5/5] selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests

[PATCH bpf-next v1] bpf: Fix bpf/sk_skb_pull_data for flags == 0
 2022-07-13  1:26 UTC 

[PATCH] selftests/bpf: Return true/false (not 1/0) from bool functions
 2022-07-13  1:10 UTC 

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-13  1:00 UTC  (16+ messages)

[PATCH v7 0/7] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-07-13  0:53 UTC  (9+ messages)
` [PATCH v7 1/7] bpf: Export bpf_dynptr_get_size()
` [PATCH v7 2/7] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v7 3/7] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v7 4/7] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v7 5/7] selftests: Add verifier tests for bpf_lookup_user_key() and bpf_key_put()
` [PATCH v7 6/7] selftests/bpf: Add additional test for bpf_lookup_user_key()
` [PATCH v7 7/7] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH bpf] bpf, x86: fix freeing of not-finalized bpf_prog_pack
 2022-07-13  0:40 UTC  (5+ messages)

[PATCH v3] bpf/scripts: Generate GCC compatible helpers
 2022-07-12 23:57 UTC  (2+ messages)

[PATCH bpf-next 0/3] Maintain selftest configuration in-tree
 2022-07-12 23:01 UTC  (7+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Integrate vmtest configs
` [PATCH bpf-next 3/3] selftests/bpf: Adjust vmtest.sh to use local kernel configuration
  ` [PATCH bpf-next 1/3] selftests/bpf: Copy over libbpf configs

[PATCH RFC bpf-next 0/3] Execution context callbacks
 2022-07-12 22:51 UTC  (7+ messages)
` [PATCH RFC bpf-next 2/3] bpf: add delayed_work mechanism
` [PATCH RFC bpf-next 1/3] bpf: allow maps to hold bpf_delayed_work fields
` [PATCH RFC bpf-next 3/3] selftests: delayed_work tests

[PATCH v6 bpf-next 0/2] bpf: add a ksym BPF iterator
 2022-07-12 22:40 UTC  (4+ messages)
` [PATCH v6 bpf-next 1/2] "
` [PATCH v6 bpf-next 2/2] selftests/bpf: add a ksym iter subtest

[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
 2022-07-12 22:14 UTC  (5+ messages)
` [net 1/3] seg6: fix skb checksum evaluation in "
` [net 2/3] seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
` [net 3/3] seg6: bpf: fix skb checksum in bpf_push_seg6_encap()

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-07-12 21:30 UTC  (5+ messages)
` [PATCH 2/8] perf evsel: Do not request ptrauth sample field if not supported

[PATCH bpf-next v2 0/1] libbpf: perfbuf custom event reader
 2022-07-12 21:03 UTC  (9+ messages)
` [PATCH bpf-next v2 1/1] libbpf: perfbuf: allow raw access to buffers

[RFC PATCH v1 0/1] bpftool: Add generating command to C dumped file
 2022-07-12 20:47 UTC  (3+ messages)
` [RFC PATCH v1 1/1] "

[PATCH bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-12 20:12 UTC  (3+ messages)

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-07-12 18:08 UTC  (4+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "

Build error of samples/bpf
 2022-07-12 17:22 UTC  (2+ messages)

[PATCH bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
 2022-07-12 17:05 UTC  (7+ messages)

Question on BPF's capability of changing kernel's TCP behaviors
 2022-07-12 16:51 UTC  (2+ messages)

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-12 16:29 UTC  (4+ messages)

Questions about querying map object information
 2022-07-12 16:04 UTC  (6+ messages)
    ` [External] "

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-12 14:58 UTC  (24+ messages)
` [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation
` [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v6 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v6 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v6 23/23] Documentation: add HID-BPF docs

[PATCH] samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
 2022-07-12 14:15 UTC  (2+ messages)

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-12 14:14 UTC  (11+ messages)
  ` [xdp-hints] "

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-12 13:36 UTC  (4+ messages)

[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
 2022-07-12 13:20 UTC  (2+ messages)

[PATCH bpf-next 0/3] Use lightweigt version of bpftool
 2022-07-12 11:32 UTC  (6+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Fix cross-compiling error by using bootstrap bpftool
` [PATCH bpf-next 2/3] tools: runqslower: build and use lightweight bootstrap version of bpftool
` [PATCH bpf-next 3/3] bpf: iterators: "

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-07-12  9:47 UTC  (3+ messages)
` [PATCH] smc: fix "

Missing .BTF section in vmlinux (x86_64) when building on Yocto
 2022-07-12  9:12 UTC  (5+ messages)

[PATCH v2] libbpf: fix the name of a reused map
 2022-07-12  8:31 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Error out when binary_path is NULL for uprobe and USDT
 2022-07-12  7:58 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] libbpf: add better syscall kprobing support
 2022-07-12  5:00 UTC  (17+ messages)
` [PATCH RFC bpf-next 2/3] libbpf: add ksyscall/kretsyscall sections support for syscall kprobes

[PATCH bpf-next v2] bpf: Fix 'dubious one-bit signed bitfield' warnings
 2022-07-12  4:30 UTC  (3+ messages)

[bpf-next PATCH] samples/bpf: Fix xdp_redirect_map egress devmap prog
 2022-07-12  4:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-12  3:55 UTC  (13+ messages)
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v3 8/8] bpf: add a selftest for cgroup hierarchical stats collection

What happens to a uprobe if it links to a library within a container, and that container gets deleted?
 2022-07-12  3:27 UTC  (2+ messages)

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-07-12  0:34 UTC  (3+ messages)

[PATCH net-next] i40e: i40e_reset_vf should return false if reset vf timeout
 2022-07-12  0:03 UTC  (2+ messages)

[PATCH net-next 1/1] igb: add xdp frags support to ndo_xdp_xmit
 2022-07-11 23:07 UTC 

[PATCH] bpf: btf: Fix vsnprintf return value check
 2022-07-11 21:42 UTC  (2+ messages)

[PATCH bpf-next v9 0/4] bpf trampoline for arm64
 2022-07-11 19:10 UTC  (6+ messages)
` [PATCH bpf-next v9 1/4] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v9 2/4] arm64: Add LDR (literal) instruction
` [PATCH bpf-next v9 3/4] bpf, arm64: Implement bpf_arch_text_poke() for arm64
` [PATCH bpf-next v9 4/4] bpf, arm64: bpf trampoline "

[PATCH 2/2] crypto: make the sha1 library optional
 2022-07-11 18:03 UTC 

[PATCH bpf] skmsg: Fix invalid last sg check in sk_msg_recvmsg()
 2022-07-11 16:30 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