messages from 2023-05-30 15:11:03 to 2023-06-02 21:22:27 UTC [more...]
[PATCH 00/12] A minor flurry of selftest/mm fixes
2023-06-02 21:22 UTC (38+ 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 06/12] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
` [PATCH 07/12] selftests/mm: set -Wno-format-security to avoid uffd build warnings
` [PATCH 08/12] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
` [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 RESEND 0/2] drivers: base: Add tests showing devm handling inconsistencies
2023-06-02 21:09 UTC (5+ 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] Fix gitignore for recently added usptream self tests
2023-06-02 19:54 UTC
[PATCH v2 00/13] nolibc: add part2 of support for rv32
2023-06-02 19:44 UTC (2+ messages)
[PATCH bpf v2 0/2] Fix elem_size not being set for inner maps
2023-06-02 19:02 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] selftests/bpf: Add access_inner_map selftest
[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
2023-06-02 18:32 UTC (13+ 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 3/5] libbpf: make BPF_PROG support 15 function arguments
` [PATCH bpf-next v2 4/5] selftests/bpf: rename bpf_fentry_test{7,8,9} to bpf_fentry_test_ptr*
` [PATCH bpf-next v2 5/5] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments
[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 net-next 0/8] mlxsw, selftests: Cleanups
2023-06-02 16:20 UTC (9+ 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 v2 00/16] Use MMU read lock for clear-dirty-log
2023-06-02 16:09 UTC (17+ 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 0/2] drivers: base: Add tests showing devm handling inconsistencies
2023-06-02 15:27 UTC (3+ messages)
[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
2023-06-02 14:39 UTC (14+ messages)
` [PATCH v2 15/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH v2 17/24] selftests/resctrl: Replace count_bits with count_consecutive_bits()
` [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 (8+ messages)
` [PATCH v1 3/9] x86/resctrl: Add resctrl_mbm_flush_cpu() to collect CPUs' MBM events
` [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
[PATCH] selftests/nolibc: test_fork: fix up duplicated print
2023-06-02 10:20 UTC (3+ messages)
[PATCH 0/8] Remove child from struct ctl_table
2023-06-02 10:08 UTC (5+ 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 net-next,v2] selftests/tc-testing: replace mq with invalid parent ID
2023-06-02 5:00 UTC (3+ messages)
[PATCH] Documentation: kunit: Rename references to kunit_abort()
2023-06-02 3:53 UTC
[PATCH] selftests/nolibc: remove test gettimeofday_null
2023-06-02 2:38 UTC (2+ messages)
[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
2023-06-01 21:41 UTC (8+ messages)
` [PATCH v1 1/3] selftests/mm: factor out detection of hugetlb page sizes into vm_util
` [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
[PATCH] kselftests: Sort the collections list to avoid duplicate tests
2023-06-01 21:11 UTC
[PATCH bpf] bpf: Fix elem_size not being set for inner maps
2023-06-01 19:18 UTC (2+ messages)
[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
2023-06-01 16:16 UTC (15+ messages)
[PATCH v2 5/6] cgroup/cpuset: Documentation update for partition
2023-06-01 13:30 UTC (3+ messages)
[PATCH AUTOSEL 6.3 07/67] selftests/ftrace: Improve integration with kselftest runner
2023-06-01 9:30 UTC (3+ messages)
[PATCH v3 00/10] tracing: introducing eventfs
2023-06-01 9:07 UTC (12+ messages)
` [PATCH v3 01/10] tracing: Require all trace events to have a TRACE_SYSTEM
` [PATCH v3 02/10] eventfs: introducing struct tracefs_inode
` [PATCH v3 03/10] eventfs: adding eventfs dir add functions
` [PATCH v3 04/10] eventfs: adding eventfs file "
` [PATCH v3 05/10] eventfs: adding eventfs file, directory remove function
` [PATCH v3 06/10] eventfs: adding functions to create eventfs files and directories
` [PATCH v3 07/10] eventfs: adding eventfs lookup, read, open functions
` [PATCH v3 08/10] eventfs: creating tracefs_inode_cache
` [PATCH v3 09/10] eventfs: moving tracing/events to eventfs
` [PATCH v3 10/10] test: ftrace: fix kprobe test for eventfs
[PATCH v3] KVM: selftests: Add new CFLAGS to generate dependency files
2023-06-01 8:03 UTC
Słowa kluczowe do wypozycjonowania
2023-06-01 7:30 UTC
[PATCH] kunit: Move kunit_abort() call out of kunit_do_failed_assertion()
2023-06-01 3:32 UTC (4+ messages)
[PATCH net-next] selftests/tc-testing: replace mq with invalid parent ID
2023-06-01 0:45 UTC (3+ messages)
[PATCH v4 0/7] Optimize mremap during mutual alignment within PMD
2023-05-31 23:33 UTC (9+ messages)
` [PATCH v4 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v4 2/7] mm/mremap: Allow moves within the same VMA for stack
` [PATCH v4 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v4 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v4 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v4 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v4 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
[PATCH v2 3/6] cgroup/cpuset: Add cpuset.cpus.reserve for top cpuset
2023-05-31 16:34 UTC
[PATCH v2 4/6] cgroup/cpuset: Introduce remote isolated partition
2023-05-31 16:34 UTC
[PATCH v2 2/6] cgroup/cpuset: Improve temporary cpumasks handling
2023-05-31 16:34 UTC
[PATCH v2 6/6] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition
2023-05-31 16:34 UTC
[PATCH v2 0/6] cgroup/cpuset: Support remote isolated partitions
2023-05-31 16:33 UTC
[PATCH v2 1/6] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
2023-05-31 16:34 UTC
[PATCH AUTOSEL 6.1 06/33] selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
2023-05-31 13:41 UTC
[PATCH AUTOSEL 6.3 07/37] selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
2023-05-31 13:39 UTC
[PATCH] kunit: Fix obsolete name in documentation headers (func->action)
2023-05-31 12:55 UTC (2+ messages)
[PATCH net-next 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
2023-05-31 6:04 UTC (6+ messages)
` [PATCH net-next 3/4] nexthop: Do not return invalid nexthop object during multipath selection
` [PATCH net-next 4/4] selftests: net: Add test cases for nexthop groups with invalid neighbors
[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
2023-05-31 4:12 UTC (6+ messages)
[PATCH] Documentation: Kunit: add MODULE_LICENSE to sample code
2023-05-31 3:16 UTC (2+ messages)
[PATCH V3] tracing/user_events: Prevent same name but different args event
2023-05-30 18:10 UTC (3+ messages)
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-05-30 16:42 UTC (5+ 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