messages from 2022-07-12 18:28:26 to 2022-07-14 04:59:52 UTC [more...]
[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
2022-07-14 4:54 UTC (9+ messages)
[PATCH] samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
2022-07-14 4:50 UTC (2+ messages)
[PATCH bpf-next 0/3] Maintain selftest configuration in-tree
2022-07-14 4:48 UTC (8+ 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 v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-07-14 4:37 UTC (10+ messages)
` [PATCH v2 bpf-next 1/5] ftrace: allow customized flags for ftrace_direct_multi ftrace_ops
` [PATCH v2 bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY
[PATCH RFC bpf-next 0/3] Execution context callbacks
2022-07-14 4:23 UTC (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: allow maps to hold bpf_delayed_work fields
[PATCH bpf-next] selftests/bpf: Return true/false (not 1/0) from bool functions
2022-07-14 3:37 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Use lightweigt version of bpftool
2022-07-14 2:46 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Fix cross-compiling error by using bootstrap bpftool
` [PATCH bpf-next v2 2/3] tools: runqslower: build and use lightweight bootstrap version of bpftool
` [PATCH bpf-next v2 3/3] bpf: iterators: "
[PATCH bpf-next 0/3] Use lightweigt version of bpftool
2022-07-14 2:02 UTC (11+ 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: "
[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
2022-07-14 1:56 UTC
[PATCH] selftests/bpf: Return true/false (not 1/0) from bool functions
2022-07-14 1:56 UTC (3+ messages)
[PATCH v1] net: Add distinct sk_psock field
2022-07-14 1:51 UTC (2+ messages)
[PATCH] bpf, docs: document BPF_MAP_TYPE_HASH and variants
2022-07-14 1:12 UTC (3+ messages)
[PATCH bpf-next] docs/bpf: Update documentation for BTF_KIND_FUNC
2022-07-13 23:52 UTC (2+ messages)
[PATCH bpf-next] bpf: Add kptr_xchg to may_be_acquire_function check
2022-07-13 23:45 UTC
[PATCH bpf-next] bpf: simplify bpf_prog_pack_[size|mask]
2022-07-13 23:17 UTC (2+ messages)
[PATCH bpf-next] libbpf: Add bpf_map__set_name()
2022-07-13 23:01 UTC (4+ messages)
[RFC PATCH 00/17] xdp: Add packet queueing and scheduling capabilities
2022-07-13 22:56 UTC (21+ messages)
` [RFC PATCH 01/17] dev: Move received_rps counter next to RPS members in softnet data
` [RFC PATCH 02/17] bpf: Expand map key argument of bpf_redirect_map to u64
` [RFC PATCH 03/17] bpf: Use 64-bit return value for bpf_prog_run
` [RFC PATCH 04/17] bpf: Add a PIFO priority queue map type
` [RFC PATCH 05/17] pifomap: Add queue rotation for continuously increasing rank mode
` [RFC PATCH 06/17] xdp: Add dequeue program type for getting packets from a PIFO
` [RFC PATCH 07/17] bpf: Teach the verifier about referenced packets returned from dequeue programs
` [RFC PATCH 08/17] bpf: Add helpers to dequeue from a PIFO map
` [RFC PATCH 09/17] bpf: Introduce pkt_uid member for PTR_TO_PACKET
` [RFC PATCH 10/17] bpf: Implement direct packet access in dequeue progs
` [RFC PATCH 11/17] dev: Add XDP dequeue hook
` [RFC PATCH 12/17] bpf: Add helper to schedule an interface for TX dequeue
` [RFC PATCH 13/17] libbpf: Add support for dequeue program type and PIFO map type
` [RFC PATCH 14/17] libbpf: Add support for querying dequeue programs
` [RFC PATCH 15/17] selftests/bpf: Add verifier tests for dequeue prog
` [RFC PATCH 16/17] selftests/bpf: Add test for XDP queueing through PIFO maps
` [RFC PATCH 17/17] samples/bpf: Add queueing support to xdp_fwd sample
[RFC PATCH bpf-next 0/4] bpf_panic() helper
2022-07-13 22:20 UTC (6+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "
[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
2022-07-13 21:53 UTC (11+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced
[PATCH bpf-next v1] bpf: Tidy up verifier check_func_arg()
2022-07-13 21:50 UTC (9+ messages)
[PATCH bpf-next 0/5] Add SEC("ksyscall") support
2022-07-13 21:17 UTC (18+ 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 20:50 UTC (3+ messages)
Build error of samples/bpf
2022-07-13 20:18 UTC (6+ messages)
[PATCH bpf-next v4] bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
2022-07-13 19:52 UTC (2+ messages)
[PATCH] bpf, arm64: Mark dummy_tramp as global
2022-07-13 19:11 UTC (2+ messages)
[PATCH bpf-next] libbpf: Error out when binary_path is NULL for uprobe and USDT
2022-07-13 19:10 UTC (4+ messages)
[PATCH] bpf: btf: Fix vsnprintf return value check
2022-07-13 18:40 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] libbpf: add better syscall kprobing support
2022-07-13 17:52 UTC (7+ messages)
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-07-13 16:24 UTC (25+ messages)
[PATCH v3 0/1] bpftool: Align dumped file headers with skeletons
2022-07-13 16:03 UTC (5+ messages)
` [PATCH v3 1/1] bpftool: Align dumped file generated header "
[PATCH bpf-next] bpf: Don't redirect packets with invalid pkt_len
2022-07-13 16:02 UTC (5+ messages)
` 答复: "
[RFC PATCH v2 0/1] bpftool: Align dumped file headers with skeletons
2022-07-13 14:44 UTC (4+ messages)
` [RFC PATCH v2 1/1] "
[RFC PATCH v1 0/1] bpftool: Add generating command to C dumped file
2022-07-13 13:40 UTC (4+ messages)
` [RFC PATCH v1 1/1] "
[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
2022-07-13 12:32 UTC (7+ messages)
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation
` [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
[PATCH v2] libbpf: fix the name of a reused map
2022-07-13 5:59 UTC (3+ messages)
[PATCH v2] bpf/scripts: Generate GCC compatible helpers
2022-07-13 5:25 UTC (15+ messages)
bpftool gen object doesn't handle GCC built BPF ELF files
2022-07-13 4:28 UTC (4+ messages)
[PATCH net-next v4 1/2] bond: add mac filter option for balance-xor
2022-07-13 4:06 UTC (2+ messages)
` [RESEND PATCH net-next v4] "
[PATCH] smc: fix refcount bug in sk_psock_get (2)
2022-07-13 3:53 UTC (4+ messages)
[PATCH net-next 1/1] igb: add xdp frags support to ndo_xdp_xmit
2022-07-13 3:50 UTC (2+ messages)
[PATCH] smc: fix refcount bug in sk_psock_get (2)
2022-07-13 3:35 UTC (2+ 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 (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Make non-preallocated allocation low priority
[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
2022-07-13 1:00 UTC (14+ 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 v6 bpf-next 0/2] bpf: add a ksym BPF iterator
2022-07-12 22:40 UTC (2+ messages)
[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
2022-07-12 22:14 UTC (3+ messages)
` [net 1/3] seg6: fix skb checksum evaluation in "
[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
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