messages from 2023-09-11 18:17:48 to 2023-09-13 09:34:31 UTC [more...]
[RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2023-09-13 9:33 UTC (11+ messages)
[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
2023-09-13 9:13 UTC (14+ messages)
` [PATCH bpf-next v2 1/6] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v2 2/6] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v2 3/6] bpf: Introduce process open coded "
` [PATCH bpf-next v2 4/6] bpf: Introduce css_descendant open-coded "
` [PATCH bpf-next v2 5/6] bpf: teach the verifier to enforce css_iter and process_iter in RCU CS
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for open-coded task and css iter
[syzbot] [net?] WARNING in __ip6_append_data
2023-09-13 8:41 UTC (2+ messages)
[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
2023-09-13 8:00 UTC (6+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
` [RFC PATCH v2 4/5] bpf: Add a OOM policy test
linux-next: boot warning from the bpf-next tree
2023-09-13 7:56 UTC (3+ messages)
[RFC bpf-next v2 0/9] Registrating struct_ops types from modules
2023-09-13 6:14 UTC (10+ messages)
` [RFC bpf-next v2 1/9] bpf: refactory struct_ops type initialization to a function
` [RFC bpf-next v2 2/9] bpf: add register and unregister functions for struct_ops
` [RFC bpf-next v2 3/9] bpf: attach a module BTF to a bpf_struct_ops
` [RFC bpf-next v2 4/9] bpf: use attached BTF to find correct type info of struct_ops progs
` [RFC bpf-next v2 5/9] bpf: hold module for bpf_struct_ops_map
` [RFC bpf-next v2 6/9] libbpf: Find correct module BTFs for struct_ops maps and progs
` [RFC bpf-next v2 7/9] bpf: export btf_ctx_access to modules
` [RFC bpf-next v2 8/9] selftests/bpf: test case for register_bpf_struct_ops()
` [RFC bpf-next v2 9/9] Comments and debug
[PATCH bpf-next 00/11] Implement cpuv4 support for s390x
2023-09-13 6:10 UTC (14+ messages)
` [PATCH bpf-next 01/11] bpf: Disable zero-extension for BPF_MEMSX
[PATCH v2 0/7] Fix Python string escapes
2023-09-13 5:53 UTC (14+ messages)
` [PATCH v2 1/7] ia64: fix "
` [PATCH v2 2/7] Documentation/sphinx: "
` [PATCH v2 3/7] drivers/comedi: "
` [PATCH v2 4/7] scripts: "
` [PATCH v2 5/7] tools/perf: "
` [PATCH v2 6/7] tools/power: "
` [PATCH v2 7/7] selftests/bpf: "
[PATCH net 0/4] Add missing xdp_do_flush() invocations
2023-09-13 4:34 UTC (3+ messages)
` [PATCH net 3/4] octeontx2-pf: Do xdp_do_flush() after redirects
` [EXT] "
[PATCH net-next 1/6] net: stmmac: add platform library
2023-09-13 0:56 UTC (5+ messages)
[PATCH bpf-next 0/2] add ring_buffer__query
2023-09-13 0:23 UTC (5+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` "
[PATCH bpf-next 0/6] bpf: verifier: stop emitting zext for LDX
2023-09-13 0:10 UTC (10+ messages)
` [PATCH bpf-next 1/6] bpf, riscv32: Always zero extend for LDX with B/W/H
` [PATCH bpf-next 2/6] bpf, x86-32: "
` [PATCH bpf-next 3/6] bpf, parisc32: "
` [PATCH bpf-next 4/6] bpf, powerpc32: Always zero extend for LDX
` [PATCH bpf-next 5/6] bpf, arm32: Always zero extend for LDX with B/H/W
` [PATCH bpf-next 6/6] bpf, verifier: always mark destination of LDX as 64-bit
linux-next: Signed-off-by missing for commit in the bpf tree
2023-09-12 23:58 UTC (4+ messages)
[PATCH bpf-next v3 00/17] Exceptions - 1/2
2023-09-12 23:53 UTC (20+ messages)
` [PATCH bpf-next v3 01/17] bpf: Use bpf_is_subprog to check for subprogs
` [PATCH bpf-next v3 02/17] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v3 03/17] bpf: Implement support for adding hidden subprogs
` [PATCH bpf-next v3 04/17] bpf: Implement BPF exceptions
` [PATCH bpf-next v3 05/17] bpf: Refactor check_btf_func and split into two phases
` [PATCH bpf-next v3 06/17] bpf: Add support for custom exception callbacks
` [PATCH bpf-next v3 07/17] bpf: Perform CFG walk for exception callback
` [PATCH bpf-next v3 08/17] bpf: Treat first argument as return value for bpf_throw
` [PATCH bpf-next v3 09/17] mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.h
` [PATCH bpf-next v3 10/17] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v3 11/17] bpf: Detect IP == ksym.end as part of BPF program
` [PATCH bpf-next v3 12/17] bpf: Disallow fentry/fexit/freplace for exception callbacks
` [PATCH bpf-next v3 13/17] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v3 14/17] libbpf: Refactor bpf_object__reloc_code
` [PATCH bpf-next v3 15/17] libbpf: Add support for custom exception callbacks
` [PATCH bpf-next v3 16/17] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v3 17/17] selftests/bpf: Add tests for BPF exceptions
[PATCH bpf-next 0/1] bpf, arm64: support exceptions
2023-09-12 23:39 UTC (2+ messages)
` [PATCH bpf-next 1/1] "
[PATCH bpf-next v3 0/3] libbpf: Support symbol versioning for uprobe
2023-09-12 23:19 UTC (5+ messages)
` [PATCH bpf-next v3 2/3] "
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for "
[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
2023-09-12 22:20 UTC (7+ messages)
` [RFC PATCH bpf-next 2/4] bpf: Introduce process open coded iterator kfuncs
[PATCH net-next 0/6] net: stmmac: add and use library for setting clock
2023-09-12 22:20 UTC (5+ messages)
` [PATCH net-next 1/6] net: stmmac: add platform library
[PATCH v4 bpf-next 00/12] BPF token and BPF FS-based delegation
2023-09-12 21:46 UTC (15+ messages)
` [PATCH v4 bpf-next 01/12] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
` [PATCH v4 bpf-next 03/12] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v4 bpf-next 04/12] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v4 bpf-next 05/12] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v4 bpf-next 06/12] bpf: take into account BPF token when fetching helper protos
` [PATCH v4 bpf-next 07/12] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v4 bpf-next 08/12] libbpf: add bpf_token_create() API
` [PATCH v4 bpf-next 09/12] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v4 bpf-next 10/12] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v4 bpf-next 11/12] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v4 bpf-next 12/12] selftests/bpf: add BPF token-enabled tests
[PATCH v1 1/5] perf parse-events: Remove unused header files
2023-09-12 20:47 UTC (11+ messages)
` [PATCH v1 2/5] perf parse-events: Make YYDEBUG dependent on doing a debug build
` [PATCH v1 3/5] perf expr: "
` [PATCH v1 4/5] perf pmu: Add YYDEBUG
` [PATCH v1 5/5] perf bpf-filter: "
[PATCH bpf] bpf, cgroup: fix multiple kernel-doc warnings
2023-09-12 20:30 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf, x64: Fix tailcall infinite loop
2023-09-12 20:20 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf, x64: Comment tail_call_cnt initialisation
` [PATCH bpf-next 2/3] bpf, x64: Fix tailcall infinite loop
` [PATCH bpf-next 3/3] selftests/bpf: Add testcases for tailcall infinite loop fixing
[PATCH] bpf: Fix a erroneous check after snprintf()
2023-09-12 20:20 UTC (2+ messages)
[PATCH bpf] selftests/bpf: fix unpriv_disabled check in test_verifier
2023-09-12 20:20 UTC (3+ messages)
LPC 2023 Networking and BPF Track CFP
2023-09-12 18:55 UTC (3+ messages)
` LPC 2023 Networking and BPF Track CFP (Reminder)
Best way to check for fentry attach support
2023-09-12 18:50 UTC
[PATCH bpf] selftests/bpf: Fix kprobe_multi_test/attach_override test
2023-09-12 17:45 UTC (4+ messages)
[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-09-12 17:21 UTC (2+ messages)
[PATCH net-next v1 1/2] net: core: Use the bitmap API to allocate bitmaps
2023-09-12 17:25 UTC (10+ messages)
` [PATCH net-next v1 2/2] net: core: Sort headers alphabetically
[PATCH bpf] selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=y
2023-09-12 15:00 UTC (2+ messages)
[RESEND PATCH 0/2] perf/x86: Package residency counter improvements
2023-09-12 14:54 UTC (5+ messages)
` [RESEND PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
` [RESEND PATCH 2/2] perf/core: Allow reading package events from perf_event_read_local
[PATCH net] veth: Update XDP feature set when bringing up device
2023-09-12 14:40 UTC (6+ messages)
[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
2023-09-12 10:25 UTC (7+ messages)
` [PATCH net-next 1/2] net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush()
` [PATCH net-next 2/2] bpf: Remove xdp_do_flush_map()
[PATCH bpf-next 0/2] Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
2023-09-12 9:59 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Offloaded prog after non-offloaded should not cause BUG
[PATCH v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
2023-09-12 9:37 UTC (7+ messages)
` [PATCH v5 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v5 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
[PATCH net-next v8 0/6] introduce page_pool_alloc() related API
2023-09-12 8:31 UTC (3+ messages)
` [PATCH net-next v8 5/6] page_pool: update document about frag API
` [PATCH net-next v8 6/6] net: veth: use newly added page pool API for veth with xdp
[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
2023-09-12 3:30 UTC (12+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
[PATCH bpf] bpf: Avoid deadlock when using queue and stack maps from NMI
2023-09-12 2:10 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: expose information about netdev xdp-metadata kfunc support
2023-09-11 22:48 UTC (4+ messages)
` [PATCH bpf-next 2/3] bpf: expose information about supported xdp metadata kfunc
[PATCH bpf-next] selftests/bpf: Correct map_fd to data_fd in tailcalls
2023-09-12 0:30 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: clarify error expectations from bpf_clone_redirect
2023-09-11 20:40 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: update bpf_clone_redirect expected return code
[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
2023-09-11 19:50 UTC (2+ messages)
[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
2023-09-11 19:20 UTC (7+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
[PATCH bpf-next 1/2] bpf: return correct -ENOBUFS from bpf_clone_redirect
2023-09-11 19:05 UTC (8+ messages)
duplicate BTF_IDs leading to symbol redefinition errors?
2023-09-11 18:17 UTC (6+ 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