# git rev-parse -q --verify 7bba37a1591369e2e506d599b8f5d7d0516b2dbc^{commit} 7bba37a1591369e2e506d599b8f5d7d0516b2dbc already have revision, skipping fetch # git checkout -q -f -B kisskb 7bba37a1591369e2e506d599b8f5d7d0516b2dbc # git clean -qxdf # < git log -1 # commit 7bba37a1591369e2e506d599b8f5d7d0516b2dbc # Author: Stephen Rothwell # Date: Mon Dec 14 21:16:32 2020 +1100 # # Add linux-next specific files for 20201214 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 7bba37a1591369e2e506d599b8f5d7d0516b2dbc # < make -s -j 120 ARCH=mips O=/kisskb/build/linux-next_mips-allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # yes \n | make -s -j 120 ARCH=mips O=/kisskb/build/linux-next_mips-allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=mips O=/kisskb/build/linux-next_mips-allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/security/integrity/ima/ima_crypto.c: In function 'ima_calc_field_array_hash_tfm': /kisskb/src/security/integrity/ima/ima_crypto.c:624:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/dma-buf/heaps/cma_heap.c: In function 'cma_heap_do_vmap': /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:195:10: error: implicit declaration of function 'vmap'; did you mean 'kmap'? [-Werror=implicit-function-declaration] vaddr = vmap(buffer->pages, buffer->pagecount, VM_MAP, PAGE_KERNEL); ^~~~ kmap /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:195:49: error: 'VM_MAP' undeclared (first use in this function); did you mean 'VM_MTE'? vaddr = vmap(buffer->pages, buffer->pagecount, VM_MAP, PAGE_KERNEL); ^~~~~~ VM_MTE /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:195:49: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/dma-buf/heaps/cma_heap.c: In function 'cma_heap_vunmap': /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:235:3: error: implicit declaration of function 'vunmap'; did you mean 'kunmap'? [-Werror=implicit-function-declaration] vunmap(buffer->vaddr); ^~~~~~ kunmap cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/dma-buf/heaps/cma_heap.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/dma-buf/heaps] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_mmap': /kisskb/src/drivers/video/fbdev/udlfb.c:343:52: error: 'PAGE_SHARED' undeclared (first use in this function); did you mean 'ACPI_SHARED'? if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) ^~~~~~~~~~~ ACPI_SHARED /kisskb/src/drivers/video/fbdev/udlfb.c:343:52: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/video/fbdev/udlfb.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_ops_mmap': /kisskb/src/drivers/video/fbdev/smscufx.c:796:52: error: 'PAGE_SHARED' undeclared (first use in this function); did you mean 'ACPI_SHARED'? if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) ^~~~~~~~~~~ ACPI_SHARED /kisskb/src/drivers/video/fbdev/smscufx.c:796:52: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [/kisskb/src/scripts/Makefile.build:280: drivers/video/fbdev/smscufx.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/dma-buf] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video] Error 2 In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/main.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/cmd.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/uar.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fw.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/health.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/cq.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/eq.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mcg.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/alloc.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/port.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/port.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mr.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/transobj.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/pd.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/pci.h:31, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/sriov.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/vport.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/thread_info.h:12, from /kisskb/src/include/asm-generic/current.h:5, from ./arch/mips/include/generated/asm/current.h:1, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lag.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/dev.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/rl.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/events.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/pci.h:31, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/wq.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/vport.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/tracepoint.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c:35: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h:6, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/rsc_dump.h:4, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/crdump.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/refcount.h:95, from /kisskb/src/include/net/act_api.h:9, from /kisskb/src/include/net/tc_act/tc_gact.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_main.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_common.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/ratelimit_types.h:5, from /kisskb/src/include/linux/ratelimit.h:5, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/net/devlink.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/devlink.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/devlink.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/dim.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_dim.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_fs.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/port.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/port.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/irq.h:14, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/tcp.h:17, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/health.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/health.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/health.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/trace/events/xdp.h:8, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/health.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_tx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/ratelimit_types.h:5, from /kisskb/src/include/linux/ratelimit.h:5, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/net/devlink.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/devlink.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/devlink.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/params.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/params.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/net/xdp_sock.h:9, from /kisskb/src/include/net/xdp_sock_drv.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/pool.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/fs.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/fs.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/ratelimit_types.h:5, from /kisskb/src/include/linux/ratelimit.h:5, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c:32: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c:32: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/fs.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/jhash.h:26, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/net/dst_metadata.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/refcount.h:95, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/include/net/vxlan.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/siphash.h:17, from /kisskb/src/include/net/flow_dissector.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/linux/if_tunnel.h:5, from /kisskb/src/include/net/ip_tunnels.h:5, from /kisskb/src/include/net/udp_tunnel.h:5, from /kisskb/src/include/net/geneve.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/fs.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.h:38, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib_vlan.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/include/net/vxlan.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/net/netfilter/nf_conntrack.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/vport.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/rdma.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/net/bareudp.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_mplsoudp.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_ofld.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/tracepoint.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c:5: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/net/gre.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_lgcy.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ecpf.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ecpf.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/include/rdma/ib_verbs.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/fs.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/include/rdma/ib_verbs.h:15, from /kisskb/src/include/linux/mlx5/device.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/helper.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/jhash.h:26, from /kisskb/src/include/linux/rhashtable.h:23, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_stats.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_lgcy.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/include/rdma/ib_verbs.h:15, from /kisskb/src/include/linux/mlx5/device.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/cmd.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/accel/tls.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls_rxtx.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/eswitch.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/include/rdma/ib_verbs.h:15, from /kisskb/src/include/linux/mlx5/device.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/include/rdma/ib_verbs.h:15, from /kisskb/src/include/linux/mlx5/device.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/accel/tls.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/ethtool.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls_stats.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/net/tls.h:39, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c:5: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/include/linux/if_vlan.h:10, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en.h:35, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/include/crypto/internal/aead.h:11, from /kisskb/src/include/crypto/internal/geniv.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/uio.h:8, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/uapi/linux/in.h:24, from /kisskb/src/include/linux/in.h:19, from /kisskb/src/include/net/addrconf.h:24, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/icmpv6.h:5, from /kisskb/src/include/linux/ipv6.h:87, from /kisskb/src/include/net/inet6_hashtables.h:16, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c:6: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_buddy.c:8: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/net/tls.h:39, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:37, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h:7, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/include/asm-generic/div64.h:53, from /kisskb/src/arch/mips/include/asm/div64.h:12, from /kisskb/src/include/linux/math64.h:7, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ In file included from /kisskb/src/include/linux/bits.h:6, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^~ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^~~ make[1]: *** [/kisskb/src/Makefile:1805: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 120 ARCH=mips O=/kisskb/build/linux-next_mips-allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_mips-allmodconfig_mips-gcc8 # Build took: 0:08:24.612903