All of lore.kernel.org
 help / color / mirror / Atom feed
* next-20210420 build breakage on 32-bit - include/uapi/linux/bcache-nvm.h
@ 2021-04-21  7:59 Valdis Klētnieks
  2021-04-21 10:00 ` Coly Li
  0 siblings, 1 reply; 2+ messages in thread
From: Valdis Klētnieks @ 2021-04-21  7:59 UTC (permalink / raw)
  To: Coly Li, Jianpeng Ma, Qiaowei Ren, Jens Axboe; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

commit 97d69b16cb973e04ea5309b9cb4356aa6b42c54e
Author: Coly Li <colyli@suse.de>
Date:   Wed Apr 14 13:46:36 2021 +0800

    bcache: add initial data structures for nvm pages

contains this code:

+#if (__BITS_PER_LONG != 64)
+       #error "Non-64bit platform is not supported"
+#endif

This breaks the build on arm and other 32-bit systems:

  HDRTEST usr/include/linux/bcache-nvm.h
In file included from <command-line>:32:
./usr/include/linux/bcache-nvm.h:109:3: error: #error "Non-64bit platform is not supported"
  #error "Non-64bit platform is not supported"
   ^~~~~
make[3]: *** [/usr/src/linux-next/usr/include/Makefile:106: usr/include/linux/bcache-nvm.hdrtest] Error 1
make[2]: *** [/usr/src/linux-next/scripts/Makefile.build:534: usr/include] Error 2
make[1]: *** [/usr/src/linux-next/Makefile:1967: usr] Error 2


[-- Attachment #2: Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2021-04-21 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-21  7:59 next-20210420 build breakage on 32-bit - include/uapi/linux/bcache-nvm.h Valdis Klētnieks
2021-04-21 10:00 ` Coly Li

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.