messages from 2023-09-01 10:41:47 to 2023-09-06 00:45:11 UTC [more...]
[PATCH bpf] s390/bpf: Pass through tail call counter in trampolines
2023-09-06 0:44 UTC
[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
2023-09-06 0:40 UTC (5+ messages)
` [PATCH bpf-next v3 03/13] bpf: Add alloc/xchg/direct_access "
` [PATCH bpf-next v3 09/13] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-09-06 0:28 UTC (12+ messages)
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
2023-09-05 22:49 UTC (17+ messages)
` [PATCH v4 01/10] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v4 02/10] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v4 03/10] net/socket: Break down __sys_setsockopt
` [PATCH v4 04/10] net/socket: Break down __sys_getsockopt
` [PATCH v4 05/10] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v4 06/10] selftests/net: Extract uring helpers to be reusable
` [PATCH v4 07/10] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v4 08/10] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v4 09/10] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v4 10/10] selftests/bpf/sockopt: Add io_uring support
[PATCH bpf-next 0/8] arm32, bpf: add support for cpuv4 insns
2023-09-05 21:50 UTC (14+ messages)
` [PATCH bpf-next 1/8] arm32, bpf: add support for 32-bit offset jmp instruction
` [PATCH bpf-next 2/8] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next 3/8] arm32, bpf: add support for sign-extension mov instruction
` [PATCH bpf-next 4/8] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next 5/8] arm32, bpf: add support for 32-bit signed division
` [PATCH bpf-next 6/8] arm32, bpf: add support for 64 bit division instruction
` [PATCH bpf-next 7/8] selftest, bpf: enable cpu v4 tests for arm32
` [PATCH bpf-next 8/8] bpf/tests: add tests for cpuv4 instructions
[PATCH bpf-next v4 0/9] Add cgroup sockaddr hooks for unix sockets
2023-09-05 21:38 UTC (12+ messages)
` [PATCH bpf-next v3 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v3 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v3 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v3 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks
[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
2023-09-05 16:57 UTC (3+ messages)
[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
2023-09-05 20:22 UTC (8+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Introduce css_task open-coded iterator kfuncs
` [RFC PATCH bpf-next 2/4] bpf: Introduce process open coded "
` [RFC PATCH bpf-next 3/4] bpf: Introduce css_descendant open-coded "
[PATCH bpf-next v2 0/5] bpf: task_group_seq_get_next: misc cleanups
2023-09-05 19:58 UTC (7+ messages)
` [PATCH bpf-next v2 1/5] bpf: task_group_seq_get_next: cleanup the usage of next_thread()
` [PATCH bpf-next v2 2/5] bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
` [PATCH bpf-next v2 3/5] bpf: task_group_seq_get_next: fix the skip_if_dup_files check
` [PATCH bpf-next v2 4/5] bpf: task_group_seq_get_next: kill next_task
` [PATCH bpf-next v2 5/5] bpf: task_group_seq_get_next: simplify the "next tid" logic
[PATCH] samples/bpf: Add sample usage for BPF_PROG_TYPE_NETFILTER
2023-09-05 16:06 UTC (13+ messages)
` "
` (no subject)
[RFC PATCH bpf-next v4 0/4] bpf, x64: Fix tailcall infinite loop
2023-09-05 19:26 UTC (9+ messages)
` [RFC PATCH bpf-next v4 1/4] bpf, x64: Comment tail_call_cnt initialisation
` [RFC PATCH bpf-next v4 2/4] bpf, x64: Fix tailcall infinite loop
` [RFC PATCH bpf-next v4 3/4] selftests/bpf: Correct map_fd to data_fd in tailcalls
` [RFC PATCH bpf-next v4 4/4] selftests/bpf: Add testcases for tailcall infinite loop fixing
[PATCHv2 bpf-next] selftests/bpf: Fix d_path test
2023-09-05 18:40 UTC (5+ messages)
[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
2023-09-05 17:53 UTC (32+ messages)
` [RFC bpf-next 01/23] ice: make RX hash reading code more reusable
` [xdp-hints] "
` [RFC bpf-next 02/23] ice: make RX HW timestamp "
` [RFC bpf-next 03/23] ice: make RX checksum checking "
` [xdp-hints] "
` [RFC bpf-next 04/23] ice: Make ptype internal to descriptor info processing
` [RFC bpf-next 05/23] ice: Introduce ice_xdp_buff
` [xdp-hints] "
` [RFC bpf-next 06/23] ice: Support HW timestamp hint
` [RFC bpf-next 07/23] ice: Support RX hash XDP hint
` [xdp-hints] "
` [RFC bpf-next 08/23] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] "
` [RFC bpf-next 10/23] ice: Implement VLAN tag hint
` [xdp-hints] [RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
[linux-next:master] BUILD REGRESSION c50216cfa084d5eb67dc10e646a3283da1595bb6
2023-09-05 16:14 UTC
[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
2023-09-05 15:46 UTC (2+ messages)
[PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-09-05 14:21 UTC (4+ messages)
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf-next v11 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-09-05 14:04 UTC (2+ messages)
` [PATCH bpf-next v11 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf-next v11 0/2] selftests/bpf: Optimize kallsyms cache
2023-09-05 14:04 UTC
[PATCH bpf-next 00/12] bpf: Add missed stats for kprobes
2023-09-05 7:20 UTC (21+ messages)
` [PATCH bpf-next 02/12] bpf: Move bpf_prog_start_time to linux/filter.h
` [PATCH bpf-next 03/12] bpf: Count stats for kprobe_multi programs
` [PATCH bpf-next 04/12] bpf: Add missed value to kprobe_multi link info
` [PATCH bpf-next 05/12] bpf: Add missed value to kprobe perf "
` [PATCH bpf-next 08/12] bpf: Count run stats in bpf_prog_run_array
` [PATCH bpf-next 11/12] selftests/bpf: Add test missed counts of perf event link kprobe
` [PATCH bpf-next 12/12] selftests/bpf: Add test recursion stats "
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
[PATCH bpf-next 0/2] libbpf: Support symbol versioning for uprobe
2023-09-04 15:40 UTC (7+ messages)
` [PATCH bpf-next 1/2] libbpf: Resolve ambiguous matches at the same offset "
` [PATCH bpf-next 2/2] libbpf: Support symbol versioning "
[PATCH v1 0/3] Remove BPF arrays from perf event parsing
2023-09-04 15:09 UTC (5+ messages)
` [PATCH v1 2/3] perf tools: Revert enable indices setting syntax for BPF map
[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
2023-09-04 11:44 UTC (6+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
[PATCH v6 00/11] io_uring getdents
2023-09-04 9:57 UTC (13+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
[PATCH bpf] bpf: sockmap, fix skb refcnt race after locking changes
2023-09-04 8:13 UTC (7+ messages)
[PATCHSET 0/5] perf lock contention: Add cgroup support (v1)
2023-09-04 3:28 UTC (2+ messages)
[PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
2023-09-04 1:01 UTC
[syzbot] [bpf?] general protection fault in bpf_prog_offload_verifier_prep
2023-09-03 19:55 UTC
[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
2023-09-03 14:28 UTC (6+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
` [RFC PATCH bpf-next 2/5] bpf: Enable cgroup_array map "
` [RFC PATCH bpf-next 3/5] selftests/bpf: Fix issues in setup_classid_environment()
` [RFC PATCH bpf-next 4/5] selftests/bpf: Add new cgroup helper open_classid()
` [RFC PATCH bpf-next 5/5] selftests/bpf: Add selftests for current_under_cgroupv1v2
[PATCH bpf-next 00/11] Implement cpuv4 support for s390x
2023-09-03 8:23 UTC (10+ messages)
` [PATCH bpf-next 01/11] bpf: Disable zero-extension for BPF_MEMSX
` [PATCH bpf-next 02/11] net: netfilter: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()
` [PATCH bpf-next 10/11] selftests/bpf: Enable the cpuv4 tests for s390x
[PATCH bpf-next v10 0/2] selftests/bpf: Optimize kallsyms cache
2023-09-03 2:43 UTC (5+ messages)
` [PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize "
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-09-02 10:07 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v4 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v4 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v4 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v4 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v4 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v4 7/7] selftests/bpf: add tests for verdict skmsg to closed socket
[PATCH bpf-next v10 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-09-02 4:40 UTC (2+ messages)
` [PATCH bpf-next v10 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
[PATCH bpf 0/3] bpf: Fixes for bpf_sk_storage
2023-09-01 23:11 UTC (4+ messages)
` [PATCH bpf 1/3] bpf: bpf_sk_storage: Fix invalid wait context lockdep report
` [PATCH bpf 2/3] bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
` [PATCH bpf 3/3] selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
[BUG bpf-next] bpf/net: Hitting gpf when running selftests
2023-09-01 20:22 UTC (9+ messages)
[PATCH 0/2] bpf: Recursion detection related fixes
2023-09-01 14:19 UTC (6+ messages)
` [PATCH 1/2] bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf()
` [PATCH 2/2] bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check
[PATCH bpf] docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst
2023-09-01 14:00 UTC (3+ messages)
[QUESTION] bpf/tc verifier error: invalid access to map value, min value is outside of the allowed memory range
2023-09-01 11:58 UTC (5+ messages)
[PATCH bpf v2 0/3] bpf: Enable IRQ after irq_work_raise() completes
2023-09-01 11:19 UTC (4+ messages)
` [PATCH bpf v2 1/3] bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
` [PATCH bpf v2 2/3] bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
` [PATCH bpf v2 3/3] selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()
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