BPF List
 help / color / mirror / Atom feed
 messages from 2023-10-07 20:51:11 to 2023-10-10 20:40:19 UTC [more...]

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-10 20:40 UTC  (5+ messages)
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata

[PATCH bpf 0/2] s390/bpf: Fix backchain issues in the trampoline
 2023-10-10 20:20 UTC  (3+ messages)
` [PATCH bpf 1/2] s390/bpf: Fix clobbering the caller's backchain "
` [PATCH bpf 2/2] s390/bpf: Fix unwinding past "

[PATCH bpf-next v9 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
 2023-10-10 20:20 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c0a6edb636cba9c0d1db966a54d910a02e52e4be
 2023-10-10 19:14 UTC 

[PATCH v6 bpf-next 0/4] Open-coded task_vma iter
 2023-10-10 18:59 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v6 bpf-next 2/4] selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
` [PATCH v6 bpf-next 3/4] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v6 bpf-next 4/4] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH 6.1 111/162] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-10 18:59 UTC  (5+ messages)
` [PATCH 6.1 000/162] 6.1.57-rc1 review

[PATCH v5 bpf-next 0/4] Open-coded task_vma iter
 2023-10-10 18:38 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v5 bpf-next 2/4] selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
` [PATCH v5 bpf-next 3/4] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH v5 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-10 17:46 UTC  (3+ messages)
` [PATCH v5 1/5] powerpc/code-patching: introduce patch_instructions()

