# git rev-parse -q --verify ecc4eeb2208ab537a3f3744984cd7f30ac971db8^{commit} ecc4eeb2208ab537a3f3744984cd7f30ac971db8 already have revision, skipping fetch # git checkout -q -f -B kisskb ecc4eeb2208ab537a3f3744984cd7f30ac971db8 # git clean -qxdf # < git log -1 # commit ecc4eeb2208ab537a3f3744984cd7f30ac971db8 # Author: Stephen Rothwell # Date: Thu Oct 27 14:25:35 2022 +1100 # # Add linux-next specific files for 20221027 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ecc4eeb2208ab537a3f3744984cd7f30ac971db8 # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/intel/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/atom.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/intel/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/atom.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/intel/atom.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/imx/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8.c:11: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/imx/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8.c:11: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/sound/soc/sof/intel/byt.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/intel/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/byt.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/intel/byt.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/intel/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/byt.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/intel/byt.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/intel/byt.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/intel] Error 2 make[5]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/imx/imx8.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/sound/soc/sof/mediatek/mt8195/mt8195.c:23: /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/sound/soc/sof/mediatek/mt8195/mt8195.c:14: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/mediatek/mt8195/mt8195.c:23: /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/sound/soc/sof/mediatek/mt8195/mt8195.c:14: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/mediatek/mt8195/mt8195.c:23: /kisskb/src/sound/soc/sof/mediatek/mt8195/../../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[7]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/mediatek/mt8195/mt8195.o] Error 1 make[7]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/sound/soc/sof/imx/imx8m.c:22: /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/imx/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8m.c:13: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/imx/imx8m.c:22: /kisskb/src/sound/soc/sof/imx/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/imx/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8m.c:13: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/imx/imx8m.c:22: /kisskb/src/sound/soc/sof/imx/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/imx/imx8m.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/imx] Error 2 make[6]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/mediatek/mt8195] Error 2 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/mediatek] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/usb/chipidea/core.c:664:13: error: 'ci_handle_power_lost' defined but not used [-Werror=unused-function] 664 | static void ci_handle_power_lost(struct ci_hdrc *ci) | ^~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/usb/chipidea/core.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/usb/chipidea] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/usb] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/mtd/nand/raw/lpc32xx_slc.c:318:13: error: 'lpc32xx_wp_disable' defined but not used [-Werror=unused-function] 318 | static void lpc32xx_wp_disable(struct lpc32xx_nand_host *host) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/lpc32xx_mlc.c:380:13: error: 'lpc32xx_wp_disable' defined but not used [-Werror=unused-function] 380 | static void lpc32xx_wp_disable(struct lpc32xx_nand_host *host) | ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/mtd/nand/raw/lpc32xx_slc.o] Error 1 make[6]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/mtd/nand/raw/lpc32xx_mlc.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/mtd/nand/raw] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/mtd/nand] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/mtd] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: sound] Error 2 make[1]: *** [/kisskb/src/Makefile:1992: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 # Build took: 0:09:08.251936