BPF List
 help / color / mirror / Atom feed
 messages from 2022-10-28 21:36:15 to 2022-11-02 11:50:43 UTC [more...]

[PATCH bpf-next v2 0/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-11-02 12:44 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH bpf-next 0/4] libbpf: Resolve unambigous forward declarations
 2022-11-02 11:09 UTC  (5+ messages)
` [PATCH bpf-next 1/4] libbpf: hashmap interface update to uintptr_t -> uintptr_t
` [PATCH bpf-next 2/4] selftests/bpf: hashmap test cases updated for uintptr_t -> uintptr_t interface
` [PATCH bpf-next 3/4] libbpf: Resolve unambigous forward declarations
` [PATCH bpf-next 4/4] selftests/bpf: Tests for btf_dedup_resolve_fwds

[PATCH bpf] bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
 2022-11-02 11:10 UTC  (3+ messages)

[syzbot] WARNING in __perf_event_overflow
 2022-11-02 10:26 UTC  (2+ messages)

[PATCH net v2] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
 2022-11-02  9:47 UTC  (2+ messages)

[PATCH net v2] net: tun: Fix memory leaks of napi_get_frags
 2022-11-02  9:41 UTC 

[PATCH net] net: tun: Fix memory leaks of napi_get_frags
 2022-11-02  9:30 UTC  (2+ messages)

[PATCH -next,v2] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-02  8:16 UTC 

Possible bug or unintended behaviour using bpf_ima_file_hash
 2022-11-02  8:08 UTC  (2+ messages)

[PATCH net] net: Fix memory leaks of napi->rx_list
 2022-11-02  7:58 UTC  (3+ messages)

[PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-02  7:19 UTC  (7+ messages)

[PATCH bpf-next 0/6] BPF verifier precision tracking improvements
 2022-11-02  6:22 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: propagate precision in ALU/ALU64 operations
` [PATCH bpf-next 2/6] bpf: propagate precision across all frames, not just the last one
` [PATCH bpf-next 3/6] bpf: allow precision tracking for programs with subprogs
` [PATCH bpf-next 4/6] bpf: stop setting precise in current state
` [PATCH bpf-next 5/6] bpf: aggressively forget precise markings during state checkpointing
` [PATCH bpf-next 6/6] selftests/bpf: make test_align selftest more robust

pull-request: bpf-next 2022-11-02
 2022-11-02  6:21 UTC 

[Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
 2022-11-02  4:34 UTC 

[RESEND PATCH] bpftool: Support use full prog name in prog subcommand
 2022-11-02  2:35 UTC 

[PATCH bpf-next v6 0/3] Support storing struct task_struct objects as kptrs
 2022-11-02  2:34 UTC  (10+ messages)
` [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs

[PATCH] bpftool: Support use full prog name in prog subcommand
 2022-11-02  2:16 UTC  (4+ messages)

[PATCH v2] LSM: Better reporting of actual LSMs at boot
 2022-11-02  0:52 UTC  (3+ messages)

[PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-11-02  0:43 UTC  (4+ messages)

[PATCH bpf-next 0/3] bpf: Add bpf_perf_event_read_sample() helper (v1)
 2022-11-02  0:13 UTC  (12+ messages)
` [PATCH bpf-next 1/3] perf/core: Prepare sample data before calling BPF
` [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
` [PATCH bpf-next 3/3] bpf: Add perf_event_read_sample test cases

[PATCH bpf-next 1/2] libbpf: Resolve enum fwd as full enum64 and vice versa
 2022-11-01 23:54 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Tests for enum fwd resolved as full enum64

[PATCH] drm/radeon: Replace kmap() with kmap_local_page()
 2022-11-01 23:40 UTC  (5+ messages)

[RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-11-01 22:23 UTC  (35+ messages)
` [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
              ` [xdp-hints] "
          ` [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs

[PATCH net v3] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
 2022-11-01 21:10 UTC  (2+ messages)

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-01 20:32 UTC  (13+ messages)
` [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-11-01 20:01 UTC  (6+ messages)

[RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
 2022-11-01 19:44 UTC  (16+ messages)
` [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations

[PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
 2022-11-01 17:01 UTC  (11+ messages)
` [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
` [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
` [PATCH bpf-next v2 3/3] bpf/verifier: Take advantage of full allocation sizes

[PATCH bpf] bpf: Mark bpf_arch_init_dispatcher_early() as __init_or_module
 2022-11-01 16:37 UTC  (3+ messages)

Re: [PATCH] selftests/bpf: Fix strncpy() fortify warning
 2022-11-01 15:46 UTC  (10+ messages)
` [PATCH bpf-next] "
    `  "
` [RESEND PATCH "

[PATCH bpf-next] selftests: fix test group SKIPPED result
 2022-11-01 15:37 UTC  (5+ messages)

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-01 15:10 UTC  (8+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 RESEND 3/5] bpf: use vmalloc_exec for bpf program and bpf dispatcher
` [PATCH bpf-next v1 RESEND 4/5] vmalloc: introduce register_text_tail_vm()
` [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm

[PATCH bpf-next v1 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
 2022-11-01 15:06 UTC  (2+ messages)

[PATCH v2] samples/bpf: fix typo in README
 2022-11-01 14:30 UTC  (2+ messages)

Linux 6.1-rc3 build fail in include/linux/bpf.h
 2022-11-01 13:39 UTC  (3+ messages)

[PATCH bpf-next v1] bpf, docs: Document BPF_MAP_TYPE_BLOOM_FILTER
 2022-11-01 12:34 UTC 

[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
 2022-11-01 12:07 UTC  (4+ messages)

[PATCH bpf-next v2 0/1] Document BPF_MAP_TYPE_LPM_TRIE
 2022-11-01 11:45 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
 2022-11-01 11:03 UTC  (2+ messages)

[PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
 2022-11-01 11:00 UTC  (2+ messages)

[PATCH net v2] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
 2022-11-01  1:01 UTC  (4+ messages)

[PATCH] bpf: Remove the obsolte u64_stats_fetch_*_irq() users
 2022-10-31 22:50 UTC  (2+ messages)

[PATCH] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header
 2022-10-31 21:57 UTC 

[PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
 2022-10-31 12:28 UTC  (3+ messages)

Closing the BPF map permission loophole
 2022-10-31 11:53 UTC  (5+ messages)

[PATCH] uapi: Add missing linux/stddef.h header file to in.h
 2022-10-31  9:55 UTC 

[PATCH bpf-next] bpf: fix memory leak in grow_stack_state()
 2022-10-31  7:08 UTC 

[PATCH] veth: Avoid drop packets when xdp_redirect performs
 2022-10-31  6:19 UTC 

[PATCH] samples: bpf: fix typo in README
 2022-10-30 18:00 UTC  (3+ messages)

BUG: unable to handle kernel paging request in tcp_retransmit_timer
 2022-10-30 16:27 UTC  (2+ messages)

INFO: task hung in ppp_ioctl
 2022-10-30 10:05 UTC 

[PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
 2022-10-29 13:55 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: Fix tracex2 error: No such file or directory
 2022-10-29  9:11 UTC 

[PATCH] samples/bpf: Fix sockex3: missing BPF prog type
 2022-10-29  7:53 UTC  (2+ messages)
` [PATCH bpf-next] "

[PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
 2022-10-29  7:25 UTC  (2+ messages)

[PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
 2022-10-29  7:19 UTC  (2+ messages)

[PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
 2022-10-29  3:43 UTC  (4+ messages)

[PATCH net] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
 2022-10-28 23:26 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: check max_entries before allocating memory
 2022-10-28 23:20 UTC  (3+ messages)

[PATCH] bpf: Use kmalloc_size_roundup() to match ksize() usage
 2022-10-28 23:19 UTC  (5+ messages)


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