BPF List
 help / color / mirror / Atom feed
 messages from 2024-07-28 03:01:44 to 2024-07-30 05:15:12 UTC [more...]

[PATCHSET][RFC] struct fd and memory safety
 2024-07-30  5:16 UTC  (28+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
  ` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
  ` [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
  ` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
  ` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
  ` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
  ` [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
  ` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
  ` [PATCH 14/39] simplify xfs_find_handle() a bit
  ` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
  ` [PATCH 16/39] convert __bpf_prog_get() "
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
  ` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
  ` [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
  ` [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
  ` [PATCH 23/39] fdget(), trivial conversions
  ` [PATCH 24/39] fdget(), more "
  ` [PATCH 25/39] convert do_preadv()/do_pwritev()
  ` [PATCH 26/39] convert cachestat(2)
  ` [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use

Supporting New Memory Barrier Types in BPF
 2024-07-30  5:14 UTC  (5+ messages)

[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
 2024-07-30  4:25 UTC  (7+ messages)
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
      ` [RFC bpf-next] bpf, verifier: improve signed ranges inference for BPF_AND

[PATCH] cgroup/cpuset: fix panic caused by partcmd_update
 2024-07-30  3:48 UTC  (6+ messages)

[PATCH bpf-next v2] bpf: Add bpf_check_attach_target_with_klog method to output failure logs to kernel
 2024-07-30  3:32 UTC  (11+ messages)

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-07-30  3:18 UTC  (12+ messages)

[PATCH net-next v17 00/14] Device Memory TCP
 2024-07-30  2:26 UTC  (15+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v17 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v17 06/14] page_pool: devmem support
` [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v17 08/14] net: support non paged skb frags
` [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v17 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v17 12/14] net: add devmem TCP documentation
` [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v17 14/14] netdev: add dmabuf introspection

[PATCH iwl-next,v1 3/3] igc: Add default Rx Queue into documentation
 2024-07-30  1:23 UTC 

[PATCH iwl-next,v1 2/3] igc: Add default Rx queue configuration via sysfs
 2024-07-30  1:23 UTC 

[PATCH iwl-next,v1 1/3] igc: Add documentation
 2024-07-30  1:22 UTC 

[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
 2024-07-30  1:22 UTC 

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-30  0:35 UTC  (13+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[PATCH bpf-next v3 0/6] monitor network traffic for flaky test cases
 2024-07-30  0:27 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v3 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v3 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v3 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v3 6/6] selftests/bpf: Monitor traffic for select_reuseport

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-30  0:20 UTC  (5+ messages)
` [RFC PATCH v9 07/11] bpf: net_sched: Allow more optional operators in Qdisc_ops

[RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
 2024-07-29 22:51 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the bpf-next tree
 2024-07-29 22:07 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
 2024-07-29 21:54 UTC  (11+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v2 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
` [PATCH bpf-next v2 3/3] selftests/bpf: add wrong type test to cgroup dev

[PATCH v14 3/3] security: Replace indirect LSM hook calls with static calls
 2024-07-29 21:16 UTC  (6+ messages)

[PATCH bpf-next 1/1] libbpf: add an ability to delete qdisc via bpf_tc_hook_destroy from C++
 2024-07-29 21:09 UTC  (2+ messages)

[PATCH V2 bpf-next] bpf: export btf_find_by_name_kind and bpf_base_func_proto
 2024-07-29 21:07 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
 2024-07-29 21:05 UTC  (6+ messages)

perf_event_output payload capture flags?
 2024-07-29 20:58 UTC  (5+ messages)
  ` [EXTERNAL] "
      ` [Bpf] "

[PATCH 0/5] sysctl: prepare sysctl core for const struct ctl_table
 2024-07-29 20:43 UTC  (6+ messages)
` [PATCH 1/5] bpf: Constify ctl_table argument of filter function
` [PATCH 2/5] sysctl: move internal interfaces to const struct ctl_table
` [PATCH 3/5] sysctl: allow registration of "
` [PATCH 4/5] sysctl: make internal ctl_tables const
` [PATCH 5/5] const_structs.checkpatch: add ctl_table

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-29 20:18 UTC  (12+ messages)
` [PATCH v8 01/11] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP
` [PATCH v8 02/11] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v8 03/11] PCI: imx6: Fix missing call to phy_power_off() in error handling
` [PATCH v8 04/11] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v8 05/11] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v8 06/11] PCI: imx6: Simplify switch-case logic by involve core_reset callback
` [PATCH v8 07/11] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v8 08/11] PCI: imx6: Consolidate redundant if-checks
` [PATCH v8 09/11] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v8 10/11] PCI: imx6: Call common PHY API to set mode, speed, and submode
` [PATCH v8 11/11] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[PATCH net v2 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-07-29 20:07 UTC  (9+ messages)
` [PATCH net v2 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's
` [PATCH net v2 2/8] ice: don't busy wait for Rx queue disable in ice_qp_dis()
` [PATCH net v2 3/8] ice: replace synchronize_rcu with synchronize_net
` [PATCH net v2 4/8] ice: modify error handling when setting XSK pool in ndo_bpf
` [PATCH net v2 5/8] ice: toggle netif_carrier when setting up XSK pool
` [PATCH net v2 6/8] ice: improve updating ice_{t,r}x_ring::xsk_pool
` [PATCH net v2 7/8] ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
` [PATCH net v2 8/8] ice: xsk: fix txq interrupt mapping

[PATCH v2 0/8] libperf: Add interface for overflow check of sampling events
 2024-07-29 19:46 UTC  (13+ messages)
` [PATCH v2 1/8] libperf: Move 'open_flags' from tools/perf to evsel::open_flags
` [PATCH v2 2/8] libbpf: Move opts code into dedicated header
` [PATCH v2 3/8] libperf: Introduce perf_{evsel, evlist}__open_opt with extensible struct opts
` [PATCH v2 4/8] libperf: Add support for overflow handling of sampling events
` [PATCH v2 5/8] libperf: Add perf_evsel__has_fd() functions
` [PATCH v2 6/8] libperf: Add perf_evsel__{refresh, period}() functions
` [PATCH v2 7/8] libperf test: Add test_stat_overflow()
` [PATCH v2 8/8] libperf test: Add test_stat_overflow_event()

[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
 2024-07-29 19:25 UTC  (2+ messages)

XDP Performance Regression in recent kernel versions
 2024-07-29 18:00 UTC  (11+ messages)

[PATCH RESEND v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-29 17:52 UTC 

[PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
 2024-07-29 17:50 UTC  (18+ messages)
` [PATCH bpf-next v1 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
` [PATCH bpf-next v1 7/8] selftests/bpf: Fix using stdout, stderr as struct field names
` [PATCH bpf-next v2 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
  ` [PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()
  ` [PATCH bpf-next v2 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
  ` [PATCH bpf-next v2 3/8] selftests/bpf: Fix error compiling test_lru_map.c
  ` [PATCH bpf-next v2 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type
  ` [PATCH bpf-next v2 5/8] selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
  ` [PATCH bpf-next v2 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
  ` [PATCH bpf-next v2 7/8] selftests/bpf: Fix using stdout, stderr as struct field names
  ` [PATCH bpf-next v2 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-29 16:57 UTC  (10+ messages)
` [PATCH v2 bpf-next 07/10] lib/buildid: harden build ID parsing logic some more
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-29 16:52 UTC  (4+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (3+ messages)

[PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-07-29 15:00 UTC  (2+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-07-29 13:46 UTC  (2+ messages)

[RFC] Printk deadlock in bpf trace called from scheduler context
 2024-07-29 12:45 UTC  (3+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29 11:45 UTC  (14+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[PATCH dwarves 0/2] add distilled base BTF support to pahole
 2024-07-29 11:13 UTC  (3+ messages)
` [PATCH dwarves 1/2] pahole: Sync with libbpf-1.5
` [PATCH dwarves 2/2] btf_encoder: add "distilled_base" BTF feature to split BTF generation

[PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs
 2024-07-29 11:11 UTC  (15+ messages)
` [PATCH v3 bpf-next 1/3] bpf: "
` [PATCH v3 bpf-next 2/3] selftests/bpf: add negative tests for "

[PATCH net] tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
 2024-07-29 10:08 UTC  (2+ messages)

[PATCH bpf-next 1/1] libbpf: add an ability to delete qdisc via bpf_tc_hook_destroy from C++
 2024-07-29  8:45 UTC 

LPC 2024 BPF Track CFP [Reminder]
 2024-07-29  8:27 UTC  (2+ messages)
` LPC 2024 BPF Track CFP [Final Reminder]

[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
 2024-07-29  5:12 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-07-29  2:25 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for "

[RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
 2024-07-28 22:10 UTC  (3+ messages)

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-07-28 12:55 UTC 

[PATCH v1 bpf-next 0/4] Support bpf_kptr_xchg into local kptr
 2024-07-28  3:01 UTC  (2+ messages)
` [PATCH v1 bpf-next 4/4] selftests/bpf: Test bpf_kptr_xchg stashing "


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