From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B26833B440F for ; Fri, 19 Jun 2026 16:36:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781886974; cv=none; b=qKVIgJTbT3GQMd2SaZ2R6XGaosNI1LUaLeERl4nlAwyon8iff7yPpcbFIhv9yZwVA+0PauuFX0whxSGTlNpDpa77TQEyx2spgpbYNoDIqC9jv81tnjD2y/T2dpQx8meDxODUs1tNd2DHstYQNHuBvUaMFcXSyD61ySucYybYPL4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781886974; c=relaxed/simple; bh=b3OO7DB8Um7sp+mdKkogeVsM19uFK+db4Lyqm5GtSFk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UA59EtbU9Oe92j5BvFcCiiumX0WtISGc9ErzOhgOXKThJxoSnmMN78ay6oGxKUWBXXsLgnbmh7grXwa47kvkv8w3SY1Y+rUPSHvyf/+k6mcZuYJdVgRL/ndUDLItrWrMd+GroHSxiaLLm1LUuT19ObMlwpHa2w9+PQT2PqsKpU4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DSNt//mz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DSNt//mz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFF341F000E9; Fri, 19 Jun 2026 16:36:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781886973; bh=8P4uJwZMdHiu+M2xsL3q57qj8g/8y4qsbooRZc2XmjA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=DSNt//mzGvPcIYKrgnat8UNm/JbXrJJS6Ornk4q6346qxe5ScEZFTUgeVxnMx+lsB hv4J9uhbaNpSwOfS6M2XD74BKRxI2YpST4M3poEyKSTDxiheqkfsYviLHn+Ukih6h3 XAKIJH0wRMuBjBU/MO006wlVnZHGTyte2Y3d+nW2/qWI+le4PRsI4noELp+W+PLy9i quWhCY6nQ6abSXnQTDaZztMUYpgizoT0BKLXXBC7FFqwKx+T8QppIXUM0WYULdJl+w fkldA32Js5EbtegwY5kByGBolvyeVfZXrNe78jREjZTPgZI1PixF4bolE8EVAc4Lkf +ZS7gPIPkHtEQ== From: Will Deacon To: Peter Zijlstra , Josh Poimboeuf , Jason Baron , Alice Ryhl , Catalin Marinas , Ard Biesheuvel , Arnd Bergmann Cc: kernel-team@android.com, Will Deacon , Arnd Bergmann , Steven Rostedt , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: static_call: include asm/insns.h Date: Fri, 19 Jun 2026 17:36:04 +0100 Message-ID: <178187925432.1029264.8176166898925529089.b4-ty@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260611132149.40873-1-arnd@kernel.org> References: <20260611132149.40873-1-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Thu, 11 Jun 2026 15:21:44 +0200, Arnd Bergmann wrote: > I came a cross a missing declaration in a randconfig build: > > arch/arm64/kernel/static_call.c:16:5: error: call to undeclared function 'aarch64_insn_adrp_get_offset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > 16 | aarch64_insn_adrp_get_offset(le32_to_cpup(tramp + 4)) + > | ^ > > Include the header that contains this definition explicitly, > rather than relying on it to come indirectly through another > header. > > [...] Applied to arm64 (for-next/core), thanks! [1/1] arm64: static_call: include asm/insns.h https://git.kernel.org/arm64/c/998d4d789d2d Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev