bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 10:48:47 to 2022-02-14 19:02:24 UTC [more...]

[PATCH v6 perf/core 0/2] perf: stop using deprecated bpf APIs
 2022-02-14 18:58 UTC  (6+ messages)
` [PATCH v6 perf/core 1/2] perf: Stop using deprecated bpf_load_program() API
` [PATCH v6 perf/core 2/2] perf: Stop using deprecated bpf_object__next() API

[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_jit_free
 2022-02-14 18:45 UTC 

[PATCH RFC bpf-next v2 0/5] Extend cgroup interface with bpf
 2022-02-14 18:29 UTC  (10+ messages)
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: test for pinning for cgroup_view link

[PATCH v3 bpf-next 0/3] libbpf: support custom SEC() handlers
 2022-02-14 17:27 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: allow BPF program auto-attach handlers to bail out
` [PATCH v3 bpf-next 2/3] libbpf: support custom SEC() handlers
` [PATCH v3 bpf-next 3/3] selftests/bpf: add custom SEC() handling selftest

[PATCH bpf-next] selftests: bpf: Check bpf_msg_push_data return value
 2022-02-14 17:19 UTC  (2+ messages)

[PATCH] ima: Calculate digest in ima_inode_hash() if not available
 2022-02-14 17:05 UTC  (6+ messages)

[PATCH bpf-next v2] libbpf: Use dynamically allocated buffer when receiving netlink messages
 2022-02-14 16:52 UTC  (6+ messages)

[PATCH v2] selftests/seccomp: Fix seccomp failure by adding missing headers
 2022-02-14 16:12 UTC  (4+ messages)

[PATCH bpf-next 0/3] introduce xdp frags support to veth driver
 2022-02-14 15:48 UTC  (5+ messages)
` [PATCH bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb

[PATCH net-next v3 0/3] net: dev: PREEMPT_RT fixups
 2022-02-14 13:50 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal()
` [PATCH net-next v3 2/3] net: dev: Makes sure netif_rx() can be invoked in any context
` [PATCH net-next v3 3/3] net: dev: Make rps_lock() disable interrupts

[PATCH] etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
 2022-02-14 11:20 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
 2022-02-14 11:13 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/3] bpf: add support for string in hash table key
` [RFC PATCH bpf-next v2 2/3] selftests/bpf: add a simple test for htab str key
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: add benchmark for string-key hash table

[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
 2022-02-14 10:47 UTC  (12+ messages)
` [RFC PATCH 2/3] powerpc/ftrace: Override ftrace_location_lookup() for MPROFILE_KERNEL

[PATCH powerpc/next 00/17] powerpc/bpf: Some updates and cleanups
 2022-02-14 10:41 UTC  (18+ messages)
` [PATCH powerpc/next 01/17] powerpc/bpf: Skip branch range validation during first pass
` [PATCH powerpc/next 02/17] powerpc/bpf: Emit a single branch instruction for known short branch ranges
` [PATCH powerpc/next 03/17] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH powerpc/next 04/17] powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()
` [PATCH powerpc/next 05/17] powerpc64/bpf: Use r12 for constant blinding
` [PATCH powerpc/next 06/17] powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1
` [PATCH powerpc/next 07/17] powerpc64/bpf elfv2: Setup kernel TOC in r2 on entry
` [PATCH powerpc/next 08/17] powerpc64/bpf elfv1: Do not load TOC before calling functions
` [PATCH powerpc/next 09/17] powerpc64/bpf: Optimize instruction sequence used for function calls
` [PATCH powerpc/next 10/17] powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()
` [PATCH powerpc/next 11/17] powerpc64/bpf: Convert some of the uses of PPC_BPF_[LL|STL] to PPC_BPF_[LD|STD]
` [PATCH powerpc/next 12/17] powerpc64/bpf: Get rid of PPC_BPF_[LL|STL|STLU] macros
` [PATCH powerpc/next 13/17] powerpc/bpf: Cleanup bpf_jit.h
` [PATCH powerpc/next 14/17] powerpc/bpf: Move bpf_jit64.h into bpf_jit_comp64.c
` [PATCH powerpc/next 15/17] powerpc/bpf: Use _Rn macros for GPRs
` [PATCH powerpc/next 16/17] powerpc64/bpf: Store temp registers' bpf to ppc mapping
` [PATCH powerpc/next 17/17] powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64

[PATCH 1/3] perf/bpf: Remove prologue generation
 2022-02-14  8:33 UTC  (9+ messages)

[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
 2022-02-14  8:14 UTC  (23+ messages)
` [PATCH v5 01/22] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v5 02/22] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v5 03/22] virtio_ring: queue_reset: add function vring_setup_virtqueue()
` [PATCH v5 04/22] virtio_ring: queue_reset: split: add __vring_init_virtqueue()
` [PATCH v5 05/22] virtio_ring: queue_reset: split: support enable reset queue
` [PATCH v5 06/22] virtio_ring: queue_reset: packed: "
` [PATCH v5 07/22] virtio_ring: queue_reset: extract the release function of the vq ring
` [PATCH v5 08/22] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v5 09/22] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v5 10/22] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v5 11/22] virtio_pci: queue_reset: release vq by vp_dev->vqs
` [PATCH v5 12/22] virtio_pci: queue_reset: setup_vq() support vring_setup_virtqueue()
` [PATCH v5 13/22] virtio_pci: queue_reset: reserve vq->priv for re-enable queue
` [PATCH v5 14/22] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v5 15/22] virtio: queue_reset: add helper
` [PATCH v5 16/22] virtio_net: split free_unused_bufs()
` [PATCH v5 17/22] virtio_net: support rx/tx queue reset
` [PATCH v5 18/22] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v5 19/22] virtio: add helper virtio_set_max_ring_num()
` [PATCH v5 20/22] virtio_net: set the default max ring num
` [PATCH v5 21/22] virtio_net: get max ring size by virtqueue_get_vring_max_size()
` [PATCH v5 22/22] virtio_net: support set_ringparam

