# 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-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-gcc --version # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld --version # < git log --format=%s --max-count=1 489e9fea66f31086f85d9a18e61e4791d94a56a4 # < make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig # yes \n | make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- /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/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/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/alloc.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/ioport.h:13, from /kisskb/src/include/linux/pci.h:31, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/sriov.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/thread_info.h:12, from /kisskb/src/include/asm-generic/current.h:5, from ./arch/mips/include/generated/asm/current.h:1, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/ioport.h:13, from /kisskb/src/include/linux/pci.h:31, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/arch/mips/include/asm/sibyte/sb1250.h:28:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/bcm1480_scd.h:261:0: warning: "M_SPC_CFG_CLEAR" redefined #define M_SPC_CFG_CLEAR M_BCM1480_SPC_CFG_CLEAR ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:27:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/sb1250_scd.h:392:0: note: this is the location of the previous definition #define M_SPC_CFG_CLEAR _SB_MAKEMASK1(32) ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:28:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/bcm1480_scd.h:262:0: warning: "M_SPC_CFG_ENABLE" redefined #define M_SPC_CFG_ENABLE M_BCM1480_SPC_CFG_ENABLE ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:27:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/sb1250_scd.h:393:0: note: this is the location of the previous definition #define M_SPC_CFG_ENABLE _SB_MAKEMASK1(33) ^ 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/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/refcount.h:95, from /kisskb/src/include/net/act_api.h:9, from /kisskb/src/include/net/tc_act/tc_gact.h:5, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_main.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/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/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/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/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/refcount.h:95, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/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/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/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/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/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/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/include/crypto/internal/aead.h:11, from /kisskb/src/include/crypto/internal/geniv.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6:0, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c:34: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/net/tls.h:39, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6:0, from /kisskb/src/arch/mips/include/asm/cpu.h:12, from /kisskb/src/arch/mips/include/asm/cpu-features.h:12, from /kisskb/src/arch/mips/include/asm/atomic.h:21, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/net/tls.h:39, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h:9, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c:4: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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 /kisskb/src/arch/mips/include/asm/div64.h:12, from /kisskb/src/include/linux/math64.h:7, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c:33: /kisskb/src/include/vdso/bits.h:7:26: warning: left shift count >= width of type [-Wshift-count-overflow] #define BIT(nr) (UL(1) << (nr)) ^ /kisskb/src/include/linux/mlx5/mlx5_ifc.h:10716:46: note: in expansion of macro 'BIT' MLX5_HCA_CAP_GENERAL_OBJECT_TYPES_SAMPLER = BIT(0x20), ^ In file included from /kisskb/src/include/linux/bits.h:6: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/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/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/asm-generic/bug.h:20, from /kisskb/src/arch/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/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/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/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/mips/include/asm/bug.h:42, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/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), ^ FIT description: Linux 5.10.0+ Created: Wed Dec 16 15:13:53 2020 Image 0 (kernel@0) Description: Linux 5.10.0+ Created: Wed Dec 16 15:13:53 2020 Type: Kernel Image Compression: gzip compressed Data Size: 8334892 Bytes = 8139.54 KiB = 7.95 MiB Architecture: MIPS OS: Linux Load Address: 0x84000000 Entry Point: 0x84cb7d60 Hash algo: sha1 Hash value: 405bb4b8b947f8f00145e227c03d14a34da9513a Image 1 (fdt@boston) Description: img,boston Device Tree Created: Wed Dec 16 15:13:53 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Wed Dec 16 15:13:53 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Wed Dec 16 15:13:53 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 4659 Bytes = 4.55 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 5bcb6e4f21e8e5372544aa130b3bd097355a9050 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Wed Dec 16 15:13:53 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 5418 Bytes = 5.29 KiB = 0.01 MiB Architecture: MIPS Hash algo: sha1 Hash value: 93d882f2009a217e0fa9dab94788535ed2be8476 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Wed Dec 16 15:13:53 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-allmodconfig_mipsel # Build took: 0:27:20.527818