Advertisement
Guest User

Untitled

a guest
Dec 30th, 2021
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. DESCEND objtool
  2. CALL scripts/atomic/check-atomics.sh
  3. diff: unrecognized option: I
  4. CALL scripts/checksyscalls.sh
  5. BusyBox v1.34.1 (2021-12-30 16:34:44 UTC) multi-call binary.
  6.  
  7. Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
  8.  
  9. Compare files line by line and output the differences between them.
  10. This implementation supports unified diffs only.
  11.  
  12. -a Treat all files as text
  13. -b Ignore changes in the amount of whitespace
  14. -B Ignore changes whose lines are all blank
  15. -d Try hard to find a smaller set of changes
  16. -i Ignore case differences
  17. -L Use LABEL instead of the filename in the unified header
  18. -N Treat absent files as empty
  19. -q Output only whether files differ
  20. -r Recurse
  21. -S Start with FILE when comparing directories
  22. -T Make tabs line up by prefixing a tab when necessary
  23. -s Report when two files are the same
  24. -t Expand tabs to spaces in output
  25. -U Output LINES lines of context
  26. -w Ignore all whitespace
  27. Warning: Kernel ABI header at 'tools/arch/x86/include/asm/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'
  28. diff -u tools/arch/x86/include/asm/inat.h arch/x86/include/asm/inat.h
  29. diff: unrecognized option: I
  30. BusyBox v1.34.1 (2021-12-30 16:34:44 UTC) multi-call binary.
  31.  
  32. Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
  33.  
  34. Compare files line by line and output the differences between them.
  35. This implementation supports unified diffs only.
  36.  
  37. -a Treat all files as text
  38. -b Ignore changes in the amount of whitespace
  39. -B Ignore changes whose lines are all blank
  40. -d Try hard to find a smaller set of changes
  41. -i Ignore case differences
  42. -L Use LABEL instead of the filename in the unified header
  43. -N Treat absent files as empty
  44. -q Output only whether files differ
  45. -r Recurse
  46. -S Start with FILE when comparing directories
  47. -T Make tabs line up by prefixing a tab when necessary
  48. -s Report when two files are the same
  49. -t Expand tabs to spaces in output
  50. -U Output LINES lines of context
  51. -w Ignore all whitespace
  52. Warning: Kernel ABI header at 'tools/arch/x86/include/asm/insn.h' differs from latest version at 'arch/x86/include/asm/insn.h'
  53. diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
  54. diff: unrecognized option: I
  55. BusyBox v1.34.1 (2021-12-30 16:34:44 UTC) multi-call binary.
  56.  
  57. Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
  58.  
  59. Compare files line by line and output the differences between them.
  60. This implementation supports unified diffs only.
  61.  
  62. -a Treat all files as text
  63. -b Ignore changes in the amount of whitespace
  64. -B Ignore changes whose lines are all blank
  65. -d Try hard to find a smaller set of changes
  66. -i Ignore case differences
  67. -L Use LABEL instead of the filename in the unified header
  68. -N Treat absent files as empty
  69. -q Output only whether files differ
  70. -r Recurse
  71. -S Start with FILE when comparing directories
  72. -T Make tabs line up by prefixing a tab when necessary
  73. -s Report when two files are the same
  74. -t Expand tabs to spaces in output
  75. -U Output LINES lines of context
  76. -w Ignore all whitespace
  77. Warning: Kernel ABI header at 'tools/arch/x86/lib/inat.c' differs from latest version at 'arch/x86/lib/inat.c'
  78. diff -u tools/arch/x86/lib/inat.c arch/x86/lib/inat.c
  79. diff: unrecognized option: I
  80. BusyBox v1.34.1 (2021-12-30 16:34:44 UTC) multi-call binary.
  81.  
  82. Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
  83.  
  84. Compare files line by line and output the differences between them.
  85. This implementation supports unified diffs only.
  86.  
  87. -a Treat all files as text
  88. -b Ignore changes in the amount of whitespace
  89. -B Ignore changes whose lines are all blank
  90. -d Try hard to find a smaller set of changes
  91. -i Ignore case differences
  92. -L Use LABEL instead of the filename in the unified header
  93. -N Treat absent files as empty
  94. -q Output only whether files differ
  95. -r Recurse
  96. -S Start with FILE when comparing directories
  97. -T Make tabs line up by prefixing a tab when necessary
  98. -s Report when two files are the same
  99. -t Expand tabs to spaces in output
  100. -U Output LINES lines of context
  101. -w Ignore all whitespace
  102. Warning: Kernel ABI header at 'tools/arch/x86/lib/insn.c' differs from latest version at 'arch/x86/lib/insn.c'
  103. diff -u tools/arch/x86/lib/insn.c arch/x86/lib/insn.c
  104. CC /home/will/linux-5.15.12/tools/objtool/special.o
  105. CC /home/will/linux-5.15.12/tools/objtool/arch/x86/decode.o
  106. CC /home/will/linux-5.15.12/tools/objtool/orc_gen.o
  107. CC /home/will/linux-5.15.12/tools/objtool/orc_dump.o
  108. In file included from /usr/include/linux/byteorder/little_endian.h:13,
  109. from /usr/include/asm/byteorder.h:5,
  110. from /home/will/linux-5.15.12/tools/arch/x86/include/asm/insn.h:10,
  111. from arch/x86/decode.c:10:
  112. /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
  113. 136 | static __always_inline unsigned long __swab(const unsigned long y)
  114. | ^~~~~~~~~
  115. | ;
  116. /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
  117. 171 | static __always_inline __u16 __swab16p(const __u16 *p)
  118. | ^~~~~~~~~~~~~~~
  119. /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
  120. 171 | static __always_inline __u16 __swab16p(const __u16 *p)
  121. | ^~~~~~~~~
  122. /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
  123. 184 | static __always_inline __u32 __swab32p(const __u32 *p)
  124. | ^~~~~~~~~~~~~~~
  125. /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
  126. 184 | static __always_inline __u32 __swab32p(const __u32 *p)
  127. | ^~~~~~~~~
  128. /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
  129. 197 | static __always_inline __u64 __swab64p(const __u64 *p)
  130. | ^~~~~~~~~~~~~~~
  131. /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
  132. 197 | static __always_inline __u64 __swab64p(const __u64 *p)
  133. | ^~~~~~~~~
  134. /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
  135. 252 | static __always_inline void __swab32s(__u32 *p)
  136. | ^~~~~
  137. | ;
  138. /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
  139. 265 | static __always_inline void __swab64s(__u64 *p)
  140. | ^~~~~
  141. | ;
  142. In file included from /usr/include/asm/byteorder.h:5,
  143. from /home/will/linux-5.15.12/tools/arch/x86/include/asm/insn.h:10,
  144. from arch/x86/decode.c:10:
  145. /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
  146. 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
  147. | ^~~~~~~~~~~~~~~
  148. /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
  149. 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
  150. | ^~~~~~~~~~~~~~
  151. /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
  152. 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
  153. | ^~~~~~~~~~~~~~~
  154. /usr/include/linux/byteorder/little_endian.h:48:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64_to_cpup'
  155. 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
  156. | ^~~~~~~~~~~~~~
  157. /usr/include/linux/byteorder/little_endian.h:52:8: error: unknown type name '__always_inline'
  158. 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
  159. | ^~~~~~~~~~~~~~~
  160. /usr/include/linux/byteorder/little_endian.h:52:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le32p'
  161. 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
  162. | ^~~~~~~~~~~~~~
  163. /usr/include/linux/byteorder/little_endian.h:56:8: error: unknown type name '__always_inline'
  164. 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
  165. | ^~~~~~~~~~~~~~~
  166. /usr/include/linux/byteorder/little_endian.h:56:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32_to_cpup'
  167. 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
  168. | ^~~~~~~~~~~~~~
  169. /usr/include/linux/byteorder/little_endian.h:60:8: error: unknown type name '__always_inline'
  170. 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
  171. | ^~~~~~~~~~~~~~~
  172. /usr/include/linux/byteorder/little_endian.h:60:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le16p'
  173. 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
  174. | ^~~~~~~~~~~~~~
  175. /usr/include/linux/byteorder/little_endian.h:64:8: error: unknown type name '__always_inline'
  176. 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
  177. | ^~~~~~~~~~~~~~~
  178. /usr/include/linux/byteorder/little_endian.h:64:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16_to_cpup'
  179. 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
  180. | ^~~~~~~~~~~~~~
  181. /usr/include/linux/byteorder/little_endian.h:68:8: error: unknown type name '__always_inline'
  182. 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
  183. | ^~~~~~~~~~~~~~~
  184. /usr/include/linux/byteorder/little_endian.h:68:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be64p'
  185. 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
  186. | ^~~~~~~~~~~~~~
  187. /usr/include/linux/byteorder/little_endian.h:72:8: error: unknown type name '__always_inline'
  188. 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
  189. | ^~~~~~~~~~~~~~~
  190. /usr/include/linux/byteorder/little_endian.h:72:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64_to_cpup'
  191. 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
  192. | ^~~~~~~~~~~~~~
  193. /usr/include/linux/byteorder/little_endian.h:76:8: error: unknown type name '__always_inline'
  194. 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
  195. | ^~~~~~~~~~~~~~~
  196. /usr/include/linux/byteorder/little_endian.h:76:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be32p'
  197. 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
  198. | ^~~~~~~~~~~~~~
  199. /usr/include/linux/byteorder/little_endian.h:80:8: error: unknown type name '__always_inline'
  200. 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
  201. | ^~~~~~~~~~~~~~~
  202. /usr/include/linux/byteorder/little_endian.h:80:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32_to_cpup'
  203. 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
  204. | ^~~~~~~~~~~~~~
  205. /usr/include/linux/byteorder/little_endian.h:84:8: error: unknown type name '__always_inline'
  206. 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
  207. | ^~~~~~~~~~~~~~~
  208. /usr/include/linux/byteorder/little_endian.h:84:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be16p'
  209. 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
  210. | ^~~~~~~~~~~~~~
  211. /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
  212. 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
  213. | ^~~~~~~~~~~~~~~
  214. /usr/include/linux/byteorder/little_endian.h:88:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16_to_cpup'
  215. 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
  216. | ^~~~~~~~~~~~~~
  217. CC /home/will/linux-5.15.12/tools/objtool/builtin-check.o
  218. CC /home/will/linux-5.15.12/tools/objtool/builtin-orc.o
  219. CC /home/will/linux-5.15.12/tools/objtool/elf.o
  220. CC /home/will/linux-5.15.12/tools/objtool/objtool.o
  221. CC /home/will/linux-5.15.12/tools/objtool/libstring.o
  222. make[4]: *** [/home/will/linux-5.15.12/tools/build/Makefile.build:97: /home/will/linux-5.15.12/tools/objtool/arch/x86/decode.o] Error 1
  223. make[3]: *** [/home/will/linux-5.15.12/tools/build/Makefile.build:139: arch/x86] Error 2
  224. make[3]: *** Waiting for unfinished jobs....
  225. make[2]: *** [Makefile:56: /home/will/linux-5.15.12/tools/objtool/objtool-in.o] Error 2
  226. make[1]: *** [Makefile:69: objtool] Error 2
  227. make: *** [Makefile:1371: tools/objtool] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement