Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336408
| From | Daniel Wagner <daniel.wagner@bmw-carit.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error |
| Date | 2016-02-17 14:10 +0100 |
| Message-ID | <r3a1H-6Rw-11@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <qWglA-2Vi-9@gated-at.bofh.it> <qWmr1-7on-33@gated-at.bofh.it> <qXgtc-765-9@gated-at.bofh.it> <qYJMt-64X-1@gated-at.bofh.it> <qZpsl-Ux-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 02/07/2016 05:39 AM, Paul Gortmaker wrote:
>> I used the cross compiler version 5.2.1 shipped by Fedora 23
>> and run allyesconfig/allmodconfig for ARM, ARM64, MIPS64, PPC64
>> (swait-v7 and 4.5-rc2). No new errors popped up.
>
> SOunds good ; guess my gut feeling about this causing more fallout was
> off the mark.
The fallouts I found are on the way to mainline or are already
in mainline:
fbdev: https://git.kernel.org/tomba/c/206fc20598157ce15597822cf01b94377e30075b
mips: https://git.kernel.org/torvalds/c/f4d3d504198d464e406171cfa554a59bd4773d79
There was also a hickup on alpha. The patch is on the way.
Here is the list of archs and config I tried out. First run was with the
config listed, followed by a allyesconfig and allmodconfig build.
# name ARCH CROSS_COMPILE config
declare -a config=(
"alpha alpha alpha-linux-gnu- defconfig"
"arm32 arm arm-linux-gnu- versatile_defconfig"
"arm64 arm64 aarch64-linux-gnu- defconfig"
"cris10 cris cris-linux-gnu- etrax-100lx_defconfig"
"frv frv frv-linux-gnu- defconfig"
"ia64 ia64 ia64-linux-gnu- generic_defconfig"
"m68k m68k m68k-linux-gnu- amiga_defconfig"
"mips32 mips mips64-linux-gnu- ar7_defconfig"
"mips64 mips mips64-linux-gnu- bigsur_defconfig"
"ppc64 powerpc powerpc64-linux-gnu- pseries_defconfig"
"s390 s390 s390x-linux-gnu- defconfig"
"sparc32 sparc sparc64-linux-gnu- sparc32_defconfig"
"sparc64 sparc sparc64-linux-gnu- sparc64_defconfig"
"um_x86_64 um gcc defconfig"
"x86_64 x86_64 gcc defconfig"
# known broken configurations on F23
# "alpha alpha alpha-linux-gnu- allyesconfig"
# "avr32 avr32 avr32-linux-gnu- defconfig"
# "blackfin blackfin bfin-linux-gnu- BF518F-EZBRD_defconfig"
# "cris32 cris cris-linux-gnu- etraxfs_defconfig"
# "m32r m32r m32r-linux-gnu- mappi3.smp_defconfig"
# "parisc parisc hppa-linux-gnu- default_defconfig"
# "parisc64 parisc hppa-linux-gnu- a500_defconfig"
# "ppc32 powerpc powerpc64-linux-gnu- mpc512x_defconfig"
# "sh32 sh sh-linux-gnu- defconfig"
# "sh64 sh64 sh64-linux-gnu- defconfig"
# "tile tile tile-linux-gnu- defconfig"
# "xtensa xtensa xtensa-linux-gnu- common_defconfig"
)
cheers,
daniel
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error Daniel Wagner <daniel.wagner@bmw-carit.de> - 2016-02-17 14:10 +0100
csiph-web