From nobody Sun Sep 12 20:10:56 2021 X-Original-To: x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 111CE17B0840 for ; Sun, 12 Sep 2021 20:11:26 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H713204C2z3mf2; Sun, 12 Sep 2021 20:11:26 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from [192.168.0.30] (unknown [94.45.192.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: wulf) by smtp.freebsd.org (Postfix) with ESMTPSA id 7C03A2C960; Sun, 12 Sep 2021 20:11:25 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Subject: Re: Panic on drm-devel v5.5.19.g20210909 To: Pete Wright , x11@freebsd.org References: <2fcbea3c-ce7b-17ae-7018-ebda212ef186@nomadlogic.org> From: Vladimir Kondratyev Message-ID: <6daeefee-abdf-2443-3842-461112065a3f@FreeBSD.org> Date: Sun, 12 Sep 2021 23:10:56 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org MIME-Version: 1.0 In-Reply-To: <2fcbea3c-ce7b-17ae-7018-ebda212ef186@nomadlogic.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-ThisMailContainsUnwantedMimeParts: N On 12.09.2021 22:08, Pete Wright wrote: > #15 linux_queue_work_on (cpu=, wq=0xfffff80004817f80, > work=0xfffff803e7310498) >     at > /usr/home/pete/git/freebsd/sys/compat/linuxkpi/common/src/linux_work.c:150 > #16 0xffffffff8432bd70 in dma_fence_signal () from > /boot/modules/linuxkpi_gplv2.ko > #17 0xffffffff8432d016 in dma_resv_add_shared_fence () from > /boot/modules/linuxkpi_gplv2.ko > #18 0xffffffff8416519e in i915_vma_move_to_active () from > /boot/modules/i915kms.ko schedule_work() caller is still missing in backtrace. Could you obtain a crashdump from drm-kmod compiled with -O0 option added to CFLAGS? Following command will apply -O0 to build: $ make clean $ CFLAGS='-g -O0' make -- WBR Vladimir Kondratyev