# git rev-parse -q --verify da6570438d9bc1fff85f8ce7bcd02fe968289ef9^{commit} da6570438d9bc1fff85f8ce7bcd02fe968289ef9 already have revision, skipping fetch # git checkout -q -f -B kisskb da6570438d9bc1fff85f8ce7bcd02fe968289ef9 # git clean -qxdf # < git log -1 # commit da6570438d9bc1fff85f8ce7bcd02fe968289ef9 # Author: Stephen Rothwell # Date: Mon Aug 19 19:03:17 2019 +1000 # # Add linux-next specific files for 20190819 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 da6570438d9bc1fff85f8ce7bcd02fe968289ef9 # < make -s -j 24 ARCH=xtensa O=/kisskb/build/linux-next_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 24 ARCH=xtensa O=/kisskb/build/linux-next_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=xtensa O=/kisskb/build/linux-next_xtensa-allmodconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- usr/include/asm/setup.h:17: userspace cannot reference function or variable defined in the kernel In file included from /kisskb/src/include/linux/printk.h:7:0, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/asm-generic/bug.h:18, from ./arch/xtensa/include/generated/asm/bug.h:1, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/thread_info.h:12, from /kisskb/src/arch/xtensa/include/asm/current.h:18, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/fs/btrfs/extent-tree.c:6: /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ /kisskb/src/include/linux/kern_levels.h:10:19: note: in expansion of macro 'KERN_SOH' #define KERN_CRIT KERN_SOH "2" /* critical conditions */ ^ /kisskb/src/fs/btrfs/ctree.h:3114:24: note: in expansion of macro 'KERN_CRIT' btrfs_printk(fs_info, KERN_CRIT fmt, ##args) ^ /kisskb/src/fs/btrfs/extent-tree.c:4767:4: note: in expansion of macro 'btrfs_crit' btrfs_crit(info, ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_item': /kisskb/src/fs/btrfs/tree-checker.c:1003:7: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] "invalid item size, have %u expect >= %lu", ^ /kisskb/src/fs/btrfs/tree-checker.c:1051:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ptr = (u64)(struct btrfs_extent_item *)(ei + 1); ^ /kisskb/src/fs/btrfs/tree-checker.c:1057:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] info = (struct btrfs_tree_block_info *)ptr; ^ /kisskb/src/fs/btrfs/tree-checker.c:1065:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ptr = (u64)(struct btrfs_tree_block_info *)(info + 1); ^ /kisskb/src/fs/btrfs/tree-checker.c:1083:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] iref = (struct btrfs_extent_inline_ref *)ptr; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_data_ref': /kisskb/src/fs/btrfs/tree-checker.c:1200:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] "invalid item size, have %u expect aligned to %lu for key type %u", ^ /kisskb/src/fs/btrfs/tree-checker.c:1216:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dref = (struct btrfs_extent_data_ref *)ptr; ^ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_unseal_trusted': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:669:2: warning: 'blob_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] tpm2_flush_context(chip, blob_handle); ^ In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:19:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/xtensa/include/asm/bitops.h:339, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:13: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:172:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2376:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ /kisskb/src/drivers/mfd/rk808.c:732:12: warning: 'rk8xx_suspend' defined but not used [-Wunused-function] static int rk8xx_suspend(struct device *dev) ^ /kisskb/src/drivers/mfd/rk808.c:752:12: warning: 'rk8xx_resume' defined but not used [-Wunused-function] static int rk8xx_resume(struct device *dev) ^ In file included from /kisskb/src/drivers/net/phy/mdio-cavium.c:11:0: /kisskb/src/drivers/net/phy/mdio-cavium.c: In function 'cavium_mdiobus_set_mode': /kisskb/src/drivers/net/phy/mdio-cavium.h:114:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_readq(addr) readq((void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:21:16: note: in expansion of macro 'oct_mdio_readq' smi_clk.u64 = oct_mdio_readq(p->register_base + SMI_CLK); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:24:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_clk.u64, p->register_base + SMI_CLK); ^ /kisskb/src/drivers/net/phy/mdio-cavium.c: In function 'cavium_mdiobus_c45_addr': /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:39:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_wr.u64, p->register_base + SMI_WR_DAT); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:47:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_cmd.u64, p->register_base + SMI_CMD); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:114:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_readq(addr) readq((void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:54:16: note: in expansion of macro 'oct_mdio_readq' smi_wr.u64 = oct_mdio_readq(p->register_base + SMI_WR_DAT); ^ /kisskb/src/drivers/net/phy/mdio-cavium.c: In function 'cavium_mdiobus_read': /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:86:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_cmd.u64, p->register_base + SMI_CMD); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:114:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_readq(addr) readq((void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:93:16: note: in expansion of macro 'oct_mdio_readq' smi_rd.u64 = oct_mdio_readq(p->register_base + SMI_RD_DAT); ^ /kisskb/src/drivers/net/phy/mdio-cavium.c: In function 'cavium_mdiobus_write': /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:125:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_wr.u64, p->register_base + SMI_WR_DAT); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:131:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_cmd.u64, p->register_base + SMI_CMD); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:114:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_readq(addr) readq((void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-cavium.c:138:16: note: in expansion of macro 'oct_mdio_readq' smi_wr.u64 = oct_mdio_readq(p->register_base + SMI_WR_DAT); ^ /kisskb/src/drivers/net/phy/mdio-octeon.c: In function 'octeon_mdiobus_probe': /kisskb/src/drivers/net/phy/mdio-octeon.c:48:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (u64)devm_ioremap(&pdev->dev, mdio_phys, regsize); ^ In file included from /kisskb/src/drivers/net/phy/mdio-octeon.c:14:0: /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-octeon.c:56:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); ^ /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-octeon.c:77:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); ^ /kisskb/src/drivers/net/phy/mdio-octeon.c: In function 'octeon_mdiobus_remove': /kisskb/src/drivers/net/phy/mdio-cavium.h:113:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define oct_mdio_writeq(val, addr) writeq(val, (void *)addr) ^ /kisskb/src/drivers/net/phy/mdio-octeon.c:91:2: note: in expansion of macro 'oct_mdio_writeq' oct_mdio_writeq(smi_en.u64, bus->register_base + SMI_EN); ^ In file included from /kisskb/src/include/linux/printk.h:332:0, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/rdma/ib_verbs.h:43, from /kisskb/src/drivers/infiniband/sw/siw/siw_cq.c:9: /kisskb/src/drivers/infiniband/sw/siw/siw_cq.c: In function 'siw_reap_cqe': /kisskb/src/drivers/infiniband/sw/siw/siw_cq.c:76:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] cqe->flags, (void *)cqe->id); ^ /kisskb/src/include/linux/dynamic_debug.h:125:15: note: in definition of macro '__dynamic_func_call' func(&id, ##__VA_ARGS__); \ ^ /kisskb/src/include/linux/dynamic_debug.h:165:2: note: in expansion of macro '_dynamic_func_call' _dynamic_func_call(fmt, __dynamic_ibdev_dbg, \ ^ /kisskb/src/include/rdma/ib_verbs.h:100:2: note: in expansion of macro 'dynamic_ibdev_dbg' dynamic_ibdev_dbg(__dev, format, ##args) ^ /kisskb/src/drivers/infiniband/sw/siw/siw.h:725:2: note: in expansion of macro 'ibdev_dbg' ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_cq.c:74:4: note: in expansion of macro 'siw_dbg_cq' siw_dbg_cq(cq, "idx %u, type %d, flags %2x, id 0x%p\n", ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp.c: In function 'siw_activate_tx': /kisskb/src/drivers/infiniband/sw/siw/siw_qp.c:952:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] wqe->sqe.sge[0].laddr = (u64)&wqe->sqe.sge[1]; ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_try_1seg': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:53:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)paddr, &wqe->sqe.sge[1], bytes); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:59:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)paddr, (void *)sge->laddr, bytes); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:59:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)paddr, (void *)sge->laddr, bytes); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:61:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (copy_from_user((void *)paddr, ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:62:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (const void __user *)sge->laddr, ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:82:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)paddr, buffer + off, bytes); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:87:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)paddr, buffer + off, part); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:101:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] memcpy((void *)(paddr + part), buffer, ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_qp_prepare_tx': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:169:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] data = siw_try_1seg(c_tx, (u64)crc); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:192:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] data = siw_try_1seg(c_tx, (u64)crc); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:204:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] data = siw_try_1seg(c_tx, (u64)crc); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:219:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] data = siw_try_1seg(c_tx, (u64)crc); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_tx_hdt': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:476:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] iov[seg].iov_base = (void *)(sge->laddr + sge_off); ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:535:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)(sge->laddr + sge_off), ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_qp_sq_proc_tx': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:832:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] wqe->sqe.sge[0].laddr = (u64)&wqe->sqe.sge[1]; ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_fastreg_mr': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_tx.c:927:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct ib_mr *base_mr = (struct ib_mr *)sqe->base_mr; ^ In file included from /kisskb/src/include/linux/kernel.h:15:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/random.h:10, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_rx_umem': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:43:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)dest_addr, (void *)umem->fp_addr); ^ /kisskb/src/include/linux/printk.h:306:37: note: in definition of macro 'pr_warning' printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:41:4: note: in expansion of macro 'pr_warn' pr_warn("siw: %s: [QP %u]: bogus addr: %p, %p\n", ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:43:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)dest_addr, (void *)umem->fp_addr); ^ /kisskb/src/include/linux/printk.h:306:37: note: in definition of macro 'pr_warning' printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:41:4: note: in expansion of macro 'pr_warn' pr_warn("siw: %s: [QP %u]: bogus addr: %p, %p\n", ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_rx_pbl': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:141:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (siw_rx_kva(srx, (void *)buf_addr, bytes) == bytes) { ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_send': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:488:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)(sge->laddr + frx->sge_off), ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_write': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:601:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)(srx->ddp_to + srx->fpdu_part_rcvd), ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_rresp': /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:844:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rv = siw_rx_kva(srx, (void *)(sge->laddr + wqe->processed), ^ In file included from /kisskb/src/include/linux/wait.h:9:0, from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_send': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:334:16: note: 'flags' was declared here unsigned long flags; ^ /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c: In function 'siw_copy_inline_sgl': /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c:666:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sqe->sge[0].laddr = (u64)kbuf; ^ /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c: In function 'siw_post_send': /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c:829:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sqe->base_mr = (uint64_t)reg_wr(wr)->mr; ^ In file included from /kisskb/src/include/linux/printk.h:332:0, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/asm-generic/bug.h:18, from ./arch/xtensa/include/generated/asm/bug.h:1, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/thread_info.h:12, from /kisskb/src/arch/xtensa/include/asm/current.h:18, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/uaccess.h:5, from /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c:847:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sqe->opcode, sqe->flags, (void *)sqe->id); ^ /kisskb/src/include/linux/dynamic_debug.h:125:15: note: in definition of macro '__dynamic_func_call' func(&id, ##__VA_ARGS__); \ ^ /kisskb/src/include/linux/dynamic_debug.h:165:2: note: in expansion of macro '_dynamic_func_call' _dynamic_func_call(fmt, __dynamic_ibdev_dbg, \ ^ /kisskb/src/include/rdma/ib_verbs.h:100:2: note: in expansion of macro 'dynamic_ibdev_dbg' dynamic_ibdev_dbg(__dev, format, ##args) ^ /kisskb/src/drivers/infiniband/sw/siw/siw.h:721:2: note: in expansion of macro 'ibdev_dbg' ibdev_dbg(&qp->sdev->base_dev, "QP[%u] %s: " fmt, qp_id(qp), __func__, \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_verbs.c:846:3: note: in expansion of macro 'siw_dbg_qp' siw_dbg_qp(qp, "opcode %d, flags 0x%x, wr_id 0x%p\n", ^ /kisskb/src/drivers/soundwire/slave.c:16:12: warning: 'sdw_slave_add' defined but not used [-Wunused-function] static int sdw_slave_add(struct sdw_bus *bus, ^ /kisskb/src/net/netfilter/nf_tables_offload.c: In function 'nft_flow_rule_create': /kisskb/src/net/netfilter/nf_tables_offload.c:73:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/arch/xtensa/include/asm/atomic.h:19:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/xtensa/include/asm/bitops.h:339, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:11: /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function 'ixgbevf_xdp_setup': /kisskb/src/arch/xtensa/include/asm/cmpxchg.h:172:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4478:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet.c:22: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-mdio.c:16: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-mem.c:12: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-rgmii.c:15: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-rx.c:26: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-sgmii.c:14: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-spi.c:13: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ In file included from /kisskb/src/drivers/staging/octeon/octeon-ethernet.h:41:0, from /kisskb/src/drivers/staging/octeon/ethernet-tx.c:25: /kisskb/src/drivers/staging/octeon/octeon-stubs.h: In function 'cvmx_phys_to_ptr': /kisskb/src/drivers/staging/octeon/octeon-stubs.h:1205:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *)(physical_address); ^ /kisskb/src/drivers/staging/octeon/ethernet-tx.c: In function 'cvm_oct_xmit': /kisskb/src/drivers/staging/octeon/ethernet-tx.c:264:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] hw_buffer.s.addr = XKPHYS_TO_PHYS((u64)skb->data); ^ /kisskb/src/drivers/staging/octeon/octeon-stubs.h:2:30: note: in definition of macro 'XKPHYS_TO_PHYS' #define XKPHYS_TO_PHYS(p) (p) ^ /kisskb/src/drivers/staging/octeon/ethernet-tx.c:268:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] hw_buffer.s.addr = XKPHYS_TO_PHYS((u64)skb->data); ^ /kisskb/src/drivers/staging/octeon/octeon-stubs.h:2:30: note: in definition of macro 'XKPHYS_TO_PHYS' #define XKPHYS_TO_PHYS(p) (p) ^ /kisskb/src/drivers/staging/octeon/ethernet-tx.c:276:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] XKPHYS_TO_PHYS((u64)skb_frag_address(fs)); ^ /kisskb/src/drivers/staging/octeon/octeon-stubs.h:2:30: note: in definition of macro 'XKPHYS_TO_PHYS' #define XKPHYS_TO_PHYS(p) (p) ^ /kisskb/src/drivers/staging/octeon/ethernet-tx.c:280:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] hw_buffer.s.addr = XKPHYS_TO_PHYS((u64)CVM_OCT_SKB_CB(skb)); ^ /kisskb/src/drivers/staging/octeon/octeon-stubs.h:2:30: note: in definition of macro 'XKPHYS_TO_PHYS' #define XKPHYS_TO_PHYS(p) (p) ^ In file included from /kisskb/src/include/trace/events/iomap.h:15:0, from :0: /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: its scope is only this definition or declaration, which is probably not what you want TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:52:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_writepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:53:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_releasepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:48:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_page_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:49:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned long off, \ ^ /kisskb/src/include/trace/events/iomap.h:54:1: note: in expansion of macro 'DEFINE_PAGE_EVENT' DEFINE_PAGE_EVENT(iomap_invalidatepage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:79:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpage); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:233:34: note: in definition of macro '__DECLARE_TRACE' static inline void trace_##name(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:207:44: note: in definition of macro '__DECLARE_TRACE_RCU' static inline void trace_##name##_rcuidle(proto) \ ^ /kisskb/src/include/linux/tracepoint.h:246:28: note: in expansion of macro 'PARAMS' __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:396:24: note: in expansion of macro 'PARAMS' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:249:38: note: in definition of macro '__DECLARE_TRACE' register_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:255:43: note: in definition of macro '__DECLARE_TRACE' register_trace_prio_##name(void (*probe)(data_proto), void *data,\ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:262:40: note: in definition of macro '__DECLARE_TRACE' unregister_trace_##name(void (*probe)(data_proto), void *data) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/include/trace/events/iomap.h:77:18: warning: 'struct inode' declared inside parameter list TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/linux/tracepoint.h:268:46: note: in definition of macro '__DECLARE_TRACE' check_trace_callback_type_##name(void (*cb)(data_proto)) \ ^ /kisskb/src/include/linux/tracepoint.h:398:4: note: in expansion of macro 'PARAMS' PARAMS(void *__data, proto), \ ^ /kisskb/src/include/linux/tracepoint.h:521:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/linux/tracepoint.h:521:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^ /kisskb/src/include/trace/events/iomap.h:76:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(iomap_readpage_class, name, \ ^ /kisskb/src/include/trace/events/iomap.h:77:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int nr_pages), \ ^ /kisskb/src/include/trace/events/iomap.h:80:1: note: in expansion of macro 'DEFINE_READPAGE_EVENT' DEFINE_READPAGE_EVENT(iomap_readpages); ^ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_stats.c: In function 'mlx5e_grp_sw_update_stats': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:298:1: warning: the frame size of 1200 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ WARNING: "insb" [vmlinux] is a static EXPORT_SYMBOL WARNING: "insw" [vmlinux] is a static EXPORT_SYMBOL WARNING: "insl" [vmlinux] is a static EXPORT_SYMBOL WARNING: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "outsb" [vmlinux] is a static EXPORT_SYMBOL WARNING: "outsw" [vmlinux] is a static EXPORT_SYMBOL WARNING: "outsl" [vmlinux] is a static EXPORT_SYMBOL WARNING: "LZ4HC_setExternalDict" [lib/lz4/lz4hc_compress] is a static EXPORT_SYMBOL WARNING: "ahci_em_messages" [drivers/ata/libahci] is a static EXPORT_SYMBOL_GPL WARNING: "insb" [vmlinux] is a static EXPORT_SYMBOL WARNING: "insw" [vmlinux] is a static EXPORT_SYMBOL WARNING: "insl" [vmlinux] is a static EXPORT_SYMBOL WARNING: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "outsb" [vmlinux] is a static EXPORT_SYMBOL WARNING: "outsw" [vmlinux] is a static EXPORT_SYMBOL WARNING: "outsl" [vmlinux] is a static EXPORT_SYMBOL Completed OK # rm -rf /kisskb/build/linux-next_xtensa-allmodconfig_xtensa # Build took: 0:13:15.795914