bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 09:24:26 to 2020-07-06 18:56:48 UTC [more...]

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-07-06 18:56 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage

[PATCH] bpf: lsm: Disable or enable BPF LSM at boot time
 2020-07-06 18:51 UTC  (2+ messages)

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-06 18:39 UTC  (16+ messages)
` [PATCH bpf-next 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next 03/14] xsk: create and free context independently from umem
` [PATCH bpf-next 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next 05/14] xsk: move queue_id, dev and need_wakeup to context
` [PATCH bpf-next 06/14] xsk: move xsk_tx_list and its lock to buffer pool
` [PATCH bpf-next 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next 08/14] xsk: net: enable sharing of dma mappings
` [PATCH bpf-next 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH bpf-next V2 0/2] BPF selftests test runner 'test_progs' use proper shell exit codes
 2020-07-06 17:00 UTC  (3+ messages)
` [PATCH bpf-next V2 1/2] selftests/bpf: test_progs use another shell exit on non-actions
` [PATCH bpf-next V2 2/2] selftests/bpf: test_progs avoid minus shell exit codes

[PATCH -next] perf/core: Make some symbols static
 2020-07-06 13:52 UTC 

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-06 12:06 UTC  (30+ messages)
` [PATCH bpf-next v3 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
  ` [RFC PATCH] bpf: sk_lookup_prog_ops can be static
` [PATCH bpf-next v3 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v3 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v3 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v3 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

general protection fault in perf_tp_event (2)
 2020-07-06 10:59 UTC 

[PATCH net v3] sched: consistently handle layer3 header accesses in the presence of VLANs
 2020-07-06 10:53 UTC  (8+ messages)

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-06 10:26 UTC  (12+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event
` [PATCH bpf-next 2/4] samples: bpf: refactor BPF map in map test with libbpf
` [PATCH bpf-next 3/4] samples: bpf: refactor BPF map performance "

bpf: bpf_probe_read helper restriction on s390x
 2020-07-06 10:15 UTC 

bpf: bpf_probe_read helper restriction on s390x
 2020-07-06  8:54 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in bpf_prog_ADDR_L
 2020-07-06  6:21 UTC 

WARNING in bpf_xdp_adjust_tail
 2020-07-06  6:20 UTC  (2+ messages)

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-05 20:19 UTC  (13+ messages)
` [PATCH 1/5] kallsyms: Refactor kallsyms_show_value() to take cred
` [PATCH 2/5] module: Refactor section attr into bin attribute
` [PATCH 3/5] module: Do not expose section addresses to non-CAP_SYSLOG
` [PATCH 4/5] kprobes: Do not expose probe "
` [PATCH 5/5] bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()

general protection fault in __btf_resolve_helper_id
 2020-07-05 18:41 UTC 

[PATCH v6 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-05  9:54 UTC  (10+ messages)
` [PATCH v6 bpf-next 1/9] cpumap: use non-locked version __ptr_ring_consume_batched
` [PATCH v6 bpf-next 2/9] net: refactor xdp_convert_buff_to_frame
` [PATCH v6 bpf-next 3/9] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH v6 bpf-next 4/9] cpumap: formalize map value as a named struct
` [PATCH v6 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH v6 bpf-next 6/9] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries
` [PATCH v6 bpf-next 7/9] libbpf: add SEC name for xdp programs attached to CPUMAP
` [PATCH v6 bpf-next 8/9] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpumap
` [PATCH v6 bpf-next 9/9] selftest: add tests for XDP programs in CPUMAP entries

pull-request: bpf-next 2020-07-04
 2020-07-05  0:49 UTC  (2+ messages)

[PATCH bpf-next V3 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-04 18:15 UTC  (7+ messages)
` [PATCH bpf-next V3 1/3] selftests/bpf: test_progs indicate to shell on non-actions
    ` [PATCH bpf-next] selftests/bpf: test_progs use another shell exit "

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-04 16:00 UTC  (40+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v3 00/16] "
                ` [PATCH v3 01/16] umh: Capture the pid in umh_pipe_setup
                ` [PATCH v3 02/16] umh: Move setting PF_UMH into umh_pipe_setup
                ` [PATCH v3 03/16] umh: Rename the user mode driver helpers for clarity
                ` [PATCH v3 04/16] umh: Remove call_usermodehelper_setup_file
                ` [PATCH v3 05/16] umh: Separate the user mode driver and the user mode helper support
                ` [PATCH v3 06/16] umd: For clarity rename umh_info umd_info
                ` [PATCH v3 07/16] umd: Rename umd_info.cmdline umd_info.driver_name
                ` [PATCH v3 08/16] umd: Transform fork_usermode_blob into fork_usermode_driver
                ` [PATCH v3 09/16] umh: Stop calling do_execve_file
                ` [PATCH v3 10/16] exec: Remove do_execve_file
                ` [PATCH v3 11/16] bpfilter: Move bpfilter_umh back into init data
                ` [PATCH v3 12/16] umd: Track user space drivers with struct pid
                ` [PATCH v3 13/16] exit: Factor thread_group_exited out of pidfd_poll
                ` [PATCH v3 14/16] bpfilter: Take advantage of the facilities of struct pid
                ` [PATCH v3 15/16] umd: Remove exit_umh
                ` [PATCH v3 16/16] umd: Stop using split_argv

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-04 10:48 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH bpf-next 2/3] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH bpf-next 3/3] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH v5 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-03 22:24 UTC  (7+ messages)
` [PATCH v5 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

[PATCH net-next v2 0/5] mvpp2: XDP support
 2020-07-03 21:46 UTC  (8+ messages)
` [PATCH net-next v2 1/5] mvpp2: refactor BM pool init percpu code
` [PATCH net-next v2 2/5] mvpp2: use page_pool allocator
` [PATCH net-next v2 3/5] mvpp2: add basic XDP support
` [PATCH net-next v2 4/5] mvpp2: XDP TX support
` [PATCH net-next v2 5/5] mvpp2: xdp ethtool stats

[PATCH bpf-next] selftests/bpf: fix compilation error of bpf_iter_task_stack.c
 2020-07-03 21:30 UTC  (2+ messages)

[bpf-next PATCH v2] bpf: fix bpftool without skeleton code enabled
 2020-07-03 21:22 UTC  (2+ messages)

Build errors in tools/testing/selftests/bpf/ at 046cc3dd9a25
 2020-07-03 18:09 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-03 14:44 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()
` [PATCH bpf-next 2/2] selftests/bpf: add selftests verifying bpf_trace_printk() behaviour

[PATCH v5 bpf-next 0/9] bpf: Add d_path helper - preparation changes
 2020-07-03  9:51 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [PATCH v5 bpf-next 2/9] bpf: Compile resolve_btfids tool at kernel compilation start
` [PATCH v5 bpf-next 3/9] bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros
` [PATCH v5 bpf-next 4/9] bpf: Resolve BTF IDs in vmlinux image
` [PATCH v5 bpf-next 5/9] bpf: Remove btf_id helpers resolving
` [PATCH v5 bpf-next 6/9] bpf: Use BTF_ID to resolve bpf_ctx_convert struct
` [PATCH v5 bpf-next 7/9] bpf: Add info about .BTF.ids section to btf.rst
` [PATCH v5 bpf-next 8/9] tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
` [PATCH v5 bpf-next 9/9] selftests/bpf: Add test for resolve_btfids

[PATCH] Replace HTTP links with HTTPS ones: BPF (Safe dynamic programs and tools)
 2020-07-03  6:38 UTC  (3+ messages)

[bpf-next] bpf: fix build without CONFIG_STACKTRACE
 2020-07-03  3:30 UTC  (2+ messages)

[PATCH] hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
 2020-07-03  0:45 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-02 22:17 UTC  (2+ messages)

[bpf-next PATCH] bpf: fix bpftool without skeleton code enabled
 2020-07-02 21:01 UTC  (2+ messages)

[PATCH net-next 0/4] i40e driver performance tweaks for AF_XDP
 2020-07-02 15:37 UTC  (5+ messages)
` [PATCH net-next 1/4] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
` [PATCH net-next 2/4] i40e: use 16B HW descriptors instead of 32B
` [PATCH net-next 3/4] i40e, xsk: increase budget for AF_XDP path
` [PATCH net-next 4/4] i40e, xsk: move buffer allocation out of the Rx processing loop

[PATCH 18/20] block: refator submit_bio_noacct
 2020-07-02 15:15 UTC 

[RFC PATCH bpf-next 0/5] bpf: tailcalls in BPF subprograms
 2020-07-02 13:49 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [RFC PATCH bpf-next 2/5] bpf: allow for tailcalls in BPF subprograms
` [RFC PATCH bpf-next 3/5] bpf: propagate poke descriptors to subprograms
` [RFC PATCH bpf-next 4/5] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [RFC PATCH bpf-next 5/5] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH net-next 0/4] mvpp2: XDP support
 2020-07-02 10:19 UTC  (8+ messages)
` [PATCH net-next 2/4] mvpp2: use page_pool allocator
` [PATCH net-next 3/4] mvpp2: add basic XDP support

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-02 10:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset


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