bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-29 17:05:13 to 2021-02-03 13:54:14 UTC [more...]

kprobes broken since 0d00449c7a28 ("x86: Replace ist_enter() with nmi_enter()")
 2021-02-03 13:52 UTC  (34+ messages)
          ` [PATCH] x86: Disable CET instrumentation in the kernel

[PATCH v6 bpf-next 0/8] mvneta: introduce XDP multi-buffer support
 2021-02-03 13:24 UTC  (4+ messages)

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2021-02-03 12:50 UTC  (23+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH bpf] bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
 2021-02-03 12:40 UTC  (4+ messages)

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-02-03 11:09 UTC  (12+ messages)

finding libelf
 2021-02-03 10:57 UTC  (2+ messages)

[PATCH] btf_encoder: Add extra checks for symbol names
 2021-02-03 10:23 UTC  (11+ messages)
            ` [RFT] pahole 1.20 RC was "

[PATCH bpf-next v4 0/6] AF_XDP Packet Drop Tracing
 2021-02-03  7:41 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] xsk: add tracepoints for packet drops
` [PATCH bpf-next v4 2/6] selftests/bpf: restructure setting the packet count
` [PATCH bpf-next v4 3/6] selftests/bpf: add framework for xsk selftests
` [PATCH bpf-next v4 4/6] selftests/bpf: XSK_TRACE_DROP_PKT_TOO_BIG test
` [PATCH bpf-next v4 5/6] selftests/bpf: XSK_TRACE_INVALID_FILLADDR test
` [PATCH bpf-next v4 6/6] selftests/bpf: XSK_TRACE_INVALID_DESC_TX test

[PATCH] samples: bpf: remove unneeded semicolon
 2021-02-03  5:40 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix a compiler warning in local_storage test
 2021-02-03  5:30 UTC  (2+ messages)

[Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support
 2021-02-03  4:16 UTC  (20+ messages)
` [Patch bpf-next 01/19] bpf: rename BPF_STREAM_PARSER to BPF_SOCK_MAP
` [Patch bpf-next 02/19] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next 03/19] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next 04/19] sock_map: rename skb_parser and skb_verdict
` [Patch bpf-next 05/19] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next 06/19] sock: introduce sk_prot->update_proto()
` [Patch bpf-next 07/19] udp: implement ->sendmsg_locked()
` [Patch bpf-next 08/19] udp: implement ->read_sock() for sockmap
` [Patch bpf-next 09/19] udp: add ->read_sock() and ->sendmsg_locked() to ipv6
` [Patch bpf-next 10/19] af_unix: implement ->sendmsg_locked for dgram socket
` [Patch bpf-next 11/19] af_unix: implement ->read_sock() for sockmap
` [Patch bpf-next 12/19] af_unix: implement ->update_proto()
` [Patch bpf-next 13/19] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [Patch bpf-next 14/19] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next 15/19] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next 16/19] af_unix: implement unix_dgram_bpf_recvmsg()
` [Patch bpf-next 17/19] sock_map: update sock type checks
` [Patch bpf-next 18/19] selftests/bpf: add test cases for unix and udp sockmap
` [Patch bpf-next 19/19] selftests/bpf: add test case for redirection between udp and unix

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-03  3:09 UTC 

[PATCH bpf-next] bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions
 2021-02-03  2:19 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
 2021-02-02 22:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] BPF selftest helper script
 2021-02-02 22:15 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: Helper script for running BPF presubmit tests
` [PATCH bpf-next v4 2/2] bpf/selftests: Add a short note about run_in_vm.sh in README.rst

[PATCH bpf-next v2 0/2] BPF selftest helper script
 2021-02-02 21:37 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] bpf: Helper script for running BPF presubmit tests

[PATCH bpf-next v3 0/6] AF_XDP Packet Drop Tracing
 2021-02-02 20:16 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] xsk: add tracepoints for packet drops
` [PATCH bpf-next v3 2/6] selftests/bpf: restructure setting the packet count
` [PATCH bpf-next v3 3/6] selftests/bpf: add framework for xsk selftests
` [PATCH bpf-next v3 4/6] selftests/bpf: XSK_TRACE_DROP_PKT_TOO_BIG test
` [PATCH bpf-next v3 5/6] selftests/bpf: XSK_TRACE_INVALID_FILLADDR test
` [PATCH bpf-next v3 6/6] selftests/bpf: XSK_TRACE_INVALID_DESC_TX test

[PATCH bpf-next v3] bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
 2021-02-02 13:50 UTC 

