bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 16:42:02 to 2021-08-10 11:00:10 UTC [more...]

[PATCH bpf-next v2 00/14] bpf/tests: Extend the eBPF test suite
 2021-08-10 11:00 UTC  (16+ messages)
` [PATCH bpf-next v2 01/14] bpf/tests: Add BPF_JMP32 test cases
` [PATCH bpf-next v2 02/14] bpf/tests: Add BPF_MOV tests for zero and sign extension
` [PATCH bpf-next v2 03/14] bpf/tests: Fix typos in test case descriptions
` [PATCH bpf-next v2 04/14] bpf/tests: Add more tests of ALU32 and ALU64 bitwise operations
` [PATCH bpf-next v2 05/14] bpf/tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH
` [PATCH bpf-next v2 06/14] bpf/tests: Add more BPF_LSH/RSH/ARSH tests for ALU64
` [PATCH bpf-next v2 07/14] bpf/tests: Add more ALU64 BPF_MUL tests
` [PATCH bpf-next v2 08/14] bpf/tests: Add tests for ALU operations implemented with function calls
` [PATCH bpf-next v2 09/14] bpf/tests: Add word-order tests for load/store of double words
` [PATCH bpf-next v2 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH bpf-next v2 11/14] bpf/tests: Add test for 32-bit context pointer argument passing
` [PATCH bpf-next v2 12/14] bpf/tests: Add tests for atomic operations
` [PATCH bpf-next v2 13/14] bpf/tests: Add tests for BPF_CMPXCHG
` [PATCH bpf-next v2 14/14] bpf/tests: Add tail call test suite

[PATCH v4 bpf-next 0/3] BPF iterator for UNIX domain socket
 2021-08-10  9:28 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] bpf: af_unix: Implement "
` [PATCH v4 bpf-next 2/3] bpf: Support "%c" in bpf_bprintf_prepare()
` [PATCH v4 bpf-next 3/3] selftest/bpf: Implement sample UNIX domain socket iterator program

[PATCH] samples: bpf: add an explict comment to handle nested vlan tagging
 2021-08-10  9:20 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in _copy_to_iter
 2021-08-10  9:19 UTC  (18+ messages)

[PATCH bpf] bpf: fix potentially incorrect results with bpf_get_local_storage()
 2021-08-10  8:30 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: fix a couple of issues with syscall program
 2021-08-10  8:14 UTC  (6+ messages)
` [PATCH bpf v3 1/2] bpf: add rcu read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
` [PATCH bpf v3 2/2] bpf: add missing bpf_read_[un]lock_trace() for syscall program

R11 is invalid with LLVM 12 and later
 2021-08-10  6:31 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: Reconfigure libbpf docs to remove unversioned API
 2021-08-10  2:11 UTC  (2+ messages)

[PATCH v3 bpf-next 00/14] BPF perf link and user-provided bpf_cookie
 2021-08-10  0:52 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v3 bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v3 bpf-next 05/14] bpf: allow to specify user-provided bpf_cookie for BPF perf links
` [PATCH bpf-next v4] libbpf: introduce legacy kprobe events support

[PATCH v2 bpf-next 0/5] Improve the usability of test_progs
 2021-08-10  0:16 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests
` [PATCH v2 bpf-next 2/5] Add glob matching for test selector in test_progs
` [PATCH v2 bpf-next 3/5] Correctly display subtest skip status
` [PATCH v2 bpf-next 4/5] Display test number when listing test names
` [PATCH v2 bpf-next 5/5] Record all failed tests and output after the summary line

