messages from 2022-08-16 19:01:00 to 2022-08-18 14:32:36 UTC [more...]
[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
2022-08-18 14:31 UTC (12+ 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 v5 0/4] Introduce security_create_user_ns()
2022-08-18 14:05 UTC (12+ messages)
[PATCH bpf] ip_tunnel: respect tunnel key's "flow_flags" in IP tunnels
2022-08-18 13:32 UTC (2+ messages)
[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
2022-08-18 13:25 UTC (5+ 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 v2 bpf-next 00/12] bpf: BPF specific memory allocator
2022-08-18 12:38 UTC (16+ messages)
` [PATCH v2 bpf-next 01/12] bpf: Introduce any context "
` [PATCH v2 bpf-next 02/12] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v2 bpf-next 03/12] selftests/bpf: Improve test coverage of test_maps
` [PATCH v2 bpf-next 04/12] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v2 bpf-next 05/12] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v2 bpf-next 06/12] bpf: Optimize element count in non-preallocated hash map
` [PATCH v2 bpf-next 07/12] bpf: Optimize call_rcu "
` [PATCH v2 bpf-next 08/12] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v2 bpf-next 09/12] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v2 bpf-next 10/12] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v2 bpf-next 11/12] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v2 bpf-next 12/12] bpf: Remove tracing program restriction on map types
Biznesowy angielski
2022-08-18 7:40 UTC
[PATCH bpf-next 0/2] flow_dissector: Allow bpf flow-dissector progs to request fallback to normal dissection
2022-08-18 6:24 UTC (3+ 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 bpf] bpf: Fix kernel BUG in purge_effective_progs
2022-08-18 5:26 UTC (4+ messages)
pull-request: bpf-next 2022-08-17
2022-08-18 5:10 UTC (2+ messages)
[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
2022-08-18 4:56 UTC (4+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments
False-positive in Checkpatch
2022-08-18 4:35 UTC (3+ messages)
[PATCH bpf-next v5 0/3] Parameterize task iterators
2022-08-18 4:31 UTC (9+ messages)
` [PATCH bpf-next v5 1/3] bpf: "
[PATCH v1 bpf 0/4] bpf: sysctl: Fix data-races around net.core.bpf_XXX
2022-08-18 4:23 UTC (5+ 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 v2 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
2022-08-18 3:42 UTC (12+ messages)
` [PATCH bpf-next v2 1/3] bpf: Introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next v2 2/3] bpf: Use cgroup_{common,current}_func_proto in more hooks
` [PATCH bpf-next v2 3/3] selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere
[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
2022-08-18 3:05 UTC (15+ messages)
` [PATCH 3/5] bpf: Add bpf_user_ringbuf_drain() helper
` [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 (12+ 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)
[PATCH bpf-next v2 1/4] bpf: Remove duplicate PTR_TO_BTF_ID RO check
2022-08-17 22:05 UTC (10+ messages)
` [PATCH bpf-next v2 2/4] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests "
[PATCH bpf-next] bpf: Sync include/uapi/linux/bpf.h with tools/include/uapi/linux/bpf.h
2022-08-17 21:48 UTC (3+ messages)
[PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
2022-08-17 21:32 UTC
[PATCH bpf-next 0/4] Preparatory libbpf fixes and clean ups
2022-08-17 21:00 UTC (13+ messages)
` [PATCH bpf-next 1/4] libbpf: fix potential NULL dereference when parsing ELF
` [PATCH bpf-next 2/4] libbpf: streamline bpf_attr and perf_event_attr initialization
` [PATCH bpf-next 3/4] libbpf: clean up deprecated and legacy aliases
` [PATCH bpf-next 4/4] selftests/bpf: few fixes for selftests/bpf built in release mode
[PATCH bpf-next v2] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
2022-08-17 20:40 UTC (3+ messages)
Fwd: [PATCH bpf] bpf: Do more tight ALU bounds tracking
2022-08-17 20:31 UTC (3+ messages)
` [PATCH 1/2] bpf: Fix 32bit bounds update in ALU64
[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
2022-08-17 19:54 UTC (5+ messages)
` [Patch net v3 1/4] tcp: fix sock skb accounting in tcp_read_skb()
` [Patch net v3 2/4] tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
` [Patch net v3 3/4] tcp: refactor tcp_read_skb() a bit
` [Patch net v3 4/4] tcp: handle pure FIN case correctly
[RFC] ftrace: Add support to keep some functions out of ftrace
2022-08-17 19:39 UTC (13+ messages)
[PATCH][next] selftests/bpf: Fix spelling mistake "succesful" -> "successful"
2022-08-17 19:00 UTC (3+ messages)
[PATCH bpf-next v2 0/4] Support direct writes to nf_conn:mark
2022-08-17 18:42 UTC
[PATCH bpf-next 0/3] Support direct writes to nf_conn:mark
2022-08-17 18:41 UTC (7+ messages)
` [PATCH bpf-next 2/3] bpf: Add support for writing "
[PATCH bpf-next 0/2] > Keep reference on socket file while wait send memory
2022-08-17 18:33 UTC (5+ messages)
` [PATCH bpf-next 1/2] sk_msg: Keep reference on socket file while wait_memory
[PATCH net-next 1/1] igc: add xdp frags support to ndo_xdp_xmit
2022-08-17 17:36 UTC
[RFC PATCH v4 0/2] Add capabilities file to securityfs
2022-08-17 17:19 UTC (9+ messages)
[PATCH] bpf: Simplify code by using for_each_cpu_wrap()
2022-08-17 16:57 UTC (3+ messages)
` "
[PATCH bpf-next v2 1/2] libbpf: Allows disabling auto attach
2022-08-17 16:50 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Tests libbpf autoattach APIs
[PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
2022-08-17 16:04 UTC (4+ messages)
[PATCH bpf-next] bpftool: Add trace subcommand
2022-08-17 14:51 UTC (3+ messages)
[PATCHv2 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-08-17 13:40 UTC (6+ messages)
` [PATCHv2 bpf-next 3/6] bpf: Use given function address for trampoline ip arg
[PATCH v2 bpf-next] xdp: report rx queue index in xdp_frame
2022-08-17 12:39 UTC (2+ messages)
[PATCH bpf-next] xdp: report rx queue index in xdp_frame
2022-08-17 12:35 UTC (3+ messages)
[PATCH net-next] tcp: Make SYN ACK RTO tunable by BPF programs with TFO
2022-08-17 9:30 UTC (2+ messages)
BPF Linked Lists discussion
2022-08-17 9:09 UTC (2+ messages)
[PATCH net-next] selftests/net: test l2 tunnel TOS/TTL inheriting
2022-08-17 7:36 UTC
[PATCH v4 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
2022-08-17 6:18 UTC (16+ messages)
` [PATCH v4 bpf-next 01/15] net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
` [PATCH v4 bpf-next 02/15] bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
` [PATCH v4 bpf-next 03/15] bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsockopt()
` [PATCH v4 bpf-next 04/15] bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
` [PATCH v4 bpf-next 05/15] bpf: net: Change do_ip_setsockopt() "
` [PATCH v4 bpf-next 06/15] bpf: net: Change do_ipv6_setsockopt() "
` [PATCH v4 bpf-next 07/15] bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
` [PATCH v4 bpf-next 08/15] bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
` [PATCH v4 bpf-next 09/15] bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
` [PATCH v4 bpf-next 10/15] bpf: Refactor bpf specific tcp optnames to a new function
` [PATCH v4 bpf-next 11/15] bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
` [PATCH v4 bpf-next 12/15] bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
` [PATCH v4 bpf-next 13/15] bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
` [PATCH v4 bpf-next 14/15] bpf: Add a few optnames to bpf_setsockopt
` [PATCH v4 bpf-next 15/15] selftests/bpf: bpf_setsockopt tests
KASAN: slab-out-of-bounds Read in __htab_map_lookup_and_delete_batch
2022-08-17 7:08 UTC (2+ messages)
[PATCH v3 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
2022-08-17 5:23 UTC (4+ messages)
[PATCH] bpf: Variable type completion
2022-08-17 1:39 UTC
[PATCH bpf-next] libbpf: allow disabling auto attach
2022-08-16 23:00 UTC (5+ messages)
[PATCH] lib/vnsprintf: add const modifier for param 'bitmap'
2022-08-16 22:39 UTC (2+ messages)
[PATCH 0/5] bpf: Add user-space-publisher ringbuffer map type
2022-08-16 21:39 UTC (7+ messages)
[PATCH bpf-next v2] selftests/bpf: fix attach point for non-x86 arches in test_progs/lsm
2022-08-16 20:40 UTC (2+ messages)
Error: bug: failed to retrieve CAP_BPF status: Invalid argument
2022-08-16 19:00 UTC (7+ 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