bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 23:35:37 to 2023-06-08 05:38:49 UTC [more...]

[PATCH] perf lock contention: Add -x option for CSV style output
 2023-06-08  5:38 UTC 

pull-request: bpf 2023-06-07
 2023-06-08  5:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-08  4:39 UTC  (10+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpf, x86: clean garbage value in the stack of trampoline
` [PATCH bpf-next v3 3/3] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments

[RFC PATCH bpf-next v4 0/3] Handle immediate reuse in bpf memory allocator
 2023-06-08  4:30 UTC  (27+ messages)
` [RFC PATCH bpf-next v4 1/3] bpf: Factor out a common helper free_all()
` [RFC PATCH bpf-next v4 2/3] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC PATCH bpf-next v4 3/3] bpf: Only reuse after one RCU GP in "

[PATCH bpf-next] bpf: getsockopt hook to get optval without checking kernel retval
 2023-06-08  3:39 UTC  (7+ messages)
  `  "
          `  "

[PATCH v5 1/2] kallsyms: move kallsyms_show_value() out of kallsyms.c
 2023-06-08  3:31 UTC  (2+ messages)
    ` [PATCH v5 2/2] kallsyms: make kallsyms_show_value() as generic function

[PATCH v4 1/3] kallsyms: move kallsyms_show_value() out of kallsyms.c
 2023-06-08  3:10 UTC  (10+ messages)
    ` [PATCH v4 2/3] bpf: make bpf_dump_raw_ok() based on CONFIG_KALLSYMS
    ` [PATCH v4 3/3] kallsyms: make kallsyms_show_value() as generic function

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-08  2:48 UTC  (10+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

[PATCH bpf-next v3 0/4] verify scalar ids mapping in regsafe()
 2023-06-08  1:26 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] bpf: use scalar ids in mark_chain_precision()
` [PATCH bpf-next v3 2/4] selftests/bpf: check if mark_chain_precision() follows scalar ids
` [PATCH bpf-next v3 3/4] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v3 4/4] selftests/bpf: verify that check_ids() is used for scalars in regsafe()

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-06-08  1:25 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v2 3/7] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v2 4/7] libbpf: Add link-based "
` [PATCH bpf-next v2 5/7] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v2 6/7] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v2 7/7] selftests/bpf: Add mprog API tests for BPF tcx links

[PATCH v3] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-06-08  0:57 UTC  (10+ messages)
` [PATCH v4] "

[PATCH] tracing/user_events: Run BPF program if attached
 2023-06-08  0:25 UTC  (22+ messages)

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-07 23:53 UTC  (19+ messages)
` [PATCH v2 bpf-next 01/18] bpf: introduce BPF token object
` [PATCH v2 bpf-next 02/18] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 03/18] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH v2 bpf-next 04/18] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH v2 bpf-next 05/18] bpf: inline map creation logic in map_create() function
` [PATCH v2 bpf-next 06/18] bpf: centralize permissions checks for all BPF map types
` [PATCH v2 bpf-next 07/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 08/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 09/18] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH v2 bpf-next 10/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 11/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 12/18] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH v2 bpf-next 13/18] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH v2 bpf-next 14/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 15/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 16/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 17/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 18/18] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH bpf-next] selftests/bpf: Add missing prototypes for several test kfuncs
 2023-06-07 22:40 UTC 

[RFC bpf-next 0/8] bpf: support BTF kind metadata to separate
 2023-06-07 22:34 UTC  (23+ messages)
` [RFC bpf-next 1/8] btf: add kind metadata encoding to UAPI
` [RFC bpf-next 4/8] btf: support kernel parsing of BTF with metadata, use it to parse BTF with unknown kinds

[PATCH bpf v2 0/2] bpf: fix NULL dereference during extable search
 2023-06-07 21:04 UTC  (3+ messages)
` [PATCH bpf v2 1/2] selftests/bpf: add a test for subprogram extables
` [PATCH bpf v2 2/2] bpf: ensure main program has an extable

[PATCH bpf] bpf: search_bpf_extables should search subprogram extables
 2023-06-07 21:04 UTC  (5+ messages)