[PATCH bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests
 2021-08-10  0:16 UTC  (7+ messages)
` [PATCH bpf-next 2/5] Support glob matching for test selector
` [PATCH bpf-next 3/5] Correctly display subtest skip status
` [PATCH bpf-next 4/5] Display test number when listing test names
` [PATCH bpf-next 5/5] Record all failed tests and output after the summary line

[PATCH bpf v2 0/2] bpf: fix a couple of issues with syscall program
 2021-08-09 22:34 UTC  (9+ messages)
` [PATCH bpf v2 1/2] bpf: don't call bpf_get_current_[ancestor_]cgroup_id() in sleepable progs
` [PATCH bpf v2 2/2] bpf: add missing bpf_read_[un]lock_trace() for syscall program

[PATCH] bpf: core: fix kernel-doc notation
 2021-08-09 21:52 UTC 

[PATCH bpf-next 0/3] XDP bonding support
 2021-08-09 21:41 UTC  (8+ messages)
` [PATCH bpf-next v6 0/7]: "
  ` [PATCH bpf-next v6 6/7] selftests/bpf: Fix xdp_tx.c prog section name
  ` [PATCH bpf-next v6 7/7] selftests/bpf: Add tests for XDP bonding

[PATCH bpf-next 0/7] Fix MAX_TAIL_CALL_CNT handling in eBPF JITs
 2021-08-09 21:09 UTC  (12+ messages)
` [PATCH bpf-next 1/7] arm: bpf: Fix off-by-one in tail call count limiting
` [PATCH bpf-next 2/7] arm64: "
` [PATCH bpf-next 3/7] powerpc: "
` [PATCH bpf-next 4/7] s390: "
` [PATCH bpf-next 5/7] sparc: "
` [PATCH bpf-next 6/7] mips: "
` [PATCH bpf-next 7/7] x86: bpf: Fix comments on "

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-09 19:47 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v6 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v6 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v6 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v6 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH] samples: bpf: xdp1: remove duplicate code to find protocol
 2021-08-09  0:01 UTC  (4+ messages)

Update percpu array from userspace?
 2021-08-08 21:59 UTC 

(No Subject)
 2021-08-08 20:46 UTC 

[PATCH] samples: bpf: xdp2: remove duplicate code to find protocol
 2021-08-08 12:34 UTC 

[PATCH bpf-next] libbpf: support weak typed ksyms
 2021-08-07  0:48 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] BPF iterator for UNIX domain socket
 2021-08-07  0:09 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/2] bpf: af_unix: Implement "
` [PATCH v3 bpf-next 2/2] selftest/bpf: Implement sample UNIX domain socket iterator program

[PATCH 0/2] samples/bpf: xdpsock: Minor enhancements
 2021-08-07  0:00 UTC  (4+ messages)
` [PATCH 1/2] samples/bpf: xdpsock: Make the sample more useful outside the tree
` [PATCH 2/2] samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()

pull-request: bpf 2021-08-07
 2021-08-06 23:50 UTC 

[[RFC xdp-hints] 00/16] XDP hints and AF_XDP support
 2021-08-06 23:14 UTC  (5+ messages)
` [[RFC xdp-hints] 13/16] libbpf: Helpers to access XDP frame metadata
` [[RFC xdp-hints] 16/16] samples/bpf: Show XDP hints usage

[PATCH v2] bpf: Fix integer overflow involving bucket_size
 2021-08-06 23:10 UTC  (2+ messages)

[RFC bpf-next 0/5] SO_TXTIME support in AF_XDP
 2021-08-06 23:08 UTC  (5+ messages)
` [RFC bpf-next 2/5] libbpf: "
` [RFC bpf-next 3/5] igc: Launchtime support in XDP Tx ZC path

[syzbot] kernel BUG in __tlb_remove_page_size
 2021-08-06 22:20 UTC 

[PATCH v7 bpf-next 0/3] Add lookup_and_delete_elem support to BPF hash map types
 2021-08-06 21:42 UTC  (5+ messages)

[PATCH v3 intel-next 0/6] XDP_TX improvements for ice
 2021-08-06 20:46 UTC  (9+ messages)
` [PATCH v3 intel-next 1/6] ice: split ice_ring onto Tx/Rx separate structs
` [PATCH v3 intel-next 2/6] ice: unify xdp_rings accesses
` [PATCH v3 intel-next 3/6] ice: do not create xdp_frame on XDP_TX
` [PATCH v3 intel-next 4/6] ice: propagate xdp_ring onto rx_ring
` [PATCH v3 intel-next 5/6] ice: optimize XDP_TX workloads
` [PATCH v3 intel-next 6/6] ice: introduce XDP_TX fallback path

LPC 2021 Networking and BPF Track CFP
 2021-08-06 19:50 UTC  (3+ messages)
` LPC 2021 Networking and BPF Track CFP (Reminder)
  ` LPC 2021 Networking and BPF Track CFP (2nd reminder)

[PATCH bpf-next 0/4] bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
 2021-08-06 17:42 UTC  (4+ messages)
` [PATCH bpf-next 4/4] bpf: selftests: Add dctcp fallback test

