messages from 2023-08-23 22:56:26 to 2023-08-25 14:21:18 UTC [more...]
[PATCH] bpf: task_group_seq_get_next: cleanup the usage of next_thread()
2023-08-25 13:50 UTC (4+ messages)
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 14:20 UTC (32+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH 0/2] Documentation: sphinx: Add sphinx-prompt
2023-08-25 14:16 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Documentation: bpf: Use sphinx-prompt
[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-25 14:15 UTC (4+ messages)
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
[PATCH bpf-next v3 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-08-25 13:04 UTC (9+ messages)
` [PATCH bpf-next v3 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v3 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v3 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v3 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v3 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v3 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v3 7/7] selftests/bpf: add tests for verdict skmsg to closed socket
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-25 13:32 UTC
[PATCH bpf-next v2 00/11] seltests/xsk: various improvements to xskxceiver
2023-08-25 13:34 UTC (25+ messages)
` [PATCH bpf-next v2 01/11] selftests/xsk: print per packet info in verbose mode
` [PATCH bpf-next v2 02/11] selftests/xsk: add timeout for Tx thread
` [PATCH bpf-next v2 03/11] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next v2 04/11] selftests/xsk: move all tests to separate functions
` [PATCH bpf-next v2 05/11] selftests/xsk: declare test names in struct
` [PATCH bpf-next v2 06/11] selftests/xsk: add option that lists all tests
` [PATCH bpf-next v2 07/11] selftests/xsk: add option to run single test
` [PATCH bpf-next v2 08/11] selftests/xsk: use ksft_print_msg uniformly
` [PATCH bpf-next v2 09/11] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next v2 10/11] selftests/xsk: display command line options with -h
` [PATCH bpf-next v2 11/11] selftests/xsk: introduce XSKTEST_ETH environment variable
selftests: hid: trouble building with clang due to missing header
2023-08-25 13:01 UTC (12+ messages)
[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-08-25 11:40 UTC (17+ messages)
` [PATCH bpf-next v2 1/3] riscv: extend patch_text_nosync() for multiple pages
` [PATCH bpf-next v2 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the BPF JIT
[PATCH bpf-next] docs/bpf: Add description for CO-RE relocations
2023-08-25 11:40 UTC (3+ messages)
[PATCH bpf-next v6] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-25 10:40 UTC (4+ messages)
[PATCH bpf-next v7] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-25 10:36 UTC
WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342
2023-08-25 10:32 UTC
[PATCH v2 bpf-next] libbpf: add basic BTF sanity validation
2023-08-25 8:46 UTC (3+ messages)
[PATCH 0/3] selftests/hid: assorted fixes
2023-08-25 8:36 UTC (4+ messages)
` [PATCH 1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3
` [PATCH 2/3] selftests/hid: do not manually call headers_install
` [PATCH 3/3] selftests/hid: force using our compiled libbpf headers
[PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts
2023-08-25 8:26 UTC (2+ messages)
[PATCH net v3] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
2023-08-25 7:10 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: Enable preemption after irq_work_raise() completes
2023-08-25 6:04 UTC (10+ messages)
` [PATCH bpf-next 1/3] bpf: Enable preemption after irq_work_raise() in unit_alloc()
[PATCH bpf-next v3] libbpf: handle producer position overflow
2023-08-25 3:17 UTC (4+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-08-25 0:26 UTC (7+ messages)
[PATCH v2 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
2023-08-24 22:25 UTC (11+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping "
[PATCH] libbpf: handle producer position overflow
2023-08-24 22:22 UTC (8+ messages)
[QUESTION] bpf/tc verifier error: invalid access to map value, min value is outside of the allowed memory range
2023-08-24 20:32 UTC
[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
2023-08-24 19:27 UTC (24+ messages)
` [RFC bpf-next 01/23] ice: make RX hash reading code more reusable
` [RFC bpf-next 02/23] ice: make RX HW timestamp "
` [RFC bpf-next 03/23] ice: make RX checksum checking "
` [RFC bpf-next 04/23] ice: Make ptype internal to descriptor info processing
` [RFC bpf-next 05/23] ice: Introduce ice_xdp_buff
` [RFC bpf-next 06/23] ice: Support HW timestamp hint
` [RFC bpf-next 07/23] ice: Support RX hash XDP hint
` [RFC bpf-next 08/23] ice: Support XDP hints in AF_XDP ZC mode
` [RFC bpf-next 09/23] xdp: Add VLAN tag hint
` [RFC bpf-next 10/23] ice: Implement "
` [RFC bpf-next 11/23] ice: use VLAN proto from ring packet context in skb path
` [RFC bpf-next 12/23] xdp: Add checksum hint
` [RFC bpf-next 13/23] ice: Implement "
` [RFC bpf-next 14/23] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [RFC bpf-next 15/23] net, xdp: allow metadata > 32
` [RFC bpf-next 16/23] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [RFC bpf-next 17/23] veth: Implement VLAN tag and checksum XDP hint
` [RFC bpf-next 18/23] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [RFC bpf-next 19/23] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [RFC bpf-next 20/23] selftests/bpf: Check VLAN tag and proto "
` [RFC bpf-next 21/23] selftests/bpf: check checksum state "
` [RFC bpf-next 22/23] mlx5: implement VLAN tag XDP hint
` [RFC bpf-next 23/23] mlx5: implement RX checksum "
[linux-next:master] BUILD REGRESSION 2b3bd393093b04d4882152398019cbb96b0440ff
2023-08-24 18:19 UTC
[PATCH bpf-next] libbpf: add basic BTF sanity validation
2023-08-24 16:21 UTC (5+ messages)
[PATCH bpf-next v2 0/7] Add support cpu v4 insns for RV64
2023-08-24 16:20 UTC (13+ messages)
` [PATCH bpf-next v2 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next v2 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next v2 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next v2 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next v2 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next v2 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next v2 7/7] selftests/bpf: Enable cpu v4 tests for RV64
[PATCH bpf-next v3 0/7] samples/bpf: Remove unmaintained XDP sample utilities
2023-08-24 15:50 UTC (9+ messages)
` [PATCH bpf-next v3 1/7] samples/bpf: Remove the xdp_monitor utility
` [PATCH bpf-next v3 2/7] samples/bpf: Remove the xdp_redirect* utilities
` [PATCH bpf-next v3 3/7] samples/bpf: Remove the xdp_rxq_info utility
` [PATCH bpf-next v3 4/7] samples/bpf: Remove the xdp1 and xdp2 utilities
` [PATCH bpf-next v3 5/7] samples/bpf: Remove the xdp_sample_pkts utility
` [PATCH bpf-next v3 6/7] samples/bpf: Cleanup .gitignore
` [PATCH bpf-next v3 7/7] samples/bpf: Add note to README about the XDP utilities moved to xdp-tools
[PATCH bpf-next v2 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
2023-08-24 15:20 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a local kptr test with no special fields
[PATCH bpf-next 1/2] selftests/bpf: add uprobe_multi test binary to .gitignore
2023-08-24 13:07 UTC (6+ messages)
` [PATCH bpf-next 2/2] libbpf: fix signedness determination in CO-RE relo handling logic
[PATCH bpf-next v2 0/6] samples/bpf: Remove unmaintained XDP sample utilities
2023-08-24 9:36 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
2023-08-24 5:56 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a local kptr test with no special fields
[PATCH net-next] net: fec: add exception tracing for XDP
2023-08-24 2:30 UTC (2+ messages)
[PATCH bpf-next 0/7] Add support cpu v4 insns for RV64
2023-08-24 1:23 UTC (9+ messages)
` [PATCH bpf-next 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for RV64
[PATCH bpf-next v2] libbpf: Add bpf_object__unpin()
2023-08-24 0:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox