bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 05:37:42 to 2022-03-03 04:27:48 UTC [more...]

BTF compatibility issue across builds
 2022-03-03  4:27 UTC  (11+ messages)

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-03  4:00 UTC  (20+ 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 net-next] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-03-03  3:59 UTC  (5+ messages)

BTF type tags not emitted properly when using macros
 2022-03-03  3:05 UTC  (4+ messages)

[PATCH bpf-next 0/4] Subskeleton support for BPF libraries
 2022-03-03  1:46 UTC  (13+ 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] libbpf: Add a check to ensure that page_cnt is non-zero
 2022-03-03  0:59 UTC  (3+ messages)
  ` [PATCH bpf-next v2] "

[PATCH bpf-next v2 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-03  0:48 UTC  (7+ 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
` [PATCH bpf-next v2 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg

[PATCH v6 net-next 0/13] Preserve mono delivery time (EDT) in skb->tstamp
 2022-03-03  0:47 UTC  (20+ messages)
` [PATCH v6 net-next 01/13] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [PATCH v6 net-next 02/13] net: Add skb_clear_tstamp() to keep the mono delivery_time
` [PATCH v6 net-next 03/13] net: Handle delivery_time in skb->tstamp during network tapping with af_packet
` [PATCH v6 net-next 04/13] net: Clear mono_delivery_time bit in __skb_tstamp_tx()
` [PATCH v6 net-next 05/13] net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
` [PATCH v6 net-next 06/13] net: ip: Handle delivery_time in ip defrag
` [PATCH v6 net-next 07/13] net: ipv6: Handle delivery_time in ipv6 defrag
` [PATCH v6 net-next 08/13] net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
` [PATCH v6 net-next 09/13] net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
` [PATCH v6 net-next 10/13] net: Postpone skb_clear_delivery_time() until knowing the skb is delivered locally
` [PATCH v6 net-next 11/13] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
` [PATCH v6 net-next 12/13] bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
` [PATCH v6 net-next 13/13] bpf: selftests: test skb->tstamp in redirect_neigh

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

[PATCH bpf-next v1 0/6] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-02 23:39 UTC  (26+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add check_func_arg_reg_off function
` [PATCH bpf-next v1 2/6] bpf: Fix PTR_TO_BTF_ID var_off check
` [PATCH bpf-next v1 3/6] bpf: Disallow negative offset in check_ptr_off_reg
` [PATCH bpf-next v1 4/6] bpf: Harden register offset checks for release kfunc
` [PATCH bpf-next v1 5/6] selftests/bpf: Update tests for new errstr
` [PATCH bpf-next v1 6/6] selftests/bpf: Add tests for kfunc register offset checks

[PATCH v4 bpf-next 0/3] libbpf: support custom SEC() handlers
 2022-03-02 23:39 UTC  (4+ messages)
` [PATCH v4 bpf-next 2/3] "

[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-02 22:21 UTC  (18+ messages)
` [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v4 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v4 4/4] net: tun: "
      ` [Internet]Re: "

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-02 22:20 UTC  (11+ 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 3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v3 4/9] selftests/bpf: Move sample generation code to ima_test_common()
` [PATCH v3 5/9] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v3 6/9] selftests/bpf: Check if the digest is refreshed after a file write
` [PATCH v3 7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v3 8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file()
` [PATCH v3 9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy

[PATCH v5 bpf-next] Small BPF verifier log improvements
 2022-03-02 22:13 UTC  (4+ messages)

[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-02 21:34 UTC  (4+ messages)
` [PATCH bpf-next v8 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN

[PATCH v2 bpf-next 0/2] fixes for bpf_prog_pack
 2022-03-02 21:30 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] x86: disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86
` [PATCH v2 bpf-next 2/2] bpf, x86: set header->size properly before freeing it

[PATCH v3 bpf-next] Improve BPF test stability (related to perf events and scheduling)
 2022-03-02 21:27 UTC 

[PATCH v2 bpf-next] Improve BPF test stability (related to perf events and scheduling)
 2022-03-02 21:12 UTC  (4+ messages)

[PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
 2022-03-02 20:39 UTC  (4+ messages)
` [PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c "

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02
 2022-03-02 17:59 UTC  (3+ messages)
` [PATCH net 1/2] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
` [PATCH net 2/2] ice: avoid XDP checks in ice_clean_tx_irq()

[PATCH bpf-next 0/2] fixes for bpf_prog_pack
 2022-03-02 17:24 UTC  (6+ messages)
` [PATCH bpf-next 1/2] x86: disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86
` [PATCH bpf-next 2/2] bpf, x86: set header->size properly before freeing it

[PATCH net 1/2] bpf, sockmap: Do not ignore orig_len parameter
 2022-03-02 16:17 UTC  (2+ messages)
` [PATCH net 2/2] tcp: make tcp_read_sock() more robust

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

[RFC PATCH v4] bpftool: Add bpf_cookie to link output
 2022-03-02  7:53 UTC  (2+ messages)

[PATCH v3] ASoC: fsi: Add check for clk_enable
 2022-03-02  6:28 UTC 

Re: [PATCH v2] ASoC: fsi: Add check for clk_enable
 2022-03-02  6:25 UTC 

[PATCH intel-net] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
 2022-03-02  5:49 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] bpf: cgroup: remove WARN_ON at bpf_cgroup_link_release
 2022-03-02  5:46 UTC  (3+ messages)

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

[PATCH v2] ASoC: fsi: Add check for clk_enable
 2022-03-02  4:35 UTC  (2+ messages)

Re: [PATCH] ASoC: fsi: Add check for clk_enable
 2022-03-02  3:11 UTC 

[PATCH v5 net-next 0/13] Preserve mono delivery time (EDT) in skb->tstamp
 2022-03-02  2:03 UTC  (8+ messages)
` [PATCH v5 net-next 06/13] net: ip: Handle delivery_time in ip defrag
` [PATCH v5 net-next 09/13] net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
` [PATCH v5 net-next 10/13] net: Postpone skb_clear_delivery_time() until knowing the skb is delivered locally
` [PATCH v5 net-next 11/13] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
` [PATCH v5 net-next 12/13] bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
` [PATCH v5 net-next 13/13] bpf: selftests: test skb->tstamp in redirect_neigh

[PATCH net-next v3] tun: support NAPI for packets received from batched XDP buffs
 2022-03-02  1:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: test_run: Fix overflow in xdp frags bpf_test_finish
 2022-03-02  0:20 UTC  (4+ messages)

[PATCH bpf-next 0/2] flexible size for bpf_prog_pack
 2022-03-01 23:01 UTC  (7+ messages)
` [PATCH bpf-next 2/2] bpf: "

[PATCH v4 bpf-next] Small BPF verifier log improvements
 2022-03-01 20:52 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 01/11] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:19 UTC 

[PATCH AUTOSEL 5.10 01/14] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:18 UTC 

[PATCH AUTOSEL 5.15 01/23] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:16 UTC 

[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:13 UTC 

[RFC 0/4] locking: Add new lock contention tracepoints (v2)
 2022-03-01 19:47 UTC  (13+ messages)
` [PATCH 2/4] locking: Apply contention tracepoints in the slow path
` [PATCH 3/4] locking/mutex: Pass proper call-site ip

[syzbot] WARNING in submit_bio_noacct
 2022-03-01 15:10 UTC 

[PATCH bpf-next v4 0/2] Fix btf dump error caused by declaration
 2022-03-01 12:50 UTC  (2+ messages)

[PATCH] ASoC: fsi: Add check for clk_enable
 2022-03-01 12:44 UTC  (2+ messages)

[PATCH] net/netfilter: use memset avoid infoleaks
 2022-03-01  9:38 UTC  (2+ messages)

[PATCHv3 0/2] perf/bpf: Replace deprecated code
 2022-03-01  8:49 UTC  (4+ messages)
` [PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage

[PATCH bpf-next v2 0/3] Fixes for sock_fields selftests
 2022-03-01  6:25 UTC  (5+ 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


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