messages from 2025-03-07 11:01:56 to 2025-03-10 22:18:13 UTC [more...]
[PATCH v7 bpf-next 0/2] security: Propagate caller information in bpf hooks
2025-03-10 22:17 UTC (3+ messages)
` [PATCH v7 bpf-next 1/2] "
` [PATCH v7 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook
[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2025-03-10 21:08 UTC (5+ messages)
[PATCH v3 net 0/8] eth: bnxt: fix several bugs in the bnxt module
2025-03-10 20:40 UTC (16+ messages)
` [PATCH v3 net 1/8] eth: bnxt: fix truesize for mb-xdp-pass case
` [PATCH v3 net 2/8] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()
` [PATCH v3 net 3/8] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
` [PATCH v3 net 4/8] eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
` [PATCH v3 net 5/8] eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}
` [PATCH v3 net 6/8] eth: bnxt: fix memory leak in queue reset
` [PATCH v3 net 7/8] net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
` [PATCH v3 net 8/8] selftests: drv-net: add xdp cases for ping.py
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
2025-03-10 19:57 UTC (6+ messages)
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-10 19:50 UTC (12+ messages)
` [PATCH net-next v7 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v7 4/9] net: devmem: Implement TX path
` [PATCH net-next v7 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v7 6/9] net: enable driver support for netmem TX
` [PATCH net-next v7 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v7 8/9] net: check for driver support in netmem TX
` [PATCH net-next v7 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH v6 bpf-next 0/2] security: Propagate caller information in bpf hooks
2025-03-10 18:20 UTC (9+ messages)
` [PATCH v6 bpf-next 1/2] "
` [PATCH v6 "
` [PATCH v6 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook
[PATCH 6.1.y] KVM: selftests: Fix build error due to assert in dirty_log_test
2025-03-10 17:37 UTC (2+ messages)
[PATCH v10 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-10 17:32 UTC (16+ messages)
` [PATCH v10 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v10 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v10 3/8] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v10 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
` [PATCH v10 5/8] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v10 6/8] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v10 7/8] mm/truncate: use folio_split() in truncate operation
` [PATCH v10 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split
[PATCH net-next] selftests: net: bump GRO timeout for gro/setup_veth
2025-03-10 17:26 UTC (2+ messages)
[PATCH] mm/huge_memory: drop beyond-EOF folios with the right number of refs
2025-03-10 15:57 UTC
[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-10 15:35 UTC (17+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
[PATCH 00/11] selftests: ublk: bug fixes & consolidation
2025-03-10 15:18 UTC (4+ messages)
[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
2025-03-10 15:12 UTC (18+ messages)
` [PATCH v3 01/17] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 04/17] riscv: misaligned: request misaligned exception from SBI
` [PATCH v3 05/17] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v3 06/17] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v3 07/17] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v3 08/17] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v3 09/17] riscv: misaligned: factorize trap handling
` [PATCH v3 10/17] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v3 11/17] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v3 12/17] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v3 13/17] selftests: riscv: add misaligned access testing
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v3 15/17] RISC-V: KVM: add SBI extension reset callback
` [PATCH v3 16/17] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v3 17/17] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v11 00/27] riscv control-flow integrity for usermode
2025-03-10 14:52 UTC (28+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap
2025-03-10 14:13 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: avoid using sk_socket after free
[PATCH net-next 3/4] tools/testing/selftests/cgroup/cgroup_util: add cg_get_id helper
2025-03-10 13:59 UTC (3+ messages)
` [PATCH net-next 4/4] tools/testing/selftests/cgroup: add test for SO_PEERCGROUPID
[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
2025-03-10 12:57 UTC (10+ messages)
` [PATCH v21 18/24] ovpn: add support for peer floating
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-10 8:16 UTC (20+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v9 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
2025-03-10 8:08 UTC (5+ messages)
` [PATCH bpf-next v12 5/5] igc: Add launch time support to XDP ZC
[PATCH] selftests/bpf: Convert comma to semicolon
2025-03-10 8:09 UTC (2+ messages)
[PATCHv5 net 0/3] bond: fix xfrm offload issues
2025-03-10 7:53 UTC (7+ messages)
` [PATCHv5 net 1/3] bonding: fix calling sleeping function in spin lock and some race conditions
[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
2025-03-09 16:00 UTC (6+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 4/5] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
[PATCH v6 0/3] printf: convert self-test to KUnit
2025-03-08 12:52 UTC (7+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] printf: break kunit into test cases
` [PATCH v6 3/3] printf: implicate test line in failure messages
[PATCH v3 0/2] scanf: convert self-test to KUnit
2025-03-08 12:50 UTC (3+ messages)
[PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs
2025-03-08 9:30 UTC (3+ messages)
[PATCH v2] kunit: tool: Fix bug in parsing test plan
2025-03-08 8:12 UTC (2+ messages)
[PATCH v5 bpf-next 0/2] security: Propagate caller information in bpf hooks
2025-03-07 22:45 UTC (4+ messages)
` [PATCH v5 bpf-next 1/2] "
` [PATCH v5 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook
[PATCH] rust: enable `clippy::ptr_as_ptr` lint
2025-03-07 21:31 UTC (8+ messages)
[PATCH v9 0/6] scanf: convert self-test to KUnit
2025-03-07 17:42 UTC (10+ messages)
` [PATCH v9 1/6] scanf: implicate test line in failure messages
` [PATCH v9 2/6] scanf: remove redundant debug logs
` [PATCH v9 3/6] scanf: convert self-test to KUnit
` [PATCH v9 4/6] scanf: break kunit into test cases
` [PATCH v9 5/6] scanf: tidy header `#include`s
` [PATCH v9 6/6] scanf: further break kunit into test cases
[PATCH v5 0/3] printf: convert self-test to KUnit
2025-03-07 16:30 UTC (15+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases
` crng init: was: "
` [PATCH v5 3/3] printf: implicate test line in failure messages
[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
2025-03-07 15:24 UTC (2+ messages)
[PATCH net-next v8 3/6] tun: Introduce virtio-net hash feature
2025-03-07 11:50 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