BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-25 19:53:59 to 2023-08-29 08:12:35 UTC [more...]

Proszę o kontakt
 2023-08-29  8:00 UTC 

[PATCH] skbuff: skb_segment, Update nfrags after calling zero copy functions
 2023-08-29  8:07 UTC  (4+ messages)

[PATCH bpf-next 00/12] bpf: Add missed stats for kprobes
 2023-08-29  8:04 UTC  (17+ messages)
` [PATCH bpf-next 01/12] bpf: Move update_prog_stats to syscall object
` [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 06/12] bpf: Count missed stats in trace_call_bpf
` [PATCH bpf-next 07/12] bpf: Move bpf_prog_run_array down in the header file
` [PATCH bpf-next 08/12] bpf: Count run stats in bpf_prog_run_array
` [PATCH bpf-next 09/12] bpftool: Display missed count for kprobe_multi link
` [PATCH bpf-next 10/12] bpftool: Display missed count for kprobe perf link
` [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 "

Warning when compiling with python3.12
 2023-08-29  7:49 UTC  (5+ messages)
` [PATCH] Fix invalid escape sequence warnings
      ` [PATCH v2] "

[PATCH v6 00/11] io_uring getdents
 2023-08-29  7:46 UTC  (18+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342
 2023-08-29  7:26 UTC  (25+ messages)
` RISC-V uprobe bug (Was: Re: WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342)

[PATCH bpf-next v3 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-29  2:54 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] riscv: extend patch_text_nosync() for multiple pages
` [PATCH bpf-next v3 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v3 3/3] bpf, riscv: use prog pack allocator in the BPF JIT

[PATCH bpf-next v8] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-29  0:47 UTC  (7+ messages)

[QUESTION] bpf/tc verifier error: invalid access to map value, min value is outside of the allowed memory range
 2023-08-29  0:40 UTC  (8+ messages)

[PATCH 0/6] bpf: task_group_seq_get_next: use __next_thread()
 2023-08-29  0:30 UTC  (9+ messages)
` [PATCH 3/6] bpf: task_group_seq_get_next: fix the skip_if_dup_files check

[PATCH bpf-next] bpf: Prevent inlining of bpf_fentry_test7()
 2023-08-29  0:23 UTC  (4+ messages)

[PATCH bpf 0/3] samples/bpf: syscall_tp_user: Refactor and fix array index out-of-bounds bug
 2023-08-28 21:28 UTC  (4+ messages)
` [PATCH bpf 3/3] samples/bpf: syscall_tp_user: Fix array out-of-bound access

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-28 22:11 UTC  (14+ messages)
` [PATCH bpf-next v2 05/14] bpf: Add support for custom exception callbacks
` [PATCH bpf-next v2 12/14] libbpf: "

[PATCH bpf] libbpf: soften BTF map error
 2023-08-28 20:21 UTC  (4+ messages)
  `  "

[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-28 19:45 UTC  (2+ messages)

[PATCH 0/2] Documentation: sphinx: Add sphinx-prompt
 2023-08-28 18:37 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH bpf-next] selftests/bpf: Include build flavors for install target
 2023-08-28 18:33 UTC 

[PATCH 0/3] selftests/hid: assorted fixes
 2023-08-28 17:47 UTC  (4+ messages)
` [PATCH 4/3] selftests/hid: more fixes to build with older kernel

[PATCH bpf-next 0/3] Clean up some standardization stuff
 2023-08-28 15:59 UTC  (8+ messages)
` [Bpf] "
` [PATCH bpf-next 1/3] bpf,docs: Move linux-notes.rst to root bpf docs tree
  ` [Bpf] [PATCH bpf-next 1/3] bpf, docs: "
` [PATCH bpf-next 2/3] bpf,docs: Add abi.rst document to standardization subdirectory
  ` [Bpf] [PATCH bpf-next 2/3] bpf, docs: "
` [PATCH bpf-next 3/3] bpf,docs: s/eBPF/BPF in standards documents
  ` [Bpf] [PATCH bpf-next 3/3] bpf, docs: "

[PATCH bpf-next] bpftool: Support dumping BTF object by name
 2023-08-28 14:04 UTC 

Fwd: bpf: bpf_probe_read_user_str() returns 0 for empty strings
 2023-08-28 12:30 UTC  (2+ messages)