[PATCH net-next] net: mana: Add support for vlan tagging
 2023-06-07 20:44 UTC  (2+ messages)

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-07 20:41 UTC  (3+ messages)

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-07 20:15 UTC  (15+ messages)
` [PATCH vhost v10 07/10] virtio_ring: introduce helpers for premapped
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

回复 Re:(Scanned) Doc~Original Copy - FYI
 2023-06-07  9:01 UTC 

[PATCH net-next v6 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
 2023-06-07 18:19 UTC 

Louis Santos sent you purchase order and Signed contract via LinkedIn
 2023-06-07 10:58 UTC 

[PATCH net-next v5 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
 2023-06-07 17:20 UTC  (2+ messages)

[RFC] fprobe call of rethook_try_get faults
 2023-06-07 16:42 UTC 

[linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad
 2023-06-07 16:39 UTC 

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2023-06-07 16:18 UTC  (5+ messages)
` [PATCH v2 bpf 03/11] bpftool: use a local bpf_perf_event_value to fix accessing its fields

[PATCH bpf v4 0/2] Fix verifier id tracking of scalars on spill
 2023-06-07 15:35 UTC  (4+ messages)
` [PATCH bpf v4 1/2] bpf: "
` [PATCH bpf v4 2/2] selftests/bpf: Add test cases to assert proper ID tracking "

[PATCHv2 bpf] bpf: Add extra path pointer check to d_path helper
 2023-06-07 13:16 UTC  (3+ messages)

【电子发票号码:30940297】您收到一张新的电子发票
 2023-06-07  9:21 UTC 

[PATCH bpf-next v2 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-06-07  9:18 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: make bpf_prog_pack allocator portable
` [PATCH bpf-next v2 2/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v2 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[PATCH bpf v3 0/2] Fix BPF verifier bypass on scalar spill
 2023-06-07  7:36 UTC  (7+ messages)
` [PATCH bpf v3 1/2] bpf: Fix verifier tracking scalars on spill
` [PATCH bpf v3 2/2] selftests/bpf: Add test cases to assert proper ID tracking "

[PATCH v2 0/4] Bring back vmlinux.h generation
 2023-06-07  7:11 UTC  (10+ messages)
` [PATCH v2 1/4] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v2 4/4] perf build: Filter out BTF sources without a .BTF section

[PATCH 1/2] [v3] bpf: hide unused bpf_patch_call_args
 2023-06-06 22:49 UTC  (4+ messages)
` [PATCH 2/2] [v3] bpf: fix bpf_probe_read_kernel prototype mismatch

[bug report] selftests/bpf: specify expected instructions in test_verifier tests
 2023-06-06 21:18 UTC  (2+ messages)

[PATCH v3 bpf-next 00/22] xsk: multi-buffer support
 2023-06-06 20:35 UTC  (7+ messages)
` [PATCH v3 bpf-next 13/22] xsk: report zero-copy multi-buffer capability via xdp_features

[PATCH RESEND bpf-next 00/18] BPF token
 2023-06-06 20:13 UTC  (15+ messages)
` [PATCH RESEND bpf-next 01/18] bpf: introduce BPF token object

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-06-06 19:00 UTC  (6+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-06 18:21 UTC  (8+ messages)

[PATCH bpf] selftests/bpf: Fix sockopt_sk selftest
 2023-06-06 17:22 UTC 

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-06 16:16 UTC  (3+ messages)

[PATCH RESEND] bpf: cleanup unused function declaration
 2023-06-06 15:10 UTC  (2+ messages)

[PATCH bpf-next V1] selftests/bpf: Fix check_mtu using wrong variable type
 2023-06-06 15:10 UTC  (4+ messages)

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-06-06  7:49 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure

[PATCH bpf] bpf: Add extra path pointer check to d_path helper
 2023-06-06  7:08 UTC  (5+ messages)

[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
 2023-06-06  2:02 UTC  (4+ messages)
` [PATCH bpf-next v2 2/5] "

[PATCH] selftests/bpf: Add missing selftests kconfig options
 2023-06-05 23:40 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;
as well as URLs for NNTP newsgroup(s).