public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix allmodconfig build with bare-metal toolchain
@ 2018-08-28 14:24 Sam Protsenko
  2018-08-28 14:24 ` [PATCH 1/2] codafs: Fix build using " Sam Protsenko
  2018-08-28 14:24 ` [PATCH 2/2] scsi: aic7xxx: " Sam Protsenko
  0 siblings, 2 replies; 9+ messages in thread
From: Sam Protsenko @ 2018-08-28 14:24 UTC (permalink / raw)
  To: linux-kernel, linux-scsi, codalist, coda
  Cc: Jan Harkes, James E.J. Bottomley, Martin K. Petersen,
	Praneeth Bajjuri, Paul Sokolovsky, Miklos Szeredi, Sumit Semwal,
	Ruslan Bilovol, Andy Shevchenko

Attempt to build allmodconfig (for ARM platforms) using bare-metal
toolchain fails with errors related to __linux__ definition. It's only
defined on Linux toolchains, but not defined on bare-metal toolchains.
This patch series fixes that.

Some similar patches (for different files) were applied previously:
  - commit 4c82456eeb4d ("fuse: fix type definitions in uapi header")
  - commit b6330548383c ("drm.h: Fix DRM compilation with bare-metal
toolchain.")

Sam Protsenko (2):
  codafs: Fix build using bare-metal toolchain
  scsi: aic7xxx: Fix build using bare-metal toolchain

 drivers/scsi/aic7xxx/aic7770.c                  |  2 +-
 drivers/scsi/aic7xxx/aic79xx.h                  |  4 ++--
 drivers/scsi/aic7xxx/aic79xx_core.c             | 12 ++++++------
 drivers/scsi/aic7xxx/aic79xx_pci.c              |  2 +-
 drivers/scsi/aic7xxx/aic7xxx.h                  |  4 ++--
 drivers/scsi/aic7xxx/aic7xxx_93cx6.c            |  2 +-
 drivers/scsi/aic7xxx/aic7xxx_core.c             | 12 ++++++------
 drivers/scsi/aic7xxx/aic7xxx_pci.c              |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm.h            |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y       |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_scan.l       |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c     |  2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h     |  2 +-
 include/uapi/linux/coda.h                       |  5 +++++
 16 files changed, 32 insertions(+), 27 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-08-29 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28 14:24 [PATCH 0/2] Fix allmodconfig build with bare-metal toolchain Sam Protsenko
2018-08-28 14:24 ` [PATCH 1/2] codafs: Fix build using " Sam Protsenko
2018-08-28 17:03   ` Andy Shevchenko
2018-08-28 17:07     ` Andy Shevchenko
2018-08-29  6:33   ` Christoph Hellwig
2018-08-29 14:03     ` Sam Protsenko
2018-08-28 14:24 ` [PATCH 2/2] scsi: aic7xxx: " Sam Protsenko
2018-08-29  6:32   ` Christoph Hellwig
2018-08-29 14:01     ` Sam Protsenko

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