bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-18 16:31:46 to 2022-06-22 18:19:26 UTC [more...]

init_disassemble_info() signature changes causes compile failures
 2022-06-22 18:19 UTC 

[PATCH v5 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-22 18:16 UTC  (15+ messages)
` [PATCH v5 1/5] bpf: Export bpf_dynptr_get_size()
` [PATCH v5 2/5] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v5 3/5] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v5 4/5] selftests/bpf: Add test for unreleased key references
` [PATCH v5 5/5] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH bpf-next] selftests/bpf: Use bpf_tcp_helpers.h together with vmlinux.h
 2022-06-22 18:10 UTC 

[PATCH bpf-next 0/2] Deduplicate type compat check
 2022-06-22 17:35 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: Move core "types_are_compat" logic into relo_core.c
` [PATCH bpf-next 2/2] bpf: Use bpf_core_types_are_compat functionality from relo_core.c

[PATCH v6 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-22 17:26 UTC  (5+ messages)

[PATCH net 2/2] sock: redo the psock vs ULP protection check
 2022-06-22 17:24 UTC  (4+ messages)
  ` [PATCH net] selftests/bpf: Test sockmap update when socket has ULP

[PATCH net-next] i40e: xsk: read the XDP program once per NAPI
 2022-06-22 17:24 UTC  (2+ messages)

[PATCH bpf-next 0/7] Introduce type match support
 2022-06-22 17:22 UTC  (15+ messages)
` [PATCH bpf-next 1/7] bpf: Introduce TYPE_MATCH related constants/macros
` [PATCH bpf-next 2/7] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next 3/7] bpf: Add type match support
` [PATCH bpf-next 4/7] libbpf: "
` [PATCH bpf-next 5/7] selftests/bpf: Add type-match checks to type-based tests
` [PATCH bpf-next 6/7] selftests/bpf: Add test checking more characteristics
` [PATCH bpf-next 7/7] selftests/bpf: Add nested type to type based tests

[PATCH v2 bpf-next 0/5] Add bpf_getxattr
 2022-06-22 16:27 UTC  (24+ messages)
` [PATCH v2 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v2 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v2 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v2 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v2 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH bpf-next v10 00/11] bpf: cgroup_sock lsm flavor
 2022-06-22 16:03 UTC  (12+ messages)
` [PATCH bpf-next v10 01/11] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v10 02/11] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v10 03/11] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v10 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v10 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v10 06/11] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v10 07/11] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v10 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v10 09/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v10 10/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v10 11/11] selftests/bpf: lsm_cgroup functional test

[PATCH 0/2] Introduce security_create_user_ns()
 2022-06-22 15:26 UTC  (7+ messages)
` [PATCH 1/2] security, lsm: "
` [PATCH 2/2] bpf-lsm: Make bpf_lsm_create_user_ns() sleepable

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-06-22 14:03 UTC  (13+ messages)
` [RFC PATCH bpf-next 01/10] mm, memcg: Add a new helper memcg_should_recharge()
` [RFC PATCH bpf-next 02/10] bpftool: Show memcg info of bpf map
` [RFC PATCH bpf-next 03/10] mm, memcg: Add new helper obj_cgroup_from_current()
` [RFC PATCH bpf-next 04/10] mm, memcg: Make obj_cgroup_{charge, uncharge}_pages public
` [RFC PATCH bpf-next 05/10] mm: Add helper to recharge kmalloc'ed address
` [RFC PATCH bpf-next 06/10] mm: Add helper to recharge vmalloc'ed address
` [RFC PATCH bpf-next 07/10] mm: Add helper to recharge percpu address
` [RFC PATCH bpf-next 08/10] bpf: Recharge memory when reuse bpf map
` [RFC PATCH bpf-next 09/10] bpf: Make bpf_map_{save, release}_memcg public
` [RFC PATCH bpf-next 10/10] bpf: Support recharge for hash map

[PATCH net] test_bpf: fix incorrect netdev features
 2022-06-22 13:50 UTC 

[PATCH] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-06-22 13:42 UTC 

How about adding a name for bpftool self created maps?
 2022-06-22 10:15 UTC  (3+ messages)

[PATCH v3 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-06-22  8:54 UTC  (3+ messages)

[PATCH net] virtio_net: fix xdp_rxq_info bug after suspend/resume
 2022-06-22  8:06 UTC  (3+ messages)

[PATCH] bpf: Replace 0 with BPF_K
 2022-06-22  3:19 UTC 

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2022-06-22  2:00 UTC  (2+ messages)

[PATCH bpf v2 0/2] rethook: Reject getting a rethook if RCU is not watching
 2022-06-22  1:41 UTC  (4+ messages)
` [PATCH bpf v2 1/2] fprobe: samples: Add use_trace option and show hit/missed counter

[PATCH v3 bpf-next 0/5] Add bpf_getxattr
 2022-06-22  1:26 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v3 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v3 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v3 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[syzbot] KASAN: use-after-free Read in free_netdev (3)
 2022-06-22  1:01 UTC 

[PATCH] libbpf: Fix is_pow_of_2
 2022-06-22  0:20 UTC  (4+ messages)

[RFC bpf-next] Speedup for verifier.c:do_misc_fixups
 2022-06-21 23:30 UTC 

[PATCH bpf-next] selftests/bpf: Fix rare segfault in sock_fields prog test
 2022-06-21 20:29 UTC  (6+ messages)
  ` [External] "

[PATCH] bpf: fix trace_output_kern bug
 2022-06-21 19:03 UTC 

[PATCH bpf-next v9 00/10] bpf: cgroup_sock lsm flavor
 2022-06-21 17:51 UTC  (6+ messages)
` [PATCH bpf-next v9 06/10] bpf: expose bpf_{g,s}etsockopt to lsm cgroup

[PATCH net-next] samples/bpf: fixup some xdp progs to be able to support xdp multibuffer
 2022-06-21 17:16 UTC  (5+ messages)

[PATCH bpf-next 0/2] Allow mixing bpf2bpf calls with tail calls on arm64
 2022-06-21 17:00 UTC  (2+ messages)

[PATCH v2] libbpf: Cleanup the kprobe_event on failed add_kprobe_event_legacy()
 2022-06-21  7:32 UTC 

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-21  7:25 UTC  (4+ messages)
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-06-21  3:25 UTC  (8+ messages)

scope id field in bpf_sock_addr
 2022-06-21  2:05 UTC  (3+ messages)

[PATCH bpf-next v8 0/5] bpf_loop inlining
 2022-06-21  0:50 UTC  (9+ messages)
` [PATCH bpf-next v8 1/5] selftests/bpf: specify expected instructions in test_verifier tests
` [PATCH bpf-next v8 2/5] selftests/bpf: allow BTF specs and func infos "
` [PATCH bpf-next v8 3/5] bpf: Inline calls to bpf_loop when callback is known
` [PATCH bpf-next v8 4/5] selftests/bpf: BPF test_verifier selftests for bpf_loop inlining
` [PATCH bpf-next v8 5/5] selftests/bpf: BPF test_prog "

[PATCH bpf-next] uprobe: gate bpf call behind BPF_EVENTS
 2022-06-21  0:10 UTC  (3+ messages)

[for-linus][PATCH 1/4] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
 2022-06-20 21:31 UTC 

[PATCH v5 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-20 19:49 UTC  (5+ messages)

[PATCH bpf-next v3 0/5] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
 2022-06-20 18:08 UTC  (6+ messages)
` [PATCH bpf-next v3 3/5] selftests/bpf: Test a BPF CC writing sk_pacing_*

[PATCH v4 bpf-next 00/10] AF_XDP ZC selftests
 2022-06-20 16:36 UTC  (20+ 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 05/10] selftests: xsk: query for native XDP support
` [PATCH v4 bpf-next 07/10] selftests: xsk: introduce default Rx pkt stream
` [PATCH v4 bpf-next 09/10] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()

[PATCH bpf-next v7 0/5] bpf_loop inlining
 2022-06-20 12:59 UTC  (8+ messages)
` [PATCH bpf-next v7 3/5] bpf: Inline calls to bpf_loop when callback is known

[PATCH] libbpf: Remove kprobe_event on failed kprobe_open_legacy
 2022-06-20 12:51 UTC  (6+ messages)

[PATCHv5 bpf-next 0/1] perf tools: Fix prologue generation
 2022-06-20 12:43 UTC  (3+ messages)
` [PATCHv5 bpf-next 1/1] perf tools: Rework prologue generation code

[PATCH bpf-next v2] libbpf: Include linux/log2.h to use is_power_of_2()
 2022-06-20 12:39 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Enable config options needed for xdp_synproxy test
 2022-06-20 12:20 UTC  (2+ messages)

[Patch bpf-next v4 0/4] sockmap: some performance optimizations
 2022-06-20 12:10 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Include linux/log2.h to use is_pow_of_2()
 2022-06-20 11:45 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in __vmalloc_node_range
 2022-06-20 11:24 UTC  (3+ messages)

[PATCH] lib/error-inject: Traverse list with mutex
 2022-06-20 10:02 UTC 

[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
 2022-06-19 17:06 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).