# git rev-parse -q --verify ed858b88e6cbcb2664667f571a3df7165d36b798^{commit} ed858b88e6cbcb2664667f571a3df7165d36b798 already have revision, skipping fetch # git checkout -q -f -B kisskb ed858b88e6cbcb2664667f571a3df7165d36b798 # git clean -qxdf # < git log -1 # commit ed858b88e6cbcb2664667f571a3df7165d36b798 # Author: Stephen Rothwell # Date: Mon Aug 26 23:33:11 2019 +1000 # # Add linux-next specific files for 20190826 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 ed858b88e6cbcb2664667f571a3df7165d36b798 # < make -s -j 48 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-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 48 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- In file included from /kisskb/src/include/linux/printk.h:7, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/arch/parisc/include/asm/bug.h:5, 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/parisc/include/generated/asm/current.h:1, 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/extent-tree.c:4768:83: note: format string is defined here "invalid extent item size for key (%llu, %u, %llu) owner %llu, has %u expect >= %lu", ~~^ %u /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_item': /kisskb/src/fs/btrfs/tree-checker.c:1003:47: 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", ~~^ %u item_size, sizeof(*ei)); ~~~~~~~~~~~ /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:50: 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", ~~^ %u /kisskb/src/fs/btrfs/tree-checker.c:1202:8: sizeof(*dref), key->type); ~~~~~~~~~~~~~ /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/devfreq/governor_passive.c: In function 'devfreq_passive_event_handler': /kisskb/src/drivers/devfreq/governor_passive.c:152:17: warning: unused variable 'dev' [-Wunused-variable] struct device *dev = devfreq->dev.parent; ^~~ /kisskb/src/lib/xxhash.c: In function 'xxh64': /kisskb/src/lib/xxhash.c:236:1: warning: the frame size of 1624 bytes is larger than 1280 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, 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/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ocfs2/file.c:2373:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^~~~ /kisskb/src/net/sched/sch_cake.c: In function 'cake_dump_stats': /kisskb/src/net/sched/sch_cake.c:2905:1: warning: the frame size of 1504 bytes is larger than 1280 bytes [-Wframe-larger-than=] } ^ /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/slab.h:16, from /kisskb/src/drivers/infiniband/core/umem_odp.c:38: /kisskb/src/drivers/infiniband/core/umem_odp.c: In function 'ib_init_umem_odp': /kisskb/src/include/linux/overflow.h:59:15: warning: comparison of distinct pointer types lacks a cast (void) (&__a == &__b); \ ^~ /kisskb/src/drivers/infiniband/core/umem_odp.c:295:7: note: in expansion of macro 'check_add_overflow' if (check_add_overflow(umem_odp->umem.address, ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rk808.c:752:12: warning: 'rk8xx_resume' defined but not used [-Wunused-function] static int rk8xx_resume(struct device *dev) ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/rk808.c:732:12: warning: 'rk8xx_suspend' defined but not used [-Wunused-function] static int rk8xx_suspend(struct device *dev) ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:60: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:20: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:60: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.c:20: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c:18: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c:12: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c:18: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c:12: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:13: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:13: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:24: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:14: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:24: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c:14: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c:20: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c:11: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c:20: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c:11: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:17: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:9: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:17: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:9: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:20: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:11: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:20: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c:11: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c:12: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:21, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c:12: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c:12: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:21, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c:12: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:14: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:10: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:14: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c:10: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c:10: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c:22: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/scatterlist.h:9, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c:10: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:15: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1765: warning: "writeq" redefined #define writeq(val64, db) \ In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:12: /kisskb/src/arch/parisc/include/asm/io.h:221: note: this is the location of the previous definition #define writeq writeq In file included from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:15: /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt.h:1773: warning: "writeq_relaxed" redefined #define writeq_relaxed writeq In file included from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/parisc/include/asm/hardirq.h:13, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:12: /kisskb/src/arch/parisc/include/asm/io.h:230: note: this is the location of the previous definition #define writeq_relaxed(q, addr) writeq(q, addr) /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:82:20: warning: 'periodcfg.clk_ps' may be used uninitialized in this function [-Wmaybe-uninitialized] if (a->clk_ps != b->clk_ps) ~^~~~~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:84:24: warning: 'periodcfg.mod_period' may be used uninitialized in this function [-Wmaybe-uninitialized] if (a->mod_period != b->mod_period) ~^~~~~~~~~~~~ In file included from /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:19: /kisskb/src/include/linux/regmap.h:75:2: warning: 'periodcfg.clk_ps' may be used uninitialized in this function [-Wmaybe-uninitialized] regmap_update_bits_base(map, reg, mask, val, NULL, false, false) ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:278:3: warning: 'periodcfg.mod_period' may be used uninitialized in this function [-Wmaybe-uninitialized] regmap_write(fpc->regmap, FTM_MOD, periodcfg.mod_period); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:280:15: warning: 'periodcfg' may be used uninitialized in this function [-Wmaybe-uninitialized] fpc->period = periodcfg; ~~~~~~~~~~~~^~~~~~~~~~~ In file included from /kisskb/src/drivers/net/phy/mdio-cavium.c:11: /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: /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); ^~~~~~~~~~~~~~~ /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, ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/phy/dp83640.c:23: /kisskb/src/drivers/net/phy/dp83640_reg.h:8: warning: "PAGE0" redefined #define PAGE0 0x0000 In file included from /kisskb/src/include/linux/mm_types_task.h:16, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:19, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/drivers/net/phy/dp83640.c:11: /kisskb/src/arch/parisc/include/asm/page.h:184: note: this is the location of the previous definition #define PAGE0 ((struct zeropage *)__PAGE_OFFSET) /kisskb/src/drivers/rtc/rtc-meson-vrtc.c:32:13: warning: 'meson_vrtc_set_wakeup_time' defined but not used [-Wunused-function] static void meson_vrtc_set_wakeup_time(struct meson_vrtc_data *vrtc, ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, 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/parisc/include/asm/cmpxchg.h:48: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, 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, 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, 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, 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, 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, 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, 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, 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) ^ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c: In function 'nvkm_control_mthd_pstate_info': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c:60:21: warning: overflow in conversion from 'int' to '__s8' {aka 'signed char'} changes value from '-251' to '5' [-Woverflow] args->v0.pwrsrc = -ENOSYS; ^ In file included from /kisskb/src/include/trace/events/erofs.h:8, from : /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:37: warning: 'struct dentry' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:26:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_lookup, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:28:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, int isdir), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:52:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_fill_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:53:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, int isdir), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:18: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct page *page, bool raw), ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:78:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpage, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:80:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct page *page, bool raw), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:111:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_readpages, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:113:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct page *page, unsigned int nrpage, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:169:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, erofs_map_blocks_flatmode_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:170:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:176:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_enter, z_erofs_map_blocks_iter_enter, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:177:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:221:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, erofs_map_blocks_flatmode_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:222:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:39: warning: 'struct erofs_map_blocks' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~~~~~~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~ /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/erofs.h:228:1: note: in expansion of macro 'DEFINE_EVENT' DEFINE_EVENT(erofs__map_blocks_exit, z_erofs_map_blocks_iter_exit, ^~~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:229:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode, struct erofs_map_blocks *map, ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration TP_PROTO(struct inode *inode), ^~~~~ /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:532:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /kisskb/src/include/linux/tracepoint.h:532:22: note: in expansion of macro 'PARAMS' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~ /kisskb/src/include/trace/events/erofs.h:235:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(erofs_destroy_inode, ^~~~~~~~~~~ /kisskb/src/include/trace/events/erofs.h:236:2: note: in expansion of macro 'TP_PROTO' TP_PROTO(struct inode *inode), ^~~~~~~~ In file included from /kisskb/src/include/trace/events/iomap.h:15, from : /kisskb/src/include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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:18: warning: 'struct inode' declared inside parameter list will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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 will not be visible outside of this definition or declaration 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); ^~~~~~~~~~~~~~~~~~~~~ WARNING: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL 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: "ftrace_set_clr_event" [vmlinux] is a static EXPORT_SYMBOL_GPL Completed OK # rm -rf /kisskb/build/linux-next_parisc-allmodconfig_parisc # Build took: 0:15:14.229619