messages from 2024-10-08 07:29:32 to 2024-10-10 01:12:04 UTC [more...]
[PATCH v3 0/2] selftests/futex: Create test for robust list
2024-10-10 1:11 UTC (2+ messages)
` [PATCH v3 1/2] selftests/futex: Add ASSERT_ macros
[PATCH net-next v02 0/2] net: af_packet: allow joining a fanout when link is down
2024-10-10 0:30 UTC (8+ messages)
` [PATCH net-next v02 1/2] af_packet: allow fanout_add when socket is not RUNNING
` [PATCH net-next v02 2/2] selftests: net/psock_fanout: socket joins fanout when link is down
[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-10 0:02 UTC (45+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi
kselftest/fixes kselftest-cpufreq: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-5-gdc7da277516a0)
2024-10-09 23:49 UTC
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (linux_kselftest-fixes-6.12-rc2-5-gdc7da277516a0)
2024-10-09 22:51 UTC
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-10-09 22:31 UTC (12+ messages)
[PATCH bpf v1 1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset
2024-10-09 22:06 UTC (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset
[PATCH 1/1] selftests/rseq: Fix mm_cid test failure
2024-10-09 21:12 UTC (2+ messages)
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-09 20:49 UTC (3+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-10-09 20:40 UTC (11+ messages)
` [PATCH RFC v3 01/10] uaccess: add copy_struct_to_user helper
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user
` [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
` [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC v3 06/10] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC v3 07/10] clone3: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 08/10] selftests: clone3: add CHECK_FIELDS selftests
` [PATCH RFC v3 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest
[PATCH v8 0/8] clk: Add kunit tests for fixed rate and parent data
2024-10-09 19:07 UTC (13+ messages)
` [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
2024-10-09 16:46 UTC (5+ messages)
[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-09 16:38 UTC (29+ messages)
` [PATCH v3 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v3 04/16] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v3 05/16] iommu/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v3 06/16] iommufd/hw_pagetable: Allow viommu->ops->cache_invalidate for hwpt_nested
` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v3 08/16] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
` [PATCH v3 10/16] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v3 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v3 12/16] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v3 14/16] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v3 15/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
` [PATCH v3 16/16] iommu/arm-smmu-v3: Update comments about ATS and bypass
[PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout
2024-10-09 14:58 UTC (2+ messages)
[PATCH v5 00/30] Permission Overlay Extension
2024-10-09 14:43 UTC (4+ messages)
` [PATCH v5 19/30] arm64: add POE signal support
[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
2024-10-09 13:57 UTC (12+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 04/10] tun: Unify vnet implementation
` [PATCH RFC v5 05/10] tun: Pad virtio header with zero
` [PATCH RFC v5 06/10] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-09 13:52 UTC (5+ messages)
[PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc
2024-10-09 13:48 UTC (2+ messages)
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-09 12:31 UTC (13+ messages)
[PATCH net-next 00/10] selftests: net: Introduce deferred commands
2024-10-09 12:06 UTC (11+ messages)
` [PATCH net-next 01/10] selftests: net: lib: "
` [PATCH net-next 02/10] selftests: forwarding: Add a fallback cleanup()
` [PATCH net-next 03/10] selftests: forwarding: lib: Allow passing PID to stop_traffic()
` [PATCH net-next 04/10] selftests: RED: Use defer for test cleanup
` [PATCH net-next 05/10] selftests: TBF: "
` [PATCH net-next 06/10] selftests: ETS: "
` [PATCH net-next 07/10] selftests: mlxsw: qos_mc_aware: "
` [PATCH net-next 08/10] selftests: mlxsw: qos_ets_strict: "
` [PATCH net-next 09/10] selftests: mlxsw: qos_max_descriptors: "
` [PATCH net-next 10/10] selftests: mlxsw: devlink_trap_police: "
[PATCH bpf-next v3 0/3] selftests/bpf: add coverage for xdp_features in test_progs
2024-10-09 10:12 UTC (4+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: fix bpf_map_redirect call for cpu map test
` [PATCH bpf-next v3 2/3] selftests/bpf: make xdp_cpumap_attach keep redirect prog attached
` [PATCH bpf-next v3 3/3] selftests/bpf: check program redirect in xdp_cpumap_attach
[PATCH v8 8/8] selftests/pcie_bwctrl: Create selftests
2024-10-09 9:52 UTC
[PATCH v5 0/4] selftests: kvm: s390: Add ucontrol memory selftests
2024-10-09 8:13 UTC (9+ messages)
` [PATCH v5 1/4] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v5 2/4] selftests: kvm: s390: Add uc_skey "
` [PATCH v5 3/4] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v5 4/4] selftests: kvm: s390: Fix whitespace confusion in ucontrol test
[PATCH] selftest: hid: add the missing tests directory
2024-10-09 6:45 UTC (3+ messages)
[RESEND] [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t
2024-10-09 5:14 UTC (3+ messages)
` [RESEND] [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal
` [RESEND] [PATCH v6 2/2] selftests: Add a test mangling with uc_sigmask
[PATCH bpf v1] selftests/bpf: Fix cross-compiling urandom_read
2024-10-09 4:07 UTC
[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag
2024-10-09 3:59 UTC (6+ messages)
` [PATCH net-next v20 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v20 11/14] mm: page_frag: add testing for the newly added prepare API
[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
2024-10-09 1:09 UTC (6+ messages)
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle "
kselftest/fixes kselftest-seccomp: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
2024-10-09 1:06 UTC
kselftest/fixes kselftest-lib: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
2024-10-09 1:06 UTC
kselftest/fixes kselftest-cpufreq: 4 runs, 3 regressions (linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
2024-10-09 1:06 UTC
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
2024-10-09 0:08 UTC
[PATCH net-next 0/5] selftests: mlxsw: Stabilize RED tests
2024-10-08 23:20 UTC (2+ messages)
[PATCH] selftests: drivers: net: fix name not defined
2024-10-08 22:01 UTC
[PATCH v2] selftests: vDSO: Explicitly include sched.h
2024-10-08 21:50 UTC (2+ messages)
[PATCH kselftest v2 4/4] selftests: vDSO: unconditionally build chacha test
2024-10-08 21:36 UTC (3+ messages)
` [PATCH kselftest v3 1/3] "
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-08 19:30 UTC (3+ messages)
[PATCH v4 0/2] Exposing nice CPU usage to userspace
2024-10-08 18:51 UTC (2+ messages)
[PATCH bpf] selftests/bpf: add missing header include for htons
2024-10-08 18:00 UTC (2+ messages)
[PATCH v3 0/1] update mseal.rst
2024-10-08 17:48 UTC (5+ messages)
` [PATCH v3 1/1] mseal: "
` [PATCH] mseal.rst additional fix
[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
2024-10-08 17:39 UTC (4+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle
[PATCH] selftests: make kselftest-clean remove libynl outputs
2024-10-08 17:37 UTC (3+ messages)
[PATCH v10 00/14] riscv: Add support for xtheadvector
2024-10-08 17:34 UTC (3+ messages)
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore
[PATCH bpf v6 1/2] bpf: fix unpopulated name_len field in perf_event link info
2024-10-08 16:43 UTC (3+ messages)
` [PATCH bpf v7 "
` [PATCH bpf v7 2/2] selftests/bpf: fix perf_event link info name_len assertion
[PATCH net v2 0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries
2024-10-08 15:20 UTC (2+ messages)
[PATCH net-next v8 00/24] Introducing OpenVPN Data Channel Offload
2024-10-08 13:21 UTC (14+ messages)
` [PATCH net-next v8 01/24] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v8 03/24] ovpn: add basic netlink support
[PATCH V2 0/4] A few fixes for RISC-V
2024-10-08 9:41 UTC (5+ messages)
` [PATCH V2 1/4] riscv: Remove unused GENERATING_ASM_OFFSETS
` [PATCH V2 2/4] riscv: Remove duplicated GET_RM
` [PATCH V2 3/4] selftest/mm: Fix typo in virtual_address_range
` [PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv
[PATCH] selftests: net: rds: fix module not found
2024-10-08 8:22 UTC
[RESEND PATCH v4] list: test: Check the size of every lists for list_cut_position*()
2024-10-08 7:29 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