`  "

[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-28  9:14 UTC  (12+ messages)
` [PATCH bpf-next v2 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the BPF JIT

[PATCH bpf-next v3 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-08-28  8:13 UTC  (7+ messages)
` [PATCH bpf-next v3 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "

Prezentacja
 2023-08-28  7:55 UTC 

[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
 2023-08-27 15:28 UTC  (14+ messages)
` [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
` [PATCH bpf-next v3 02/13] bpf: Add BPF_KPTR_PERCPU as a field type
` [PATCH bpf-next v3 03/13] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next v3 04/13] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next v3 05/13] selftests/bpf: Update error message in negative linked_list test
` [PATCH bpf-next v3 06/13] libbpf: Add __percpu_kptr macro definition
` [PATCH bpf-next v3 07/13] selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
` [PATCH bpf-next v3 08/13] selftests/bpf: Add tests for array map with local percpu kptr
` [PATCH bpf-next v3 09/13] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next v3 10/13] selftests/bpf: Remove unnecessary direct read of local percpu kptr
` [PATCH bpf-next v3 11/13] selftests/bpf: Add tests for cgrp_local_storage with "
` [PATCH bpf-next v3 12/13] selftests/bpf: Add some negative tests
` [PATCH bpf-next v3 13/13] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

[PATCH bpf] selftests/bpf: Fix flaky cgroup_iter_sleepable subtest
 2023-08-27 15:05 UTC 

[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
 2023-08-27  7:20 UTC  (5+ 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 "
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add tests for open-coded task and css iter

[PATCH bpf-next v3 0/1] docs/bpf: Add description for CO-RE relocations
 2023-08-26 22:29 UTC  (2+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH] bpf, docs: Correct source of offset for program-local call
 2023-08-26 17:39 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next v2 0/1] docs/bpf: Add description for CO-RE relocations
 2023-08-26 15:10 UTC  (4+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-26 14:52 UTC  (2+ messages)

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-26  3:38 UTC  (7+ messages)
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 6/9] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS

libbpf: map 'my_pid_map': unsupported map linkage static - xmake
 2023-08-26 11:36 UTC 

[linux-next:master] BUILD REGRESSION 6269320850097903b30be8f07a5c61d9f7592393
 2023-08-26  7:20 UTC 

[PATCH bpf-next v2 00/13] bpf: Add support for local percpu kptr
 2023-08-26  5:58 UTC  (14+ messages)
` [PATCH bpf-next v2 03/13] bpf: Add alloc/xchg/direct_access "
` [PATCH bpf-next v2 05/13] selftests/bpf: Update error message in negative linked_list test
` [PATCH bpf-next v2 06/13] libbpf: Add __percpu_kptr macro definition
` [PATCH bpf-next v2 07/13] selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
` [PATCH bpf-next v2 08/13] selftests/bpf: Add tests for array map with local percpu kptr
` [PATCH bpf-next v2 09/13] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next v2 10/13] selftests/bpf: Remove unnecessary direct read of local percpu kptr
` [PATCH bpf-next v2 11/13] selftests/bpf: Add tests for cgrp_local_storage with "
` [PATCH bpf-next v2 12/13] selftests/bpf: Add some negative tests
` [PATCH bpf-next v2 13/13] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

[PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
 2023-08-26  4:27 UTC  (11+ messages)
` fd == 0 means AT_FDCWD "

[RFC PATCH bpf-next v3 0/2] bpf, x64: Fix tailcall infinite loop
 2023-08-26  4:03 UTC  (4+ messages)
` [RFC PATCH bpf-next v3 1/2] "

[PATCH bpf-next 0/3] bpf: Enable preemption after irq_work_raise() completes
 2023-08-26  2:50 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: Enable preemption after irq_work_raise() in unit_alloc()

pull-request: bpf-next 2023-08-25
 2023-08-26  1:50 UTC  (2+ messages)

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-26  0:45 UTC  (6+ messages)
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd

[PATCH 5/6] bpf: task_group_seq_get_next: simplify the "next tid" logic
 2023-08-25 22:57 UTC  (2+ messages)

[PATCH 4/6] bpf: task_group_seq_get_next: kill next_task
 2023-08-25 22:55 UTC  (2+ messages)

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (12+ messages)
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()

[PATCH 1/6] bpf: task_group_seq_get_next: cleanup the usage of next_thread()
 2023-08-25 22:45 UTC  (2+ messages)

[PATCH bpf-next] docs/bpf: Add description for CO-RE relocations
 2023-08-25 22:35 UTC  (5+ messages)

[PATCH v3 bpf-next] libbpf: add basic BTF sanity validation
 2023-08-25 20:21 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).