Advertisement
Guest User

Untitled

a guest
May 11th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. In file included from /home/camden/hadk/kernel/google/marlin/arch/arm64/include/asm/dma-iommu.h:12:0,
  2. from /home/camden/hadk/kernel/google/marlin/arch/arm64/mm/dma-mapping.c:33:
  3. /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:41:15: error: 'struct dma_iommu_mapping' declared inside parameter list [-Werror]
  4. struct dma_iommu_mapping *mapping);
  5. ^
  6. /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:41:15: error: its scope is only this definition or declaration, which is probably not what you want [-Werror]
  7. /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:43:16: error: 'struct dma_iommu_mapping' declared inside parameter list [-Werror]
  8. struct dma_iommu_mapping *mapping);
  9. ^
  10.  
  11. =============================================================
  12.  
  13. In file included from /home/camden/hadk/kernel/google/marlin/kernel/sched/cputime.c:1:0:
  14. /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:662:26: error: 'struct pid_namespace' declared inside parameter list [-Werror]
  15. struct pid *pid, struct task_struct *p);
  16. ^
  17. /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:662:26: error: its scope is only this definition or declaration, which is probably not what you want [-Werror]
  18. /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:664:52: error: 'struct pid_namespace' declared inside parameter list [-Werror]
  19. struct pid_namespace *ns, struct pid *pid, struct task_struct *p);
  20. ^
  21. /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:666:52: error: 'struct pid_namespace' declared inside parameter list [-Werror]
  22. struct pid_namespace *ns, struct pid *pid, struct task_struct *p);
  23. ^
  24. /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:667:63: error: 'struct inode' declared inside parameter list [-Werror]
  25. int single_uid_time_in_state_open(struct inode *inode, struct file *file);
  26. ^
  27. =============================================================
  28.  
  29. In file included from /home/camden/hadk/kernel/google/marlin/include/linux/linkage.h:4:0,
  30. from /home/camden/hadk/kernel/google/marlin/include/linux/fs.h:5,
  31. from /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:11:
  32. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c: In function '__f2fs_convert_inline_data':
  33. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:103:17: error: invalid type argument of '->' (have 'struct dnode_of_data')
  34. if (unlikely(dn->data_blkaddr != NEW_ADDR)) {
  35. ^
  36. /home/camden/hadk/kernel/google/marlin/include/linux/compiler.h:160:42: note: in definition of macro 'unlikely'
  37. # define unlikely(x) __builtin_expect(!!(x), 0)
  38. ^
  39. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:104:3: error: incompatible type for argument 1 of 'f2fs_put_dnode'
  40. f2fs_put_dnode(dn);
  41. ^
  42. In file included from /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:14:0:
  43. /home/camden/hadk/kernel/google/marlin/fs/f2fs/f2fs.h:961:20: note: expected 'struct dnode_of_data *' but argument is of type 'struct dnode_of_data'
  44. static inline void f2fs_put_dnode(struct dnode_of_data *dn)
  45. ^
  46. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:3: error: implicit declaration of function 'set_sbi_flag' [-Werror=implicit-function-declaration]
  47. set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
  48. ^
  49. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:19: error: 'struct f2fs_io_info' has no member named 'sbi'
  50. set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
  51. ^
  52. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:25: error: 'SBI_NEED_FSCK' undeclared (first use in this function)
  53. set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
  54. ^
  55. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:25: note: each undeclared identifier is reported only once for each function it appears in
  56. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:106:15: error: 'struct f2fs_io_info' has no member named 'sbi'
  57. f2fs_msg(fio.sbi->sb, KERN_WARNING,
  58. ^
  59. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:109:16: error: invalid type argument of '->' (have 'struct dnode_of_data')
  60. __func__, dn->inode->i_ino, dn->data_blkaddr);
  61. ^
  62. /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:109:34: error: invalid type argument of '->' (have 'struct dnode_of_data')
  63. __func__, dn->inode->i_ino, dn->data_blkaddr);
  64. ^
  65. cc1: all warnings being treated as errors
  66. make[3]: *** [/home/camden/hadk/kernel/google/marlin/scripts/Makefile.build:257: fs/f2fs/inline.o] Error 1
  67. make[3]: *** Waiting for unfinished jobs....
  68.  
  69. =============================================================
  70.  
  71. /home/camden/hadk/kernel/google/marlin/fs/btrfs/send.c: In function 'get_cur_inode_state':
  72. /home/camden/hadk/kernel/google/marlin/fs/btrfs/send.c:1614:6: error: 'left_gen' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  73. if (left_gen == gen) {
  74. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement