From nobody Tue Jan 02 15:44:16 2024 X-Original-To: bugs@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 4T4HG81qlDz55hF3 for ; Tue, 2 Jan 2024 15:44:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4T4HG80cP1z3NL2 for ; Tue, 2 Jan 2024 15:44:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704210256; a=rsa-sha256; cv=none; b=Nx/7kZxy54Tzearc0cQpcr5chF7NkGIzvbHKR2pne/WbWufvW/pcKK+uJZg76WR1vDZF2C wQ/bEqQ9ztWJ6M41dc5RwY5BNGFmL8xM1b4L7mDNhb5D0W965hByUYNUFqYmJ2kId5ixO2 dytQDcG7EOiHg/RbmRgceVbPDRvuZ3Luy+IdkftPzfOoTvQqYLIZpU8nnRhPGKMwu2CvyK vJHTWc26jsg1OLgAvsao2zQaCIy/9zyxucMrqHTNap1hv6Lc9576L3C5NTsNW2zhee+8k1 eEHlNSwtYdNVzv+2Yk3K6eoNHmC8nDPvFHG79w58flJ/HSNogv5NzJIW8xN5sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1704210256; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AP8N2vFopzu+iKu45Yyfp0W0jSQR+IFKzHAG2LoB8fA=; b=NnqZsBkz/8Hr8aavtmt2FOkuc4otxxzN8b7/GHaqSlbtsKyvhYGSaFXYEqfTO1lCTVVQkC 6Q4V5K9Q91of/3IdXgIpUfR+NMNW6eaRMtclz7tLxQtbb235A/RlxEOTqv/dBEphArOkIZ VUazZGr/L1TfAnhphLb1Sk0gfOZ2vyDPVQPJnyREwTQCg143OCyIfHtjnYKagM7PPPMg6a zM7rorNfcCxha28szYtyxQOBz++rlkV368Devqw9fN1nHq+8DE+jjpjLDeUGkOHF64dHR8 zhI1LvDBtRGoFn9ToOySBWnEA9h/zk+kYWsyekX3NRbSH5R/o9ZrIkw3TXaXSQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4T4HG76rH1z16Gq for ; Tue, 2 Jan 2024 15:44:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 402FiFh0034688 for ; Tue, 2 Jan 2024 15:44:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 402FiFAA034687 for bugs@FreeBSD.org; Tue, 2 Jan 2024 15:44:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276079] "options DDB" causes sys/dev/iommu/iommu_gas.c: 1095:1: error: incompatible pointer types passing 'db_cmdfcn_t *' (aka 'void (*)(long, _Bool, long, char *)') to parameter of type 'struct db_command *' Date: Tue, 02 Jan 2024 15:44:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276079 --- Comment #1 from Trond Endrest=C3=B8l --- Commit 5eb2fcd1f232f992c2c77549e5cb04aff9ae6dae, "iommu_gas: add ddb 'show iommu_domain' command," appears to be the problematic commit. Maybe somethi= ng is missing. --=20 You are receiving this mail because: You are the assignee for the bug.=