From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9F5F812E1DC for ; Mon, 9 Mar 2026 16:03:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773072192; cv=none; b=ecXr25md+FRLZVpc7TdgEAJCqDl4dR4cZ3RHMVcPWsekMNTpivASmFs8RtEmoHwPl+Itb+7Uq48f8QH5Iw0FLEkZFXbaZDD0Zzn5nMlysX156CmvU4w2RGwVajQQR1biazMVUuLikcXpUITO8H+yfd/emlBZJeZ4JwDV4J5/OlM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773072192; c=relaxed/simple; bh=E9uAyjknQ4Q1EQudUKzqoD5fHTQ9F78+0bI7+5gvOC0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=cPtCE2pPOopcdYLkKz8fkZM2smDLT24i0I9JzMZq33uI22OIho5v/dPTOYGm4gNEXDtMy8FYiJ7bC7DLu0mdVqHY/22QFT7/qyAg37hrxpTIAeN53zw9iS0Rgvn/e2MRGz8jvCgRQkIVyBFtfQVeA0xofLj4WnTG1067SqyAk0k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ghTyeTLW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ghTyeTLW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDAC6C4CEF7; Mon, 9 Mar 2026 16:03:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773072192; bh=E9uAyjknQ4Q1EQudUKzqoD5fHTQ9F78+0bI7+5gvOC0=; h=From:To:Cc:Subject:Date:From; b=ghTyeTLW47GsOd9OFqzt+Ta3H6NIRLFVvdsTgYknbFs3wmza/WDyngNYQlOepYEI/ 5TLWJ2h9UvbbJzumVHnn8/d+nwQRls/QP0du/l5VoAKYCkTn2OuTb7n7Y/2znxYvOr UOAs9kUnc0D2Xv8hrOWpOEE44adfiHDklCGTy3wVhpVCTYd0MfQzMEx+AYdyT0xfka OIBTFVk54bGeQv6RxrL29jW3MZf1cvpjcwwws2wZXFpkNqvm6L9rpqUrbSw9DHAJCN 5l3ryPEeSZBeJxpUo6qrEcke1FDU/HZ3mFSp7VZ6495bcDQhCGmGaF0pqEqh/u29la cpSvyz2V0lEPg== From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Peter Zijlstra , Nathan Chancellor Subject: [PATCH 0/3] some objtool warnings fixes Date: Mon, 9 Mar 2026 09:03:04 -0700 Message-ID: X-Mailer: git-send-email 2.53.0 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 Some fixes for objtool warnings reported by Arnd. Josh Poimboeuf (3): objtool: Fix Clang jump table detection ASoC: codecs: wcd9335: Remove potential undefined behavior in wcd9335_slimbus_irq() iio: imu: bmi160: Remove potential undefined behavior in bmi160_config_pin() drivers/iio/imu/bmi160/bmi160_core.c | 2 ++ sound/soc/codecs/wcd9335.c | 2 +- tools/objtool/check.c | 5 ++--- 3 files changed, 5 insertions(+), 4 deletions(-) -- 2.53.0