mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/19] misc fixes building sandbox 64-bit allyesconfig
@ 2023-06-12 13:02 Ahmad Fatoum
  2023-06-12 13:02 ` [PATCH 01/19] clk: always define clk_prepare_enable/disable Ahmad Fatoum
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Ahmad Fatoum @ 2023-06-12 13:02 UTC (permalink / raw)
  To: barebox

Eventually, I want to run static analysis against the configuration,
but this series fixed build warnings/errors just compiling it normally
with GCC 13 and clang 14.

The critical parts were factored into their own series, so this can go
into next first.

Ahmad Fatoum (19):
  clk: always define clk_prepare_enable/disable
  clk: define clk_get_parent stub
  pci: disable building CONFIG_PCI when CONFIG_COMPILE_TEST
  mci: tegra: fix base address constant to be hexadecimal
  ata: ide-sff: fix warnings when compiling as 64-bit
  video: bochs: remove dependency on PCI header in common part
  commands: ubsan: hide pointer provenance used to trigger UB
  test: self: printf: silence clang warnings
  crypto: caam - fix pointer to u32 casts
  crypto: imx-scc: fix u32 to pointer casts
  mci: sdhci: dove: fix pointer to u32 casts
  lib: make_directory: return -ENOMEM on allocation failure
  include <linux/idr.h>: handle OOM gracefully inside idr_alloc_one
  mci: tegra: use correct types for mmio and DMA address
  mtd: spi-nor: cadence: fix types
  video: simplefb-fixup: warn on framebuffers >= 4G
  watchdog: imx28: use correct constant for computing timeout_max
  firmware: mark firmware sections as having non-executable stack
  phy: stm32: usb: depend on COMMON_CLK

 commands/ubsan.c                      |  2 ++
 drivers/ata/ide-sff.c                 |  8 ++++----
 drivers/crypto/caam/jr.c              |  2 +-
 drivers/crypto/caam/rng_self_test.c   |  2 +-
 drivers/crypto/imx-scc/scc.c          |  6 +++---
 drivers/mci/dove-sdhci.c              | 20 +++++++++++++-------
 drivers/mci/tegra-sdmmc.c             | 11 ++++++-----
 drivers/mtd/spi-nor/cadence-quadspi.c |  8 +++-----
 drivers/pci/Kconfig                   |  2 +-
 drivers/phy/Kconfig                   |  1 +
 drivers/video/bochs/bochs_hw.c        |  1 -
 drivers/video/simplefb-fixup.c        | 10 +++++++---
 drivers/watchdog/im28wd.c             |  2 +-
 firmware/Makefile                     |  1 +
 include/linux/clk.h                   | 11 +++++++++--
 include/linux/idr.h                   |  2 ++
 lib/make_directory.c                  |  3 +++
 test/self/Makefile                    |  2 +-
 18 files changed, 59 insertions(+), 35 deletions(-)

-- 
2.39.2




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-06-13  7:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 13:02 [PATCH 00/19] misc fixes building sandbox 64-bit allyesconfig Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 01/19] clk: always define clk_prepare_enable/disable Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 02/19] clk: define clk_get_parent stub Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 03/19] pci: disable building CONFIG_PCI when CONFIG_COMPILE_TEST Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 04/19] mci: tegra: fix base address constant to be hexadecimal Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 05/19] ata: ide-sff: fix warnings when compiling as 64-bit Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 06/19] video: bochs: remove dependency on PCI header in common part Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 07/19] commands: ubsan: hide pointer provenance used to trigger UB Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 08/19] test: self: printf: silence clang warnings Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 09/19] crypto: caam - fix pointer to u32 casts Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 10/19] crypto: imx-scc: fix u32 to pointer casts Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 11/19] mci: sdhci: dove: fix pointer to u32 casts Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 12/19] lib: make_directory: return -ENOMEM on allocation failure Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 13/19] include <linux/idr.h>: handle OOM gracefully inside idr_alloc_one Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 14/19] mci: tegra: use correct types for mmio and DMA address Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 15/19] mtd: spi-nor: cadence: fix types Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 16/19] video: simplefb-fixup: warn on framebuffers >= 4G Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 17/19] watchdog: imx28: use correct constant for computing timeout_max Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 18/19] firmware: mark firmware sections as having non-executable stack Ahmad Fatoum
2023-06-12 13:02 ` [PATCH 19/19] phy: stm32: usb: depend on COMMON_CLK Ahmad Fatoum
2023-06-13  7:49 ` [PATCH 00/19] misc fixes building sandbox 64-bit allyesconfig Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox