messages from 2022-07-08 18:42:14 to 2022-07-12 11:57:52 UTC [more...]
[PATCH bpf-next] bpf: Don't redirect packets with invalid pkt_len
2022-07-12 12:01 UTC
[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: "
[PATCH v2] bpf/scripts: Generate GCC compatible helpers
2022-07-12 11:29 UTC (7+ messages)
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2022-07-12 10:33 UTC (10+ messages)
` [xdp-hints] "
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-07-12 9:52 UTC (18+ messages)
[syzbot] WARNING: refcount bug in sk_psock_get (2)
2022-07-12 9:47 UTC (6+ messages)
` [PATCH] smc: fix "
Missing .BTF section in vmlinux (x86_64) when building on Yocto
2022-07-12 9:12 UTC (5+ messages)
[PATCH bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
2022-07-12 9:06 UTC (4+ messages)
Questions about querying map object information
2022-07-12 8:53 UTC (5+ messages)
` [External] "
[PATCH v2] libbpf: fix the name of a reused map
2022-07-12 8:31 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: Minor fixes for non-preallocated memory
2022-07-12 8:26 UTC (8+ 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] libbpf: Error out when binary_path is NULL for uprobe and USDT
2022-07-12 7:58 UTC (2+ messages)
[PATCH] samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
2022-07-12 7:23 UTC
[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
2022-07-12 5:49 UTC (12+ messages)
[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-07-12 5:15 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] libbpf: add better syscall kprobing support
2022-07-12 5:00 UTC (19+ messages)
` [PATCH RFC bpf-next 2/3] libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
[PATCH bpf-next v2 0/1] libbpf: perfbuf custom event reader
2022-07-12 4:50 UTC (8+ messages)
` [PATCH bpf-next v2 1/1] libbpf: perfbuf: allow raw access to buffers
[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 (19+ messages)
` [PATCH bpf-next v3 1/8] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH bpf-next v3 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v3 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v3 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v3 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v3 7/8] selftests/bpf: extend cgroup helpers
` [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 (19+ 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 RFC bpf-next 0/3] Execution context callbacks
2022-07-11 21:48 UTC (4+ 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] 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)
[PATCH bpf-next v2] bpf: reparent bpf maps on memcg offlining
2022-07-11 16:28 UTC
[PATCH bpf-next v7 0/4] bpf trampoline for arm64
2022-07-11 14:48 UTC (7+ messages)
` [PATCH bpf-next v7 4/4] bpf, arm64: "
[PATCH bpf-next v8 0/4] bpf trampoline for arm64
2022-07-11 14:47 UTC (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v8 2/4] arm64: Add LDR (literal) instruction
` [PATCH bpf-next v8 3/4] bpf, arm64: Implement bpf_arch_text_poke() for arm64
` [PATCH bpf-next v8 4/4] bpf, arm64: bpf trampoline "
[PATCH net-next v4 1/2] bond: add mac filter option for balance-xor
2022-07-11 12:07 UTC (3+ messages)
` [RESEND PATCH net-next v4] "
[RFC PATCH bpf-next 0/4] bpf_panic() helper
2022-07-11 11:48 UTC (9+ messages)
` [RFC PATCH bpf-next 1/4] bpf: add a sysctl to enable destructive bpf helpers
` [RFC PATCH bpf-next 2/4] bpf: add BPF_F_DESTRUCTIVE flag for BPF_PROG_LOAD
` [RFC PATCH bpf-next 3/4] bpf: add bpf_panic() helper
` [RFC PATCH bpf-next 4/4] selftests/bpf: bpf_panic selftest
[PATCH dwarves v3 0/2] btf: support BTF_KIND_ENUM64
2022-07-11 9:37 UTC (4+ messages)
[PATCH 0/8] Perf stack unwinding with pointer authentication
2022-07-11 9:25 UTC (4+ messages)
` [PATCH 2/8] perf evsel: Do not request ptrauth sample field if not supported
libbfd feature autodetection
2022-07-11 9:09 UTC (6+ messages)
[PATCH] RISC-V/bpf: Enable bpf_probe_read{, str}()
2022-07-11 3:58 UTC (12+ messages)
[PATCH bpf-next] bpf: fix 'dubious one-bit signed bitfield' warnings
2022-07-11 0:38 UTC (4+ messages)
[PATCH v5 bpf-next 0/2] bpf: add a ksym BPF iterator
2022-07-11 0:30 UTC (4+ messages)
` [PATCH v5 bpf-next 1/2] "
` [PATCH v5 bpf-next 2/2] selftests/bpf: add a ksym iter subtest
init_disassemble_info() signature changes causes compile failures
2022-07-10 17:52 UTC (4+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes
[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
2022-07-09 22:20 UTC
[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
2022-07-09 14:18 UTC (11+ messages)
Question on BPF's capability of changing kernel's TCP behaviors
2022-07-09 9:14 UTC
[PATCH bpf-next] samples: bpf: Fix cross-compiling error about bpftool
2022-07-09 7:31 UTC (3+ messages)
[PATCH bpf-next] bpf: reparent bpf maps on memcg offlining
2022-07-09 2:03 UTC (2+ messages)
[PATCH bpf-next v3 0/6] Support riscv jit to provide
2022-07-09 1:32 UTC (7+ messages)
` [PATCH bpf-next v3 4/6] libbpf: Unify memory address casting operation style
pull-request: bpf-next 2022-07-09
2022-07-08 23:40 UTC (2+ messages)
[PATCH v4 bpf-next 0/2] bpf: add a ksym BPF iterator
2022-07-08 23:17 UTC (6+ messages)
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] selftests/bpf: add a ksym iter subtest
[PATCH RFC]libbpf:fail to get the pinned bpf map, because the length of the name was limited
2022-07-08 23:16 UTC
[PATCH bpf] selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
2022-07-08 23:10 UTC (4+ messages)
pull-request: bpf 2022-07-08
2022-07-08 23:00 UTC (2+ messages)
[PATCH bpf-next] bpf: Correctly propagate errors up from bpf_core_composites_match
2022-07-08 22:40 UTC (2+ messages)
[PATCH bpf-next] libbpf: Error out when missing binary_path for USDT attach
2022-07-08 22:20 UTC (4+ messages)
[PATCH v4] libbpf: disable SEC pragma macro on GCC
2022-07-08 22:20 UTC (2+ messages)
[PATCH bpf-next v3] bpf: check attach_func_proto more carefully in check_return_code
2022-07-08 21:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).