bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 20:28:56 to 2022-03-08 12:18:08 UTC [more...]

[PATCH powerpc/next 00/17] powerpc/bpf: Some updates and cleanups
 2022-03-08 12:08 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
 2022-03-08 11:30 UTC 

[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-08 11:10 UTC  (13+ messages)
` [PATCH v10 01/12] ftrace: Add ftrace_set_filter_ips function
` [PATCH v10 02/12] fprobe: Add ftrace based probe APIs
` [PATCH v10 03/12] rethook: Add a generic return hook
` [PATCH v10 04/12] rethook: x86: Add rethook x86 implementation
` [PATCH v10 05/12] arm64: rethook: Add arm64 rethook implementation
` [PATCH v10 06/12] powerpc: Add rethook support
` [PATCH v10 07/12] ARM: rethook: Add rethook arm implementation
` [PATCH v10 08/12] fprobe: Add exit_handler support
` [PATCH v10 09/12] fprobe: Add sample program for fprobe
` [PATCH v10 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v10 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe

[PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
 2022-03-08 10:43 UTC  (4+ messages)

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-08  9:20 UTC  (32+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers

[PATCH] selftests/bpf: fix array_size.cocci warning
 2022-03-08  9:17 UTC 

Wycena paneli fotowoltaicznych
 2022-03-08  8:35 UTC 

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-08  8:01 UTC  (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring

[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
 2022-03-08  7:08 UTC  (12+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT
` [PATCH bpf-next v1 2/5] bpf: Introduce pkt_uid concept for PTR_TO_PACKET
` [PATCH bpf-next v1 3/5] bpf: Introduce bpf_packet_pointer helper to do DPA
` [PATCH bpf-next v1 4/5] selftests/bpf: Add verifier tests for pkt pointer with pkt_uid
` [PATCH bpf-next v1 5/5] selftests/bpf: Update xdp_adjust_frags to use bpf_packet_pointer

[PATCH bpf-next 1/2] bpf/docs: Update vmtest docs for static linking
 2022-03-08  6:30 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf/docs: Update list of architectures supported

[PATCH bpf-next] bpf: Remove redundant slash
 2022-03-08  6:30 UTC  (6+ messages)
  ` [PATCH bpf-next v2] bpf: Clean up Makefile of bpf preload

[PATCH net-next] ice: xsk: fix GCC version checking against pragma unroll presence
 2022-03-08  6:30 UTC  (2+ messages)

[PATCH] libbpf: fix array_size.cocci warning
 2022-03-08  6:20 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()
 2022-03-08  6:10 UTC  (2+ messages)

[PATCH bpf] libbpf: unmap rings when umem deleted
 2022-03-08  6:03 UTC  (2+ messages)

[PATCH bpf-next v9 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-08  5:59 UTC  (11+ messages)
` [PATCH bpf-next v9 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v9 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v9 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v9 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v9 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN

[RFC] A couple of issues on BPF callstack
 2022-03-08  4:37 UTC  (3+ messages)

[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
 2022-03-08  2:58 UTC  (2+ messages)

[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
 2022-03-08  1:45 UTC  (30+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 03/10] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 06/10] libbpf: Add libbpf_kallsyms_parse function
` [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
` [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values

[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
 2022-03-08  1:44 UTC  (13+ messages)
` [PATCH bpf-next v1 1/4] bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
` [PATCH bpf-next v1 2/4] compiler_types: define __percpu as __attribute__((btf_type_tag("percpu")))
` [PATCH bpf-next v1 3/4] bpf: Reject programs that try to load __percpu memory
` [PATCH bpf-next v1 4/4] selftests/bpf: Add a test for btf_type_tag "percpu"

[PATCH bpf-next v5] bpftool: Add bpf_cookie to link output
 2022-03-08  1:42 UTC  (5+ messages)

[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
 2022-03-08  1:35 UTC  (7+ messages)

[PATCH bpf-next] Support load time binding of bpf-helpers
 2022-03-07 23:48 UTC 

[PATCH bpf-next v4 0/8] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-07 20:51 UTC  (16+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add check_func_arg_reg_off function
` [PATCH bpf-next v4 2/8] bpf: Fix PTR_TO_BTF_ID var_off check
` [PATCH bpf-next v4 3/8] bpf: Disallow negative offset in check_ptr_off_reg
` [PATCH bpf-next v4 4/8] bpf: Harden register offset checks for release helpers and kfuncs
` [PATCH bpf-next v4 5/8] compiler-clang.h: Add __diag infrastructure for clang
` [PATCH bpf-next v4 6/8] compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
` [PATCH bpf-next v4 7/8] bpf: Replace __diag_ignore with unified __diag_ignore_all
` [PATCH bpf-next v4 8/8] selftests/bpf: Add tests for kfunc register offset checks

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-07 20:44 UTC  (17+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()

[PATCH v3] ASoC: fsi: Add check for clk_enable
 2022-03-07 20:39 UTC  (2+ messages)

[PATCH net] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-07 18:07 UTC  (6+ messages)

[PATCH intel-net] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
 2022-03-07 17:47 UTC 

[PATCH bpf-next] bpf: determine buf_info inside check_buffer_access()
 2022-03-07 17:07 UTC  (2+ messages)

[PATCH v9 00/11] fprobe: Introduce fprobe function entry/exit probe
 2022-03-07 14:00 UTC  (14+ messages)
` [PATCH v9 01/11] ftrace: Add ftrace_set_filter_ips function
` [PATCH v9 02/11] fprobe: Add ftrace based probe APIs
` [PATCH v9 03/11] rethook: Add a generic return hook
` [PATCH v9 04/11] rethook: x86: Add rethook x86 implementation
` [PATCH v9 05/11] arm64: rethook: Add arm64 rethook implementation
` [PATCH v9 06/11] powerpc: Add rethook support
` [PATCH v9 07/11] fprobe: Add exit_handler support
` [PATCH v9 08/11] fprobe: Add sample program for fprobe
` [PATCH v9 09/11] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v9 10/11] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v9 11/11] fprobe: Add a selftest for fprobe

[PATCH bpf-next] bpf/selftests: Allow vmtest.sh to build statically linked test_progs
 2022-03-07 13:10 UTC  (5+ messages)

[PATCH] selftests: net: fix array_size.cocci warning
 2022-03-07 12:30 UTC  (2+ messages)

[PATCH net-next v6 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-06 11:40 UTC  (2+ messages)

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-05 23:47 UTC  (8+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall

[PATCHv3 0/2] perf/bpf: Replace deprecated code
 2022-03-05 19:13 UTC  (3+ messages)

[PATCH] perf test: Add perf_event_attr tests for the arm_spe event
 2022-03-05 19:00 UTC  (3+ messages)

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-05 18:49 UTC  (2+ messages)

[PATCH v5 bpf-next 0/3] libbpf: support custom SEC() handlers
 2022-03-05 17:50 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/3] libbpf: allow BPF program auto-attach handlers to bail out
` [PATCH v5 bpf-next 2/3] libbpf: support custom SEC() handlers
` [PATCH v5 bpf-next 3/3] selftests/bpf: add custom SEC() handling selftest

[syzbot] WARNING in bpf_prog_test_run_xdp
 2022-03-05  4:12 UTC  (2+ messages)

pull-request: bpf-next 2022-03-04
 2022-03-05  3:50 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-04 22:45 UTC  (11+ messages)
` [PATCH bpf-next v3 1/8] bpf: Add check_func_arg_reg_off function
` [PATCH bpf-next v3 4/8] bpf: Harden register offset checks for release helpers and kfuncs

using skip>0 with bpf_get_stack()
 2022-03-04 21:16 UTC  (7+ messages)


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).