[PATCH 1/9] lib: stackprot: fix type for %pS

Sascha Hauer s.hauer at pengutronix.de
Mon Jun 2 04:57:38 PDT 2025


On Tue, 27 May 2025 22:13:51 +0200, Ahmad Fatoum wrote:
> Adding __printf to the panic definition in the follow up commit will
> make it evident that we are using a long value for a %pS format
> specifier, which is not correct, albeit they have the same size.
> 
> Fix this by adding the missing cast.
> 
> 
> [...]

Applied, thanks!

[1/9] lib: stackprot: fix type for %pS
      https://git.pengutronix.de/cgit/barebox/commit/?id=52596d188d6d (link may not be stable)
[2/9] fastboot: use correct format specifier for size_t
      https://git.pengutronix.de/cgit/barebox/commit/?id=f3af60da5ed9 (link may not be stable)
[3/9] Makefile: don't warn over zero-size format string
      https://git.pengutronix.de/cgit/barebox/commit/?id=e04094f4502c (link may not be stable)
[4/9] scripts: define __printf attribute macro
      https://git.pengutronix.de/cgit/barebox/commit/?id=c828b74066bd (link may not be stable)
[5/9] treewide: specify __printf attribute directly on static definition
      https://git.pengutronix.de/cgit/barebox/commit/?id=64a294ec1dea (link may not be stable)
[6/9] treewide: replace attribute with shorter __printf macro
      https://git.pengutronix.de/cgit/barebox/commit/?id=a23e5d816124 (link may not be stable)
[7/9] treewide: add missing __printf attributes
      https://git.pengutronix.de/cgit/barebox/commit/?id=b2adbadce5c6 (link may not be stable)
[8/9] vsprintf: add %ps format specifier for symbols without offset
      https://git.pengutronix.de/cgit/barebox/commit/?id=71586b2b7869 (link may not be stable)
[9/9] lib: random: print get_crypto_bytes caller when no HWRNG is registered
      https://git.pengutronix.de/cgit/barebox/commit/?id=2d309b83ccc2 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list