messages from 2023-04-10 18:25:17 to 2023-04-13 13:49:36 UTC [more...]
[PATCH net-next v4 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test
2023-04-13 13:33 UTC
[PATCH 0/3] kunit: Fix reporting of the skipped parameterized tests
2023-04-13 13:15 UTC (14+ messages)
` [PATCH 1/3] kunit/test: Add example test showing parameterized testing
` [PATCH 2/3] kunit: Fix reporting of the skipped parameterized tests
` [PATCH 3/3] kunit: Update reporting function to support results from subtests
[PATCH v3 0/4] tools/nolibc: add testcases for vfprintf
2023-04-13 13:09 UTC (4+ messages)
` [PATCH v3 3/4] tools/nolibc: implement fd-based FILE streams
[PATCH v6 1/3] mm: add new api to enable ksm per process
2023-04-13 13:08 UTC (11+ messages)
` [PATCH v6 3/3] selftests/mm: add new selftests for KSM
[PATCH bpf-next] selftests/bpf: fix use of uninitialized op_name in log tests
2023-04-13 12:30 UTC (2+ messages)
[PATCH] mm: huge_memory: Replace obsolete memalign() with posix_memalign()
2023-04-13 11:57 UTC (2+ messages)
[PATCH 00/12] iommufd: Add nesting infrastructure
2023-04-13 11:37 UTC (5+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace
[PATCH 00/22] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
2023-04-13 10:12 UTC (24+ messages)
` [PATCH 01/22] selftests/resctrl: Add resctrl.h into build deps
` [PATCH 02/22] selftests/resctrl: Check also too low values for CBM bits
` [PATCH 03/22] selftests/resctrl: Make span unsigned long everywhere
` [PATCH 04/22] selftests/resctrl: Express span in bytes
` [PATCH 05/22] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH 06/22] selftests/resctrl: Don't use variable argument list for ->setup()
` [PATCH 07/22] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
` [PATCH 08/22] selftests/resctrl: Split run_fill_buf() to alloc, work, and dealloc helpers
` [PATCH 09/22] selftests/resctrl: Remove start_buf local variable from buffer alloc func
` [PATCH 10/22] selftests/resctrl: Don't pass test name to fill_buf
` [PATCH 11/22] selftests/resctrl: Add flush_buffer() "
` [PATCH 12/22] selftests/resctrl: Remove test type checks from cat_val()
` [PATCH 13/22] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH 14/22] selftests/resctrl: Create cache_alloc_size() helper
` [PATCH 15/22] selftests/resctrl: Replace count_bits with count_consecutive_bits()
` [PATCH 16/22] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH 17/22] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH 18/22] selftests/resctrl: Move CAT/CMT test global vars to func they are used
` [PATCH 19/22] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH 20/22] selftests/resctrl: Split measure_cache_vals() function
` [PATCH 21/22] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH 22/22] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
[PATCH v9 0/6] Some improvements of resctrl selftest
2023-04-13 7:22 UTC (7+ messages)
` [PATCH v9 1/6] selftests/resctrl: Fix set up schemata with 100% allocation on first run in MBM test
` [PATCH v9 2/6] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH v9 3/6] selftests/resctrl: Flush stdout file buffer before executing fork()
` [PATCH v9 4/6] selftests/resctrl: Cleanup properly when an error occurs in CAT test
` [PATCH v9 5/6] selftests/resctrl: Commonize the signal handler register/unregister for all tests
` [PATCH v9 6/6] selftests/resctrl: Remove duplicate codes that clear each test result file
[PATCH v2 0/3] TDX Guest Quote generation support
2023-04-13 3:41 UTC (4+ messages)
` [PATCH v2 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v2 2/3] virt: tdx-guest: Add Quote generation support
` [PATCH v2 3/3] selftests/tdx: Test GetQuote TDX attestation feature
[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-04-13 2:52 UTC (7+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
[PATCH AUTOSEL 6.1 10/17] selftests mount: Fix mount_setattr_test builds failed
2023-04-13 2:36 UTC
[PATCH AUTOSEL 5.15 6/8] selftests mount: Fix mount_setattr_test builds failed
2023-04-13 2:37 UTC
[PATCH AUTOSEL 6.2 12/20] selftests mount: Fix mount_setattr_test builds failed
2023-04-13 2:35 UTC
[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
2023-04-13 1:55 UTC (10+ messages)
[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
2023-04-13 1:27 UTC
[PATCH] selftests/powerpc: Replace obsolete memalign() with posix_memalign()
2023-04-13 1:02 UTC
[PATCH v3 00/11] clk: Add kunit tests for fixed rate and parent data
2023-04-13 0:04 UTC (3+ messages)
` [PATCH v3 05/11] of: Add a KUnit test for overlays and test managed APIs
[PATCH bpf-next v3 0/3] Add FOU support for externally controlled ipip devices
2023-04-12 23:50 UTC (2+ messages)
[PATCH v1 RESEND 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
2023-04-12 21:15 UTC (10+ messages)
` [PATCH v1 RESEND 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 RESEND 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 RESEND 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 RESEND 4/6] mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on sparc64"
` [PATCH v1 RESEND 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 RESEND 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()
[PATCH v1 1/2] selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
2023-04-12 19:02 UTC (5+ messages)
` [PATCH v1 2/2] selftests: gpio: gpio-sim: Use same variable name for sysfs pathname
[PATCH v8 0/6] Some improvements of resctrl selftest
2023-04-12 17:30 UTC (2+ messages)
[PATCHv2] selftests: damon: add config file
2023-04-12 16:58 UTC (2+ messages)
[PATCH bpf-next v6 3/4] selftests: xsk: Use hugepages when umem->frame_size > PAGE_SIZE
2023-04-12 16:21 UTC (2+ messages)
` [PATCH bpf-next v6 4/4] selftests: xsk: Add tests for 8K and 9K frame sizes
[RFC PATCH 3/5] cgroup/cpuset: Make isolated partition pull CPUs from isolcpus partition
2023-04-12 15:37 UTC
[RFC PATCH 5/5] cgroup/cpuset: Extend test_cpuset_prs.sh to test isolcpus partition
2023-04-12 15:37 UTC
[RFC PATCH 4/5] cgroup/cpuset: Documentation update for the new "isolcpus" partition
2023-04-12 15:37 UTC
[RFC PATCH 1/5] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
2023-04-12 15:37 UTC
[RFC PATCH 2/5] cgroup/cpuset: Add a new "isolcpus" paritition root state
2023-04-12 15:37 UTC
[PATCH 00/11] selftests: hid: import the tests from hid-tools
2023-04-12 15:18 UTC (5+ messages)
[PATCH] mm: huge_memory: Replace obsolete memalign() with posix_memalign()
2023-04-12 12:30 UTC (2+ messages)
[PATCH] selftests/powerpc: Replace obsolete memalign() with posix_memalign()
2023-04-12 12:02 UTC (2+ messages)
[PATCH] selftests/bpf: ignore pointer types check with clang
2023-04-12 9:59 UTC
[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
2023-04-12 9:35 UTC
[PATCH] selftests/sgx: Add "test_encl.elf" to TEST_FILES
2023-04-12 9:05 UTC
[PATCH] mm: huge_memory: Replace obsolete memalign() with posix_memalign()
2023-04-12 8:27 UTC (2+ messages)
[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
2023-04-12 8:25 UTC (2+ messages)
Słowa kluczowe do wypozycjonowania
2023-04-12 7:40 UTC
[PATCH] selftests/mm: Replace obsolete memalign() with posix_memalign()
2023-04-12 6:58 UTC
kselftest/next kselftest-seccomp: 7 runs, 3 regressions (v6.3-rc1-17-g266679ffd867)
2023-04-11 23:17 UTC
kselftest/next kselftest-lkdtm: 7 runs, 3 regressions (v6.3-rc1-17-g266679ffd867)
2023-04-11 23:17 UTC
kselftest/next kselftest-lib: 5 runs, 3 regressions (v6.3-rc1-17-g266679ffd867)
2023-04-11 23:17 UTC
kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.3-rc1-17-g266679ffd867)
2023-04-11 23:17 UTC
kselftest/next kselftest-cpufreq: 8 runs, 1 regressions (v6.3-rc1-17-g266679ffd867)
2023-04-11 23:17 UTC
[PATCH v5 0/3] mm: process/cgroup ksm support
2023-04-11 23:03 UTC (5+ messages)
` [PATCH v5 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v5 1/3] mm: add new api to enable ksm per process
kselftest/next build: 8 builds: 0 failed, 8 passed, 9 warnings (v6.3-rc1-17-g266679ffd867)
2023-04-11 22:18 UTC
[PATCH v2 0/3] tools/nolibc: Support vprintf() so we can use kselftest.h with nolibc
2023-04-11 21:06 UTC (11+ messages)
` [PATCH v2 1/3] tools/nolibc/stdio: Implement vprintf()
[PATCH net 0/4] mptcp: more fixes for 6.3
2023-04-11 20:42 UTC (5+ messages)
` [PATCH net 1/4] mptcp: use mptcp_schedule_work instead of open-coding it
` [PATCH net 2/4] mptcp: stricter state check in mptcp_worker
` [PATCH net 3/4] mptcp: fix NULL pointer dereference on fastopen early fallback
` [PATCH net 4/4] selftests: mptcp: userspace pm: uniform verify events
[PATCH v3 0/2] Fix failure to access u32* argument of tracked function
2023-04-11 18:40 UTC (3+ messages)
selftests: # Warning: file test_ingress_egress_chaining.sh is not executable
2023-04-11 16:54 UTC
[PATCH v5 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-04-11 16:43 UTC (18+ messages)
` [PATCH v5 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v5 02/17] iommufd: Add iommufd_group
` [PATCH v5 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v5 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v5 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v5 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v5 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v5 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v5 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v5 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v5 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v5 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v5 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v5 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v5 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v5 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v5 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH 2/3] kunit: add ability to register a simple cleanup function
2023-04-11 15:28 UTC (2+ messages)
[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
2023-04-11 15:14 UTC (6+ messages)
[PATCH] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()
2023-04-11 14:18 UTC (9+ messages)
` [PATCH v1 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
` [PATCH v1 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 4/6] mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on sparc64"
` [PATCH v1 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()
[PATCH v6 0/6] RISC-V Hardware Probing User Interface
2023-04-11 14:16 UTC (2+ messages)
selftests: gpio: crash on arm64
2023-04-11 13:11 UTC (5+ messages)
[PATCH RESEND] selftests/ftrace: Improve integration with kselftest runner
2023-04-11 11:19 UTC
[PATCH net-next v3 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test
2023-04-11 10:42 UTC
[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-04-11 9:29 UTC (11+ messages)
` [PATCH v12 2/5] fs/proc/task_mmu: "
[PATCH v2 0/4] KVM: selftests: add powerpc support
2023-04-11 5:57 UTC (2+ messages)
[PATCH v6 0/4] Add IO page table replacement support
2023-04-10 22:50 UTC (3+ messages)
` [PATCH v6 2/4] iommufd: Add iommufd_access_replace() API
kselftest/next kselftest-lkdtm: 4 runs, 3 regressions (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 22:43 UTC
kselftest/next kselftest-seccomp: 7 runs, 4 regressions (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 22:43 UTC
kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 22:43 UTC
kselftest/next kselftest-lib: 8 runs, 4 regressions (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 22:43 UTC
kselftest/next kselftest-cpufreq: 7 runs, 2 regressions (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 22:43 UTC
kselftest/next build: 6 builds: 0 failed, 6 passed, 3 warnings (v6.3-rc1-14-g5874a6a187f2)
2023-04-10 21:44 UTC
resctrl selftest patches
2023-04-10 18:39 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