messages from 2021-11-18 16:43:21 to 2021-11-22 11:32:36 UTC [more...]
[PATCH net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
2021-11-22 11:32 UTC (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info
Fotowoltaika dla firm
2021-11-22 10:00 UTC
[PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()
2021-11-22 9:37 UTC (5+ messages)
[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
2021-11-22 9:29 UTC (10+ messages)
[PATCH] selftests/bpf: Fix trivial typo
2021-11-22 7:05 UTC
WARNING in cgroup_finalize_control
2021-11-21 16:22 UTC (3+ messages)
` [syzbot] "
[PATCH bpf-next 0/2] Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
2021-11-21 13:54 UTC (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
[PATCH net-next 0/2] igc: driver change to support XDP metadata
2021-11-21 10:33 UTC (5+ messages)
` [PATCH net-next 1/2] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
` [Intel-wired-lan] "
` [PATCH net-next 2/2] igc: enable XDP metadata in driver
` [Intel-wired-lan] "
[PATCH] af_unix: fix regression in read after shutdown
2021-11-21 1:45 UTC (4+ messages)
` "
[PATCH v2 net-next 0/2] skbuff: Switch structure bounds to struct_group()
2021-11-21 0:31 UTC (3+ messages)
` [PATCH v2 net-next 1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff
` [PATCH v2 net-next 2/2] skbuff: Switch structure bounds to struct_group()
[PATCH bpf] cacheinfo: move get_cpu_cacheinfo_id() back out
2021-11-20 16:55 UTC
[PATCH rfc 0/6] Scheduler BPF
2021-11-20 16:41 UTC
[PATCH v3 bpf-next 00/13] bpf: CO-RE support in the kernel
2021-11-20 16:23 UTC (16+ messages)
` [PATCH v3 bpf-next 01/13] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v3 bpf-next 02/13] bpf: Rename btf_member accessors
` [PATCH v3 bpf-next 03/13] bpf: Prepare relo_core.c for kernel duty
` [PATCH v3 bpf-next 04/13] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v3 bpf-next 05/13] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v3 bpf-next 06/13] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v3 bpf-next 07/13] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v3 bpf-next 08/13] libbpf: Support init of inner maps "
` [PATCH v3 bpf-next 09/13] selftests/bpf: Add lskel version of kfunc test
` [PATCH v3 bpf-next 10/13] selftests/bpf: Improve inner_map test coverage
` [PATCH v3 bpf-next 11/13] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v3 bpf-next 12/13] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v3 bpf-next 13/13] selftest/bpf: Revert CO-RE removal in test_ksyms_weak
[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
2021-11-20 11:28 UTC
[PATCH v2 0/7] task comm cleanups
2021-11-20 11:27 UTC (8+ messages)
` [PATCH v2 1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [PATCH v2 2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [PATCH v2 3/7] drivers/infiniband: replace open-coded string copy with get_task_comm
` [PATCH v2 4/7] fs/binfmt_elf: "
` [PATCH v2 5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [PATCH v2 6/7] tools/bpf/bpftool/skeleton: "
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH bpf-next 1/2] libbpf: load global data maps lazily on legacy kernels
2021-11-20 7:43 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: mix legacy (maps) and modern (vars) BPF in one test
[RFC] [PATCH bpf-next 0/1] Enhancement for bpf_do_path() helper
2021-11-20 5:18 UTC (2+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Clear the noisy tail buffer for bpf_d_path() helper
[PATCH bpf 0/2] sockmap fix for test_map failure
2021-11-20 0:00 UTC (4+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Attach map progs to psock early for feature probes
` [PATCH bpf 2/2] bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
[PATCH bpf-next v2 0/4] libbpf: Provide APIs for BTFGen
2021-11-19 23:51 UTC (11+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Implement btf__save_raw()
` [PATCH bpf-next v2 2/4] libbpf: Introduce 'btf_custom' to 'bpf_obj_open_opts'
` [PATCH bpf-next v2 3/4] libbpf: Introduce 'bpf_object__prepare()'
` [PATCH bpf-next v2 4/4] libbpf: Expose CO-RE relocation results
RE: Re: Re: Clarification on bpftool dual licensing
2021-11-19 22:16 UTC
[PATCH bpf-next 0/3] Add bpf_for_each helper
2021-11-19 22:50 UTC (19+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] selftests/bpf: Add tests for bpf_for_each
` [PATCH bpf-next 3/3] selftest/bpf/benchs: add bpf_for_each benchmark
[PATCH v2] bpf: Remove config check to enable bpf support for branch records
2021-11-19 22:45 UTC (5+ messages)
[PATCH bpf-next] libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
2021-11-19 22:40 UTC (2+ messages)
[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
2021-11-19 21:46 UTC (6+ messages)
` [PATCH bpf-next 07/29] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program
[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
2021-11-19 19:46 UTC (27+ messages)
` [PATCH 0/2] SA_IMMUTABLE fixes
` [PATCH 1/2] signal: Don't always set SA_IMMUTABLE for forced signals
` [PATCH 2/2] signal: Replace force_fatal_sig with force_exit_sig when in doubt
` [GIT PULL] SA_IMMUTABLE fixes for v5.16-rc2
[PATCH bpf v1 0/3] Fixes for kfunc-mod regressions and warnings
2021-11-19 19:34 UTC (5+ messages)
` [PATCH bpf v1 3/3] tools/resolve_btfids: Demote unresolved symbol message to debug
[PATCH 1/1 v2] Documentation: Add minimum pahole version
2021-11-19 18:56 UTC
[RFC bpf-next 0/6] bpf: remove the cgroup -> bpf header dependecy
2021-11-19 18:50 UTC (7+ messages)
` [RFC bpf-next 1/6] treewide: add missing includes masked by cgroup -> bpf dependency
` [RFC bpf-next 2/6] bpf: add header for enum bpf_cgroup_storage_type
` [RFC bpf-next 3/6] bpf: create a header for cgroup_storage_type()
` [RFC bpf-next 4/6] bpf: create a header for struct bpf_link
` [RFC bpf-next 5/6] bpf: remove the cgroup -> bpf header dependecy
` [RFC bpf-next 6/6] bpf: push down the bpf-link include
sockmap test is broken
2021-11-19 18:18 UTC (7+ messages)
[PATCH v2 bpf-next 00/12] bpf: CO-RE support in the kernel
2021-11-19 17:59 UTC (22+ messages)
` [PATCH v2 bpf-next 02/12] bpf: Rename btf_member accessors
` [PATCH v2 bpf-next 03/12] bpf: Prepare relo_core.c for kernel duty
` [PATCH v2 bpf-next 05/12] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v2 bpf-next 06/12] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v2 bpf-next 07/12] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v2 bpf-next 12/12] selftests/bpf: Additional test for CO-RE in the kernel
split up filter.rst v2
2021-11-19 16:32 UTC (6+ messages)
` [PATCH 1/5] x86, bpf: cleanup the top of file header in bpf_jit_comp.c
` [PATCH 2/5] bpf: remove a redundant comment on bpf_prog_free
` [PATCH 3/5] bpf, docs: prune all references to "internal BPF"
` [PATCH 4/5] bpf, docs: move handling of maps to Documentation/bpf/maps.rst
` [PATCH 5/5] bpf, docs: split general purpose eBPF documentation out of filter.rst
[PATCH bpf-next 1/2] libbpf: accommodate DWARF/compiler bug with duplicated structs
2021-11-19 16:10 UTC (5+ messages)
[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
2021-11-19 16:06 UTC (12+ messages)
[RFC PATCH bpf-next 0/8] XDP_REDIRECT_XSK and Batched AF_XDP Rx
2021-11-19 15:48 UTC (5+ messages)
[PATCH v2 bpf-next] libbpf: add runtime APIs to query libbpf version
2021-11-19 15:30 UTC (2+ messages)
[PATCH bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
2021-11-19 14:28 UTC (4+ messages)
split up filter.rst
2021-11-19 13:03 UTC (8+ messages)
` [PATCH 1/2] bpf, docs: prune all references to "internal BPF"
` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst
Re: Re: Clarification on bpftool dual licensing
2021-11-19 12:54 UTC (2+ messages)
[PATCH 1/2] selftests/tc-testing: match any qdisc type
2021-11-19 6:24 UTC (2+ messages)
` [PATCH 2/2] selftests/tc-testings: Be compatible with newer tc output
[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
2021-11-19 6:12 UTC (25+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
[PATCH RFC 0/4] Add ability to attach bpf programs to a tracepoint inside a cgroup
2021-11-19 6:01 UTC (7+ messages)
` [PATCH RFC 1/4] cgroup, perf: Add ability to connect to perf cgroup from other cgroup controller
` [PATCH RFC 2/4] bpf, perf: add ability to attach complete array of bpf prog to perf event
` [PATCH RFC 3/4] bpf,cgroup,tracing: add new BPF_PROG_TYPE_CGROUP_TRACEPOINT
` [PATCH RFC 4/4] bpf,cgroup,perf: extend bpf-cgroup to support tracepoint attachment
[PATCH v4 0/12] riscv: switch to relative extable and other improvements
2021-11-19 2:35 UTC (5+ messages)
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
Custom 'hello' BPF CO-RE example failed on Debian 10 again for some reason
2021-11-18 22:39 UTC (2+ messages)
[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
2021-11-18 21:52 UTC (9+ messages)
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info
[GIT PULL] Networking for 5.16-rc2
2021-11-18 21:10 UTC (2+ messages)
[PATCH bpf-next] libbpf: Add ability to clear per-program load flags
2021-11-18 20:29 UTC (3+ messages)
[RFC PATCH bpf-next v2 0/3] compiler attribute: define __user as __attribute__((btf_type_tag("user")))
2021-11-18 18:48 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/3] compiler_types: "
` [RFC PATCH bpf-next v2 2/3] bpf: reject program if a __user tagged memory accessed in kernel way
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: add a selftest with __user tag
[PATCH bpf] selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes
2021-11-18 18:44 UTC (4+ messages)
[PATCH] selftests/seccomp: fix check of fds being assigned
2021-11-18 17:37 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).