bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-07 12:45:38 to 2023-10-10 12:03:39 UTC [more...]

[PATCH bpf-next v2] bpf: Detect jumping to reserved code during check_cfg()
 2023-10-10 12:03 UTC 

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-10 11:58 UTC  (25+ 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 "
` [RFC PATCH bpf-next 4/8] selftests/bpf: Fix issues in setup_classid_environment()
` [RFC PATCH bpf-next 5/8] selftests/bpf: Add parallel support for classid
` [RFC PATCH bpf-next 6/8] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [RFC PATCH bpf-next 7/8] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [RFC PATCH bpf-next 8/8] selftests/bpf: Add selftests for cgroup1 hierarchy

[PATCH bpf-next] Detect jumping to reserved code during check_cfg()
 2023-10-10  9:17 UTC  (4+ messages)

[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  (14+ messages)
` [PATCH bpf-next v4 1/8] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v4 2/8] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v4 3/8] bpf: Introduce task open coded "
` [PATCH bpf-next v4 4/8] bpf: Introduce css open-coded "
` [PATCH bpf-next v4 5/8] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
` [PATCH bpf-next v4 6/8] bpf: Let bpf_iter_task_new accept null task ptr
` [PATCH bpf-next v4 7/8] selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
` [PATCH bpf-next v4 8/8] selftests/bpf: Add tests for open-coded task and css iter

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

[PATCH bpf-next] selftests/bpf: add options and frags to xdp_hw_metadata
 2023-10-10  7:24 UTC  (3+ 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 6.1 111/162] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-10-09 20:43 UTC  (2+ messages)
` [PATCH 6.1 000/162] 6.1.57-rc1 review

[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  (13+ 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 3/6] bpf: Use alloc_size_percpu() in bpf_mem_free{_rcu}()
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h
` [PATCH bpf-next 5/6] bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
` [PATCH bpf-next 6/6] selftests/bpf: Add more test cases for bpf memory allocator

[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 bpf-next v3 00/10] xsk: TX metadata
 2023-10-09 16:37 UTC  (4+ messages)
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata

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

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-08 21:22 UTC  (3+ 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

[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()

[PATCH bpf-next v2 1/2] bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
 2023-10-07 13:59 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable prog


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