public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-21 01:28:24 to 2023-09-24 02:46:39 UTC [more...]

[PATCH v4 0/5] Reduce overhead of LSMs with static calls
 2023-09-24  2:46 UTC  (16+ messages)
` [PATCH v4 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v4 2/5] security: Count the LSMs enabled at compile time
` [PATCH v4 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v4 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v4 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH net, 0/3] net: mana: Fix some TX processing bugs
 2023-09-24  1:31 UTC  (4+ messages)
` [PATCH net, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net, 3/3] net: mana: Fix oversized sge0 for GSO packets

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-23 22:36 UTC  (23+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations

[PATCH v3 0/5] Reduce overhead of LSMs with static calls
 2023-09-23 18:10 UTC  (30+ messages)
` [PATCH v3 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v3 2/5] security: Count the LSMs enabled at compile time
` [PATCH v3 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v3 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v3 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH bpf 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-23 14:37 UTC  (9+ messages)
` [PATCH bpf 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq
` [PATCH bpf 2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set
` [PATCH bpf 3/3] bpf: sockmap, add tests for MSG_F_PEEK

[PATCHv3 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-23  8:21 UTC  (4+ messages)
` [PATCHv3 bpf-next 2/9] bpf: Add missed value to kprobe_multi link info

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

[PATCH bpf-next v5 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-09-23  5:19 UTC  (14+ messages)
` [PATCH bpf-next v5 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v5 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v5 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v5 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v5 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v5 6/9] bpftool: "
` [PATCH bpf-next v5 7/9] documentation/bpf: Document "
` [PATCH bpf-next v5 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v5 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[PATCH] perf record: Fix BTF type checks in the off-cpu profiling
 2023-09-22 23:44 UTC 

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-22 22:35 UTC  (8+ messages)
` [PATCH v4 2/12] "

[syzbot] [net?] memory leak in tcp_md5_do_add
 2023-09-22 22:29 UTC  (7+ messages)

[PATCH bpf-next v4 0/3] libbpf: Support symbol versioning for uprobe
 2023-09-22 21:50 UTC  (4+ messages)
` [PATCH bpf-next v4 2/3] "

[BUG] verifier escape with iteration helpers (bpf_loop, ...)
 2023-09-22 20:52 UTC  (19+ messages)

[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
 2023-09-22 18:43 UTC  (3+ messages)
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
 2023-09-22 16:52 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
` [RFC PATCH bpf-next 2/8] cgroup: Enable task_under_cgroup_hierarchy() on cgroup1
` [RFC PATCH bpf-next 3/8] cgroup: Add cgroup_get_from_id_within_subsys()
` [RFC PATCH bpf-next 4/8] bpf: Add new kfuncs support for cgroup controller
` [RFC PATCH bpf-next 5/8] selftests/bpf: Fix issues in setup_classid_environment()
` [RFC PATCH bpf-next 6/8] selftests/bpf: Add parallel support for classid
` [RFC PATCH bpf-next 7/8] selftests/bpf: Add new cgroup helper get_classid_cgroup_id()
` [RFC PATCH bpf-next 8/8] selftests/bpf: Add selftests for cgroup controller

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-22 10:46 UTC  (5+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2023-09-22  9:45 UTC  (12+ messages)
` [PATCH net-next v3 1/5] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v3 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support
` [PATCH net-next v3 5/5] stmmac: intel: Add 1G/2.5G auto-negotiation support for ADL-N

[PATCH net-next v10 0/6] introduce page_pool_alloc() related API
 2023-09-22  9:11 UTC  (3+ messages)
` [PATCH net-next v10 5/6] page_pool: update document about fragment API
` [PATCH net-next v10 6/6] net: veth: use newly added page pool API for veth with xdp

LPC 2023 Networking and BPF Track CFP (Reminder)
 2023-09-22  8:31 UTC  (2+ messages)
` LPC 2023 Networking and BPF Track CFP (Final Reminder)

[PATCH net-next 1/1] net/sched: Disambiguate verdict from return code
 2023-09-22  8:12 UTC  (3+ messages)

[PATCH bpf-next 0/8] Add a test for SHARED_UMEM feature
 2023-09-22  7:19 UTC  (9+ messages)
` [PATCH bpf-next 3/8] selftests/xsk: implement a function that generates MAC addresses
` [PATCH bpf-next 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function
` [PATCH bpf-next 6/8] selftests/xsk: iterate over all the sockets in the send "

The kernel fails to load the ko file because the btf information in the ko file is inconsistent
 2023-09-22  3:47 UTC 

[PATCH bpf-next v5 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-09-22  1:25 UTC  (8+ messages)
` [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()

[PATCH bpf-next v1] bpf, docs: Add loongarch64 as arch supporting BPF JIT
 2023-09-21 22:40 UTC  (2+ messages)

[PATCH bpf v2 0/3] samples/bpf: syscall_tp_user: Refactor and fix array index out-of-bounds bug
 2023-09-21 21:40 UTC  (4+ messages)
` [PATCH bpf v2 1/3] samples/bpf: Add -fsanitize=bounds to userspace programs

[PATCH bpf-next v2 00/10] Implement cpuv4 support for s390x
 2023-09-21 21:30 UTC  (4+ messages)
` [PATCH bpf-next v2 01/10] bpf: Disable zero-extension for BPF_MEMSX

[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
 2023-09-21 20:09 UTC 

[PATCH v1 0/5] Enable BPF skeletons by default
 2023-09-21 18:50 UTC  (6+ messages)

[PATCH -next] perf kwork top: Simplify bool conversion
 2023-09-21 18:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-09-21 14:28 UTC  (6+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH] bpf, sockmap: fix deadlocks in the sockhash and sockmap
 2023-09-21  4:52 UTC  (5+ messages)

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-09-21 14:55 UTC  (8+ messages)

[PATCH net-next v9 0/6] introduce page_pool_alloc() related API
 2023-09-21 11:59 UTC  (5+ messages)
` [PATCH net-next v9 5/6] page_pool: update document about frag API

[PATCH net v3] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-09-21 13:16 UTC  (3+ messages)

[PATCH net v2 0/3] Add missing xdp_do_flush() invocations
 2023-09-21  7:40 UTC  (5+ messages)
` [PATCH net v2 3/3] octeontx2-pf: Do xdp_do_flush() after redirects

[PATCH bpf-next] bpf, arm64: Support up to 12 function arguments
 2023-09-21 10:09 UTC  (3+ messages)

[PATCH bpf-next 00/14] add libbpf getters for individual ringbuffers
 2023-09-21 16:08 UTC  (17+ messages)
` [PATCH bpf-next 01/14] libbpf: refactor cleanup in ring_buffer__add
` [PATCH bpf-next 03/14] libbpf: add ring_buffer__ring
` [PATCH bpf-next 04/14] selftests/bpf: add tests for ring_buffer__ring
` [PATCH bpf-next 05/14] libbpf: add ring__producer_pos, ring__consumer_pos
` [PATCH bpf-next 07/14] libbpf: add ring__avail_data_size
` [PATCH bpf-next 09/14] libbpf: add ring__size
` [PATCH bpf-next 13/14] libbpf: add ring__consume
  ` Re:Re: [PATCH bpf-next 00/14] add libbpf getters for individual ringbuffers

[PATCH bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
 2023-09-21 14:28 UTC  (7+ messages)
` [PATCH bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()

[PATCH net v2] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-09-21  1:41 UTC  (3+ messages)


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