messages from 2024-01-11 11:26:06 to 2024-01-15 19:21:28 UTC [more...]
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2024-01-15 19:22 UTC (3+ messages)
` [PATCH v13] "
` [PATCH v14] "
[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
2024-01-15 19:15 UTC (27+ messages)
` [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v9 02/25] ima: Align ima_file_mprotect() "
` [PATCH v9 03/25] ima: Align ima_inode_setxattr() "
` [PATCH v9 04/25] ima: Align ima_inode_removexattr() "
` [PATCH v9 05/25] ima: Align ima_post_read_file() "
` [PATCH v9 06/25] evm: Align evm_inode_post_setattr() "
` [PATCH v9 07/25] evm: Align evm_inode_setxattr() "
` [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
` [PATCH v9 10/25] security: Introduce inode_post_setattr hook
` [PATCH v9 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 13/25] security: Introduce file_release hook
` [PATCH v9 14/25] security: Introduce path_post_mknod hook
` [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v9 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v9 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 20/25] ima: Move to LSM infrastructure
` [PATCH v9 21/25] ima: Move IMA-Appraisal "
` [PATCH v9 22/25] evm: Move "
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM
[PATCH 00/12] selftests/net: Add TCP-AO tests
2024-01-15 18:05 UTC (6+ messages)
` [PATCH 01/12] selftests/net: Add TCP-AO library
` [PATCH 12/12] selftests/net: Add TCP-AO key-management test
[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
2024-01-15 17:58 UTC (10+ messages)
` [PATCH v2 4/6] iommufd: Deliver fault messages "
[PATCH 0/6] of: populate of_root node if bootloader doesn't
2024-01-15 17:57 UTC (8+ messages)
` [PATCH 1/6] arm64: Unconditionally call unflatten_device_tree()
` [PATCH 2/6] um: "
` [PATCH 3/6] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH 4/6] of: Create of_root if no dtb provided by firmware
` [PATCH 5/6] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded
[PATCH 0/8] iommufd support pasid attach/replace
2024-01-15 17:24 UTC (7+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid
` [PATCH 3/8] iommufd: Support attach/replace hwpt per pasid
` [PATCH 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain
[PATCH 0/3] vfio-pci support pasid attach/detach
2024-01-15 17:18 UTC (13+ messages)
` [PATCH 1/3] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl
[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
2024-01-15 15:56 UTC (23+ messages)
` [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
` [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
` [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
` [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
` [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
` [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
` [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
` [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
` [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
` [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
` [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test
[PATCH] selftests/filesystems:fix build error in overlayfs
2024-01-15 14:26 UTC (2+ messages)
[PATCH net] selftests: netdevsim: sprinkle more udevadm settle
2024-01-15 13:55 UTC (2+ messages)
[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
2024-01-15 13:41 UTC
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-01-15 12:57 UTC (21+ messages)
` [PATCH v12 01/20] KVM: pfncache: Add a map helper function
` [PATCH v12 02/20] KVM: pfncache: remove unnecessary exports
` [PATCH v12 03/20] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v12 04/20] KVM: pfncache: add a mark-dirty helper
` [PATCH v12 05/20] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v12 06/20] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v12 07/20] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v12 09/20] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v12 10/20] KVM: xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v12 12/20] KVM: xen: allow vcpu_info "
` [PATCH v12 13/20] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v12 14/20] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v12 15/20] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v12 16/20] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v12 17/20] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v12 18/20] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v12 19/20] KVM: xen: allow vcpu_info content to be 'safely' copied
` [PATCH v12 20/20] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
[PATCH v3] selftests/landlock:Fix two build issues
2024-01-15 10:41 UTC (4+ messages)
` 回复: "
[PATCH v4] selftests/landlock:Fix two build issues
2024-01-15 10:24 UTC
[PATCH v3 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
2024-01-15 7:32 UTC (7+ messages)
` [PATCH v3 2/7] selftests/mm: hugepage-vmemmap: "
` [PATCH v3 3/7] selftests/mm: hugetlb-madvise: "
` [PATCH v3 4/7] selftests/mm: khugepaged: "
` [PATCH v3 5/7] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v3 6/7] selftests/mm: ksm_tests: "
` [PATCH v3 7/7] selftests/mm: config: add missing configs
[PATCH v2 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
2024-01-15 6:59 UTC (11+ messages)
` [PATCH v2 2/7] selftests/mm: hugepage-vmemmap: "
` [PATCH v2 3/7] selftests/mm: hugetlb-madvise: "
` [PATCH v2 4/7] selftests/mm: khugepaged: "
` [PATCH v2 5/7] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v2 6/7] selftests/mm: ksm_tests: "
` [PATCH v2 7/7] selftests/mm: config: add missing configs
[PATCH net] selftests: netdevsim: correct expected FEC strings
2024-01-14 22:47 UTC
[PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test
2024-01-14 16:20 UTC (4+ messages)
[PATCH v6 0/4] Introduce mseal()
2024-01-14 3:48 UTC (12+ messages)
` [PATCH v6 1/4] mseal: Wire up mseal syscall
` [PATCH v6 2/4] mseal: add "
` [PATCH v6 3/4] selftest mm/mseal memory sealing
` [PATCH v6 4/4] mseal:add documentation
[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
2024-01-13 19:49 UTC (6+ messages)
[PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
2024-01-13 17:26 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 8d04a7e2ee3fd6aabb8096b00c64db0d735bc874
2024-01-13 5:39 UTC
[PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier
2024-01-12 20:50 UTC (6+ messages)
` [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars
[PATCH v6 0/3] livepatch: Move modules to selftests and add a new test
2024-01-12 17:43 UTC (4+ messages)
` [PATCH v6 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v6 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v6 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[PATCH] selftests/livepatch: fix and refactor new dmesg message code
2024-01-12 15:40 UTC (2+ messages)
[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
2024-01-12 14:52 UTC (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
[PATCH V13 0/7] amd-pstate preferred core
2024-01-12 9:25 UTC (8+ messages)
` [PATCH V13 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V13 2/7] ACPI: CPPC: Add get the highest performance cppc control
` [PATCH V13 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V13 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V13 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V13 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V13 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options
[PATCH v2] selftests/ftrace: Add test to exercize function tracer across cpu hotplug
2024-01-12 7:35 UTC (4+ messages)
[PATCH v2] selftests/mm: mremap_test: fix build warning
2024-01-12 7:18 UTC
[PATCH] selftests/mm: mremap_test: fix build warning
2024-01-12 6:50 UTC (3+ messages)
[PATCH 0/5] tools: selftests: riscv: Fix compiler warnings
2024-01-12 6:30 UTC (2+ messages)
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-01-12 5:53 UTC
[PATCH] kunit: Fix a NULL vs IS_ERR() bug
2024-01-12 5:39 UTC (3+ messages)
[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
2024-01-12 5:34 UTC (7+ messages)
` [RFC PATCH v2 2/3] KVM: selftests: add selftest driver for KVM to test memory slots for MMIO BARs
[PATCH] selftests/core: Fix build issue with CLOSE_RANGE_UNSHARE
2024-01-12 5:24 UTC (2+ messages)
` 回复: "
[PATCH v3] Documentation: KUnit: Update the instructions on how to test static functions
2024-01-12 4:34 UTC (2+ messages)
[PATCH v4] kunit: run test suites only after module initialization completes
2024-01-12 4:06 UTC (2+ messages)
[PATCH] selftests/landlock:Fix two build issues
2024-01-12 3:51 UTC (5+ messages)
` 回复: "
` 回复: "
[PATCH net 0/2] selftests: net: Small fixes
2024-01-12 1:00 UTC (4+ messages)
[PATCH] selftests/net/tcp-ao: Use LDLIBS instead of LDFLAGS
2024-01-12 0:40 UTC (3+ messages)
[PATCH] kunit: Mark filter_glob param as rw
2024-01-12 0:12 UTC
[PATCH] MAINTAINERS: kunit: Add Rae Moar as a reviewer
2024-01-11 23:49 UTC
[PATCH] kunit: device: Fix a NULL vs IS_ERR() check in init()
2024-01-11 23:42 UTC (2+ messages)
[PATCH v11 0/8] Add iommufd nesting (part 2/2)
2024-01-11 19:56 UTC (7+ messages)
` [PATCH v11 3/8] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v11 6/8] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
[PATCH v14 10/12] selftests/landlock: Add network tests
2024-01-11 17:06 UTC (4+ messages)
` "
[PATCH v5 0/3] livepatch: Move modules to selftests and add a new test
2024-01-11 13:36 UTC (7+ messages)
` [PATCH v5 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v5 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v5 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[PATCH v4] selftests/move_mount_set_group:Make tests build with old libc
2024-01-11 13:27 UTC (2+ messages)
[PATCH 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
2024-01-11 12:03 UTC (8+ messages)
` [PATCH 2/7] selftests/mm: hugepage-vmemmap: "
` [PATCH 3/7] selftests/mm: hugetlb-madvise: "
` [PATCH 4/7] selftests/mm: khugepaged: "
` [PATCH 5/7] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH 6/7] selftests/mm: ksm_tests: "
` [PATCH 7/7] selftests/mm: config: add missing configs
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).