Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eK4oSbU4; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SHPEYKBy Received: by mail.netbsd.org (Postfix, from userid 605) id 4C96784F4E; Thu, 18 Apr 2024 23:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713483197; bh=z+hzfGAZT8TkKRdrNxpjM1RcYCb3LYgGAokg8wHtvEs=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=eK4oSbU4RbL8OMdgpE8fXVL03f0kPc8kB32fzDGQtZ03mxcf0aIY8C9vxS3S++K/8 sRs9lBlyvhxMduRB9IcUFGniysPH56x6gRYAI/VTvEZ+3wZTnHhUpZrJVk0oRnSaTO bMhgyvrtW4YMQwjREqDiMdHv62K8x/Ug62QavJ1c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 343B084F4B for ; Thu, 18 Apr 2024 23:33:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cFn2NEtdZCla for ; Thu, 18 Apr 2024 23:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B4FAD84D36 for ; Thu, 18 Apr 2024 23:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713483195; bh=z+hzfGAZT8TkKRdrNxpjM1RcYCb3LYgGAokg8wHtvEs=; h=Date:From:Subject:To:Reply-To; b=SHPEYKByyX/HYnYZy+Z9R6qXx5Bv4CC1maXeG9b1Tn6U48pfCXH2s2pNyj7EB0U0m +ycv9lnvsCDdax2/D1VLjacNGJgCF5I4n6ta/5RIqa6Zl8NVdp/IJ/PFa2Ru0kJtJ/ g/G6lpjvQ3QDCc7bpVOuF5hLfUuOUwhrYp2fhVXs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8724FA2C; Thu, 18 Apr 2024 23:33:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 23:33:15 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418233315.A8724FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Thu Apr 18 23:33:15 UTC 2024 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_acpi.c Log Message: radeon_acpi.c: ifdef out unused function on NetBSD. Should fix syzkaller build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm2/dist/drm/radeon/radeon_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.