[PATCH 0/3] some objtool warnings fixes

Josh Poimboeuf posted 3 patches 1 month ago
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(-)
[PATCH 0/3] some objtool warnings fixes
Posted by Josh Poimboeuf 1 month ago
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
Re: (subset) [PATCH 0/3] some objtool warnings fixes
Posted by Mark Brown 1 month ago
On Mon, 09 Mar 2026 09:03:04 -0700, Josh Poimboeuf wrote:
> 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()
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[2/3] ASoC: codecs: wcd9335: Remove potential undefined behavior in wcd9335_slimbus_irq()
      commit: ed0313223ce6514dbd39c049e25f702980d7e3cc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark