public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-09 11:43:42 to 2023-08-11 12:19:25 UTC [more...]

Usage of "p" constraint in BPF inline asm
 2023-08-11 12:18 UTC  (9+ messages)

[PATCH] bpftool: fix perf help message
 2023-08-11 12:16 UTC 

[PATCH V5 net-next 0/2] net: fec: add XDP_TX feature support
 2023-08-11 11:58 UTC  (7+ messages)
` [PATCH V5 net-next 1/2] "
` [PATCH V5 net-next 2/2] net: fec: improve XDP_TX performance

[RFC PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-08-11 10:23 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/2] bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
` [RFC PATCH bpf-next 2/2] bpf, cpumap: Clean up bpf_cpu_map_entry directly in cpu_map_free

[PATCH bpf-next 0/2] bpf: Update h_proto of ethhdr when the outer protocol changed
 2023-08-11 10:22 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Remove unnecessary codes for updating h_proto of ethhdr

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-11  9:29 UTC  (8+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp

[PATCH bpf-next v2 0/7] add BPF_F_PERMANENTLY flag for sockmap skmsg redirect
 2023-08-11  9:32 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf, sockmap: add BPF_F_PERMANENTLY flag for "
` [PATCH bpf-next v2 2/7] selftests/bpf: Add txmsg ingress permanently test for sockmap
` [PATCH bpf-next v2 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v2 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v2 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENTLY flag
` [PATCH bpf-next v2 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v2 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

Warning when compiling with python3.12
 2023-08-11  8:47 UTC 

[PATCH bpf-next 0/3] Open-coded task_vma iter
 2023-08-11  7:19 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Explicitly emit BTF for struct bpf_iter_num, not btf_iter_num
` [PATCH bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH bpf-next] bpf: Support default .validate() and .update() behavior for struct_ops links
 2023-08-11  6:43 UTC  (6+ messages)

[RFC bpf-next v2 0/6] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-11  6:27 UTC  (8+ messages)
` [RFC bpf-next v2 1/6] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next v2 2/6] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v2 3/6] bpf: rename bpf_copy_to_user()
` [RFC bpf-next v2 4/6] bpf: Provide bpf_copy_from_user() and bpf_copy_to_user()
` [RFC bpf-next v2 5/6] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v2 6/6] bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type

[PATCH v5 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-11  2:36 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH bpf-next v5 2/2] selftests/bpf: Add selftest for fill_link_info

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-08-11  1:16 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-10 23:54 UTC 

[PATCH bpf-next] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-11  0:01 UTC  (3+ messages)

[PATCH bpf-next] libbpf: set close-on-exec flag on gzopen
 2023-08-10 22:18 UTC  (2+ messages)

[PATCH] libbpf: set close-on-exec flag on gzopen
 2023-08-10 22:08 UTC  (2+ messages)

pull-request: bpf-next 2023-08-09
 2023-08-10 21:40 UTC  (5+ messages)

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-10 21:12 UTC  (7+ messages)
` [PATCH bpf-next v2 10/14] bpf: Disallow extensions to exception callbacks
` [PATCH bpf-next v2 11/14] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v2 12/14] libbpf: Add support for custom exception callbacks
` [PATCH bpf-next v2 13/14] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v2 14/14] selftests/bpf: Add tests for BPF exceptions

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-10 19:41 UTC  (13+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
                    `  "

[PATCH v1 0/4] Remove BPF event support
 2023-08-10 18:48 UTC  (5+ messages)
` [PATCH v1 1/4] perf parse-events: "
` [PATCH v1 2/4] perf trace: Migrate BPF augmentation to use a skeleton
` [PATCH v1 3/4] perf bpf examples: With no BPF events remove examples
` [PATCH v1 4/4] perf trace: Tidy comments

[PATCH bpf-next 0/9] xsk: TX metadata
 2023-08-10 18:25 UTC  (18+ messages)
` [PATCH bpf-next 1/9] xsk: Support XDP_TX_METADATA_LEN
` [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support
  ` [xdp-hints] "
` [PATCH bpf-next 3/9] tools: ynl: print xsk-features from the sample
` [PATCH bpf-next 4/9] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [PATCH bpf-next 5/9] selftests/xsk: Support XDP_TX_METADATA_LEN
` [PATCH bpf-next 6/9] selftests/bpf: Add csum helpers
` [PATCH bpf-next 7/9] selftests/bpf: Add TX side to xdp_metadata
` [PATCH bpf-next 8/9] selftests/bpf: Add TX side to xdp_hw_metadata
` [PATCH bpf-next 9/9] xsk: document XDP_TX_METADATA_LEN layout
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 0/9] xsk: TX metadata

[PATCH bpf-next] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-10 18:15 UTC  (2+ messages)

pull-request: bpf 2023-08-09
 2023-08-10 17:50 UTC  (2+ messages)

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-10 16:36 UTC  (9+ messages)
` [PATCH net-next v2 1/5] platform/x86: intel_pmc_core: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v2 3/5] net: phy: update in-band AN mode when changing interface by PHY driver

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-10 12:57 UTC  (14+ messages)
` [PATCH v2 2/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v2 4/8] io_uring/cmd: Extend support beyond SOL_SOCKET
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v2 8/8] io_uring/cmd: BPF hook for setsockopt cmd

[PATCH bpf-next 00/10] seltests/xsk: various improvements to xskxceiver
 2023-08-10 12:41 UTC  (17+ messages)
` [PATCH bpf-next 01/10] selftests/xsk: print per packet info in verbose mode
` [PATCH bpf-next 02/10] selftests/xsk: add timeout for Tx thread
` [PATCH bpf-next 03/10] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next 04/10] selftests/xsk: move all tests to separate functions
` [PATCH bpf-next 05/10] selftests/xsk: declare test names in struct
` [PATCH bpf-next 06/10] selftests/xsk: add option that lists all tests
` [PATCH bpf-next 07/10] selftests/xsk: add option to run single test
` [PATCH bpf-next 08/10] selftests/xsk: use ksft_print_msg uniformly
` [PATCH bpf-next 09/10] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next 10/10] selftests/xsk: display command line options with -h

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-08-10 12:30 UTC  (13+ messages)
` [PATCH vhost v13 01/12] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v13 02/12] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v13 03/12] virtio_ring: introduce virtqueue_set_dma_premapped()
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
` [PATCH vhost v13 05/12] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v13 06/12] virtio_ring: skip unmap for premapped
` [PATCH vhost v13 07/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v13 08/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v13 09/12] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v13 10/12] virtio_ring: introduce dma map api for virtqueue
` [PATCH vhost v13 11/12] virtio_ring: introduce dma sync "
` [PATCH vhost v13 12/12] virtio_net: merge dma operations when filling mergeable buffers

[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
 2023-08-10  8:13 UTC  (6+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
` [RFC PATCH v2 2/5] mm: Add policy_name to identify OOM policies
` [RFC PATCH v2 3/5] mm: Add a tracepoint when OOM victim selection is failed
` [RFC PATCH v2 4/5] bpf: Add a OOM policy test
` [RFC PATCH v2 5/5] bpf: Add a BPF OOM policy Doc

Prezentacja
 2023-08-10  7:55 UTC 

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-10  6:47 UTC  (19+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCH bpf v3 0/4] bug fixes for sockmap
 2023-08-10  4:00 UTC  (2+ messages)

[PATCH bpf] xsk: fix refcount underflow in error path
 2023-08-10  3:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove unused declaration bpf_link_new_file()
 2023-08-10  1:44 UTC  (3+ messages)

[RFC PATCH v2 0/6] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-10  0:38 UTC  (24+ messages)
` [RFC PATCH v2 1/6] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH v2 2/6] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [RFC PATCH v2 3/6] fprobe: rethook: Use fprobe_regs in fprobe exit handler and rethook
` [RFC PATCH v2 4/6] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH v2 5/6] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[linux-next:master] BUILD REGRESSION 21ef7b1e17d039053edaeaf41142423810572741
 2023-08-09 23:31 UTC  (2+ messages)

[PATCH] btf, scripts: rust: drop is_rust_module.sh
 2023-08-09 23:22 UTC 

[PATCH bpf-next] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-09 17:14 UTC  (8+ messages)

[PATCH] tracepoint: add new `tcp:tcp_ca_event_set` trace event
 2023-08-09 16:55 UTC  (4+ messages)
` [PATCH v2] tracepoint: add new `tcp:tcp_ca_event` "

[PATCHv7 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-09 16:48 UTC  (13+ messages)
` [PATCHv7 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv7 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv7 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv7 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv7 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv7 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox