bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 02:59:15 to 2020-08-18 10:08:27 UTC [more...]

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-18 10:08 UTC  (27+ messages)
` [PATCH 01/17] exec: Move unshare_files to fix posix file locking during exec
` [PATCH 02/17] exec: Simplify unshare_files
` [PATCH 03/17] exec: Remove reset_files_struct
` [PATCH 04/17] kcmp: In kcmp_epoll_target use fget_task
` [PATCH 05/17] bpf: In bpf_task_fd_query "
` [PATCH 06/17] file: Implement fcheck_task
` [PATCH 07/17] proc/fd: In tid_fd_mode use fcheck_task
` [PATCH 08/17] proc/fd: In proc_fd_link "
` [PATCH 09/17] file: Implement fnext_task
` [PATCH 10/17] proc/fd: In proc_readfd_common use fnext_task
` [PATCH 11/17] bpf/task_iter: In task_file_seq_get_next "
` [PATCH 12/17] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH 13/17] file: Remove get_files_struct
` [PATCH 14/17] file: Merge __fd_install into fd_install
` [PATCH 15/17] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH 16/17] file: Merge __alloc_fd into alloc_fd
` [PATCH 17/17] file: Rename __close_fd to close_fd and remove the files parameter

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-18  9:12 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/4] bpf: make BTF show support generic, apply to seq files/bpf_trace_printk

[PATCH bpf] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-18  8:39 UTC 

bpf-next is OPEN
 2020-08-18  8:38 UTC 

[PATCH] libbpf: simplify the return expression of build_map_pin_path()
 2020-08-18  8:20 UTC 

[PATCH bpf] selftest/bpf: make bpftool if it is not already built
 2020-08-18  7:44 UTC  (3+ messages)

[PATCH] libbpf: convert comma to semicolon
 2020-08-18  7:16 UTC 

[PATCH bpf-next] samples: bpf: Fix broken bpf programs due to removed symbol
 2020-08-18  5:16 UTC 

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-18  4:16 UTC  (11+ messages)
` [PATCH bpf-next v8 1/7] A purely mechanical change to split the renaming from the actual generalization
` [PATCH bpf-next v8 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v8 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v8 6/7] bpf: Allow local storage to be used from LSM programs

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-18  2:44 UTC  (15+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

[RFC PATCH v11 bpf-next 00/14] bpf: Add d_path helper
 2020-08-18  0:14 UTC  (3+ messages)
` [RFC PATCH v11 bpf-next 10/14] "

[PATCH bpf] bpf: use get_file_rcu() instead of get_file() for task_file iterator
 2020-08-17 21:49 UTC  (3+ messages)

[PATCH net] net: xdp: pull ethernet header off packet after computing skb->protocol
 2020-08-17 18:48 UTC  (5+ messages)

[PATCH 00/35] dma: convert tasklets to use new tasklet_setup()
 2020-08-17  8:17 UTC  (36+ messages)
` [PATCH 01/35] dma: altera-msgdma: convert tasklets to use new tasklet_setup() API
` [PATCH 02/35] dma: at_hdmac: "
` [PATCH 03/35] dma: at_xdmac: "
` [PATCH 04/35] dma: coh901318: "
` [PATCH 05/35] dma: dw: "
` [PATCH 06/35] dma: ep93xx: "
` [PATCH 07/35] dma: fsl: "
` [PATCH 08/35] dma: imx-dma: "
` [PATCH 09/35] dma: ioat: "
` [PATCH 10/35] dma: iop_adma: "
` [PATCH 11/35] dma: ipu: "
` [PATCH 12/35] dma: k3dma: "
` [PATCH 13/35] dma: mediatek: "
` [PATCH 14/35] dma: mmp: "
` [PATCH 15/35] dma: mpc512x: "
` [PATCH 16/35] dma: mv_xor: "
` [PATCH 17/35] dma: mxs-dma: "
` [PATCH 18/35] dma: nbpfaxi: "
` [PATCH 19/35] dma: pch_dma: "
` [PATCH 20/35] dma: pl330: "
` [PATCH 21/35] dma: ppc4xx: "
` [PATCH 22/35] dma: qcom: "
` [PATCH 23/35] dma: sa11x0: "
` [PATCH 24/35] dma: sirf-dma: "
` [PATCH 25/35] dma: ste_dma40: "
` [PATCH 26/35] dma: sun6i: "
` [PATCH 27/35] dma: tegra20: "
` [PATCH 28/35] dma: timb_dma: "
` [PATCH 29/35] dma: txx9dmac: "
` [PATCH 30/35] dma: virt-dma: "
` [PATCH 31/35] dma: xgene: "
` [PATCH 32/35] dma: xilinx: "
` [PATCH 33/35] dma: plx_dma: "
` [PATCH 34/35] dma: sf-pdma: "
` [PATCH 35/35] dma: k3-udma: "

[PATCH] perf test: Fix basic bpf filtering test
 2020-08-17  7:27 UTC 

[PATCH] clk: clk-hi3670: Add CLK_IGNORE_UNUSED flag
 2020-08-17  6:17 UTC  (2+ messages)

[PATCH] samples/bpf: Support both enter and exit kprobes in helper
 2020-08-16  6:02 UTC  (2+ messages)

[PATCH v2] bpf: Convert to use the preferred fallthrough macro
 2020-08-16  5:46 UTC  (2+ messages)

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-15  1:50 UTC 

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-15  1:48 UTC 

[PATCH net v5] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-15  7:41 UTC  (4+ messages)
    ` [PATCH net v6] "

