bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 14:09:11 to 2020-10-09 20:06:17 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 19:50 UTC  (46+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

libbpf error: unknown register name 'r0' in asm
 2020-10-09 19:58 UTC  (19+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-09 19:49 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Propagate scalar ranges through register assignments
` [PATCH v2 bpf-next 2/4] bpf: Track spill/fill of bounded scalars
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test
` [PATCH v2 bpf-next 4/4] selftests/bpf: Asm tests for the verifier regalloc tracking

[PATCH dwarves] btf_loader: handle union forward declaration properly
 2020-10-09 19:26 UTC 

[PATCH bpf-next v3] bpf_fib_lookup: always return target ifindex
 2020-10-09 18:42 UTC 

[PATCH bpf-next v2 0/6] Follow-up BPF helper improvements
 2020-10-09 18:42 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v2 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v2 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v2 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v2 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v2 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next v2] bpf_fib_lookup: optionally skip neighbour lookup
 2020-10-09 18:42 UTC  (3+ messages)

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:37 UTC  (7+ messages)
` [bpf-next PATCH v3 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v3 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v3 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v3 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v3 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v3 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

Running JITed and interpreted programs simultaneously
 2020-10-09 18:40 UTC 

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-09 18:33 UTC  (13+ messages)
` [PATCH bpf-next V3 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V3 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V3 3/6] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V3 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V3 5/6] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V3 6/6] net: inline and splitup is_skb_forwardable

[PATCH v3 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-09 18:32 UTC  (16+ messages)
` [PATCH v3 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
` [PATCH v3 seccomp 3/5] seccomp/cache: Lookup syscall allowlist for fast path
` [PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
  ` [PATCH v4 seccomp 1/5] seccomp/cache: Lookup syscall allowlist bitmap for fast path
  ` [PATCH v4 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
  ` [PATCH v4 seccomp 3/5] x86: Enable seccomp architecture tracking
  ` [PATCH v4 seccomp 4/5] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-09 18:29 UTC  (8+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:04 UTC  (8+ messages)
` [bpf-next PATCH v2 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v2 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v2 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v2 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v2 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v2 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH v2 dwarves 0/8] Switch BTF loading and encoding to libbpf APIs
 2020-10-09 17:59 UTC  (15+ messages)
` [PATCH v2 dwarves 1/8] btf_loader: use libbpf to load BTF
` [PATCH v2 dwarves 2/8] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH v2 dwarves 3/8] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH v2 dwarves 4/8] btf_encoder: discard CUs after BTF encoding
` [PATCH v2 dwarves 5/8] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH v2 dwarves 6/8] dwarf_loader: increase the size of lookup hash map
` [PATCH v2 dwarves 7/8] strings: use BTF's string APIs for strings management
` [PATCH v2 dwarves 8/8] btf_encoder: support cross-compiled ELF binaries with different endianness

[PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt
 2020-10-09 15:17 UTC  (3+ messages)

[PATCH bpf-next] xsk: introduce padding between ring pointers
 2020-10-09 15:03 UTC  (2+ messages)

[bpf-next PATCH 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09  7:28 UTC  (9+ messages)
` [bpf-next PATCH 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH bpf-next] bpf: add tcp_notsent_lowat bpf setsockopt
 2020-10-09  6:56 UTC  (3+ messages)

[PATCH bpf-next 0/6] Follow-up BPF helper improvements
 2020-10-09  3:58 UTC  (11+ messages)
` [PATCH bpf-next 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next] bpf_fib_lookup: return target ifindex even if neighbour lookup fails
 2020-10-08 21:58 UTC  (8+ messages)

pull-request: bpf 2020-10-08
 2020-10-08 21:06 UTC  (2+ messages)

[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
 2020-10-08 19:32 UTC  (4+ messages)
` [PATCH dwarves 04/11] btf_loader: use libbpf to load BTF

[PATCH v2] ARM: kprobes: Avoid fortify_panic() when copying optprobe template
 2020-10-08 19:13 UTC 

[PATCH bpf-next 0/3] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-08 17:59 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-08 15:53 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Propagate scalar ranges through register assignments

[PATCH v4 bpf-next 00/13] mvneta: introduce XDP multi-buffer support
 2020-10-08 14:38 UTC  (11+ 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).