From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A9C4BC4345F for ; Thu, 25 Apr 2024 12:23:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7530110E7C0; Thu, 25 Apr 2024 12:23:13 +0000 (UTC) Received: from 8e613ede5ea5 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA59410E7C0; Thu, 25 Apr 2024 12:23:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: =?utf-8?q?=E2=9C=93_CI=2EKUnit=3A_success_for_drm/xe=3A_skip_error_capture_w?= =?utf-8?q?hen_exec_queue_is_killed?= From: Patchwork To: "Tejas Upadhyay" Cc: intel-xe@lists.freedesktop.org Date: Thu, 25 Apr 2024 12:23:08 -0000 Message-ID: <171404778876.1650662.1125280161186644562@8e613ede5ea5> X-Patchwork-Hint: ignore References: <20240425122931.1851837-1-tejas.upadhyay@intel.com> In-Reply-To: <20240425122931.1851837-1-tejas.upadhyay@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: drm/xe: skip error capture when exec queue is killed URL : https://patchwork.freedesktop.org/series/132906/ State : success == Summary == + trap cleanup EXIT + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig [12:22:12] Configuring KUnit Kernel ... Generating .config ... Populating config with: $ make ARCH=um O=.kunit olddefconfig [12:22:16] Building KUnit Kernel ... Populating config with: $ make ARCH=um O=.kunit olddefconfig Building with: $ make ARCH=um O=.kunit --jobs=48 ../arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 17 | void foo(void) | ^~~ In file included from ../arch/um/kernel/asm-offsets.c:1: ../arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 9 | void foo(void) | ^~~ ../arch/x86/um/bugs_64.c:9:6: warning: no previous prototype for ‘arch_check_bugs’ [-Wmissing-prototypes] 9 | void arch_check_bugs(void) | ^~~~~~~~~~~~~~~ ../arch/x86/um/bugs_64.c:13:6: warning: no previous prototype for ‘arch_examine_signal’ [-Wmissing-prototypes] 13 | void arch_examine_signal(int sig, struct uml_pt_regs *regs) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/um/fault.c:18:5: warning: no previous prototype for ‘arch_fixup’ [-Wmissing-prototypes] 18 | int arch_fixup(unsigned long address, struct uml_pt_regs *regs) | ^~~~~~~~~~ ../arch/x86/um/os-Linux/registers.c:146:15: warning: no previous prototype for ‘get_thread_reg’ [-Wmissing-prototypes] 146 | unsigned long get_thread_reg(int reg, jmp_buf *buf) | ^~~~~~~~~~~~~~ ../arch/x86/um/vdso/um_vdso.c:16:5: warning: no previous prototype for ‘__vdso_clock_gettime’ [-Wmissing-prototypes] 16 | int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/um/vdso/um_vdso.c:30:5: warning: no previous prototype for ‘__vdso_gettimeofday’ [-Wmissing-prototypes] 30 | int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/um/vdso/um_vdso.c:44:21: warning: no previous prototype for ‘__vdso_time’ [-Wmissing-prototypes] 44 | __kernel_old_time_t __vdso_time(__kernel_old_time_t *t) | ^~~~~~~~~~~ ../arch/x86/um/vdso/um_vdso.c:57:1: warning: no previous prototype for ‘__vdso_getcpu’ [-Wmissing-prototypes] 57 | __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) | ^~~~~~~~~~~~~ ../arch/um/os-Linux/skas/process.c:107:6: warning: no previous prototype for ‘wait_stub_done’ [-Wmissing-prototypes] 107 | void wait_stub_done(int pid) | ^~~~~~~~~~~~~~ ../arch/um/os-Linux/skas/process.c:683:6: warning: no previous prototype for ‘__switch_mm’ [-Wmissing-prototypes] 683 | void __switch_mm(struct mm_id *mm_idp) | ^~~~~~~~~~~ ../arch/x86/um/os-Linux/mcontext.c:7:6: warning: no previous prototype for ‘get_regs_from_mc’ [-Wmissing-prototypes] 7 | void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/skas/process.c:36:12: warning: no previous prototype for ‘start_uml’ [-Wmissing-prototypes] 36 | int __init start_uml(void) | ^~~~~~~~~ ../arch/um/kernel/skas/mmu.c:17:5: warning: no previous prototype for ‘init_new_context’ [-Wmissing-prototypes] 17 | int init_new_context(struct task_struct *task, struct mm_struct *mm) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/skas/mmu.c:60:6: warning: no previous prototype for ‘destroy_context’ [-Wmissing-prototypes] 60 | void destroy_context(struct mm_struct *mm) | ^~~~~~~~~~~~~~~ ../arch/um/os-Linux/main.c:187:7: warning: no previous prototype for ‘__wrap_malloc’ [-Wmissing-prototypes] 187 | void *__wrap_malloc(int size) | ^~~~~~~~~~~~~ ../arch/um/os-Linux/main.c:208:7: warning: no previous prototype for ‘__wrap_calloc’ [-Wmissing-prototypes] 208 | void *__wrap_calloc(int n, int size) | ^~~~~~~~~~~~~ ../arch/um/os-Linux/main.c:222:6: warning: no previous prototype for ‘__wrap_free’ [-Wmissing-prototypes] 222 | void __wrap_free(void *ptr) | ^~~~~~~~~~~ ../arch/um/os-Linux/mem.c:28:6: warning: no previous prototype for ‘kasan_map_memory’ [-Wmissing-prototypes] 28 | void kasan_map_memory(void *start, size_t len) | ^~~~~~~~~~~~~~~~ ../arch/um/os-Linux/mem.c:212:13: warning: no previous prototype for ‘check_tmpexec’ [-Wmissing-prototypes] 212 | void __init check_tmpexec(void) | ^~~~~~~~~~~~~ ../arch/x86/um/ptrace_64.c:111:5: warning: no previous prototype for ‘poke_user’ [-Wmissing-prototypes] 111 | int poke_user(struct task_struct *child, long addr, long data) | ^~~~~~~~~ ../arch/x86/um/ptrace_64.c:171:5: warning: no previous prototype for ‘peek_user’ [-Wmissing-prototypes] 171 | int peek_user(struct task_struct *child, long addr, long data) | ^~~~~~~~~ ../arch/um/os-Linux/signal.c:75:6: warning: no previous prototype for ‘sig_handler’ [-Wmissing-prototypes] 75 | void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) | ^~~~~~~~~~~ ../arch/um/os-Linux/signal.c:111:6: warning: no previous prototype for ‘timer_alarm_handler’ [-Wmissing-prototypes] 111 | void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) | ^~~~~~~~~~~~~~~~~~~ ../arch/um/os-Linux/start_up.c:301:12: warning: no previous prototype for ‘parse_iomem’ [-Wmissing-prototypes] 301 | int __init parse_iomem(char *str, int *add) | ^~~~~~~~~~~ ../arch/um/kernel/mem.c:202:8: warning: no previous prototype for ‘pgd_alloc’ [-Wmissing-prototypes] 202 | pgd_t *pgd_alloc(struct mm_struct *mm) | ^~~~~~~~~ ../arch/um/kernel/mem.c:215:7: warning: no previous prototype for ‘uml_kmalloc’ [-Wmissing-prototypes] 215 | void *uml_kmalloc(int size, int flags) | ^~~~~~~~~~~ ../arch/um/kernel/reboot.c:45:6: warning: no previous prototype for ‘machine_restart’ [-Wmissing-prototypes] 45 | void machine_restart(char * __unused) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/reboot.c:51:6: warning: no previous prototype for ‘machine_power_off’ [-Wmissing-prototypes] 51 | void machine_power_off(void) | ^~~~~~~~~~~~~~~~~ ../arch/um/kernel/reboot.c:57:6: warning: no previous prototype for ‘machine_halt’ [-Wmissing-prototypes] 57 | void machine_halt(void) | ^~~~~~~~~~~~ ../arch/um/kernel/process.c:51:5: warning: no previous prototype for ‘pid_to_processor_id’ [-Wmissing-prototypes] 51 | int pid_to_processor_id(int pid) | ^~~~~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:87:7: warning: no previous prototype for ‘__switch_to’ [-Wmissing-prototypes] 87 | void *__switch_to(struct task_struct *from, struct task_struct *to) | ^~~~~~~~~~~ ../arch/um/kernel/process.c:140:6: warning: no previous prototype for ‘fork_handler’ [-Wmissing-prototypes] 140 | void fork_handler(void) | ^~~~~~~~~~~~ ../arch/um/kernel/process.c:217:6: warning: no previous prototype for ‘arch_cpu_idle’ [-Wmissing-prototypes] 217 | void arch_cpu_idle(void) | ^~~~~~~~~~~~~ ../arch/um/kernel/process.c:253:5: warning: no previous prototype for ‘copy_to_user_proc’ [-Wmissing-prototypes] 253 | int copy_to_user_proc(void __user *to, void *from, int size) | ^~~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:263:5: warning: no previous prototype for ‘clear_user_proc’ [-Wmissing-prototypes] 263 | int clear_user_proc(void __user *buf, int size) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:271:6: warning: no previous prototype for ‘set_using_sysemu’ [-Wmissing-prototypes] 271 | void set_using_sysemu(int value) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:278:5: warning: no previous prototype for ‘get_using_sysemu’ [-Wmissing-prototypes] 278 | int get_using_sysemu(void) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:316:12: warning: no previous prototype for ‘make_proc_sysemu’ [-Wmissing-prototypes] 316 | int __init make_proc_sysemu(void) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:348:15: warning: no previous prototype for ‘arch_align_stack’ [-Wmissing-prototypes] 348 | unsigned long arch_align_stack(unsigned long sp) | ^~~~~~~~~~~~~~~~ ../arch/x86/um/signal.c:560:6: warning: no previous prototype for ‘sys_rt_sigreturn’ [-Wmissing-prototypes] 560 | long sys_rt_sigreturn(void) | ^~~~~~~~~~~~~~~~ ../arch/x86/um/syscalls_64.c:48:6: warning: no previous prototype for ‘arch_switch_to’ [-Wmissing-prototypes] 48 | void arch_switch_to(struct task_struct *to) | ^~~~~~~~~~~~~~ ../arch/um/kernel/tlb.c:579:6: warning: no previous prototype for ‘flush_tlb_mm_range’ [-Wmissing-prototypes] 579 | void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start, | ^~~~~~~~~~~~~~~~~~ ../arch/um/kernel/tlb.c:594:6: warning: no previous prototype for ‘force_flush_all’ [-Wmissing-prototypes] 594 | void force_flush_all(void) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/kmsg_dump.c:60:12: warning: no previous prototype for ‘kmsg_dumper_stdout_init’ [-Wmissing-prototypes] 60 | int __init kmsg_dumper_stdout_init(void) | ^~~~~~~~~~~~~~~~~~~~~~~ ../arch/um/kernel/um_arch.c:408:19: warning: no previous prototype for ‘read_initrd’ [-Wmissing-prototypes] 408 | int __init __weak read_initrd(void) | ^~~~~~~~~~~ ../arch/um/kernel/um_arch.c:461:7: warning: no previous prototype for ‘text_poke’ [-Wmissing-prototypes] 461 | void *text_poke(void *addr, const void *opcode, size_t len) | ^~~~~~~~~ ../arch/um/kernel/um_arch.c:473:6: warning: no previous prototype for ‘text_poke_sync’ [-Wmissing-prototypes] 473 | void text_poke_sync(void) | ^~~~~~~~~~~~~~ ../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ ../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ ../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ ../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ ../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ ../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ ../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ ../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ stty: 'standard input': Inappropriate ioctl for device [12:22:41] Starting KUnit Kernel (1/1)... [12:22:41] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [12:22:41] =================== guc_dbm (7 subtests) =================== [12:22:41] [PASSED] test_empty [12:22:41] [PASSED] test_default [12:22:41] ======================== test_size ======================== [12:22:41] [PASSED] 4 [12:22:41] [PASSED] 8 [12:22:41] [PASSED] 32 [12:22:41] [PASSED] 256 [12:22:41] ==================== [PASSED] test_size ==================== [12:22:41] ======================= test_reuse ======================== [12:22:41] [PASSED] 4 [12:22:41] [PASSED] 8 [12:22:41] [PASSED] 32 [12:22:41] [PASSED] 256 [12:22:41] =================== [PASSED] test_reuse ==================== [12:22:41] =================== test_range_overlap ==================== [12:22:41] [PASSED] 4 [12:22:41] [PASSED] 8 [12:22:41] [PASSED] 32 [12:22:41] [PASSED] 256 [12:22:41] =============== [PASSED] test_range_overlap ================ [12:22:41] =================== test_range_compact ==================== [12:22:41] [PASSED] 4 [12:22:41] [PASSED] 8 [12:22:41] [PASSED] 32 [12:22:41] [PASSED] 256 [12:22:41] =============== [PASSED] test_range_compact ================ [12:22:41] ==================== test_range_spare ===================== [12:22:41] [PASSED] 4 [12:22:41] [PASSED] 8 [12:22:41] [PASSED] 32 [12:22:41] [PASSED] 256 [12:22:41] ================ [PASSED] test_range_spare ================= [12:22:41] ===================== [PASSED] guc_dbm ===================== [12:22:41] =================== guc_idm (6 subtests) =================== [12:22:41] [PASSED] bad_init [12:22:41] [PASSED] no_init [12:22:41] [PASSED] init_fini [12:22:41] [PASSED] check_used [12:22:41] [PASSED] check_quota [12:22:41] [PASSED] check_all [12:22:41] ===================== [PASSED] guc_idm ===================== [12:22:41] ================== no_relay (3 subtests) =================== [12:22:41] [PASSED] xe_drops_guc2pf_if_not_ready [12:22:41] [PASSED] xe_drops_guc2vf_if_not_ready [12:22:41] [PASSED] xe_rejects_send_if_not_ready [12:22:41] ==================== [PASSED] no_relay ===================== [12:22:41] ================== pf_relay (14 subtests) ================== [12:22:41] [PASSED] pf_rejects_guc2pf_too_short [12:22:41] [PASSED] pf_rejects_guc2pf_too_long [12:22:41] [PASSED] pf_rejects_guc2pf_no_payload [12:22:41] [PASSED] pf_fails_no_payload [12:22:41] [PASSED] pf_fails_bad_origin [12:22:41] [PASSED] pf_fails_bad_type [12:22:41] [PASSED] pf_txn_reports_error [12:22:41] [PASSED] pf_txn_sends_pf2guc [12:22:41] [PASSED] pf_sends_pf2guc [12:22:41] [SKIPPED] pf_loopback_nop [12:22:41] [SKIPPED] pf_loopback_echo [12:22:41] [SKIPPED] pf_loopback_fail [12:22:41] [SKIPPED] pf_loopback_busy [12:22:41] [SKIPPED] pf_loopback_retry [12:22:41] ==================== [PASSED] pf_relay ===================== [12:22:41] ================== vf_relay (3 subtests) =================== [12:22:41] [PASSED] vf_rejects_guc2vf_too_short [12:22:41] [PASSED] vf_rejects_guc2vf_too_long [12:22:41] [PASSED] vf_rejects_guc2vf_no_payload [12:22:41] ==================== [PASSED] vf_relay ===================== [12:22:41] ================= pf_service (11 subtests) ================= [12:22:41] [PASSED] pf_negotiate_any [12:22:41] [PASSED] pf_negotiate_base_match [12:22:41] [PASSED] pf_negotiate_base_newer [12:22:41] [PASSED] pf_negotiate_base_next [12:22:41] [SKIPPED] pf_negotiate_base_older [12:22:41] [PASSED] pf_negotiate_base_prev [12:22:41] [PASSED] pf_negotiate_latest_match [12:22:41] [PASSED] pf_negotiate_latest_newer [12:22:41] [PASSED] pf_negotiate_latest_next [12:22:41] [SKIPPED] pf_negotiate_latest_older [12:22:41] [SKIPPED] pf_negotiate_latest_prev [12:22:41] =================== [PASSED] pf_service ==================== [12:22:41] ===================== lmtt (1 subtest) ===================== [12:22:41] ======================== test_ops ========================= [12:22:41] [PASSED] 2-level [12:22:41] [PASSED] multi-level [12:22:41] ==================== [PASSED] test_ops ===================== [12:22:41] ====================== [PASSED] lmtt ======================= [12:22:41] ==================== xe_bo (2 subtests) ==================== [12:22:41] [SKIPPED] xe_ccs_migrate_kunit [12:22:41] [SKIPPED] xe_bo_evict_kunit [12:22:41] ===================== [SKIPPED] xe_bo ====================== [12:22:41] ================== xe_dma_buf (1 subtest) ================== [12:22:41] [SKIPPED] xe_dma_buf_kunit [12:22:41] =================== [SKIPPED] xe_dma_buf =================== [12:22:41] ================== xe_migrate (1 subtest) ================== [12:22:41] [SKIPPED] xe_migrate_sanity_kunit [12:22:41] =================== [SKIPPED] xe_migrate =================== [12:22:41] =================== xe_mocs (2 subtests) =================== [12:22:41] [SKIPPED] xe_live_mocs_kernel_kunit [12:22:41] [SKIPPED] xe_live_mocs_reset_kunit [12:22:41] ==================== [SKIPPED] xe_mocs ===================== [12:22:41] =================== xe_pci (2 subtests) ==================== [12:22:41] [PASSED] xe_gmdid_graphics_ip [12:22:41] [PASSED] xe_gmdid_media_ip [12:22:41] ===================== [PASSED] xe_pci ====================== [12:22:41] ==================== xe_rtp (1 subtest) ==================== [12:22:41] ================== xe_rtp_process_tests =================== [12:22:41] [PASSED] coalesce-same-reg [12:22:41] [PASSED] no-match-no-add [12:22:41] [PASSED] no-match-no-add-multiple-rules [12:22:41] [PASSED] two-regs-two-entries [12:22:41] [PASSED] clr-one-set-other [12:22:41] [PASSED] set-field [12:22:41] [PASSED] conflict-duplicate [12:22:41] [PASSED] conflict-not-disjoint [12:22:41] [PASSED] conflict-reg-type [12:22:41] ============== [PASSED] xe_rtp_process_tests =============== [12:22:41] ===================== [PASSED] xe_rtp ====================== [12:22:41] ==================== xe_wa (1 subtest) ===================== [12:22:41] ======================== xe_wa_gt ========================= [12:22:41] [PASSED] TIGERLAKE (B0) [12:22:41] [PASSED] DG1 (A0) [12:22:41] [PASSED] DG1 (B0) [12:22:41] [PASSED] ALDERLAKE_S (A0) [12:22:41] [PASSED] ALDERLAKE_S (B0) [12:22:41] [PASSED] ALDERLAKE_S (C0) [12:22:41] [PASSED] ALDERLAKE_S (D0) [12:22:41] [PASSED] ALDERLAKE_P (A0) [12:22:41] [PASSED] ALDERLAKE_P (B0) [12:22:41] [PASSED] ALDERLAKE_P (C0) [12:22:41] [PASSED] ALDERLAKE_S_RPLS (D0) [12:22:41] [PASSED] ALDERLAKE_P_RPLU (E0) [12:22:41] [PASSED] DG2_G10 (C0) [12:22:41] [PASSED] DG2_G11 (B1) [12:22:41] [PASSED] DG2_G12 (A1) [12:22:41] [PASSED] METEORLAKE (g:A0, m:A0) [12:22:41] [PASSED] METEORLAKE (g:A0, m:A0) [12:22:41] [PASSED] METEORLAKE (g:A0, m:A0) [12:22:41] [PASSED] LUNARLAKE (g:A0, m:A0) [12:22:41] [PASSED] LUNARLAKE (g:B0, m:A0) [12:22:41] ==================== [PASSED] xe_wa_gt ===================== [12:22:41] ====================== [PASSED] xe_wa ====================== [12:22:41] ============================================================ [12:22:41] Testing complete. Ran 98 tests: passed: 84, skipped: 14 [12:22:41] Elapsed time: 29.693s total, 4.208s configuring, 25.264s building, 0.171s running + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig [12:22:41] Configuring KUnit Kernel ... Regenerating .config ... Populating config with: $ make ARCH=um O=.kunit olddefconfig [12:22:43] Building KUnit Kernel ... Populating config with: $ make ARCH=um O=.kunit olddefconfig Building with: $ make ARCH=um O=.kunit --jobs=48 In file included from ../arch/um/kernel/asm-offsets.c:1: ../arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 9 | void foo(void) | ^~~ ../arch/x86/um/ptrace_64.c:111:5: warning: no previous prototype for ‘poke_user’ [-Wmissing-prototypes] 111 | int poke_user(struct task_struct *child, long addr, long data) | ^~~~~~~~~ ../arch/x86/um/ptrace_64.c:171:5: warning: no previous prototype for ‘peek_user’ [-Wmissing-prototypes] 171 | int peek_user(struct task_struct *child, long addr, long data) | ^~~~~~~~~ ../arch/um/kernel/mem.c:202:8: warning: no previous prototype for ‘pgd_alloc’ [-Wmissing-prototypes] 202 | pgd_t *pgd_alloc(struct mm_struct *mm) | ^~~~~~~~~ ../arch/um/kernel/mem.c:215:7: warning: no previous prototype for ‘uml_kmalloc’ [-Wmissing-prototypes] 215 | void *uml_kmalloc(int size, int flags) | ^~~~~~~~~~~ ../arch/um/kernel/process.c:51:5: warning: no previous prototype for ‘pid_to_processor_id’ [-Wmissing-prototypes] 51 | int pid_to_processor_id(int pid) | ^~~~~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:87:7: warning: no previous prototype for ‘__switch_to’ [-Wmissing-prototypes] 87 | void *__switch_to(struct task_struct *from, struct task_struct *to) | ^~~~~~~~~~~ ../arch/um/kernel/process.c:140:6: warning: no previous prototype for ‘fork_handler’ [-Wmissing-prototypes] 140 | void fork_handler(void) | ^~~~~~~~~~~~ ../arch/um/kernel/process.c:217:6: warning: no previous prototype for ‘arch_cpu_idle’ [-Wmissing-prototypes] 217 | void arch_cpu_idle(void) | ^~~~~~~~~~~~~ ../arch/um/kernel/process.c:253:5: warning: no previous prototype for ‘copy_to_user_proc’ [-Wmissing-prototypes] 253 | int copy_to_user_proc(void __user *to, void *from, int size) | ^~~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:263:5: warning: no previous prototype for ‘clear_user_proc’ [-Wmissing-prototypes] 263 | int clear_user_proc(void __user *buf, int size) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:271:6: warning: no previous prototype for ‘set_using_sysemu’ [-Wmissing-prototypes] 271 | void set_using_sysemu(int value) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:278:5: warning: no previous prototype for ‘get_using_sysemu’ [-Wmissing-prototypes] 278 | int get_using_sysemu(void) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:316:12: warning: no previous prototype for ‘make_proc_sysemu’ [-Wmissing-prototypes] 316 | int __init make_proc_sysemu(void) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/process.c:348:15: warning: no previous prototype for ‘arch_align_stack’ [-Wmissing-prototypes] 348 | unsigned long arch_align_stack(unsigned long sp) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/reboot.c:45:6: warning: no previous prototype for ‘machine_restart’ [-Wmissing-prototypes] 45 | void machine_restart(char * __unused) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/reboot.c:51:6: warning: no previous prototype for ‘machine_power_off’ [-Wmissing-prototypes] 51 | void machine_power_off(void) | ^~~~~~~~~~~~~~~~~ ../arch/um/kernel/reboot.c:57:6: warning: no previous prototype for ‘machine_halt’ [-Wmissing-prototypes] 57 | void machine_halt(void) | ^~~~~~~~~~~~ ../arch/x86/um/signal.c:560:6: warning: no previous prototype for ‘sys_rt_sigreturn’ [-Wmissing-prototypes] 560 | long sys_rt_sigreturn(void) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/tlb.c:579:6: warning: no previous prototype for ‘flush_tlb_mm_range’ [-Wmissing-prototypes] 579 | void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start, | ^~~~~~~~~~~~~~~~~~ ../arch/um/kernel/tlb.c:594:6: warning: no previous prototype for ‘force_flush_all’ [-Wmissing-prototypes] 594 | void force_flush_all(void) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/um_arch.c:408:19: warning: no previous prototype for ‘read_initrd’ [-Wmissing-prototypes] 408 | int __init __weak read_initrd(void) | ^~~~~~~~~~~ ../arch/um/kernel/um_arch.c:461:7: warning: no previous prototype for ‘text_poke’ [-Wmissing-prototypes] 461 | void *text_poke(void *addr, const void *opcode, size_t len) | ^~~~~~~~~ ../arch/um/kernel/um_arch.c:473:6: warning: no previous prototype for ‘text_poke_sync’ [-Wmissing-prototypes] 473 | void text_poke_sync(void) | ^~~~~~~~~~~~~~ ../arch/um/kernel/kmsg_dump.c:60:12: warning: no previous prototype for ‘kmsg_dumper_stdout_init’ [-Wmissing-prototypes] 60 | int __init kmsg_dumper_stdout_init(void) | ^~~~~~~~~~~~~~~~~~~~~~~ ../arch/x86/um/syscalls_64.c:48:6: warning: no previous prototype for ‘arch_switch_to’ [-Wmissing-prototypes] 48 | void arch_switch_to(struct task_struct *to) | ^~~~~~~~~~~~~~ ../arch/um/kernel/skas/mmu.c:17:5: warning: no previous prototype for ‘init_new_context’ [-Wmissing-prototypes] 17 | int init_new_context(struct task_struct *task, struct mm_struct *mm) | ^~~~~~~~~~~~~~~~ ../arch/um/kernel/skas/mmu.c:60:6: warning: no previous prototype for ‘destroy_context’ [-Wmissing-prototypes] 60 | void destroy_context(struct mm_struct *mm) | ^~~~~~~~~~~~~~~ ../arch/um/kernel/skas/process.c:36:12: warning: no previous prototype for ‘start_uml’ [-Wmissing-prototypes] 36 | int __init start_uml(void) | ^~~~~~~~~ ../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ ../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ ../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ ../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ ../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ ../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ ../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ ../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ [12:23:05] Starting KUnit Kernel (1/1)... [12:23:05] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [12:23:05] ============ drm_test_pick_cmdline (2 subtests) ============ [12:23:05] [PASSED] drm_test_pick_cmdline_res_1920_1080_60 [12:23:05] =============== drm_test_pick_cmdline_named =============== [12:23:05] [PASSED] NTSC [12:23:05] [PASSED] NTSC-J [12:23:05] [PASSED] PAL [12:23:05] [PASSED] PAL-M [12:23:05] =========== [PASSED] drm_test_pick_cmdline_named =========== [12:23:05] ============== [PASSED] drm_test_pick_cmdline ============== [12:23:05] ================== drm_buddy (7 subtests) ================== [12:23:05] [PASSED] drm_test_buddy_alloc_limit [12:23:05] [PASSED] drm_test_buddy_alloc_optimistic [12:23:05] [PASSED] drm_test_buddy_alloc_pessimistic [12:23:05] [PASSED] drm_test_buddy_alloc_pathological [12:23:05] [PASSED] drm_test_buddy_alloc_contiguous [12:23:05] [PASSED] drm_test_buddy_alloc_clear [12:23:05] [PASSED] drm_test_buddy_alloc_range_bias [12:23:05] ==================== [PASSED] drm_buddy ==================== [12:23:05] ============= drm_cmdline_parser (40 subtests) ============= [12:23:05] [PASSED] drm_test_cmdline_force_d_only [12:23:05] [PASSED] drm_test_cmdline_force_D_only_dvi [12:23:05] [PASSED] drm_test_cmdline_force_D_only_hdmi [12:23:05] [PASSED] drm_test_cmdline_force_D_only_not_digital [12:23:05] [PASSED] drm_test_cmdline_force_e_only [12:23:05] [PASSED] drm_test_cmdline_res [12:23:05] [PASSED] drm_test_cmdline_res_vesa [12:23:05] [PASSED] drm_test_cmdline_res_vesa_rblank [12:23:05] [PASSED] drm_test_cmdline_res_rblank [12:23:05] [PASSED] drm_test_cmdline_res_bpp [12:23:05] [PASSED] drm_test_cmdline_res_refresh [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_margins [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital [12:23:05] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on [12:23:05] [PASSED] drm_test_cmdline_res_margins_force_on [12:23:05] [PASSED] drm_test_cmdline_res_vesa_margins [12:23:05] [PASSED] drm_test_cmdline_name [12:23:05] [PASSED] drm_test_cmdline_name_bpp [12:23:05] [PASSED] drm_test_cmdline_name_option [12:23:05] [PASSED] drm_test_cmdline_name_bpp_option [12:23:05] [PASSED] drm_test_cmdline_rotate_0 [12:23:05] [PASSED] drm_test_cmdline_rotate_90 [12:23:05] [PASSED] drm_test_cmdline_rotate_180 [12:23:05] [PASSED] drm_test_cmdline_rotate_270 [12:23:05] [PASSED] drm_test_cmdline_hmirror [12:23:05] [PASSED] drm_test_cmdline_vmirror [12:23:05] [PASSED] drm_test_cmdline_margin_options [12:23:05] [PASSED] drm_test_cmdline_multiple_options [12:23:05] [PASSED] drm_test_cmdline_bpp_extra_and_option [12:23:05] [PASSED] drm_test_cmdline_extra_and_option [12:23:05] [PASSED] drm_test_cmdline_freestanding_options [12:23:05] [PASSED] drm_test_cmdline_freestanding_force_e_and_options [12:23:05] [PASSED] drm_test_cmdline_panel_orientation [12:23:05] ================ drm_test_cmdline_invalid ================= [12:23:05] [PASSED] margin_only [12:23:05] [PASSED] interlace_only [12:23:05] [PASSED] res_missing_x [12:23:05] [PASSED] res_missing_y [12:23:05] [PASSED] res_bad_y [12:23:05] [PASSED] res_missing_y_bpp [12:23:05] [PASSED] res_bad_bpp [12:23:05] [PASSED] res_bad_refresh [12:23:05] [PASSED] res_bpp_refresh_force_on_off [12:23:05] [PASSED] res_invalid_mode [12:23:05] [PASSED] res_bpp_wrong_place_mode [12:23:05] [PASSED] name_bpp_refresh [12:23:05] [PASSED] name_refresh [12:23:05] [PASSED] name_refresh_wrong_mode [12:23:05] [PASSED] name_refresh_invalid_mode [12:23:05] [PASSED] rotate_multiple [12:23:05] [PASSED] rotate_invalid_val [12:23:05] [PASSED] rotate_truncated [12:23:05] [PASSED] invalid_option [12:23:05] [PASSED] invalid_tv_option [12:23:05] [PASSED] truncated_tv_option [12:23:05] ============ [PASSED] drm_test_cmdline_invalid ============= [12:23:05] =============== drm_test_cmdline_tv_options =============== [12:23:05] [PASSED] NTSC [12:23:05] [PASSED] NTSC_443 [12:23:05] [PASSED] NTSC_J [12:23:05] [PASSED] PAL [12:23:05] [PASSED] PAL_M [12:23:05] [PASSED] PAL_N [12:23:05] [PASSED] SECAM [12:23:05] =========== [PASSED] drm_test_cmdline_tv_options =========== [12:23:05] =============== [PASSED] drm_cmdline_parser ================ [12:23:05] ============= drmm_connector_init (3 subtests) ============= [12:23:05] [PASSED] drm_test_drmm_connector_init [12:23:05] [PASSED] drm_test_drmm_connector_init_null_ddc [12:23:05] ========= drm_test_drmm_connector_init_type_valid ========= [12:23:05] [PASSED] Unknown [12:23:05] [PASSED] VGA [12:23:05] [PASSED] DVI-I [12:23:05] [PASSED] DVI-D [12:23:05] [PASSED] DVI-A [12:23:05] [PASSED] Composite [12:23:05] [PASSED] SVIDEO [12:23:05] [PASSED] LVDS [12:23:05] [PASSED] Component [12:23:05] [PASSED] DIN [12:23:05] [PASSED] DP [12:23:05] [PASSED] HDMI-A [12:23:05] [PASSED] HDMI-B [12:23:05] [PASSED] TV [12:23:05] [PASSED] eDP [12:23:05] [PASSED] Virtual [12:23:05] [PASSED] DSI [12:23:05] [PASSED] DPI [12:23:05] [PASSED] Writeback [12:23:05] [PASSED] SPI [12:23:05] [PASSED] USB [12:23:05] ===== [PASSED] drm_test_drmm_connector_init_type_valid ===== [12:23:05] =============== [PASSED] drmm_connector_init =============== [12:23:05] ========== drm_get_tv_mode_from_name (2 subtests) ========== [12:23:05] ========== drm_test_get_tv_mode_from_name_valid =========== [12:23:05] [PASSED] NTSC [12:23:05] [PASSED] NTSC-443 [12:23:05] [PASSED] NTSC-J [12:23:05] [PASSED] PAL [12:23:05] [PASSED] PAL-M [12:23:05] [PASSED] PAL-N [12:23:05] [PASSED] SECAM [12:23:05] ====== [PASSED] drm_test_get_tv_mode_from_name_valid ======= [12:23:05] [PASSED] drm_test_get_tv_mode_from_name_truncated [12:23:05] ============ [PASSED] drm_get_tv_mode_from_name ============ [12:23:05] ============= drm_damage_helper (21 subtests) ============== [12:23:05] [PASSED] drm_test_damage_iter_no_damage [12:23:05] [PASSED] drm_test_damage_iter_no_damage_fractional_src [12:23:05] [PASSED] drm_test_damage_iter_no_damage_src_moved [12:23:05] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved [12:23:05] [PASSED] drm_test_damage_iter_no_damage_not_visible [12:23:05] [PASSED] drm_test_damage_iter_no_damage_no_crtc [12:23:05] [PASSED] drm_test_damage_iter_no_damage_no_fb [12:23:05] [PASSED] drm_test_damage_iter_simple_damage [12:23:05] [PASSED] drm_test_damage_iter_single_damage [12:23:05] [PASSED] drm_test_damage_iter_single_damage_intersect_src [12:23:05] [PASSED] drm_test_damage_iter_single_damage_outside_src [12:23:05] [PASSED] drm_test_damage_iter_single_damage_fractional_src [12:23:05] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src [12:23:05] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src [12:23:05] [PASSED] drm_test_damage_iter_single_damage_src_moved [12:23:05] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved [12:23:05] [PASSED] drm_test_damage_iter_damage [12:23:05] [PASSED] drm_test_damage_iter_damage_one_intersect [12:23:05] [PASSED] drm_test_damage_iter_damage_one_outside [12:23:05] [PASSED] drm_test_damage_iter_damage_src_moved [12:23:05] [PASSED] drm_test_damage_iter_damage_not_visible [12:23:05] ================ [PASSED] drm_damage_helper ================ [12:23:05] ============== drm_dp_mst_helper (3 subtests) ============== [12:23:05] ============== drm_test_dp_mst_calc_pbn_mode ============== [12:23:05] [PASSED] Clock 154000 BPP 30 DSC disabled [12:23:05] [PASSED] Clock 234000 BPP 30 DSC disabled [12:23:05] [PASSED] Clock 297000 BPP 24 DSC disabled [12:23:05] [PASSED] Clock 332880 BPP 24 DSC enabled [12:23:05] [PASSED] Clock 324540 BPP 24 DSC enabled [12:23:05] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ========== [12:23:05] ============== drm_test_dp_mst_calc_pbn_div =============== [12:23:05] [PASSED] Link rate 2000000 lane count 4 [12:23:05] [PASSED] Link rate 2000000 lane count 2 [12:23:05] [PASSED] Link rate 2000000 lane count 1 [12:23:05] [PASSED] Link rate 1350000 lane count 4 [12:23:05] [PASSED] Link rate 1350000 lane count 2 [12:23:05] [PASSED] Link rate 1350000 lane count 1 [12:23:05] [PASSED] Link rate 1000000 lane count 4 [12:23:05] [PASSED] Link rate 1000000 lane count 2 [12:23:05] [PASSED] Link rate 1000000 lane count 1 [12:23:05] [PASSED] Link rate 810000 lane count 4 [12:23:05] [PASSED] Link rate 810000 lane count 2 [12:23:05] [PASSED] Link rate 810000 lane count 1 [12:23:05] [PASSED] Link rate 540000 lane count 4 [12:23:05] [PASSED] Link rate 540000 lane count 2 [12:23:05] [PASSED] Link rate 540000 lane count 1 [12:23:05] [PASSED] Link rate 270000 lane count 4 [12:23:05] [PASSED] Link rate 270000 lane count 2 [12:23:05] [PASSED] Link rate 270000 lane count 1 [12:23:05] [PASSED] Link rate 162000 lane count 4 [12:23:05] [PASSED] Link rate 162000 lane count 2 [12:23:05] [PASSED] Link rate 162000 lane count 1 [12:23:05] ========== [PASSED] drm_test_dp_mst_calc_pbn_div =========== [12:23:05] ========= drm_test_dp_mst_sideband_msg_req_decode ========= [12:23:05] [PASSED] DP_ENUM_PATH_RESOURCES with port number [12:23:05] [PASSED] DP_POWER_UP_PHY with port number [12:23:05] [PASSED] DP_POWER_DOWN_PHY with port number [12:23:05] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks [12:23:05] [PASSED] DP_ALLOCATE_PAYLOAD with port number [12:23:05] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI [12:23:05] [PASSED] DP_ALLOCATE_PAYLOAD with PBN [12:23:05] [PASSED] DP_QUERY_PAYLOAD with port number [12:23:05] [PASSED] DP_QUERY_PAYLOAD with VCPI [12:23:05] [PASSED] DP_REMOTE_DPCD_READ with port number [12:23:05] [PASSED] DP_REMOTE_DPCD_READ with DPCD address [12:23:05] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes [12:23:05] [PASSED] DP_REMOTE_DPCD_WRITE with port number [12:23:05] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address [12:23:05] [PASSED] DP_REMOTE_DPCD_WRITE with data array [12:23:05] [PASSED] DP_REMOTE_I2C_READ with port number [12:23:05] [PASSED] DP_REMOTE_I2C_READ with I2C device ID [12:23:05] [PASSED] DP_REMOTE_I2C_READ with transactions array [12:23:05] [PASSED] DP_REMOTE_I2C_WRITE with port number [12:23:05] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID [12:23:05] [PASSED] DP_REMOTE_I2C_WRITE with data array [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior [12:23:05] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior [12:23:05] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode ===== [12:23:05] ================ [PASSED] drm_dp_mst_helper ================ [12:23:05] ================== drm_exec (7 subtests) =================== [12:23:05] [PASSED] sanitycheck [12:23:05] [PASSED] test_lock [12:23:05] [PASSED] test_lock_unlock [12:23:05] [PASSED] test_duplicates [12:23:05] [PASSED] test_prepare [12:23:05] [PASSED] test_prepare_array [12:23:05] [PASSED] test_multiple_loops [12:23:05] ==================== [PASSED] drm_exec ===================== [12:23:05] =========== drm_format_helper_test (17 subtests) =========== [12:23:05] ============== drm_test_fb_xrgb8888_to_gray8 ============== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ========== [12:23:05] ============= drm_test_fb_xrgb8888_to_rgb332 ============== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ========== [12:23:05] ============= drm_test_fb_xrgb8888_to_rgb565 ============== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ========== [12:23:05] ============ drm_test_fb_xrgb8888_to_xrgb1555 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 ========= [12:23:05] ============ drm_test_fb_xrgb8888_to_argb1555 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 ========= [12:23:05] ============ drm_test_fb_xrgb8888_to_rgba5551 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 ========= [12:23:05] ============= drm_test_fb_xrgb8888_to_rgb888 ============== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ========== [12:23:05] ============ drm_test_fb_xrgb8888_to_argb8888 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 ========= [12:23:05] =========== drm_test_fb_xrgb8888_to_xrgb2101010 =========== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 ======= [12:23:05] =========== drm_test_fb_xrgb8888_to_argb2101010 =========== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 ======= [12:23:05] ============== drm_test_fb_xrgb8888_to_mono =============== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ========== [PASSED] drm_test_fb_xrgb8888_to_mono =========== [12:23:05] ==================== drm_test_fb_swab ===================== [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ================ [PASSED] drm_test_fb_swab ================= [12:23:05] ============ drm_test_fb_xrgb8888_to_xbgr8888 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 ========= [12:23:05] ============ drm_test_fb_xrgb8888_to_abgr8888 ============= [12:23:05] [PASSED] single_pixel_source_buffer [12:23:05] [PASSED] single_pixel_clip_rectangle [12:23:05] [PASSED] well_known_colors [12:23:05] [PASSED] destination_pitch [12:23:05] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 ========= [12:23:05] ================= drm_test_fb_clip_offset ================= [12:23:05] [PASSED] pass through [12:23:05] [PASSED] horizontal offset [12:23:05] [PASSED] vertical offset [12:23:05] [PASSED] horizontal and vertical offset [12:23:05] [PASSED] horizontal offset (custom pitch) [12:23:05] [PASSED] vertical offset (custom pitch) [12:23:05] [PASSED] horizontal and vertical offset (custom pitch) [12:23:05] ============= [PASSED] drm_test_fb_clip_offset ============= [12:23:05] ============== drm_test_fb_build_fourcc_list ============== [12:23:05] [PASSED] no native formats [12:23:05] [PASSED] XRGB8888 as native format [12:23:05] [PASSED] remove duplicates [12:23:05] [PASSED] convert alpha formats [12:23:05] [PASSED] random formats [12:23:05] ========== [PASSED] drm_test_fb_build_fourcc_list ========== [12:23:05] =================== drm_test_fb_memcpy ==================== [12:23:05] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258) [12:23:05] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258) [12:23:05] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559) [12:23:05] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258) [12:23:05] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258) [12:23:05] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559) [12:23:05] [PASSED] well_known_colors: XB24 little-endian (0x34324258) [12:23:05] [PASSED] well_known_colors: XRA8 little-endian (0x38415258) [12:23:05] [PASSED] well_known_colors: YU24 little-endian (0x34325559) [12:23:05] [PASSED] destination_pitch: XB24 little-endian (0x34324258) [12:23:05] [PASSED] destination_pitch: XRA8 little-endian (0x38415258) [12:23:05] [PASSED] destination_pitch: YU24 little-endian (0x34325559) [12:23:05] =============== [PASSED] drm_test_fb_memcpy ================ [12:23:05] ============= [PASSED] drm_format_helper_test ============== [12:23:05] ================= drm_format (18 subtests) ================= [12:23:05] [PASSED] drm_test_format_block_width_invalid [12:23:05] [PASSED] drm_test_format_block_width_one_plane [12:23:05] [PASSED] drm_test_format_block_width_two_plane [12:23:05] [PASSED] drm_test_format_block_width_three_plane [12:23:05] [PASSED] drm_test_format_block_width_tiled [12:23:05] [PASSED] drm_test_format_block_height_invalid [12:23:05] [PASSED] drm_test_format_block_height_one_plane [12:23:05] [PASSED] drm_test_format_block_height_two_plane [12:23:05] [PASSED] drm_test_format_block_height_three_plane [12:23:05] [PASSED] drm_test_format_block_height_tiled [12:23:05] [PASSED] drm_test_format_min_pitch_invalid [12:23:05] [PASSED] drm_test_format_min_pitch_one_plane_8bpp [12:23:05] [PASSED] drm_test_format_min_pitch_one_plane_16bpp [12:23:05] [PASSED] drm_test_format_min_pitch_one_plane_24bpp [12:23:05] [PASSED] drm_test_format_min_pitch_one_plane_32bpp [12:23:05] [PASSED] drm_test_format_min_pitch_two_plane [12:23:05] [PASSED] drm_test_format_min_pitch_three_plane_8bpp [12:23:05] [PASSED] drm_test_format_min_pitch_tiled [12:23:05] =================== [PASSED] drm_format ==================== [12:23:05] =============== drm_framebuffer (1 subtest) ================ [12:23:05] =============== drm_test_framebuffer_create =============== [12:23:05] [PASSED] ABGR8888 normal sizes [12:23:05] [PASSED] ABGR8888 max sizes [12:23:05] [PASSED] ABGR8888 pitch greater than min required [12:23:05] [PASSED] ABGR8888 pitch less than min required [12:23:05] [PASSED] ABGR8888 Invalid width [12:23:05] [PASSED] ABGR8888 Invalid buffer handle [12:23:05] [PASSED] No pixel format [12:23:05] [PASSED] ABGR8888 Width 0 [12:23:05] [PASSED] ABGR8888 Height 0 [12:23:05] [PASSED] ABGR8888 Out of bound height * pitch combination [12:23:05] [PASSED] ABGR8888 Large buffer offset [12:23:05] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers [12:23:05] [PASSED] ABGR8888 Valid buffer modifier [12:23:05] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE) [12:23:05] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] NV12 Normal sizes [12:23:05] [PASSED] NV12 Max sizes [12:23:05] [PASSED] NV12 Invalid pitch [12:23:05] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag [12:23:05] [PASSED] NV12 different modifier per-plane [12:23:05] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE [12:23:05] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] NV12 Modifier for inexistent plane [12:23:05] [PASSED] NV12 Handle for inexistent plane [12:23:05] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier [12:23:05] [PASSED] YVU420 Normal sizes [12:23:05] [PASSED] YVU420 Max sizes [12:23:05] [PASSED] YVU420 Invalid pitch [12:23:05] [PASSED] YVU420 Different pitches [12:23:05] [PASSED] YVU420 Different buffer offsets/pitches [12:23:05] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS [12:23:05] [PASSED] YVU420 Valid modifier [12:23:05] [PASSED] YVU420 Different modifiers per plane [12:23:05] [PASSED] YVU420 Modifier for inexistent plane [12:23:05] [PASSED] X0L2 Normal sizes [12:23:05] [PASSED] X0L2 Max sizes [12:23:05] [PASSED] X0L2 Invalid pitch [12:23:05] [PASSED] X0L2 Pitch greater than minimum required [12:23:05] [PASSED] X0L2 Handle for inexistent plane [12:23:05] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set [12:23:05] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set [12:23:05] [PASSED] X0L2 Valid modifier [12:23:05] [PASSED] X0L2 Modifier for inexistent plane [12:23:05] =========== [PASSED] drm_test_framebuffer_create =========== [12:23:05] ================= [PASSED] drm_framebuffer ================= [12:23:05] ================ drm_gem_shmem (8 subtests) ================ [12:23:05] [PASSED] drm_gem_shmem_test_obj_create [12:23:05] [PASSED] drm_gem_shmem_test_obj_create_private [12:23:05] [PASSED] drm_gem_shmem_test_pin_pages [12:23:05] [PASSED] drm_gem_shmem_test_vmap [12:23:05] [PASSED] drm_gem_shmem_test_get_pages_sgt [12:23:05] [PASSED] drm_gem_shmem_test_get_sg_table [12:23:05] [PASSED] drm_gem_shmem_test_madvise [12:23:05] [PASSED] drm_gem_shmem_test_purge [12:23:05] ================== [PASSED] drm_gem_shmem ================== [12:23:05] ================= drm_managed (2 subtests) ================= [12:23:05] [PASSED] drm_test_managed_release_action [12:23:05] [PASSED] drm_test_managed_run_action [12:23:05] =================== [PASSED] drm_managed =================== [12:23:05] =================== drm_mm (6 subtests) ==================== [12:23:05] [PASSED] drm_test_mm_init [12:23:05] [PASSED] drm_test_mm_debug [12:23:05] [PASSED] drm_test_mm_align32 [12:23:05] [PASSED] drm_test_mm_align64 [12:23:05] [PASSED] drm_test_mm_lowest [12:23:05] [PASSED] drm_test_mm_highest [12:23:05] ===================== [PASSED] drm_mm ====================== [12:23:05] ============= drm_modes_analog_tv (4 subtests) ============= [12:23:05] [PASSED] drm_test_modes_analog_tv_ntsc_480i [12:23:05] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined [12:23:05] [PASSED] drm_test_modes_analog_tv_pal_576i [12:23:05] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined [12:23:05] =============== [PASSED] drm_modes_analog_tv =============== [12:23:05] ============== drm_plane_helper (2 subtests) =============== [12:23:05] =============== drm_test_check_plane_state ================ [12:23:05] [PASSED] clipping_simple [12:23:05] [PASSED] clipping_rotate_reflect [12:23:05] [PASSED] positioning_simple [12:23:05] [PASSED] upscaling [12:23:05] [PASSED] downscaling [12:23:05] [PASSED] rounding1 [12:23:05] [PASSED] rounding2 [12:23:05] [PASSED] rounding3 [12:23:05] [PASSED] rounding4 [12:23:05] =========== [PASSED] drm_test_check_plane_state ============ [12:23:05] =========== drm_test_check_invalid_plane_state ============ [12:23:05] [PASSED] positioning_invalid [12:23:05] [PASSED] upscaling_invalid [12:23:05] [PASSED] downscaling_invalid [12:23:05] ======= [PASSED] drm_test_check_invalid_plane_state ======== [12:23:05] ================ [PASSED] drm_plane_helper ================= [12:23:05] ====== drm_connector_helper_tv_get_modes (1 subtest) ======= [12:23:05] ====== drm_test_connector_helper_tv_get_modes_check ======= [12:23:05] [PASSED] None [12:23:05] [PASSED] PAL [12:23:05] [PASSED] NTSC [12:23:05] [PASSED] Both, NTSC Default [12:23:05] [PASSED] Both, PAL Default [12:23:05] [PASSED] Both, NTSC Default, with PAL on command-line [12:23:05] [PASSED] Both, PAL Default, with NTSC on command-line [12:23:05] == [PASSED] drm_test_connector_helper_tv_get_modes_check === [12:23:05] ======== [PASSED] drm_connector_helper_tv_get_modes ======== [12:23:05] ================== drm_rect (9 subtests) =================== [12:23:05] [PASSED] drm_test_rect_clip_scaled_div_by_zero [12:23:05] [PASSED] drm_test_rect_clip_scaled_not_clipped [12:23:05] [PASSED] drm_test_rect_clip_scaled_clipped stty: 'standard input': Inappropriate ioctl for device [12:23:05] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned [12:23:05] ================= drm_test_rect_intersect ================= [12:23:05] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0 [12:23:05] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1 [12:23:05] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0 [12:23:05] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1 [12:23:05] [PASSED] right x left: 2x1+0+0 x 3x1+1+0 [12:23:05] [PASSED] left x right: 3x1+1+0 x 2x1+0+0 [12:23:05] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1 [12:23:05] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0 [12:23:05] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1 [12:23:05] [PASSED] touching side: 1x1+0+0 x 1x1+1+0 [12:23:05] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0 [12:23:05] [PASSED] inside another: 2x2+0+0 x 1x1+1+1 [12:23:05] [PASSED] far away: 1x1+0+0 x 1x1+3+6 [12:23:05] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10 [12:23:05] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10 [12:23:05] ============= [PASSED] drm_test_rect_intersect ============= [12:23:05] ================ drm_test_rect_calc_hscale ================ [12:23:05] [PASSED] normal use [12:23:05] [PASSED] out of max range [12:23:05] [PASSED] out of min range [12:23:05] [PASSED] zero dst [12:23:05] [PASSED] negative src [12:23:05] [PASSED] negative dst [12:23:05] ============ [PASSED] drm_test_rect_calc_hscale ============ [12:23:05] ================ drm_test_rect_calc_vscale ================ [12:23:05] [PASSED] normal use [12:23:05] [PASSED] out of max range [12:23:05] [PASSED] out of min range [12:23:05] [PASSED] zero dst [12:23:05] [PASSED] negative src [12:23:05] [PASSED] negative dst [12:23:05] ============ [PASSED] drm_test_rect_calc_vscale ============ [12:23:05] ================== drm_test_rect_rotate =================== [12:23:05] [PASSED] reflect-x [12:23:05] [PASSED] reflect-y [12:23:05] [PASSED] rotate-0 [12:23:05] [PASSED] rotate-90 [12:23:05] [PASSED] rotate-180 [12:23:05] [PASSED] rotate-270 [12:23:05] ============== [PASSED] drm_test_rect_rotate =============== [12:23:05] ================ drm_test_rect_rotate_inv ================= [12:23:05] [PASSED] reflect-x [12:23:05] [PASSED] reflect-y [12:23:05] [PASSED] rotate-0 [12:23:05] [PASSED] rotate-90 [12:23:05] [PASSED] rotate-180 [12:23:05] [PASSED] rotate-270 [12:23:05] ============ [PASSED] drm_test_rect_rotate_inv ============= [12:23:05] ==================== [PASSED] drm_rect ===================== [12:23:05] ============================================================ [12:23:05] Testing complete. Ran 417 tests: passed: 417 [12:23:05] Elapsed time: 23.697s total, 1.708s configuring, 21.800s building, 0.186s running + cleanup ++ stat -c %u:%g /kernel + chown -R 1003:1003 /kernel