[PATCH] seccomp: Improve performance by optimizing memory barrier
 2021-02-02 19:02 UTC  (7+ messages)
  ` [PATCH v1 1/1] Firstly, as Andy mentioned, this should be smp_rmb() instead of rmb(). considering that TSYNC is a cross-thread situation, and rmb() is a mandatory barrier which should not be used to control SMP effects, since mandatory barriers impose unnecessary overhead on both SMP and UP systems, as kernel Documentation said

[PATCH bpf-next V15 0/7] bpf: New approach for BPF MTU handling
 2021-02-02 16:27 UTC  (8+ messages)
` [PATCH bpf-next V15 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V15 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V15 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V15 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V15 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V15 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V15 7/7] selftests/bpf: tests using bpf_check_mtu BPF-helper

[PATCH v3 bpf-next] net: veth: alloc skb in bulk for ndo_xdp_xmit
 2021-02-02 14:14 UTC  (3+ messages)

selftest/bpf/test_verifier_log fails on v5.11-rc5
 2021-02-02 15:24 UTC  (13+ messages)

[PATCH] dpaa2-eth: Simplify the calculation of variables
 2021-02-02 12:33 UTC  (2+ messages)

[PATCH dwarves v2 0/4] BTF ELF writing changes
 2021-02-02 10:54 UTC  (6+ messages)
  ` [PATCH dwarves v2 1/4] btf_encoder: Add .BTF section using libelf
  ` [PATCH dwarves v2 2/4] btf_encoder: Manually lay out updated ELF sections
  ` [PATCH dwarves v2 3/4] btf_encoder: Add .BTF as a loadable segment
  ` [PATCH dwarves v2 4/4] btf_encoder: Align .BTF section/segment to 8 bytes

[PATCH bpf-next v2] bpf: Propagate memory bounds to registers in atomics w/ BPF_FETCH
 2021-02-02 10:31 UTC  (3+ messages)

[PATCH] drivers: net: xen-netfront: Simplify the calculation of variables
 2021-02-02 10:17 UTC 

[PATCH bpf v3 0/3] Fix local storage helper OOPs
 2021-02-02  7:10 UTC  (6+ messages)
` [PATCH bpf v3 1/3] bpf: update local storage test to check handling of null ptrs

[RESEND PATCH net v4] udp: ipv4: manipulate network header of NATed UDP GRO fraglist
 2021-02-02  4:30 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-02-02  0:22 UTC  (5+ messages)
` [PATCH bpf-next v2 1/5] "

[PATCH bpf-next v2] selftest/bpf: testing for multiple logs on REJECT
 2021-02-01 23:49 UTC  (2+ messages)

[PATCH bpf-next v6 1/5] bpf: Be less specific about socket cookies guarantees
 2021-02-01 22:37 UTC  (7+ messages)
` [PATCH bpf-next v6 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs

[PATCH bpf-next V14 0/7] bpf: New approach for BPF MTU handling
 2021-02-01 19:58 UTC  (9+ messages)
` [PATCH bpf-next V14 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V14 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V14 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V14 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V14 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V14 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V14 7/7] selftests/bpf: tests using bpf_check_mtu BPF-helper

corrupted pvqspinlock in htab_map_update_elem
 2021-02-01 18:14 UTC  (7+ messages)

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-02-01 16:00 UTC  (13+ messages)
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

extended bpf_send_signal_thread with argument
 2021-02-01 13:33 UTC  (4+ messages)

[PATCH] seccomp: Improve performance by optimizing memory barrier
 2021-02-01 12:49 UTC 

[PATCH bpf-next V14 0/7] bpf: New approach for BPF MTU handling
 2021-02-01 10:28 UTC 

[PATCH v2 bpf-next] net: veth: alloc skb in bulk for ndo_xdp_xmit
 2021-02-01 10:06 UTC  (5+ messages)

[RFC PATCH bpf-next] bpf, xdp: per-map bpf_redirect_map functions for XDP
 2021-02-01  9:49 UTC  (5+ messages)

[PATCH v3 bpf-next 0/4] bpf: enable task local storage for tracing programs
 2021-02-01  1:20 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/4] "

[PATCH bpf-next v3 0/2] BPF selftest helper script
 2021-02-01  0:50 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Helper script for running BPF presubmit tests
` [PATCH bpf-next v3 2/2] bpf/selftests: Add a short note about run_in_vm.sh in README.rst

[Patch bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-31 20:35 UTC  (9+ messages)
` [Patch bpf-next v5 1/3] "

[PATCH bpf] x86/bpf: handle bpf-program-triggered exceptions properly
 2021-01-31 17:32 UTC  (4+ messages)

[PATCH bpf-next] selftest/bpf: testing for multiple logs on REJECT
 2021-01-30 22:03 UTC  (5+ messages)

[PATCH bpf-next V13 0/7] bpf: New approach for BPF MTU handling
 2021-01-30 13:51 UTC  (6+ messages)
` [PATCH bpf-next V13 4/7] bpf: add BPF-helper for MTU checking

pull-request: bpf 2021-01-29
 2021-01-29 21:59 UTC  (2+ messages)

[PATCH net-next V1] net: adjust net_device layout for cacheline usage
 2021-01-29 20:07 UTC  (6+ 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).