bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 04:50:54 to 2022-03-04 21:16:43 UTC [more...]

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

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

[PATCH bpf-next 0/4] Subskeleton support for BPF libraries
 2022-03-04 19:40 UTC  (17+ messages)
` [PATCH bpf-next 3/4] libbpf: add subskeleton scaffolding
` [PATCH bpf-next 4/4] selftests/bpf: test subskeleton functionality
` [PATCH bpf-next 1/4] libbpf: expose map elf section name
` [PATCH bpf-next 2/4] bpftool: add support for subskeletons

[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
 2022-03-04 19:16 UTC  (5+ 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 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
 2022-03-04 19:01 UTC  (3+ messages)

[PATCH bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-04 18:43 UTC 

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-04 18:41 UTC  (39+ 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 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
` [PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
` [PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
` [PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
` [PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
` [PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-04 18:37 UTC  (35+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel
` [PATCH bpf-next v1 8/9] bpf: Introduce cgroup iter

[PATCH] mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
 2022-03-04 18:01 UTC  (4+ messages)

[PATCH bpf-next] bpf/selftests: Allow vmtest.sh to build statically linked test_progs
 2022-03-04 17:18 UTC  (4+ messages)

pull-request: bpf-next 2022-03-04
 2022-03-04 16:43 UTC 

[PATCH v2 0/9] virtio: support advance DMA
 2022-03-04 16:38 UTC  (3+ messages)
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api

[PATCH bpf-next v5] bpftool: Add bpf_cookie to link output
 2022-03-04 16:21 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
 2022-03-04 16:07 UTC  (4+ messages)
  ` [PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()

[PATCH v2 bpf-next] bpf/selftests: Allow vmtest.sh to build statically linked test_progs
 2022-03-04 15:07 UTC 

[PATCH net-next v6 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04 14:55 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v6 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v6 3/3] net: tun: track dropped skb via kfree_skb_reason()

[PATCH net-next v5 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04 14:52 UTC  (7+ messages)
` [PATCH net-next v5 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v5 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v5 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v5 4/4] net: tun: track dropped skb via kfree_skb_reason()

[PATCH net-next v2 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04 12:30 UTC  (9+ messages)
` [PATCH net-next v2 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next v2 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next v2 3/7] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next v2 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next v2 5/7] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next v2 6/7] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next v2 7/7] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-04 11:38 UTC 

Re:
 2022-03-04  8:47 UTC 

[syzbot] linux-next boot error: WARNING: suspicious RCU usage in cpuacct_charge
 2022-03-04 10:41 UTC 

[PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-04  8:11 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next v3 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v3 3/4] bpf, sockmap: Fix more uncharged while msg has more_data
` [PATCH bpf-next v3 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg

[RFC 0/4] locking: Add new lock contention tracepoints (v2)
 2022-03-04  7:28 UTC  (6+ messages)
` [PATCH 3/4] locking/mutex: Pass proper call-site ip

[PATCH bpf-next v2 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-04  7:08 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next v2 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v2 3/4] bpf, sockmap: Fix more uncharged while msg has more_data

[syzbot] WARNING in submit_bio_noacct
 2022-03-04  6:00 UTC  (2+ messages)

[PATCH net-next 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04  5:19 UTC  (16+ messages)
` [PATCH net-next 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 3/7] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next 5/7] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next 6/7] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next 7/7] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
 2022-03-04  0:23 UTC  (5+ messages)
` [PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c "

[PATCH v6 net-next 0/13] Preserve mono delivery time (EDT) in skb->tstamp
 2022-03-03 23:42 UTC  (10+ messages)
` [PATCH v6 net-next 03/13] net: Handle delivery_time in skb->tstamp during network tapping with af_packet
` [PATCH v6 net-next 11/13] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-03 22:39 UTC  (9+ messages)

[PATCH V2] selftests: Fix build when $(O) points to a relative path
 2022-03-03 22:19 UTC  (6+ messages)

[PATCH v3 bpf-next] Improve BPF test stability (related to perf events and scheduling)
 2022-03-03 20:31 UTC  (4+ messages)

[RFC PATCH v4] bpftool: Add bpf_cookie to link output
 2022-03-03 20:14 UTC  (5+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02
 2022-03-03 18:25 UTC  (6+ messages)
` [PATCH net 2/2] ice: avoid XDP checks in ice_clean_tx_irq()

[PATCH bpf-next v2 0/8] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-03 18:14 UTC  (7+ messages)
` [PATCH bpf-next v2 4/8] bpf: Harden register offset checks for release helpers and kfuncs
` [PATCH bpf-next v2 5/8] compiler-clang.h: Add __diag infrastructure for clang
` [PATCH bpf-next v2 6/8] compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
` [PATCH bpf-next v2 7/8] bpf: Replace __diag_ignore with unified __diag_ignore_all
` [PATCH bpf-next v2 8/8] selftests/bpf: Add tests for kfunc register offset checks

[PATCH bpf-next v2 0/3] Fixes for sock_fields selftests
 2022-03-03 17:34 UTC  (7+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Check dst_port only on the client socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from dst_port on big-endian

[PATCH net] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-03 17:31 UTC  (4+ messages)

[PATCH v5 bpf-next] Small BPF verifier log improvements
 2022-03-03 15:51 UTC  (5+ messages)

[PATCH bpf-next v2] libbpf: Add a check to ensure that page_cnt is non-zero
 2022-03-03 15:30 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: Make test_lwt_ip_encap more stable and faster
 2022-03-03 11:15 UTC 

Wycena paneli fotowoltaicznych
 2022-03-03  8:50 UTC 

[PATCH net 1/2] bpf, sockmap: Do not ignore orig_len parameter
 2022-03-03  7:00 UTC  (2+ messages)

[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-03-03  6:10 UTC  (2+ messages)

[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-03  5:55 UTC  (8+ messages)
` [PATCH net-next v4 4/4] net: tun: track dropped skb via kfree_skb_reason()


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