[PATCH v4 intel-next 0/6] XDP_TX improvements for ice
 2021-08-06 16:34 UTC  (8+ messages)
` [PATCH v4 intel-next 1/6] ice: split ice_ring onto Tx/Rx separate structs
` [PATCH v4 intel-next 2/6] ice: unify xdp_rings accesses
` [PATCH v4 intel-next 3/6] ice: do not create xdp_frame on XDP_TX
` [PATCH v4 intel-next 4/6] ice: propagate xdp_ring onto rx_ring
` [PATCH v4 intel-next 5/6] ice: optimize XDP_TX workloads
` [PATCH v4 intel-next 6/6] ice: introduce XDP_TX fallback path

[PATCH bpf-next] selftests/bpf: rename reference_tracking BPF programs
 2021-08-06 15:30 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP
 2021-08-06 15:20 UTC  (3+ messages)

[PATCH bpf-next 0/3] tools: ksnoop: tracing kernel function entry/return with argument/return value display
 2021-08-06 14:56 UTC  (4+ messages)

[PATCH] bpf: Fix integer overflow involving bucket_size
 2021-08-06 14:25 UTC  (3+ messages)

[PATCH v4 0/7] Add TDX Guest Support (Attestation support)
 2021-08-06 12:10 UTC  (9+ messages)
` [PATCH v4 1/7] x86/tdx: Add tdg_debug_enabled() interface
` [PATCH v4 2/7] x86/tdx: Add TDREPORT TDX Module call support
` [PATCH v4 3/7] x86/tdx: Add GetQuote TDX hypercall support
` [PATCH v4 4/7] x86/tdx: Add SetupEventNotifyInterrupt "
` [PATCH v4 5/7] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v4 6/7] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v4 7/7] tools/tdx: Add a sample attestation user app

[PATCH] net: mvvp2: fix short frame size on s390
 2021-08-06 11:20 UTC  (2+ messages)

[PATCH NET v4 0/7] skbuff: introduce skb_expand_head()
 2021-08-06 10:14 UTC  (4+ messages)
  ` [PATCH NET v4 1/7] "
  ` [PATCH NET v4 7/7] bpf: use skb_expand_head in bpf_out_neigh_v4/6

[PATCH 5.4 0/6] bpf: backport fixes for CVE-2021-33624
 2021-08-06  8:07 UTC  (2+ messages)

[PATCH 5.10 0/6] bpf: selftests: fix verifier selftests
 2021-08-06  8:04 UTC  (2+ messages)

[PATCH net-next v2 0/4] add frag page support in page pool
 2021-08-06  2:46 UTC  (5+ messages)
` [PATCH net-next v2 1/4] page_pool: keep pp info as long as page pool owns the page
` [PATCH net-next v2 2/4] page_pool: add interface to manipulate frag count in page pool
` [PATCH net-next v2 3/4] page_pool: add frag page recycling support "
` [PATCH net-next v2 4/4] net: hns3: support skb's frag page recycling based on "

[PATCH bpf-next v5 00/11] sockmap: add sockmap support for unix datagram socket
 2021-08-06  2:34 UTC  (4+ messages)
` [PATCH bpf-next v5 11/11] selftests/bpf: add test cases for redirection between udp and unix

[PATCH net-next 0/4] add frag page support in page pool
 2021-08-06  1:37 UTC  (4+ messages)
` [PATCH net-next 4/4] net: hns3: support skb's frag page recycling based on "

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-08-05 22:54 UTC  (10+ messages)
` [PATCH] bpf: Fix off-by-one in tail call count limiting

[PATCH bpf-next v5 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-05 22:34 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v5 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v5 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v5 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v5 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 20:54 UTC 

[PATCH bpf-next v4 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-05 18:44 UTC  (3+ messages)
` [PATCH bpf-next v4 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH bpf-next v5 0/2] bpf: expand bpf_d_path helper allowlist
 2021-08-05 17:28 UTC  (6+ messages)
` [PATCH bpf-next v5 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions


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