bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 21:51:19 to 2022-08-19 23:23:57 UTC [more...]

[PATCH bpf-next v3 0/5] Support direct writes to nf_conn:mark
 2022-08-19 23:23 UTC  (2+ messages)
` [PATCH bpf-next v3 2/5] bpf: Add stub for btf_struct_access()

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-19 23:01 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v3 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v3 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v3 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v3 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v3 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v3 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v3 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v3 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v3 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v3 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v3 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc

[PATCH v1 bpf 0/4] bpf: sysctl: Fix data-races around net.core.bpf_XXX
 2022-08-19 22:56 UTC  (14+ messages)
` [PATCH v1 bpf 1/4] bpf: Fix data-races around bpf_jit_enable
` [PATCH v1 bpf 2/4] bpf: Fix data-races around bpf_jit_harden
` [PATCH v1 bpf 3/4] bpf: Fix data-races around bpf_jit_kallsyms
` [PATCH v1 bpf 4/4] bpf: Fix a data-race around bpf_jit_limit

[PATCH bpf-next 0/3] A couple of small refactorings of BPF program call sites
 2022-08-19 22:54 UTC  (9+ messages)
` [PATCH bpf-next 1/3] dev: Move received_rps counter next to RPS members in softnet data
` [PATCH bpf-next 2/3] bpf: Expand map key argument of bpf_redirect_map to u64
` [PATCH bpf-next 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH bpf-next v6 0/4] Parameterize task iterators
 2022-08-19 22:09 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 2/4] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v6 3/4] bpf: Handle show_fdinfo "
` [PATCH bpf-next v6 4/4] selftests/bpf: Test "

data-race in __tcp_alloc_md5sig_pool / tcp_alloc_md5sig_pool
 2022-08-19 21:23 UTC 

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-19 21:10 UTC  (15+ messages)

BPF Linked Lists discussion
 2022-08-19 20:24 UTC  (5+ messages)

[PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
 2022-08-19 19:50 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: Add setget_sockopt to DENYLIST.s390x
 2022-08-19 19:50 UTC  (2+ messages)

[PATCH RFC bpf v1 0/3] Verifier callback handling
 2022-08-19 18:38 UTC  (5+ messages)
` [PATCH RFC bpf v1 2/3] bpf: Fix reference state management for synchronous callbacks

[PATCH bpf-next v3 0/5] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-19 18:33 UTC  (11+ messages)
` [PATCH bpf-next v3 1/5] bpf: Introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next v3 2/5] bpf: Use cgroup_{common,current}_func_proto in more hooks
` [PATCH bpf-next v3 3/5] bpf: expose bpf_strtol and bpf_strtoul to all program types
` [PATCH bpf-next v3 4/5] bpf: update bpf_{g,s}et_retval documentation
` [PATCH bpf-next v3 5/5] selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere

[PATCH v2 bpf-next 00/12] bpf: BPF specific memory allocator
 2022-08-19 17:51 UTC  (8+ messages)
` [PATCH v2 bpf-next 01/12] bpf: Introduce any context "

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-19 17:06 UTC  (23+ messages)
` [PATCH bpf-next v2 01/12] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v2 02/12] bpf: Introduce new helper bpf_map_put_memcg()
` [PATCH bpf-next v2 03/12] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next v2 04/12] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v2 05/12] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next v2 06/12] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next v2 07/12] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v2 08/12] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next v2 09/12] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v2 10/12] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v2 11/12] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v2 12/12] bpf: Introduce selectable memcg for bpf map

[PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
 2022-08-19 16:39 UTC  (10+ messages)

[PATCH] kernel: move from strlcpy with unused retval to strscpy
 2022-08-19 16:23 UTC  (4+ messages)

[PATCH] lib/vnsprintf: add const modifier for param 'bitmap'
 2022-08-19 12:05 UTC  (2+ messages)

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-19 11:45 UTC  (17+ messages)

[PATCH bpf-next 0/2] > Keep reference on socket file while wait send memory
 2022-08-19 10:34 UTC  (5+ messages)
` [PATCH bpf-next 1/2] sk_msg: Keep reference on socket file while wait_memory

[PATCH bpf-next] bpf/scripts: use helper enum value instead of relying on comment order
 2022-08-19  9:12 UTC 

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-08-19  8:35 UTC  (2+ messages)

data-race in cgroup_get_tree / proc_cgroup_show
 2022-08-19  7:22 UTC 

[PATCH net-next 1/1] igc: add xdp frags support to ndo_xdp_xmit
 2022-08-19  4:20 UTC  (2+ messages)

kernel splat during boot
 2022-08-19  2:29 UTC  (2+ messages)

[PATCH v4 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-19  0:20 UTC  (2+ messages)

[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
 2022-08-18 22:15 UTC  (8+ messages)
` [PATCH 2/3] tools/build: Increment room for feature name in feature detection output
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors

[PATCH v3 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-18 22:12 UTC  (5+ messages)
` [PATCH v3 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v3 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v3 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v3 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf] bpf: Fix kernel BUG in purge_effective_progs
 2022-08-18 21:40 UTC  (6+ messages)

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-18 20:44 UTC  (5+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments

[PATCH bpf-next 2/3] bpf: Add support for writing to nf_conn:mark
 2022-08-18 20:01 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-18 19:54 UTC  (13+ messages)
` [PATCH bpf-next v2 1/3] bpf: Introduce cgroup_{common,current}_func_proto

[PATCH bpf] ip_tunnel: respect tunnel key's "flow_flags" in IP tunnels
 2022-08-18 19:30 UTC  (3+ messages)

[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-18 18:30 UTC  (2+ messages)

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 17:35 UTC  (12+ messages)
` [PATCH v12 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v12 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v12 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v12 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v12 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v12 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH bpf-next v5 0/3] Parameterize task iterators
 2022-08-18 17:24 UTC  (10+ messages)
` [PATCH bpf-next v5 1/3] bpf: "
` [PATCH bpf-next v5 3/3] selftests/bpf: Test parameterized task BPF iterators

[PATCH bpf-next 0/2] flow_dissector: Allow bpf flow-dissector progs to request fallback to normal dissection
 2022-08-18 16:12 UTC  (4+ messages)
` [PATCH bpf-next 1/2] flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
` [PATCH bpf-next 2/2] bpf/flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for flow-dissector bpf progs

[PATCH 0/2] USB: core: add a way to revoke access to open USB devices
 2022-08-18 15:08 UTC  (7+ messages)
` [PATCH 2/2] usb: Implement usb_revoke() BPF function

Biznesowy angielski
 2022-08-18  7:40 UTC 

pull-request: bpf-next 2022-08-17
 2022-08-18  5:10 UTC  (2+ messages)

False-positive in Checkpatch
 2022-08-18  4:35 UTC  (2+ messages)

[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
 2022-08-18  3:05 UTC  (7+ messages)
` [PATCH 4/5] bpf: Add libbpf logic for user-space ring buffer

[PATCH] net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
 2022-08-17 23:42 UTC  (5+ messages)

[PATCH bpf 1/2] bpf: Restrict bpf_sys_bpf to CAP_PERFMON
 2022-08-17 23:20 UTC  (5+ messages)
` [PATCH bpf 2/2] bpf: Add WARN_ON for recursive prog_run invocation

[PATCH bpf-next 2/2] use prefetch function in bpf_map_lookup_batch()
 2022-08-17 22:17 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).