messages from 2025-10-23 16:51:11 to 2025-10-27 14:58:42 UTC [more...]
[PATCH bpf-next v1] selftests/bpf: Guard addr_space_cast code with __BPF_FEATURE_ADDR_SPACE_CAST
2025-10-27 14:58 UTC (7+ messages)
` pahole next->master. Was: "
[PATCH bpf-next v3 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
2025-10-27 14:51 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: add tc helpers
` [PATCH bpf-next v3 2/4] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next v3 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next v3 4/4] selftests/bpf: remove test_tc_tunnel.sh
next-20251027: backlight.c:59:39: error: implicit declaration of function 'of_find_node_by_name'; did you mean 'bus_find_device_by_name'?
2025-10-27 14:08 UTC (3+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-27 13:56 UTC (23+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
2025-10-27 13:28 UTC (16+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
` [PATCH net-next v8 08/14] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v8 09/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v8 10/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v8 11/14] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v8 12/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v8 13/14] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v8 14/14] selftests/vsock: add tests for module loading order
[PATCH v7 00/15] Consolidate iommu page table implementations (AMD)
2025-10-27 12:58 UTC (23+ messages)
` [PATCH v7 01/15] genpt: Generic Page Table base API
` [PATCH v7 02/15] genpt: Add Documentation/ files
` [PATCH v7 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v7 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v7 05/15] iommupt: Add iova_to_phys op
` [PATCH v7 06/15] iommupt: Add unmap_pages op
` [PATCH v7 07/15] iommupt: Add map_pages op
` [PATCH v7 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v7 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v7 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v7 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v7 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v7 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v7 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v7 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-10-27 12:06 UTC (8+ messages)
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
[PATCH] selftests/user_events: Avoid taking address of packed member in perf_test
2025-10-27 11:34 UTC
[PATCH net-next v8 1/2] net/tls: support setting the maximum payload size
2025-10-27 11:32 UTC (6+ messages)
[PATCH 0/1] selftests: net: use BASH for bareudp testing
2025-10-27 9:57 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] selftests/seccomp: fix pointer type mismatch in UPROBE test
2025-10-27 8:14 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2] selftest: net: fix variable sized type issue not at the end of a struct
2025-10-27 7:33 UTC (2+ messages)
[PATCH v8 0/8] liveupdate: Rework KHO for in-kernel users
2025-10-27 6:58 UTC (19+ messages)
` [PATCH v8 1/8] kho: allow to drive kho from within kernel
` [PATCH v8 2/8] kho: make debugfs interface optional
` [PATCH v8 3/8] kho: drop notifiers
` [PATCH v8 4/8] kho: add interfaces to unpreserve folios and page ranges
` [PATCH v8 5/8] kho: don't unpreserve memory during abort
` [PATCH v8 6/8] liveupdate: kho: move to kernel/liveupdate
` [PATCH v8 7/8] liveupdate: kho: move kho debugfs directory to liveupdate
` [PATCH v8 8/8] memblock: Unpreserve memory in case of error
[PATCH] selftest: net: fix variable sized type not at the end of struct warnings
2025-10-27 5:08 UTC
[PATCH net] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
2025-10-27 4:30 UTC
[PATCH 0/4] SBI MPXY support for KVM Guest
2025-10-27 3:38 UTC (2+ messages)
[PATCH] selftest: net: fix socklen_t type mismatch in sctp_collision test
2025-10-26 18:09 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: Fix tnum_overlap to check for zero mask first
2025-10-26 16:38 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Range analysis test case for JEQ
[PATCH] selftests: tty: add tty_tiocsti_test to .gitignore
2025-10-26 10:00 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v3 0/9] riscv: vector: misc ptrace fixes for debug use-cases
2025-10-25 21:06 UTC (10+ messages)
` [PATCH v3 1/9] selftests: riscv: test ptrace vector interface
` [PATCH v3 2/9] riscv: ptrace: return ENODATA for inactive vector extension
` [PATCH v3 3/9] selftests: riscv: verify initial vector state with ptrace
` [PATCH v3 4/9] riscv: vector: init vector context with proper vlenb
` [PATCH v3 5/9] riscv: csr: define vector registers elements
` [PATCH v3 6/9] riscv: ptrace: validate input vector csr registers
` [PATCH v3 7/9] selftests: riscv: verify ptrace rejects invalid vector csr inputs
` [PATCH v3 8/9] selftests: riscv: verify ptrace accepts valid vector csr values
` [PATCH v3 9/9] selftests: riscv: verify syscalls discard vector context
[PATCH v2] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-10-25 19:02 UTC
[PATCH AUTOSEL 6.17-5.4] selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency
2025-10-25 15:56 UTC
[PATCH bpf-next v2 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
2025-10-25 5:30 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for BPF_JGT "
[PATCH net-next v14 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
2025-10-25 3:44 UTC (3+ messages)
[PATCH] kunit: prevent log overwrite in param_tests
2025-10-25 2:01 UTC (2+ messages)
[PATCH v2] selftest: net: prevent use of uninitialized variable
2025-10-25 1:50 UTC (2+ messages)
[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
2025-10-24 21:47 UTC (2+ messages)
[PATCH net v2 0/2] netconsole: Fix userdata race condition
2025-10-24 23:42 UTC (4+ messages)
[PATCH 00/32] ns: support file handles
2025-10-24 22:31 UTC (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
[PATCH net-next] selftests: drv-net: replace the nsim ring test with a drv-net one
2025-10-24 21:55 UTC
[PATCH v11 00/21] TDX KVM selftests
2025-10-24 17:24 UTC (9+ messages)
` [PATCH v11 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v11 21/21] KVM: selftests: Add TDX lifecycle test
[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
2025-10-24 16:53 UTC (13+ messages)
` [PATCH bpf-next 1/2] "
[PATCHv7 0/7] liveupdate: Rework KHO for in-kernel users
2025-10-24 16:32 UTC (23+ messages)
` [PATCHv7 3/7] kho: drop notifiers
` [PATCHv7 4/7] kho: add interfaces to unpreserve folios and page ranges
` [PATCHv7 5/7] kho: don't unpreserve memory during abort
` [PATCHv7 7/7] liveupdate: kho: move kho debugfs directory to liveupdate
[PATCH bpf-next v1 1/2] bpf: Add kfuncs for detecting execution context
2025-10-24 16:14 UTC (2+ messages)
[PATCH bpf-next v2 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
2025-10-24 16:15 UTC (6+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
[PATCH 0/2] KHO: Fix metadata allocation in scratch area
2025-10-24 15:06 UTC (11+ messages)
` [PATCH 2/2] liveupdate: kho: allocate metadata directly from the buddy allocator
[PATCH v6 0/2] KVM: guest_memfd: use write for population
2025-10-24 14:35 UTC (4+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
[PATCH] selftests/unix: Add test for ECONNRESET and EOF behaviour
2025-10-24 9:18 UTC (3+ messages)
[PATCH net-next 2/2] selftests: bridge_mdb: Add a test for MDB flush on snooping disable
2025-10-24 7:43 UTC (2+ messages)
[PATCH net v3 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-10-24 4:13 UTC (3+ messages)
[PATCH] KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
2025-10-23 23:43 UTC
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-23 23:20 UTC (20+ messages)
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v22 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v22 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v22 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v22 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v22 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v22 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v22 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v22 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v22 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH] KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
2025-10-23 21:19 UTC
[PATCH v5 5/7] revocable: Add fops replacement
2025-10-23 18:30 UTC (12+ messages)
[PATCH v2 0/4] KVM ARM64 pre_fault_memory
2025-10-23 17:16 UTC (3+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations
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