All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>,
	Heiko Stuebner <heiko@sntech.de>, Arnd Bergmann <arnd@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Emil Renner Berthing <kernel@esmil.dk>
Cc: linux-rockchip@lists.infradead.org,
	Alexander Kochetkov <al.kochet@gmail.com>,
	Jon Lin <jon.lin@rock-chips.com>,
	Chris Ruehl <chris.ruehl@gtsys.com.hk>,
	Johan Jonker <jbx6244@gmail.com>,
	linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com,
	linux-spi@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Vincent Pelletier <plr.vincent@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] spi: rockchip: avoid objtool warning
Date: Mon, 01 Mar 2021 23:37:52 +0000	[thread overview]
Message-ID: <161464187231.31555.17379793263807156995.b4-ty@kernel.org> (raw)
In-Reply-To: <20210225125541.1808719-1-arnd@kernel.org>

On Thu, 25 Feb 2021 13:55:34 +0100, Arnd Bergmann wrote:
> Building this file with clang leads to a an unreachable code path
> causing a warning from objtool:
> 
> drivers/spi/spi-rockchip.o: warning: objtool: rockchip_spi_transfer_one()+0x2e0: sibling call from callable instruction with modified stack frame
> 
> Use BUG() instead of unreachable() to avoid the undefined behavior
> if it does happen.

Applied to

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

Thanks!

[1/1] spi: rockchip: avoid objtool warning
      commit: d86e880f7a7c5b64a650146a1353f98750863f21

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

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>,
	Heiko Stuebner <heiko@sntech.de>, Arnd Bergmann <arnd@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Emil Renner Berthing <kernel@esmil.dk>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Alexander Kochetkov <al.kochet@gmail.com>,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Jon Lin <jon.lin@rock-chips.com>,
	clang-built-linux@googlegroups.com,
	Vincent Pelletier <plr.vincent@gmail.com>,
	Johan Jonker <jbx6244@gmail.com>,
	Chris Ruehl <chris.ruehl@gtsys.com.hk>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] spi: rockchip: avoid objtool warning
Date: Mon, 01 Mar 2021 23:37:52 +0000	[thread overview]
Message-ID: <161464187231.31555.17379793263807156995.b4-ty@kernel.org> (raw)
In-Reply-To: <20210225125541.1808719-1-arnd@kernel.org>

On Thu, 25 Feb 2021 13:55:34 +0100, Arnd Bergmann wrote:
> Building this file with clang leads to a an unreachable code path
> causing a warning from objtool:
> 
> drivers/spi/spi-rockchip.o: warning: objtool: rockchip_spi_transfer_one()+0x2e0: sibling call from callable instruction with modified stack frame
> 
> Use BUG() instead of unreachable() to avoid the undefined behavior
> if it does happen.

Applied to

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

Thanks!

[1/1] spi: rockchip: avoid objtool warning
      commit: d86e880f7a7c5b64a650146a1353f98750863f21

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

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>,
	Heiko Stuebner <heiko@sntech.de>, Arnd Bergmann <arnd@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Emil Renner Berthing <kernel@esmil.dk>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Alexander Kochetkov <al.kochet@gmail.com>,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Jon Lin <jon.lin@rock-chips.com>,
	clang-built-linux@googlegroups.com,
	Vincent Pelletier <plr.vincent@gmail.com>,
	Johan Jonker <jbx6244@gmail.com>,
	Chris Ruehl <chris.ruehl@gtsys.com.hk>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] spi: rockchip: avoid objtool warning
Date: Mon, 01 Mar 2021 23:37:52 +0000	[thread overview]
Message-ID: <161464187231.31555.17379793263807156995.b4-ty@kernel.org> (raw)
In-Reply-To: <20210225125541.1808719-1-arnd@kernel.org>

On Thu, 25 Feb 2021 13:55:34 +0100, Arnd Bergmann wrote:
> Building this file with clang leads to a an unreachable code path
> causing a warning from objtool:
> 
> drivers/spi/spi-rockchip.o: warning: objtool: rockchip_spi_transfer_one()+0x2e0: sibling call from callable instruction with modified stack frame
> 
> Use BUG() instead of unreachable() to avoid the undefined behavior
> if it does happen.

Applied to

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

Thanks!

[1/1] spi: rockchip: avoid objtool warning
      commit: d86e880f7a7c5b64a650146a1353f98750863f21

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-03-02  7:43 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 12:55 [PATCH] spi: rockchip: avoid objtool warning Arnd Bergmann
2021-02-25 12:55 ` Arnd Bergmann
2021-02-25 12:55 ` Arnd Bergmann
2021-02-25 14:09 ` Emil Renner Berthing
2021-02-25 14:09   ` Emil Renner Berthing
2021-02-25 14:09   ` Emil Renner Berthing
2021-02-25 21:16 ` Nick Desaulniers
2021-02-25 21:16   ` Nick Desaulniers
2021-02-25 21:16   ` Nick Desaulniers
2021-02-25 21:19 ` Heiko Stübner
2021-02-25 21:19   ` Heiko Stübner
2021-02-25 21:19   ` Heiko Stübner
2021-02-26  8:15 ` Pratyush Yadav
2021-02-26  8:15   ` Pratyush Yadav
2021-02-26  8:15   ` Pratyush Yadav
2021-02-26  9:49   ` Arnd Bergmann
2021-02-26  9:49     ` Arnd Bergmann
2021-02-26  9:49     ` Arnd Bergmann
2021-02-26 11:04     ` Pratyush Yadav
2021-02-26 11:04       ` Pratyush Yadav
2021-02-26 11:04       ` Pratyush Yadav
2021-02-26 11:15       ` Arnd Bergmann
2021-02-26 11:15         ` Arnd Bergmann
2021-02-26 11:15         ` Arnd Bergmann
2021-03-01 23:37 ` Mark Brown [this message]
2021-03-01 23:37   ` Mark Brown
2021-03-01 23:37   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161464187231.31555.17379793263807156995.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=al.kochet@gmail.com \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=chris.ruehl@gtsys.com.hk \
    --cc=clang-built-linux@googlegroups.com \
    --cc=heiko@sntech.de \
    --cc=jbx6244@gmail.com \
    --cc=jon.lin@rock-chips.com \
    --cc=kernel@esmil.dk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=plr.vincent@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.