[syzbot] WARNING: kmalloc bug in xdp_umem_pin_pages
 2022-02-14  2:50 UTC 

BTF compatibility issue across builds
 2022-02-13 15:40 UTC  (14+ messages)

[PATCH 0/4] bpf: Add more information into bpffs
 2022-02-13 11:29 UTC  (11+ messages)
` [PATCH 1/4] bpf: Add pin_name into struct bpf_prog_aux
` [PATCH 2/4] bpf: Add pin_name into struct bpf_map
` [PATCH 3/4] bpf: Show pinned file name in {progs, maps}.debug
` [PATCH 4/4] bpf: Show the used maps of each prog in progs.debug

[PATCH v4 net-next 0/8] Preserve mono delivery time (EDT) in skb->tstamp
 2022-02-12 23:27 UTC  (4+ messages)
` [PATCH v4 net-next 1/8] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp

[PATCH v5 bpf-next 0/2] perf: stop using deprecated bpf APIs
 2022-02-12 15:54 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/2] perf: Stop using deprecated bpf_load_program() API
` [PATCH v5 bpf-next 2/2] perf: Stop using deprecated bpf_object__next() API

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-02-12  7:31 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API

[PATCH v2 bpf-next 0/2] Make BPF skeleton easier to use from C++ code
 2022-02-12  5:57 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: add C++-specific open/load/etc skeleton wrappers
` [PATCH v2 bpf-next 2/2] selftests/bpf: add Skeleton templated wrapper as an example

WARNING in rtnl_dellink
 2022-02-12  3:24 UTC  (2+ messages)
` [syzbot] "

[PATCH bpf-next 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-12  2:40 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "

[PATCH bpf-next] bpf: fix bpf_prog_pack build for ppc64_defconfig
 2022-02-12  1:23 UTC  (3+ messages)

[PATCH bpf-next v6 0/7] libbpf: Implement BTFGen
 2022-02-12  0:42 UTC  (15+ messages)
` [PATCH bpf-next v6 1/7] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v6 2/7] libbpf: Expose bpf_core_{add,free}_cands() to bpftool
` [PATCH bpf-next v6 3/7] bpftool: Add gen min_core_btf command
` [PATCH bpf-next v6 4/7] bpftool: Implement minimize_btf() and relocations recording for BTFGen
` [PATCH bpf-next v6 5/7] bpftool: Implement btfgen_get_btf()
` [PATCH bpf-next v6 6/7] bpftool: gen min_core_btf explanation and examples
` [PATCH bpf-next v6 7/7] selftests/bpf: Test "bpftool gen min_core_btf"

Question about LSM with eBPF
 2022-02-12  0:30 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Use dynamically allocated buffer when receiving netlink messages
 2022-02-11 23:40 UTC  (5+ messages)

[PATCH bpf-next 0/2] Make BPF skeleton easier to use from C++ code
 2022-02-11 23:32 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpftool: add C++-specific open/load/etc skeleton wrappers
` [PATCH bpf-next 2/2] selftests/bpf: add Skeleton templated wrapper as an example

[PATCH bpf-next v2] bpf: Do not try bpf_msg_push_data with len 0
 2022-02-11 22:27 UTC  (7+ messages)

[PATCH bpf v2 0/2] Fix for crash due to overwrite in copy_map_value
 2022-02-11 21:30 UTC  (2+ messages)

[PATCH bpf v4 0/2] bpf: fix a bpf_timer initialization issue
 2022-02-11 21:30 UTC  (4+ messages)
` [PATCH bpf v4 1/2] bpf: emit bpf_timer in vmlinux BTF
` [PATCH bpf v4 2/2] bpf: fix a bpf_timer initialization issue

[ANNOUNCEMENT] libbpf v0.7 release
 2022-02-11 21:06 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix libbpf.map inheritance chain for LIBBPF_0.7.0
 2022-02-11 21:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] flexible size for bpf_prog_pack
 2022-02-11 19:42 UTC  (6+ messages)
` [PATCH bpf-next 2/2] bpf: "

[PATCH bpf v3 0/2] bpf: fix a bpf_timer initialization issue
 2022-02-11 19:13 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: emit bpf_timer in vmlinux BTF
` [PATCH bpf v3 2/2] bpf: fix a bpf_timer initialization issue

[PATCH bpf-next] selftests/bpf: fix GCC11 compiler warnings in -O2 mode
 2022-02-11 19:09 UTC 

[PATCH bpf v2 0/2] bpf: fix a bpf_timer initialization issue
 2022-02-11 17:36 UTC  (9+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] bpf: emit bpf_timer in vmlinux BTF

[PATCH bpf-next v7 0/3] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-02-11 16:03 UTC  (11+ messages)
` [PATCH bpf-next v7 1/3] bpf: Add "live packet" mode for "

Question about LSM with eBPF
 2022-02-11 16:01 UTC 

[PATCH bpf 0/2] bpf: fix a bpf_timer initialization issue
 2022-02-11 15:17 UTC  (5+ messages)
` [PATCH bpf 2/2] bpf: emit bpf_timer in vmlinux BTF

[PATCH bpf-next v3 0/4] bpf, arm64: support more atomic ops
 2022-02-11 14:39 UTC  (3+ messages)
` [PATCH bpf-next v3 2/4] arm64: insn: add encoders for atomic operations

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


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