messages from 2023-06-02 10:36:28 to 2023-06-05 18:02:15 UTC [more...]
[PATCH v3 00/19] selftests/resctrl: Fixes and cleanups
2023-06-05 18:01 UTC
[PATCH V2 1/4] tracing/user_events: Fix the incorrect trace record for empty arguments events
2023-06-05 16:52 UTC (5+ messages)
` [PATCH V2 2/4] user_events: Add ftrace self-test "
` [PATCH V2 3/4] selftests/user_events: Clear the events after perf self-test
` [PATCH V2 4/4] user_events: Add perf self-test for empty arguments events
[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
2023-06-05 15:59 UTC
[PATCH v2 00/11] A minor flurry of selftest/mm fixes
2023-06-05 15:59 UTC (23+ messages)
` [PATCH v2 01/11] selftests/mm: fix uffd-stress unused function warning
` [PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
` [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
` [PATCH v2 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
` [PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
` [PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
` [PATCH v2 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
` [PATCH v2 08/11] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE
` [PATCH v2 09/11] selftests/mm: move psize(), pshift() into vm_utils.c
` [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
` [PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite
[PATCH 00/12] A minor flurry of selftest/mm fixes
2023-06-05 15:38 UTC (47+ messages)
` [PATCH 01/12] selftests/mm: fix uffd-stress unused function warning
` [PATCH 02/12] selftests/mm: fix unused variable warning in hugetlb-madvise.c
` [PATCH 03/12] selftests/mm: fix unused variable warning in migration.c
` [PATCH 04/12] selftests/mm: fix a char* assignment in mlock2-tests.c
` [PATCH 05/12] selftests/mm: fix invocation of tests that are run via shell scripts
` [PATCH 07/12] selftests/mm: set -Wno-format-security to avoid uffd build warnings
` [PATCH 09/12] selftests/mm: move psize(), pshift() into vm_utils.c
` [PATCH 10/12] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
` [PATCH 11/12] selftests/mm: fix missing UFFDIO_CONTINUE_MODE_WP and similar build failures
` [PATCH 12/12] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE
[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
2023-06-05 14:35 UTC (18+ messages)
` [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test
` [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls
` [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host
` [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test
` [PATCH v2 05/16] KVM: selftests: Allow independent execution of "
` [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*()
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value
` [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker
` [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT
` [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler
` [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock
` [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker
` [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits
` [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock
[PATCH v3 00/12] nolibc: add generic part1 of prepare for rv32
2023-06-05 11:12 UTC (24+ messages)
` [PATCH v3 01/12] selftests/nolibc: syscall_args: use generic __NR_statx
` [PATCH v3 02/12] tools/nolibc: add missing nanoseconds support for __NR_statx
` [PATCH v3 03/12] selftests/nolibc: allow specify extra arguments for qemu
` [PATCH v3 04/12] selftests/nolibc: fix up compile warning with glibc on x86_64
` [PATCH v3 05/12] selftests/nolibc: not include limits.h for nolibc
` [PATCH v3 06/12] selftests/nolibc: use INT_MAX instead of __INT_MAX__
` [PATCH v3 07/12] tools/nolibc: arm: add missing my_syscall6
` [PATCH v3 08/12] tools/nolibc: open: fix up compile warning for arm
` [PATCH v3 09/12] selftests/nolibc: support two errnos with EXPECT_SYSER2()
` [PATCH v3 10/12] selftests/nolibc: remove gettimeofday_bad1/2 completely
` [PATCH v3 11/12] selftests/nolibc: add new gettimeofday test cases
` [PATCH v3 12/12] selftests/nolibc: test_fork: fix up duplicated print
[PATCH 0/4] selftests/nolibc: fix up and improve test report
2023-06-05 10:53 UTC (12+ messages)
` [PATCH 1/4] selftests/nolibc: add a test-report target
` [PATCH 2/4] selftests/nolibc: allow run test-report directly
` [PATCH 3/4] selftests/nolibc: always print the log file
` [PATCH 4/4] selftests/nolibc: fix up test-report for run target
nolibc patches, still possible for 6.5 ?
2023-06-05 10:44 UTC (4+ messages)
[PATCH net-next 0/8] mlxsw, selftests: Cleanups
2023-06-05 10:30 UTC (10+ messages)
` [PATCH net-next 1/8] mlxsw: spectrum_router: Clarify a comment
` [PATCH net-next 2/8] mlxsw: spectrum_router: Use extack in mlxsw_sp~_rif_ipip_lb_configure()
` [PATCH net-next 3/8] mlxsw: spectrum_router: Do not query MAX_RIFS on each iteration
` [PATCH net-next 4/8] mlxsw: spectrum_router: Do not query MAX_VRS "
` [PATCH net-next 5/8] selftests: mlxsw: ingress_rif_conf_1d: Fix the diagram
` [PATCH net-next 6/8] selftests: mlxsw: egress_vid_classification: "
` [PATCH net-next 7/8] selftests: router_bridge_vlan: Add a diagram
` [PATCH net-next 8/8] selftests: router_bridge_vlan: Set vlan_default_pvid 0 on the bridge
[PATCH 0/4] tools/nolibc: add two new syscall helpers
2023-06-05 9:33 UTC (10+ messages)
` [PATCH 1/4] tools/nolibc: unistd.h: add __syscall() and __syscall_ret() helpers
` [PATCH 2/4] tools/nolibc: unistd.h: apply __syscall_ret() helper
` [PATCH 3/4] tools/nolibc: sys.h: "
` [PATCH 4/4] tools/nolibc: sys.h: apply __syscall() helper
[PATCH v1 1/1] selftests: alsa: pcm-test: Fix compiler warnings about the format
2023-06-05 7:16 UTC (2+ messages)
[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
2023-06-05 2:55 UTC (12+ messages)
` [PATCH bpf-next v2 1/5] bpf: make MAX_BPF_FUNC_ARGS 14
` [PATCH bpf-next v2 2/5] bpf, x86: allow function arguments up to 14 for TRACING
` [PATCH bpf-next v2 5/5] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments
[PATCH 0/4] selftests/nolibc: add user-space 'efault' handler
2023-06-04 19:14 UTC (4+ messages)
[PATCH] tools/nolibc: ensure fast64 integer types have 64 bits
2023-06-04 12:03 UTC (4+ messages)
[PATCH] selftests/nolibc: test_fork: fix up duplicated print
2023-06-04 10:47 UTC (4+ messages)
[PATCH RESEND 0/2] drivers: base: Add tests showing devm handling inconsistencies
2023-06-04 8:31 UTC (8+ messages)
` [PATCH RESEND 1/2] drivers: base: Add basic devm tests for root devices
` [PATCH RESEND 2/2] drivers: base: Add basic devm tests for platform devices
[PATCH 0/1] selftests: error out if kernel header files are not yet built
2023-06-04 1:36 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] Fix gitignore for recently added usptream self tests
2023-06-03 19:52 UTC (2+ messages)
[PATCH] selftests/x86/amx: Add a CPU hotplug test
2023-06-03 15:24 UTC
[PATCH 0/2] drivers: base: Add tests showing devm handling inconsistencies
2023-06-03 14:44 UTC (4+ messages)
Wyższa konwersja w e-sklepie
2023-06-02 8:50 UTC
[PATCH v3 0/3] nolibc: add part2 of support for rv32
2023-06-03 9:05 UTC (4+ messages)
` [PATCH v3 1/3] tools/nolibc: fix up #error compile failures with -ENOSYS
` [PATCH v3 2/3] tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS
` [PATCH v3 3/3] selftests/nolibc: riscv: customize makefile for rv32
[PATCH bpf v2 0/2] Fix elem_size not being set for inner maps
2023-06-03 0:27 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] selftests/bpf: Add access_inner_map selftest
[PATCH] Documentation: kunit: Rename references to kunit_abort()
2023-06-02 21:36 UTC (2+ messages)
[PATCH v2 00/13] nolibc: add part2 of support for rv32
2023-06-02 19:44 UTC (2+ messages)
[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-02 17:58 UTC (9+ messages)
` [PATCH v16 2/5] fs/proc/task_mmu: "
[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
2023-06-02 14:39 UTC (7+ messages)
` [PATCH v2 21/24] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
[PATCH v1 0/9] x86/resctrl: Use soft RMIDs for reliable MBM on AMD
2023-06-02 12:42 UTC (4+ messages)
` [PATCH v1 8/9] x86/resctrl: Use mbm_update() to push soft RMID counts
POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
2023-06-02 12:35 UTC (3+ messages)
[PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
2023-06-02 12:08 UTC (4+ messages)
[PATCH v2 13/13] selftests/nolibc: riscv: customize makefile for rv32
2023-06-02 11:56 UTC (4+ messages)
[PATCH 0/8] Remove child from struct ctl_table
2023-06-02 11:06 UTC (9+ messages)
` [PATCH 1/8] parport: plug a sysctl register leak
` [PATCH 2/8] test_sysctl: Fix test metadata getters
` [PATCH 3/8] test_sysctl: Group node sysctl test under one func
` [PATCH 4/8] test_sysctl: Add an unregister sysctl test
` [PATCH 5/8] test_sysctl: Add an option to prevent test skip
` [PATCH 6/8] test_sysclt: Test for registering a mount point
` [PATCH 7/8] sysctl: Remove debugging dump_stack
` [PATCH 8/8] sysctl: replace child with a flags var
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