messages from 2025-05-01 14:27:45 to 2025-05-04 09:56:16 UTC [more...]
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-04 9:48 UTC (11+ messages)
` [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH 2/4] selftests/mm/uffd: Swap global vars with global test options
` [PATCH 3/4] selftests/mm/uffd: Swap global variables with global test opts
` [PATCH 4/4] "
` [PATCH v2 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH] selftests/filesystems: Fix typo in file_stressor.c
2025-05-03 21:19 UTC (2+ messages)
` [PATCH v2] selftests: Fix some typos in tools/testing/selftests
[PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
2025-05-03 8:29 UTC (3+ messages)
[PATCH net 0/3 v4] selftests: drv: net: fix `ping.py` test failure
2025-05-03 5:02 UTC (7+ messages)
` [PATCH net 1/3] selftests: drv: net: fix test failure on ipv6 sys
` [PATCH net 2/3] selftests: drv: net: avoid skipping tests
` [PATCH net 3/3] selftests: drv: net: add version indicator
[PATCH net-next v3] selftests: net: exit cleanly on SIGTERM / timeout
2025-05-03 1:18 UTC
[PATCH net-next v2] selftests: net: exit cleanly on SIGTERM / timeout
2025-05-03 1:13 UTC (4+ messages)
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-02 23:30 UTC (28+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v15 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v15 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v15 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v15 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v15 09/27] riscv mmu: write protect and shadow stack
` [PATCH v15 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v15 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v15 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v15 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v15 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v15 15/27] riscv/traps: Introduce software check exception
` [PATCH v15 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v15 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v15 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v15 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v15 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v15 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v15 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v15 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v15 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v15 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH 0/7] Rust KUnit `#[test]` support improvements
2025-05-02 21:51 UTC (8+ messages)
` [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
` [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
` [PATCH 3/7] rust: add `kunit_tests` to the prelude
` [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
` [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
` [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
` [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests
[PATCH v8 00/10] Basic SEV-SNP Selftests
2025-05-02 21:50 UTC (2+ messages)
[PATCH v3 0/4] Introducing Hornet LSM
2025-05-02 21:00 UTC (6+ messages)
` [PATCH v3 1/4] security: "
` [PATCH v3 2/4] hornet: Introduce sign-ebpf
` [PATCH v3 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v3 4/4] selftests/hornet: Add a selftest for the Hornet LSM
[PATCH net-next v13 0/9] Device memory TCP TX
2025-05-02 19:25 UTC (6+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
[PATCH RFC 0/4] stackleak: Support Clang stack depth tracking
2025-05-02 19:01 UTC (5+ messages)
` [PATCH RFC 1/4] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH RFC 2/4] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH RFC 3/4] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH RFC 4/4] stackleak: Support Clang stack depth tracking
[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
2025-05-02 18:57 UTC (20+ messages)
` [PATCH bpf-next v3 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v3 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v3 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v3 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v3 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
[PATCH v8 0/2] memcg: Fix test_memcg_min/low test failures
2025-05-02 18:39 UTC (5+ messages)
` [PATCH v8 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
` [PATCH v8 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-05-02 17:57 UTC (13+ messages)
[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
2025-05-02 17:24 UTC
[PATCH net v1] selftests: iou-zcrx: Clean up build warnings for error format
2025-05-02 17:22 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-02 17:15 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v2 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v2 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-05-02 16:16 UTC (9+ messages)
` [PATCH v3 8/8] mm/maps: execute PROCMAP_QUERY ioctl "
[PATCH v2] kunit: fix longest symbol length test
2025-05-02 14:37 UTC
[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
2025-05-02 14:25 UTC (10+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf
[PATCH 0/7] selftests: vDSO: Some cleanups and fixes
2025-05-02 13:49 UTC (14+ messages)
` [PATCH 1/7] selftests: vDSO: chacha: Correctly skip test if necessary
` [PATCH 2/7] selftests: vDSO: clock_getres: Drop unused include of err.h
` [PATCH 3/7] selftests: vDSO: vdso_test_correctness: Fix -Wold-style-definitions
` [PATCH 4/7] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
` [PATCH 5/7] selftests: vDSO: vdso_test_getrandom: Drop some dead code
` [PATCH 6/7] selftests: vDSO: vdso_test_getrandom: Always print TAP header
` [PATCH 7/7] selftests: vDSO: vdso_config: Avoid -Wunused-variables
[PATCH net-next 0/7] selftests: mptcp: increase code coverage
2025-05-02 12:29 UTC (8+ messages)
` [PATCH net-next 1/7] selftests: mptcp: info: hide 'grep: write error' warnings
` [PATCH net-next 2/7] selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
` [PATCH net-next 3/7] selftests: mptcp: add struct params in mptcp_diag
` [PATCH net-next 4/7] selftests: mptcp: refactor send_query parameters for code clarity
` [PATCH net-next 5/7] selftests: mptcp: refactor NLMSG handling with 'proto'
` [PATCH net-next 6/7] selftests: mptcp: add helpers to get subflow_info
` [PATCH net-next 7/7] selftests: mptcp: add chk_sublfow in diag.sh
[PATCH 0/3] selftests/timens: Various small fixes
2025-05-02 12:14 UTC (7+ messages)
` [PATCH 1/3] selftests/timens: Print TAP headers
` [PATCH 2/3] selftests/timens: Make run_tests() functions static
` [PATCH 3/3] selftests/timens: timerfd: Use correct clockid type in tclock_gettime()
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-05-02 10:28 UTC (4+ messages)
[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-02 10:19 UTC (6+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
` [PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF
[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
2025-05-02 7:31 UTC (28+ messages)
` [PATCH v3 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v3 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v3 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v3 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v3 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v3 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v3 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v3 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v3 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v3 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_VQUEUE and its related struct
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl
` [PATCH v3 12/23] iommufd/driver: Add iommufd_vqueue_depend/undepend() helpers
` [PATCH v3 13/23] iommufd/selftest: Add coverage for IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH v3 14/23] iommufd: Add mmap interface
` [PATCH v3 15/23] iommufd/selftest: Add coverage for the new "
` [PATCH v3 16/23] Documentation: userspace-api: iommufd: Update vQUEUE
` [PATCH v3 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v3 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v3 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v3 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v3 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v3 22/23] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v3 23/23] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
2025-05-02 5:26 UTC (2+ messages)
[PATCH v5 0/5] Add support for the Bus Lock Threshold
2025-05-02 5:03 UTC (6+ messages)
` [PATCH v5 1/5] KVM: x86: Make kvm_pio_request.linear_rip a common field for user exits
` [PATCH v5 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [PATCH v5 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v5 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
` [PATCH v5 5/5] KVM: selftests: Add bus lock exit test
[PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2025-05-02 1:10 UTC (2+ messages)
[PATCH net-next v2] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
2025-05-02 1:10 UTC (2+ messages)
[PATCH v5 0/4] mm: introduce THP deferred setting
2025-05-01 22:53 UTC (7+ messages)
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
2025-05-01 21:46 UTC (7+ messages)
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
[PATCH bpf-next v3 0/2] bpf: Allow XDP_REDIRECT for XDP dev-bound programs
2025-05-01 21:00 UTC (2+ messages)
[PATCH 0/5] riscv: misaligned: fix interruptible context and add tests
2025-05-01 20:51 UTC (8+ messages)
` [PATCH 1/5] riscv: misaligned: factorize trap handling
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-01 19:50 UTC (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[RFC net-next v1 1/2] udp: Introduce UDP_STOP_RCV option for UDP
2025-05-01 14:27 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).