messages from 2022-06-13 21:12:18 to 2022-06-16 20:00:09 UTC [more...]
[PATCH bpf-next v9 00/10] bpf: cgroup_sock lsm flavor
2022-06-16 19:59 UTC (5+ messages)
` [PATCH bpf-next v9 01/10] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v9 02/10] bpf: convert cgroup_bpf.progs to hlist
[PATCH bpf-next] libbpf: fix internal USDT address translation logic for shared libraries
2022-06-16 19:59 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION c6d7e3b385f19869ab96e9404c92ff1abc34f2c8
2022-06-16 19:52 UTC
[PATCH bpf-next v2 0/2] Fix tail call counting with bpf2bpf
2022-06-16 19:50 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf, x86: Fix tail call count offset calculation on bpf2bpf call
` [PATCH bpf-next v2 2/2] selftests/bpf: Test tail call counting with bpf2bpf and data on stack
[PATCH v4 bpf-next 00/10] AF_XDP ZC selftests
2022-06-16 18:21 UTC (12+ messages)
` [PATCH v4 bpf-next 01/10] ice: compress branches in ice_set_features()
` [PATCH v4 bpf-next 02/10] ice: allow toggling loopback mode via ndo_set_features callback
` [PATCH v4 bpf-next 03/10] ice: check DD bit on Rx descriptor rather than (EOP | RS)
` [PATCH v4 bpf-next 04/10] ice: do not setup vlan for loopback VSI
` [PATCH v4 bpf-next 05/10] selftests: xsk: query for native XDP support
` [PATCH v4 bpf-next 06/10] selftests: xsk: add missing close() on netns fd
` [PATCH v4 bpf-next 07/10] selftests: xsk: introduce default Rx pkt stream
` [PATCH v4 bpf-next 08/10] selftests: xsk: add support for executing tests on physical device
` [PATCH v4 bpf-next 09/10] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()
` [PATCH v4 bpf-next 10/10] selftests: xsk: add support for zero copy testing
[PATCH bpf-next 0/2] bpftool: Restore memlock rlimit bump
2022-06-16 18:07 UTC (18+ messages)
` [PATCH bpf-next 1/2] Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Curious bpf regression in 5.18 already fixed in stable 5.18.3
2022-06-16 17:39 UTC (12+ messages)
[PATCH v2 bpf-next 00/10] AF_XDP ZC selftests
2022-06-16 17:00 UTC (20+ messages)
` [PATCH v2 bpf-next 01/10] ice: allow toggling loopback mode via ndo_set_features callback
` [PATCH v2 bpf-next 02/10] ice: check DD bit on Rx descriptor rather than (EOP | RS)
` [PATCH v2 bpf-next 03/10] ice: do not setup vlan for loopback VSI
` [PATCH v2 bpf-next 04/10] selftests: xsk: query for native XDP support
` [PATCH v2 bpf-next 05/10] selftests: xsk: add missing close() on netns fd
` [PATCH v2 bpf-next 06/10] selftests: xsk: introduce default Rx pkt stream
` [PATCH v2 bpf-next 07/10] selftests: xsk: add support for executing tests on physical device
` [PATCH v2 bpf-next 08/10] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()
` [PATCH v2 bpf-next 09/10] selftests: xsk: remove struct xsk_socket_info::outstanding_tx
` [PATCH v2 bpf-next 10/10] selftests: xsk: add support for zero copy testing
[PATCH v4 bpf 3/4] module: introduce module_alloc_huge
2022-06-16 16:10 UTC
[RFC bpf] selftests/bpf: Curious case of a successful tailcall that returns to caller
2022-06-16 15:28 UTC (5+ messages)
[PATCH bpf-next 0/2] Fix tail call counting with bpf2bpf
2022-06-16 15:23 UTC (7+ messages)
` [PATCH bpf-next 1/2] bpf, x86: Fix tail call count offset calculation on bpf2bpf call
` [PATCH bpf-next 2/2] selftests/bpf: Test tail call counting with bpf2bpf and data on stack
[syzbot] memory leak in __register_sysctl_table
2022-06-16 13:57 UTC
[PATCH] bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()
2022-06-16 13:09 UTC (2+ messages)
[PATCH v3 bpf-next 00/11] AF_XDP ZC selftests
2022-06-16 12:28 UTC (14+ messages)
` [PATCH v3 bpf-next 01/11] ice: compress branches in ice_set_features()
` [PATCH v3 bpf-next 02/11] ice: allow toggling loopback mode via ndo_set_features callback
` [PATCH v3 bpf-next 03/11] ice: check DD bit on Rx descriptor rather than (EOP | RS)
` [PATCH v3 bpf-next 04/11] ice: do not setup vlan for loopback VSI
` [PATCH v3 bpf-next 05/11] selftests: xsk: query for native XDP support
` [PATCH v3 bpf-next 06/11] selftests: xsk: add missing close() on netns fd
` [PATCH v3 bpf-next 07/11] selftests: xsk: introduce default Rx pkt stream
` [PATCH v3 bpf-next 08/11] selftests: xsk: add support for executing tests on physical device
` [PATCH v3 bpf-next 09/11] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()
` [PATCH v3 bpf-next 10/11] selftests: xsk: remove struct xsk_socket_info::outstanding_tx
` [PATCH v3 bpf-next 11/11] selftests: xsk: add support for zero copy testing
[syzbot] KASAN: use-after-free Write in inet_put_port
2022-06-16 7:58 UTC
[Patch bpf-next v4 0/4] sockmap: some performance optimizations
2022-06-16 6:25 UTC (6+ messages)
` [Patch bpf-next v4 1/4] tcp: introduce tcp_read_skb()
` [Patch bpf-next v4 2/4] net: introduce a new proto_ops ->read_skb()
` [Patch bpf-next v4 3/4] skmsg: get rid of skb_clone()
` [Patch bpf-next v4 4/4] skmsg: get rid of unncessary memset()
[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
2022-06-16 5:11 UTC (3+ messages)
[PATCH v6,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
2022-06-16 1:20 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix test_varlen verification failure with latest llvm
2022-06-16 0:42 UTC (3+ messages)
[PATCH] BUG: demonstration of uprobe/uretprobe corrupted stack traces
2022-06-16 0:33 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: add lwt ip encap tests to test_progs
2022-06-15 23:31 UTC (4+ messages)
[PATCH dwarves v2 0/2] btf: support BTF_KIND_ENUM64
2022-06-15 23:03 UTC (3+ messages)
` [PATCH dwarves v2 1/2] libbpf: Sync with latest libbpf repo
` [PATCH dwarves v2 2/2] btf: Support BTF_KIND_ENUM64
[PATCHv4 bpf-next 0/2] perf tools: Fix prologue generation
2022-06-15 22:12 UTC (9+ messages)
[PATCH v3 1/1] perf/kprobe: maxactive for fd-based kprobe
2022-06-15 21:15 UTC
[PATCH v2 1/1] perf/kprobe: maxactive for fd-based kprobe
2022-06-15 21:09 UTC (2+ messages)
[PATCH] perf/kprobe: maxactive for fd-based kprobe
2022-06-15 20:00 UTC (7+ messages)
[PATCH bpf] bpf: Limit maximum modifier chain length in btf_check_type_tags
2022-06-15 17:40 UTC (3+ messages)
[PATCH v3 7/8] bpf: use new capable_any functionality
2022-06-15 15:26 UTC
[PATCH v2] net: bpf: fix request_sock leak in filter.c
2022-06-15 14:40 UTC (2+ messages)
[PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy
2022-06-15 13:48 UTC (7+ messages)
` [PATCH bpf-next v10 1/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v10 2/6] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v10 3/6] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v10 4/6] selftests/bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v10 5/6] bpf: Allow the new syncookie helpers to work with SKBs
` [PATCH bpf-next v10 6/6] selftests/bpf: Add selftests for raw syncookie helpers in TC mode
[PATCHv3 bpf 0/4] bpf: Fix cookie values for kprobe multi
2022-06-15 11:21 UTC (5+ messages)
` [PATCHv3 bpf 1/4] selftests/bpf: Shuffle cookies symbols in kprobe multi test
` [PATCHv3 bpf 2/4] ftrace: Keep address offset in ftrace_lookup_symbols
` [PATCHv3 bpf 3/4] bpf: Force cookies array to follow symbols sorting
` [PATCHv3 bpf 4/4] selftest/bpf: Fix kprobe_multi bench test
[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
2022-06-15 10:07 UTC (5+ messages)
[PATCH net-next 1/1] i40e: add xdp frags support to ndo_xdp_xmit
2022-06-15 8:40 UTC (2+ messages)
Ruch z pierwszej pozycji w Google
2022-06-15 8:08 UTC
[PATCH bpf-next v2] selftests/bpf: Avoid skipping certain subtests
2022-06-14 23:20 UTC (2+ messages)
[PATCH bpf-next v4 0/5] sleepable uprobe support
2022-06-14 23:10 UTC (6+ messages)
` [PATCH bpf-next v4 1/5] bpf: move bpf_prog to bpf.h
` [PATCH bpf-next v4 3/5] bpf: allow sleepable uprobe programs to attach
` [PATCH bpf-next v4 5/5] selftests/bpf: add tests for sleepable (uk)probes
` [PATCH bpf-next v4 2/5] bpf: implement sleepable uprobes by chaining gps
` [PATCH bpf-next v4 4/5] libbpf: add support for sleepable uprobe programs
[PATCH v2] libbpf: Fix is_pow_of_2
2022-06-14 20:40 UTC (3+ messages)
[PATCH -next] bpf, arm: Remove unused function emit_a32_alu_r()
2022-06-14 20:10 UTC (2+ messages)
[syzbot] BUG: sleeping function called from invalid context in sk_psock_stop
2022-06-14 19:58 UTC (3+ messages)
[Patch bpf-next v3 0/4] sockmap: some performance optimizations
2022-06-14 19:55 UTC (7+ messages)
` [Patch bpf-next v3 1/4] tcp: introduce tcp_read_skb()
[PATCHv2 bpf 3/3] bpf: Force cookies array to follow symbols sorting
2022-06-14 19:21 UTC (11+ messages)
[PATCH v4 0/4] bpf: Add bpf_verify_pkcs7_signature() helper
2022-06-14 17:50 UTC (6+ messages)
` [PATCH v4 1/4] bpf: Export bpf_dynptr_get_size()
` [PATCH v4 2/4] bpf: Add bpf_request_key_by_id() helper
` [PATCH v4 3/4] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v4 4/4] selftests/bpf: Add test for "
arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
2022-06-14 16:20 UTC
BPF ringbuf misses notifications due to improper coherence
2022-06-14 15:31 UTC (4+ messages)
` [Resend] "
[PATCH bpf-next] libbpf: Fix an unsigned < 0 bug
2022-06-14 15:10 UTC (2+ messages)
[PATCH] bpf: fix spelling in bpf_verifier.h
2022-06-14 15:00 UTC (2+ messages)
[PATCH bpf] xsk: fix generic transmit when completion queue reservation fails
2022-06-14 15:00 UTC (3+ messages)
[RESEND][PATCH v4 0/4] bpf: Add bpf_verify_pkcs7_signature() helper
2022-06-14 13:06 UTC (5+ messages)
` [RESEND][PATCH v4 1/4] bpf: Export bpf_dynptr_get_size()
` [RESEND][PATCH v4 2/4] bpf: Add bpf_request_key_by_id() helper
` [RESEND][PATCH v4 3/4] bpf: Add bpf_verify_pkcs7_signature() helper
` [RESEND][PATCH v4 4/4] selftests/bpf: Add test for "
[PATCH bpf-next 0/2] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
2022-06-14 10:52 UTC (10+ messages)
` [PATCH bpf-next 2/2] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
` [PATCH bpf-next v2 0/2] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
` [PATCH bpf-next v2 2/2] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
[PATCH bpf-next v3 0/5] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
2022-06-14 10:44 UTC (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
` [PATCH bpf-next v3 2/5] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
` [PATCH bpf-next v3 3/5] selftests/bpf: Test a BPF CC writing sk_pacing_*
` [PATCH bpf-next v3 4/5] selftests/bpf: Test an incomplete BPF CC
` [PATCH bpf-next v3 5/5] selftests/bpf: Test a BPF CC implementing the unsupported get_info()
[PATCH] libbpf: Remove kprobe_event on failed kprobe_open_legacy
2022-06-14 8:49 UTC
[PATCH] bpf: fix rq lock recursion issue
2022-06-14 6:09 UTC (9+ messages)
[PATCH bpf-next] selftests/bpf: Avoid skipping certain subtests
2022-06-14 5:49 UTC
[PATCH bpf-next v7 0/5] bpf_loop inlining
2022-06-14 5:49 UTC (5+ messages)
` [PATCH bpf-next v7 1/5] selftests/bpf: specify expected instructions in test_verifier tests
` [PATCH bpf-next v7 3/5] bpf: Inline calls to bpf_loop when callback is known
` [PATCH bpf-next v7 5/5] selftests/bpf: BPF test_prog selftests for bpf_loop inlining
[PATCH v4 bpf-next 00/14] net: netfilter: add kfunc helper to update ct timeout
2022-06-14 2:23 UTC (5+ messages)
[PATCH] perf bpf: 8 byte align bpil data
2022-06-14 1:47 UTC
[PATCH net] net: bpf: fix request_sock leak in filter.c
2022-06-14 1:05 UTC (5+ 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).