[PATCH bpf-next v9 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
 2023-10-10 17:17 UTC  (2+ messages)

[PATCH bpf-next v9 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
 2023-10-10 16:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add options and frags to xdp_hw_metadata
 2023-10-10 16:35 UTC  (5+ messages)

[PATCH bpf-next] Detect jumping to reserved code during check_cfg()
 2023-10-10 15:35 UTC  (5+ messages)

[PATCH bpf-next v2] bpf: Detect jumping to reserved code during check_cfg()
 2023-10-10 15:27 UTC  (3+ messages)

[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
 2023-10-10 14:54 UTC  (2+ messages)

[syzbot] [cgroups?] [mm?] WARNING in mem_cgroup_migrate
 2023-10-10 14:20 UTC  (2+ messages)

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-10 13:01 UTC  (4+ messages)
` [PATCHv2 1/2] tools/build: Fix -s detection code in tools/build/Makefile.build
` [PATCHv2 2/2] tools/build: Fix -s detection code in tools/scripts/Makefile.include

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-10 11:58 UTC  (20+ messages)
` [RFC PATCH bpf-next 1/8] cgroup: Don't have to hold cgroup_mutex in task_cgroup_from_root()
` [RFC PATCH bpf-next 2/8] cgroup: Add new helpers for cgroup1 hierarchy
` [RFC PATCH bpf-next 3/8] bpf: Add kfuncs "

[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-10  8:35 UTC  (5+ messages)
` [PATCH v6 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v6 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command

[PATCH bpf-next v4 0/8] Add Open-coded task, css_task and css iters
 2023-10-10  8:14 UTC  (3+ messages)

[PATCH] selftests: bpf: remove unused variables
 2023-10-10  7:56 UTC  (2+ messages)

[PATCH bpf-next] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-10-10  6:57 UTC  (7+ messages)
  ` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "
        ` [PATCH bpf-next -v4] "

[RFC PATCH 0/7] tun: Introduce virtio-net hashing feature
 2023-10-10  6:19 UTC  (38+ messages)
` [RFC PATCH 1/7] net: skbuff: Add tun_vnet_hash flag
` [RFC PATCH 2/7] net/core: Ensure qdisc_skb_cb will not be overwritten
` [RFC PATCH 3/7] net: sched: Add members to qdisc_skb_cb
` [RFC PATCH 4/7] virtio_net: Add functions for hashing
` [RFC PATCH 5/7] tun: Introduce virtio-net hashing feature
` [RFC PATCH 6/7] selftest: tun: Add tests for virtio-net hashing
` [RFC PATCH 7/7] vhost_net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH v2 1/2] perf lock contention: Clear lock addr after use
 2023-10-10  5:46 UTC  (2+ messages)
` [PATCH v2 2/2] perf lock contention: Check tstamp elem creation

[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
 2023-10-10  5:36 UTC  (2+ messages)
` [PATCH] media: imon: fix stall in worker_thread

[PATCH v3 00/18] clang-tools support in tools
 2023-10-10  5:31 UTC  (21+ messages)
` [PATCH v3 01/18] gen_compile_commands: Allow the line prefix to still be cmd_
` [PATCH v3 02/18] gen_compile_commands: Sort output compile commands by file name
` [PATCH v3 03/18] run-clang-tools: Add pass through checks and and header-filter arguments
` [PATCH v3 03/18] run-clang-tools: Add pass through checks "
` [PATCH v3 04/18] perf bench uprobe: Fix potential use of memory after free
` [PATCH v3 05/18] perf buildid-cache: Fix use of uninitialized value
` [PATCH v3 06/18] perf env: Remove unnecessary NULL tests
` [PATCH v3 07/18] perf jitdump: Avoid memory leak
` [PATCH v3 08/18] perf mem-events: Avoid uninitialized read
` [PATCH v3 09/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v3 10/18] perf hists browser: Reorder variables to reduce padding
` [PATCH v3 11/18] perf hists browser: Avoid potential NULL dereference
` [PATCH v3 12/18] perf svghelper: Avoid memory leak
` [PATCH v3 13/18] perf lock: Fix a memory leak on an error path
` [PATCH v3 14/18] perf parse-events: Fix unlikely memory leak when cloning terms
` [PATCH v3 15/18] tools api: Avoid potential double free
` [PATCH v3 16/18] perf trace-event-info: Avoid passing NULL value to closedir
` [PATCH v3 17/18] perf header: Fix various error path memory leaks
` [PATCH v3 18/18] perf bpf_counter: Fix a few "

[PATCH 0/4] seccomp: Make seccomp filter reusable
 2023-10-09 12:40 UTC  (5+ messages)
` [PATCH 1/4] seccomp: Refactor filter copy/create for reuse
` [PATCH 2/4] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
` [PATCH 3/4] seccomp: Introduce SECCOMP_ATTACH_FILTER operation
` [PATCH 4/4] selftests/seccomp: Test SECCOMP_LOAD_FILTER and SECCOMP_ATTACH_FILTER

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-10  0:23 UTC  (8+ messages)
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object

[PATCH bpf v3 0/2] bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()
 2023-10-09 23:50 UTC  (2+ messages)

[PATCH] net: fec: replace deprecated strncpy with ethtool_sprintf
 2023-10-09 23:12 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Fix verifier log for async callback return values
 2023-10-09 21:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf/selftests: Add testcase for async callback return value failure

[PATCH v2 00/18] clang-tools support in tools
 2023-10-09 17:13 UTC  (21+ messages)
` [PATCH v2 04/18] perf hisi-ptt: Fix potential memory leak
` [PATCH v2 05/18] perf bench uprobe: Fix potential use of memory after free
` [PATCH v2 06/18] perf buildid-cache: Fix use of uninitialized value
` [PATCH v2 07/18] perf env: Remove unnecessary NULL tests
` [PATCH v2 10/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v2 13/18] perf svghelper: Avoid memory leak
` [PATCH v2 17/18] perf header: Fix various error path memory leaks

IETF 118 Call for Agenda Items
 2023-10-09 17:08 UTC  (2+ messages)
` [Bpf] "

[PATCH bpf-next 0/6] bpf: Fixes for per-cpu kptr
 2023-10-09 16:56 UTC  (10+ messages)
` [PATCH bpf-next 1/6] mm/percpu.c: introduce alloc_size_percpu()
` [PATCH bpf-next 2/6] bpf: Re-enable unit_size checking for global per-cpu allocator
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h

[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-09 16:55 UTC  (6+ messages)

[PATCH v6 1/2] bpftool: Align output skeleton ELF code
 2023-10-09 16:50 UTC  (2+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-10-09 16:40 UTC  (3+ messages)
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (2+ messages)

[PATCH] Documentation: kselftests: Remove references to bpf tests
 2023-10-09 15:09 UTC 

[PATCH v2 bpf-next] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
 2023-10-09 14:58 UTC  (8+ messages)

[PATCH bpf-next v2 0/2] bpf: Add ability to pin bpf timer to calling CPU
 2023-10-09 14:40 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] bpf/selftests: Test pinning bpf timer to a core

[PATCH bpf v4] net/xdp: fix zero-size allocation warning in xskq_create()
 2023-10-09 14:20 UTC  (3+ messages)

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-09 14:03 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net, sched: Add tcf_set_drop_reason for {__,}tcf_classify

[PATCH 4.19 77/91] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:06 UTC 

[PATCH 4.14 45/55] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:06 UTC 

[PATCH 5.10 199/226] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:02 UTC 

[PATCH 5.4 110/131] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:02 UTC 

[PATCH bpf 0/2] riscv, bpf: Properly sign-extend return values
 2023-10-09 13:30 UTC  (3+ messages)

[PATCH 5.15 45/75] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:02 UTC 

[PATCH 6.5 104/163] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 13:01 UTC 

[PATCH v5 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-10-09 11:11 UTC  (3+ messages)
` [PATCH v5 2/2] perf record: Update docs regarding the maximum limitation of AUX area

[PATCH v6 0/5] Reduce overhead of LSMs with static calls
 2023-10-09 10:10 UTC  (3+ messages)
` [PATCH v6 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH net-next 1/2] net, tc: Make tc-related drop reason more flexible
 2023-10-09  8:11 UTC  (3+ messages)

[syzbot] [kernel?] possible deadlock in task_fork_fair
 2023-10-08  6:28 UTC 

Possible kernel memory leak in bpf_timer
 2023-10-08  2:46 UTC  (2+ messages)

[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-07 20:51 UTC  (4+ messages)
` [PATCH v3 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v3 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH v3 3/3] mm: enforce the mapping_map_writable() check after call_mmap()


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