[PATCH] samples/bpf: Support both enter and exit kprobes in helper
 2020-08-15 19:56 UTC 

pull-request: bpf 2020-08-15
 2020-08-15  0:22 UTC  (2+ messages)

[PATCH] bpftool: Fix version string in recursive builds
 2020-08-14 22:55 UTC  (4+ messages)

[RFC PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-14 19:15 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: RCU protect used_maps array and count
` [RFC PATCH bpf-next 2/5] bpf: Add BPF_PROG_ADD_MAP syscall
` [RFC PATCH bpf-next 3/5] libbpf: Add BPF_PROG_ADD_MAP syscall and use it on .metadata section
` [RFC PATCH bpf-next 4/5] bpftool: support dumping metadata
` [RFC PATCH bpf-next 5/5] selftests/bpf: Test bpftool loading and "

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-14 17:11 UTC  (3+ messages)

[PATCH 20/30] net: wireless: ath: ath5k: base: Fix kerneldoc formatting issue
 2020-08-14 11:39 UTC 

[PATCH v3 bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-14  0:08 UTC  (11+ messages)
` [PATCH v3 bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH v3 bpf 2/9] selftest/bpf: "
` [PATCH v3 bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH v3 bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH v3 bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH v3 bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH v3 bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH v3 bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH v3 bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH bpf] doc: Add link to bpf helpers man page
 2020-08-13 21:37 UTC  (3+ messages)

[bpf PATCH v3 0/5] Fix sock_ops field read splat
 2020-08-13 21:36 UTC  (2+ messages)

[PATCH v2 bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-13 20:46 UTC  (11+ messages)
` [PATCH v2 bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH v2 bpf 2/9] selftest/bpf: "
` [PATCH v2 bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH v2 bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH v2 bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH v2 bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH v2 bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH v2 bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH v2 bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH bpf] libbpf: Prevent overriding errno when logging errors
 2020-08-13 20:52 UTC  (5+ messages)

[PATCH bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-13 20:03 UTC  (12+ messages)
` [PATCH bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH bpf 2/9] selftest/bpf: "
` [PATCH bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH] tools build feature: Quote CC and CXX for their arguments
 2020-08-13 13:01 UTC  (3+ messages)

[RFC PATCH bpf-next] bpf: Iterate through all PT_NOTE sections when looking for build id
 2020-08-13  1:20 UTC  (3+ messages)

[PATCH bpf v2] libbpf: Handle GCC built-in types for Arm NEON
 2020-08-13  1:12 UTC  (3+ messages)

[PATCH bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof()
 2020-08-13  1:10 UTC  (3+ messages)

[PATCH bpf] bpf: fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST
 2020-08-13  1:08 UTC  (4+ messages)

[RFC PATCH bpf-next] bpf: add bpf_get_skb_hash helper function
 2020-08-12 21:13 UTC  (4+ messages)

[PATCH bpf-next] bpf: fix load XDP program error in test_xdp_vlan
 2020-08-12 20:40 UTC  (2+ messages)

[PATCH bpf] libbpf: Handle GCC built-in types for Arm NEON
 2020-08-12 14:37 UTC  (3+ messages)

[RFC] bpf: verifier check for dead branch
 2020-08-12  7:48 UTC  (7+ messages)

eBPF CO-RE cross-compilation for 32-bit ARM platforms
 2020-08-12  3:18 UTC  (8+ messages)


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