# git rev-parse -q --verify 489e9fea66f31086f85d9a18e61e4791d94a56a4^{commit} 489e9fea66f31086f85d9a18e61e4791d94a56a4 already have revision, skipping fetch # git checkout -q -f -B kisskb 489e9fea66f31086f85d9a18e61e4791d94a56a4 # git clean -qxdf # < git log -1 # commit 489e9fea66f31086f85d9a18e61e4791d94a56a4 # Merge: aab7ce2b099b 255b2d524884 # Author: Linus Torvalds # Date: Tue Dec 15 16:49:59 2020 -0800 # # Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci # # Pull PCI updates from Bjorn Helgaas: # "Enumeration: # - Decode PCIe 64 GT/s link speed (Gustavo Pimentel) # - Remove unused HAVE_PCI_SET_MWI (Heiner Kallweit) # - Reduce pci_set_cacheline_size() message to debug level (Heiner # Kallweit) # - Fix pci_slot_release() NULL pointer dereference (Jubin Zhong) # - Unify ECAM constants in native PCI Express drivers (Krzysztof # Wilczyński) # - Return u8 from pci_find_capability() and similar (Puranjay Mohan) # - Return u16 from pci_find_ext_capability() and similar (Bjorn # Helgaas) # - Fix ACPI companion lookup for device 0 on the root bus (Rafael J. # Wysocki) # # Resource management: # - Keep both device and resource name for config space remaps # (Alexander Lobakin) # - Bounds-check command-line resource alignment requests (Bjorn # Helgaas) # - Fix overflow in command-line resource alignment requests (Colin Ian # King) # # Driver binding: # - Avoid duplicate IDs in driver dynamic IDs list (Zhenzhong Duan) # # Power management: # - Save/restore Precision Time Measurement Capability for # suspend/resume (David E. Box) # - Disable PTM during suspend to save power (David E. Box) # - Add sysfs attribute for device power state (Maximilian Luz) # - Rename pci_wakeup_bus() to pci_resume_bus() (Mika Westerberg) # - Do not generate wakeup event when runtime resuming device (Mika # Westerberg) # - Save/restore ASPM L1SS Capability for suspend/resume (Vidya Sagar) # # Virtualization: # - Mark AMD Raven iGPU ATS as broken in some platforms (Alex Deucher) # - Add function 1 DMA alias quirk for Marvell 9215 SATA controller # (Bjorn Helgaas) # # MSI: # - Disable MSI for Pericom PCIe-USB adapter (Andy Shevchenko) # - Improve warnings for 32-bit-limited MSI support (Vidya Sagar) # # Error handling: # - Cache RCEC EA Capability offset in pci_init_capabilities() (Sean V # Kelley) # - Rename reset_link() to reset_subordinates() (Sean V Kelley) # - Write AER Capability only when we control it (Sean V Kelley) # - Clear AER status only when we control AER (Sean V Kelley) # - Bind RCEC devices to the Root Port driver (Qiuxu Zhuo) # - Recover from RCiEP AER errors (Qiuxu Zhuo) # - Recover from RCEC AER errors (Sean V Kelley) # - Add pcie_link_rcec() to associate RCiEPs (Sean V Kelley) # - Add pcie_walk_rcec() to RCEC AER handling (Sean V Kelley) # - Add pcie_walk_rcec() to RCEC PME handling (Sean V Kelley) # - Add RCEC AER error injection support (Qiuxu Zhuo) # # Broadcom iProc PCIe controller driver: # - Fix out-of-bound array accesses (Bharat Gooty) # - Invalidate correct PAXB inbound windows (Roman Bacik) # - Enhance PCIe Link information display (Srinath Mannam) # # Cadence PCIe controller driver: # - Make "cdns,max-outbound-regions" property optional (Kishon Vijay # Abraham I) # # Intel VMD host bridge driver: # - Offset client MSI-X vectors (Jon Derrick) # - Update type of __iomem pointers (Krzysztof Wilczyński) # # NVIDIA Tegra PCIe controller driver: # - Move "dbi" accesses to post common DWC initialization (Vidya Sagar) # - Read "dbi" base address to program in application logic (Vidya # Sagar) # - Fix ASPM-L1SS advertisement disable code (Vidya Sagar) # - Set DesignWare IP version (Vidya Sagar) # - Continue unconfig sequence even if parts fail (Vidya Sagar) # - Check return value of tegra_pcie_init_controller() (Vidya Sagar) # - Disable LTSSM during L2 entry (Vidya Sagar) # # Qualcomm PCIe controller driver: # - Document PCIe bindings for SM8250 SoC (Manivannan Sadhasivam) # - Add SM8250 SoC support (Manivannan Sadhasivam) # - Add support for configuring BDF to SID mapping for SM8250 # (Manivannan Sadhasivam) # # Renesas R-Car PCIe controller driver: # - rcar: Drop unused members from struct rcar_pcie_host (Lad # Prabhakar) # - PCI: rcar-pci-host: Document r8a774e1 bindings (Lad Prabhakar) # - PCI: rcar-pci-host: Convert bindings to json-schema (Yoshihiro # Shimoda) # - PCI: rcar-pci-host: Document r8a77965 bindings (Yoshihiro Shimoda) # # Samsung Exynos PCIe controller driver: # - Rework driver to support Exynos5433 PCIe PHY (Jaehoon Chung) # - Rework driver to support Exynos5433 variant (Jaehoon Chung) # - Drop samsung,exynos5440-pcie binding (Marek Szyprowski) # - Add the samsung,exynos-pcie binding (Marek Szyprowski) # - Add the samsung,exynos-pcie-phy binding (Marek Szyprowski) # # Synopsys DesignWare PCIe controller driver: # - Support multiple ATU memory regions (Rob Herring) # - Move intel-gw ATU offset out of driver match data (Rob Herring) # - Move "dbi", "dbi2", and "addr_space" resource setup into common # code (Rob Herring) # - Remove intel-gw unneeded function wrappers (Rob Herring) # - Ensure all outbound ATU windows are reset (Rob Herring) # - Use the common MSI irq_chip in dra7xx (Rob Herring) # - Drop the .set_num_vectors() host op (Rob Herring) # - Move MSI interrupt setup into DWC common code (Rob Herring) # - Rework MSI initialization (Rob Herring) # - Move link handling into common code (Rob Herring) # - Move dw_pcie_msi_init() into core (Rob Herring) # - Move dw_pcie_setup_rc() to DWC common code (Rob Herring) # - Remove unnecessary wrappers around dw_pcie_host_init() (Rob # Herring) # - Drop keystone duplicated 'num-viewport'" (Rob Herring) # - Move inbound and outbound windows to common struct (Rob Herring) # - Detect number of iATU windows (Rob Herring) # - Warn if non-prefetchable memory aperture size is > 32-bit (Vidya # Sagar) # - Add support to program ATU for >4GB memory (Vidya Sagar) # - Set 32-bit DMA mask for MSI target address allocation (Vidya Sagar) # # TI J721E PCIe driver: # - Fix "ti,syscon-pcie-ctrl" to take argument (Kishon Vijay Abraham I) # - Add host mode dt-bindings for TI's J7200 SoC (Kishon Vijay Abraham # I) # - Add EP mode dt-bindings for TI's J7200 SoC (Kishon Vijay Abraham I) # - Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg # (Kishon Vijay Abraham I) # # TI Keystone PCIe controller driver: # - Enable compile-testing on !ARM (Alex Dewar)" # # * tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (100 commits) # PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller # PCI/ACPI: Fix companion lookup for device 0 on the root bus # PCI: Keep both device and resource name for config space remaps # PCI: xgene: Removed unused ".bus_shift" initialisers from pci-xgene.c # PCI: vmd: Update type of the __iomem pointers # PCI: iproc: Convert to use the new ECAM constants # PCI: thunder-pem: Add constant for custom ".bus_shift" initialiser # PCI: Unify ECAM constants in native PCI Express drivers # PCI: Disable PTM during suspend to save power # PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resume # PCI: Mark AMD Raven iGPU ATS as broken in some platforms # PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg # dt-bindings: PCI: Add EP mode dt-bindings for TI's J7200 SoC # dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC # dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argument # PCI: dwc: Set 32-bit DMA mask for MSI target address allocation # PCI: qcom: Add support for configuring BDF to SID mapping for SM8250 # PCI: Reduce pci_set_cacheline_size() message to debug level # PCI: Remove unused HAVE_PCI_SET_MWI # PCI: qcom: Add SM8250 SoC support # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 489e9fea66f31086f85d9a18e61e4791d94a56a4 # < make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/page_counter.h:5, from /kisskb/src/mm/memcontrol.c:28: /kisskb/src/mm/memcontrol.c: In function 'memcg_reparent_objcgs': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/mm/memcontrol.c:331:2: note: in expansion of macro 'xchg' xchg(&objcg->memcg, parent); ^ /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/mm/memcontrol.c:338:3: note: in expansion of macro 'xchg' xchg(&iter->memcg, parent); ^ /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/sparc/include/asm/bitops_32.h:102, from /kisskb/src/arch/sparc/include/asm/bitops.h:7, from /kisskb/src/include/linux/bitops.h:29, from /kisskb/src/include/linux/kernel.h:12, 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/fs/ocfs2/file.c:13: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2419:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/sparc/include/asm/bitops_32.h:102, from /kisskb/src/arch/sparc/include/asm/bitops.h:7, from /kisskb/src/include/linux/bitops.h:29, from /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:11: /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function 'ixgbevf_xdp_setup': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4463:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ In file included from /kisskb/src/include/linux/bits.h:6:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/include/asm-generic/getorder.h:8, from /kisskb/src/arch/sparc/include/asm/page_32.h:137, from /kisskb/src/arch/sparc/include/asm/page.h:10, from /kisskb/src/arch/sparc/include/asm/string_32.h:13, from /kisskb/src/arch/sparc/include/asm/string.h:7, from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/vdpa/mlx5/net/mlx5_vnet.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/drivers/vdpa/mlx5/core/resources.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/thread_info.h:12, from /kisskb/src/arch/sparc/include/asm/current.h:15, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/vdpa.h:5, from /kisskb/src/drivers/vdpa/mlx5/core/mr.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/include/asm-generic/getorder.h:8, from /kisskb/src/arch/sparc/include/asm/page_32.h:137, from /kisskb/src/arch/sparc/include/asm/page.h:10, from /kisskb/src/arch/sparc/include/asm/string_32.h:13, from /kisskb/src/arch/sparc/include/asm/string.h:7, from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/pci.h:27, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/refcount.h:96, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/refcount.h:96, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/crypto.h:16, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/crypto.h:16, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/crypto.h:16, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/crypto.h:16, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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), ^ In file included from /kisskb/src/include/linux/bits.h:6:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/include/asm-generic/div64.h:53, from ./arch/sparc/include/generated/asm/div64.h:1, 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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/mlx5_ib.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/ah.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/mlx5_ib.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/cmd.h:36, from /kisskb/src/drivers/infiniband/hw/mlx5/cmd.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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/debugfs.h:15, from /kisskb/src/drivers/infiniband/hw/mlx5/cong.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/mlx5_ib.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/counters.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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/kref.h:16, from /kisskb/src/drivers/infiniband/hw/mlx5/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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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/kref.h:16, from /kisskb/src/drivers/infiniband/hw/mlx5/doorbell.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/mlx5_ib.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/gsi.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/ib_virt.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/vport.h:36, from /kisskb/src/drivers/infiniband/hw/mlx5/mad.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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/debugfs.h:15, from /kisskb/src/drivers/infiniband/hw/mlx5/main.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/mem.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, 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/kref.h:16, from /kisskb/src/drivers/infiniband/hw/mlx5/mr.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/qp.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, 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/drivers/infiniband/hw/mlx5/qpc.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/rsc_dump.h:4, from /kisskb/src/drivers/infiniband/hw/mlx5/restrack.c:7: /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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/srq.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/drivers/infiniband/hw/mlx5/srq_cmd.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/sparc/include/asm/bug.h:25, 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/drivers/infiniband/hw/mlx5/wr.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/rdma/ib_umem.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/odp.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/mlx5/driver.h:36, from /kisskb/src/include/linux/mlx5/vport.h:36, from /kisskb/src/drivers/infiniband/hw/mlx5/ib_rep.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:0, from /kisskb/src/include/linux/bitops.h:5, 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/infiniband/hw/mlx5/devx.c:7: /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:0, from /kisskb/src/include/linux/bitops.h:5, 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/infiniband/hw/mlx5/fs.c:7: /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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/rdma/uverbs_types.h:9, from /kisskb/src/include/rdma/uverbs_ioctl.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/qos.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:0, from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/rdma/uverbs_types.h:9, from /kisskb/src/include/rdma/uverbs_ioctl.h:9, from /kisskb/src/drivers/infiniband/hw/mlx5/std_types.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), ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version generation failed, symbol will not be versioned. arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1170: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:15:35.776863