messages from 2025-04-04 17:56:25 to 2025-04-09 15:46:33 UTC [more...]
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-09 15:43 UTC (11+ messages)
` [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "
` [PATCH v4 05/13] serial: max3100: "
` [PATCH v4 06/13] lib/bch: "
` [PATCH v4 07/13] Input: joystick - "
` [PATCH v4 08/13] net: ethernet: oa_tc6: "
` [PATCH v4 09/13] wifi: brcm80211: "
` [PATCH v4 10/13] drm/bridge: dw-hdmi: "
[PATCH] libbpf: check for empty BTF data section in btf_parse_elf
2025-04-09 15:44 UTC (3+ messages)
[PATCH bpf-next v4 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
2025-04-09 15:37 UTC (3+ messages)
[PATCH RESEND] bpf: fix possible endless loop in BPF map iteration
2025-04-09 15:28 UTC
[BUG] ixgbe: Detected Tx Unit Hang (XDP)
2025-04-09 15:17 UTC
[RFC bpf-next 00/13] bpf: Introduce modular verifier
2025-04-09 14:25 UTC (15+ messages)
` [RFC bpf-next 01/13] bpf: Move bpf_prog_ctx_arg_info_init() body into header
` [RFC bpf-next 02/13] bpf: Move BTF related globals out of verifier.c
` [RFC bpf-next 03/13] bpf: Move percpu memory allocator definition into core
` [RFC bpf-next 04/13] bpf: Move bpf_check_attach_target() to core
` [RFC bpf-next 05/13] bpf: Remove map_set_for_each_callback_args callback for maps
` [RFC bpf-next 06/13] bpf: Move kfunc definitions out of verifier.c
` [RFC bpf-next 07/13] bpf: Make bpf_free_kfunc_btf_tab() static in core
` [RFC bpf-next 08/13] selftests: bpf: Avoid attaching to bpf_check()
` [RFC bpf-next 09/13] perf: Export perf_snapshot_branch_stack static key
` [RFC bpf-next 10/13] bpf: verifier: Add indirection to kallsyms_lookup_name()
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier
` [RFC bpf-next 12/13] bpf: verifier: Make verifier loadable
` [RFC bpf-next 13/13] bpf: Supporting building verifier.ko out-of-tree
[PATCH bpf v3 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
2025-04-09 14:05 UTC (4+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/net: test sk_filter support for SKF_NET_OFF on frags
[PATCH net-next V2 0/2] veth: qdisc backpressure and qdisc check refactor
2025-04-09 13:47 UTC (6+ messages)
` [PATCH net-next V2 1/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
` [PATCH net-next V2 2/2] net: sched: generalize check for no-op qdisc
[PATCH 1/2] uprobes/x86: Add support to emulate nop5 instruction
2025-04-09 13:11 UTC (6+ messages)
` [PATCH 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench
[PATCH net-next] af_unix: Remove unix_unhash()
2025-04-09 12:50 UTC
[PATCH net-next v3 0/2] Refactoring designware VLAN code
2025-04-09 12:04 UTC (6+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v3 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping
[PATCH v2 0/3] Dynamically allocate memory to store task's full name
2025-04-09 11:31 UTC (10+ messages)
` [PATCH v2 1/3] exec: "
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-04-09 10:41 UTC (3+ messages)
` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH net-next v8 0/2] Fix late DMA unmap crash for page pool
2025-04-09 10:36 UTC (5+ messages)
` [PATCH net-next v8 1/2] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v8 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
2025-04-09 10:29 UTC
[PATCH] selftests/bpf: Fix bpf_nf selftest failure
2025-04-09 9:56 UTC
[bug report] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
2025-04-09 9:19 UTC
Re: [PATCH bpf-next] bpf: Allow error injection for update_socket_protocol
2025-04-09 9:17 UTC (3+ messages)
` "
[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
2025-04-09 8:59 UTC (4+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test
[PATCH] virtio-net: disable delayed refill when pausing rx
2025-04-09 6:55 UTC (8+ messages)
[RFC PATCH bpf-next 0/3] Exactly-once UDP socket iteration
2025-04-09 0:11 UTC (12+ messages)
` [RFC PATCH bpf-next 1/3] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [RFC PATCH bpf-next 2/3] bpf: udp: Avoid socket skips and repeats during iteration
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
[PATCH bpf-next v5 0/2] libbpf: introduce line_info and func_info getters
2025-04-08 23:44 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] libbpf: add getters for BTF.ext func and line info
` [PATCH bpf-next v5 2/2] selftests/bpf: add BTF.ext line/func info getter tests
[PATCH net-next v2 5/8] xdp: double protect netdev->xdp_flags with netdev->lock
2025-04-08 22:15 UTC (2+ messages)
[PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64
2025-04-08 20:21 UTC (13+ messages)
` [PATCH RFCv3 06/23] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv3 08/23] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH RFCv3 10/23] uprobes/x86: Add support to emulate nop5 instruction
[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
2025-04-08 18:31 UTC (8+ messages)
` Re:[PATCH v2] "
` [PATCH "
` Re:[PATCH RESEND bpf-next "
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-08 17:34 UTC (8+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
[PATCH v3] bpf: fix possible endless loop in BPF map iteration
2025-04-08 16:57 UTC
[PATCH v2] bpf: fix possible endless loop in BPF map iteration
2025-04-08 16:48 UTC (2+ messages)
[PATCH net-next 00/16] idpf: add XDP support
2025-04-08 15:53 UTC (21+ messages)
` [PATCH net-next 03/16] libeth: add a couple of XDP helpers (libeth_xdp)
` [PATCH net-next 11/16] idpf: prepare structures to support XDP
` [PATCH net-next 14/16] idpf: add support for XDP on Rx
` [PATCH net-next 15/16] idpf: add support for .ndo_xdp_xmit()
[PATCH RESEND net-next v3 0/2] tcp: add a new TW_PAWS drop reason
2025-04-08 15:49 UTC (8+ messages)
` [PATCH RESEND net-next v3 1/2] tcp: add TCP_RFC7323_TW_PAWS "
` [PATCH RESEND net-next v3 2/2] tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
[RFC PATCH net-next] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
2025-04-08 15:20 UTC (8+ messages)
[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
2025-04-08 15:04 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: fix ktls panic with sockmap
[syzbot] [net?] [bpf?] possible deadlock in xsk_diag_dump
2025-04-08 11:53 UTC
[PATCH bpf-next v3] selftests/bpf: support struct/union presets in veristat
2025-04-08 10:45 UTC
[PATCH bpf-next 1/2] bpf: Clarify role of BPF_F_RECOMPUTE_CSUM
2025-04-08 9:00 UTC (2+ messages)
` [PATCH bpf-next 2/2] bpf: Clarify the meaning of BPF_F_PSEUDO_HDR
[PATCH bpf-next v4 0/3] bpf: Fix use-after-free of sockmap
2025-04-08 7:29 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v4 2/3] bpf, sockmap: avoid using sk_socket after free when reading
` [PATCH bpf-next v4 3/3] selftests/bpf: Add edge case tests for sockmap
[PATCH bpf-next v2] bpf: Remove duplicate judgments
2025-04-08 7:11 UTC
[PATCH bpf-next v3 00/16] Support dynptr key for hash map
2025-04-08 2:24 UTC (6+ messages)
` [PATCH bpf-next v3 15/16] selftests/bpf: Add test cases for hash map with dynptr key
[PATCH] bpf: fix possible endless loop in BPF map iteration
2025-04-08 2:36 UTC (7+ messages)
[PATCH 0/3] bpf: TSTAMP_COMPLETION_CB timestamping + enable it for Bluetooth
2025-04-07 22:30 UTC (5+ messages)
` [PATCH 3/3] [RFC] Bluetooth: enable bpf TX timestamping
Improvements of BTF sanitizing for old kernels
2025-04-07 19:01 UTC (3+ messages)
` [PATCH v2 1/2] libbpf: add proto_func param name generation
` [PATCH v2 2/2] libbpf: add kind flag sanitizing
[PATCH net] net: lwtunnel: disable preemption when required
2025-04-07 17:54 UTC (7+ messages)
[PATCH bpf-next v2] selftests/bpf: support struct/union presets in veristat
2025-04-07 17:26 UTC (4+ messages)
[PATCH net-next v7 0/2] Fix late DMA unmap crash for page pool
2025-04-07 16:06 UTC (19+ messages)
` [PATCH net-next v7 1/2] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v7 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH bpf v2 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
2025-04-07 14:47 UTC (7+ messages)
` [PATCH bpf v2 1/2] bpf: "
[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
2025-04-07 14:21 UTC (5+ messages)
` [PATCH bpf-next v1 1/4] bpf, sockmap: Fix data lost during EAGAIN retries
` [PATCH bpf-next v1 2/4] bpf, sockmap: fix duplicated data transmission
` [PATCH bpf-next v1 3/4] bpf, sockmap: Fix panic when calling skb_linearize
` [PATCH bpf-next v1 4/4] selftest/bpf/benchs: Add benchmark for sockmap usage
[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
2025-04-07 8:42 UTC (8+ messages)
[RESEND PATCH] powerpc64/bpf: fix JIT code size calculation of bpf trampoline
2025-04-07 6:38 UTC (3+ messages)
[PATCH bpf-next v2 1/2] bpf: Check link_create parameter for multi_kprobe
2025-04-07 3:57 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] bpf: Check link_create parameter for multi_uprobe
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-06 20:42 UTC (7+ messages)
` [PATCH v2 security-next 1/4] security: "
` [PATCH v2 security-next 2/4] hornet: Introduce sign-ebpf
` [PATCH v2 security-next 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v2 security-next 4/4] selftests/hornet: Add a selftest for the Hornet LSM
[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
2025-04-05 23:05 UTC (8+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe
[PATCH v2 tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback
2025-04-04 20:03 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