Guest User

Untitled

a guest
Jul 25th, 2012
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.15 KB | None | 0 0
  1. make[1]: Цель `all' не требует выполнения команд.
  2. make[1]: Цель `relocs' не требует выполнения команд.
  3. CHK include/linux/version.h
  4. CHK include/generated/utsrelease.h
  5. CC arch/x86/kernel/asm-offsets.s
  6. clang: warning: unknown warning option '-Wframe-larger-than=2048'
  7. clang: warning: argument unused during compilation: '-fno-delete-null-pointer-checks'
  8. clang: warning: argument unused during compilation: '-maccumulate-outgoing-args'
  9. clang: warning: argument unused during compilation: '-fconserve-stack'
  10. In file included from arch/x86/kernel/asm-offsets.c:8:
  11. In file included from include/linux/crypto.h:20:
  12. In file included from include/linux/atomic.h:4:
  13. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/atomic.h:6:
  14. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/processor.h:20:
  15. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/msr.h:18:
  16. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/cpumask.h:4:
  17. In file included from include/linux/cpumask.h:11:
  18. include/linux/bitmap.h:186:3: warning: expression result unused [-Wunused-value]
  19. memcpy(dst, src, len);
  20. ^~~~~~~~~~~~~~~~~~~~~
  21. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  22. __ret; \
  23. ^~~~~
  24. In file included from arch/x86/kernel/asm-offsets.c:8:
  25. In file included from include/linux/crypto.h:20:
  26. In file included from include/linux/atomic.h:4:
  27. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/atomic.h:6:
  28. /usr/src/linux-3.5.0/arch/x86/include/asm/processor.h:936:2: warning: expression result unused [-Wunused-value]
  29. WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_APERFMPERF));
  30. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. include/asm-generic/bug.h:143:2: note: expanded from macro 'WARN_ON_ONCE'
  32. unlikely(__ret_warn_once); \
  33. ^
  34. include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
  35. # define unlikely(x) __builtin_expect(!!(x), 0)
  36. ^~~~~~~~~~~~~~~~ ~~~~~~~~
  37. In file included from arch/x86/kernel/asm-offsets.c:8:
  38. In file included from include/linux/crypto.h:24:
  39. In file included from include/linux/slab.h:12:
  40. In file included from include/linux/gfp.h:4:
  41. In file included from include/linux/mmzone.h:7:
  42. In file included from include/linux/spinlock.h:50:
  43. In file included from include/linux/preempt.h:9:
  44. In file included from include/linux/thread_info.h:54:
  45. /usr/src/linux-3.5.0/arch/x86/include/asm/thread_info.h:251:2: warning: expression result unused [-Wunused-value]
  46. WARN_ON(!test_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags));
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
  49. unlikely(__ret_warn_on); \
  50. ^
  51. include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
  52. # define unlikely(x) __builtin_expect(!!(x), 0)
  53. ^~~~~~~~~~~~~~~~ ~~~~~~~~
  54. In file included from arch/x86/kernel/asm-offsets.c:8:
  55. In file included from include/linux/crypto.h:24:
  56. In file included from include/linux/slab.h:12:
  57. In file included from include/linux/gfp.h:4:
  58. In file included from include/linux/mmzone.h:7:
  59. In file included from include/linux/spinlock.h:87:
  60. /usr/src/linux-3.5.0/arch/x86/include/asm/spinlock.h:82:2: warning: expression result unused [-Wunused-value]
  61. __add(&lock->tickets.head, 1, UNLOCK_LOCK_PREFIX);
  62. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. /usr/src/linux-3.5.0/arch/x86/include/asm/cmpxchg.h:197:3: note: expanded from macro '__add'
  64. __ret; \
  65. ^~~~~
  66. In file included from arch/x86/kernel/asm-offsets.c:8:
  67. In file included from include/linux/crypto.h:24:
  68. In file included from include/linux/slab.h:12:
  69. In file included from include/linux/gfp.h:4:
  70. In file included from include/linux/mmzone.h:7:
  71. In file included from include/linux/spinlock.h:263:
  72. include/linux/spinlock_api_smp.h:108:2: warning: expression result unused [-Wunused-value]
  73. local_irq_save(flags);
  74. ^~~~~~~~~~~~~~~~~~~~~
  75. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  76. raw_local_irq_save(flags); \
  77. ^
  78. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  79. typecheck(unsigned long, flags); \
  80. ^
  81. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  82. 1; \
  83. ^
  84. In file included from arch/x86/kernel/asm-offsets.c:8:
  85. In file included from include/linux/crypto.h:24:
  86. In file included from include/linux/slab.h:12:
  87. In file included from include/linux/gfp.h:4:
  88. In file included from include/linux/mmzone.h:7:
  89. In file included from include/linux/spinlock.h:263:
  90. include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
  91. local_irq_restore(flags);
  92. ^~~~~~~~~~~~~~~~~~~~~~~~
  93. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  94. if (raw_irqs_disabled_flags(flags)) { \
  95. ^
  96. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  97. typecheck(unsigned long, flags); \
  98. ^
  99. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  100. 1; \
  101. ^
  102. In file included from arch/x86/kernel/asm-offsets.c:8:
  103. In file included from include/linux/crypto.h:24:
  104. In file included from include/linux/slab.h:12:
  105. In file included from include/linux/gfp.h:4:
  106. In file included from include/linux/mmzone.h:7:
  107. In file included from include/linux/spinlock.h:263:
  108. include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
  109. local_irq_restore(flags);
  110. ^~~~~~~~~~~~~~~~~~~~~~~~
  111. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  112. raw_local_irq_restore(flags); \
  113. ^
  114. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  115. typecheck(unsigned long, flags); \
  116. ^
  117. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  118. 1; \
  119. ^
  120. In file included from arch/x86/kernel/asm-offsets.c:8:
  121. In file included from include/linux/crypto.h:24:
  122. In file included from include/linux/slab.h:12:
  123. In file included from include/linux/gfp.h:4:
  124. In file included from include/linux/mmzone.h:7:
  125. In file included from include/linux/spinlock.h:263:
  126. include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
  127. local_irq_restore(flags);
  128. ^~~~~~~~~~~~~~~~~~~~~~~~
  129. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  130. raw_local_irq_restore(flags); \
  131. ^
  132. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  133. typecheck(unsigned long, flags); \
  134. ^
  135. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  136. 1; \
  137. ^
  138. In file included from arch/x86/kernel/asm-offsets.c:8:
  139. In file included from include/linux/crypto.h:24:
  140. In file included from include/linux/slab.h:12:
  141. In file included from include/linux/gfp.h:4:
  142. In file included from include/linux/mmzone.h:7:
  143. In file included from include/linux/spinlock.h:263:
  144. In file included from include/linux/spinlock_api_smp.h:194:
  145. include/linux/rwlock_api_smp.h:157:2: warning: expression result unused [-Wunused-value]
  146. local_irq_save(flags);
  147. ^~~~~~~~~~~~~~~~~~~~~
  148. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  149. raw_local_irq_save(flags); \
  150. ^
  151. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  152. typecheck(unsigned long, flags); \
  153. ^
  154. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  155. 1; \
  156. ^
  157. In file included from arch/x86/kernel/asm-offsets.c:8:
  158. In file included from include/linux/crypto.h:24:
  159. In file included from include/linux/slab.h:12:
  160. In file included from include/linux/gfp.h:4:
  161. In file included from include/linux/mmzone.h:7:
  162. In file included from include/linux/spinlock.h:263:
  163. In file included from include/linux/spinlock_api_smp.h:194:
  164. include/linux/rwlock_api_smp.h:185:2: warning: expression result unused [-Wunused-value]
  165. local_irq_save(flags);
  166. ^~~~~~~~~~~~~~~~~~~~~
  167. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  168. raw_local_irq_save(flags); \
  169. ^
  170. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  171. typecheck(unsigned long, flags); \
  172. ^
  173. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  174. 1; \
  175. ^
  176. In file included from arch/x86/kernel/asm-offsets.c:8:
  177. In file included from include/linux/crypto.h:24:
  178. In file included from include/linux/slab.h:12:
  179. In file included from include/linux/gfp.h:4:
  180. In file included from include/linux/mmzone.h:7:
  181. In file included from include/linux/spinlock.h:263:
  182. In file included from include/linux/spinlock_api_smp.h:194:
  183. include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
  184. local_irq_restore(flags);
  185. ^~~~~~~~~~~~~~~~~~~~~~~~
  186. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  187. if (raw_irqs_disabled_flags(flags)) { \
  188. ^
  189. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  190. typecheck(unsigned long, flags); \
  191. ^
  192. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  193. 1; \
  194. ^
  195. In file included from arch/x86/kernel/asm-offsets.c:8:
  196. In file included from include/linux/crypto.h:24:
  197. In file included from include/linux/slab.h:12:
  198. In file included from include/linux/gfp.h:4:
  199. In file included from include/linux/mmzone.h:7:
  200. In file included from include/linux/spinlock.h:263:
  201. In file included from include/linux/spinlock_api_smp.h:194:
  202. include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
  203. local_irq_restore(flags);
  204. ^~~~~~~~~~~~~~~~~~~~~~~~
  205. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  206. raw_local_irq_restore(flags); \
  207. ^
  208. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  209. typecheck(unsigned long, flags); \
  210. ^
  211. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  212. 1; \
  213. ^
  214. In file included from arch/x86/kernel/asm-offsets.c:8:
  215. In file included from include/linux/crypto.h:24:
  216. In file included from include/linux/slab.h:12:
  217. In file included from include/linux/gfp.h:4:
  218. In file included from include/linux/mmzone.h:7:
  219. In file included from include/linux/spinlock.h:263:
  220. In file included from include/linux/spinlock_api_smp.h:194:
  221. include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
  222. local_irq_restore(flags);
  223. ^~~~~~~~~~~~~~~~~~~~~~~~
  224. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  225. raw_local_irq_restore(flags); \
  226. ^
  227. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  228. typecheck(unsigned long, flags); \
  229. ^
  230. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  231. 1; \
  232. ^
  233. In file included from arch/x86/kernel/asm-offsets.c:8:
  234. In file included from include/linux/crypto.h:24:
  235. In file included from include/linux/slab.h:12:
  236. In file included from include/linux/gfp.h:4:
  237. In file included from include/linux/mmzone.h:7:
  238. In file included from include/linux/spinlock.h:263:
  239. In file included from include/linux/spinlock_api_smp.h:194:
  240. include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
  241. local_irq_restore(flags);
  242. ^~~~~~~~~~~~~~~~~~~~~~~~
  243. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  244. if (raw_irqs_disabled_flags(flags)) { \
  245. ^
  246. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  247. typecheck(unsigned long, flags); \
  248. ^
  249. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  250. 1; \
  251. ^
  252. In file included from arch/x86/kernel/asm-offsets.c:8:
  253. In file included from include/linux/crypto.h:24:
  254. In file included from include/linux/slab.h:12:
  255. In file included from include/linux/gfp.h:4:
  256. In file included from include/linux/mmzone.h:7:
  257. In file included from include/linux/spinlock.h:263:
  258. In file included from include/linux/spinlock_api_smp.h:194:
  259. include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
  260. local_irq_restore(flags);
  261. ^~~~~~~~~~~~~~~~~~~~~~~~
  262. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  263. raw_local_irq_restore(flags); \
  264. ^
  265. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  266. typecheck(unsigned long, flags); \
  267. ^
  268. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  269. 1; \
  270. ^
  271. In file included from arch/x86/kernel/asm-offsets.c:8:
  272. In file included from include/linux/crypto.h:24:
  273. In file included from include/linux/slab.h:12:
  274. In file included from include/linux/gfp.h:4:
  275. In file included from include/linux/mmzone.h:7:
  276. In file included from include/linux/spinlock.h:263:
  277. In file included from include/linux/spinlock_api_smp.h:194:
  278. include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
  279. local_irq_restore(flags);
  280. ^~~~~~~~~~~~~~~~~~~~~~~~
  281. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  282. raw_local_irq_restore(flags); \
  283. ^
  284. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  285. typecheck(unsigned long, flags); \
  286. ^
  287. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  288. 1; \
  289. ^
  290. In file included from arch/x86/kernel/asm-offsets.c:8:
  291. In file included from include/linux/crypto.h:24:
  292. In file included from include/linux/slab.h:12:
  293. In file included from include/linux/gfp.h:4:
  294. In file included from include/linux/mmzone.h:7:
  295. include/linux/spinlock.h:340:2: warning: expression result unused [-Wunused-value]
  296. raw_spin_unlock_irqrestore(&lock->rlock, flags);
  297. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298. include/linux/spinlock.h:228:3: note: expanded from macro 'raw_spin_unlock_irqrestore'
  299. typecheck(unsigned long, flags); \
  300. ^
  301. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  302. 1; \
  303. ^
  304. In file included from arch/x86/kernel/asm-offsets.c:8:
  305. In file included from include/linux/crypto.h:24:
  306. In file included from include/linux/slab.h:12:
  307. In file included from include/linux/gfp.h:4:
  308. In file included from include/linux/mmzone.h:718:
  309. In file included from include/linux/memory_hotplug.h:6:
  310. In file included from include/linux/notifier.h:15:
  311. In file included from include/linux/srcu.h:31:
  312. include/linux/rcupdate.h:401:33: warning: expression result unused [-Wunused-value]
  313. return preempt_count() != 0 || irqs_disabled();
  314. ^~~~~~~~~~~~~~~
  315. include/linux/irqflags.h:123:3: note: expanded from macro 'irqs_disabled'
  316. raw_local_save_flags(_flags); \
  317. ^
  318. include/linux/irqflags.h:73:3: note: expanded from macro 'raw_local_save_flags'
  319. typecheck(unsigned long, flags); \
  320. ^
  321. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  322. 1; \
  323. ^
  324. In file included from arch/x86/kernel/asm-offsets.c:8:
  325. In file included from include/linux/crypto.h:24:
  326. In file included from include/linux/slab.h:12:
  327. In file included from include/linux/gfp.h:4:
  328. In file included from include/linux/mmzone.h:718:
  329. In file included from include/linux/memory_hotplug.h:6:
  330. In file included from include/linux/notifier.h:15:
  331. In file included from include/linux/srcu.h:31:
  332. include/linux/rcupdate.h:401:33: warning: expression result unused [-Wunused-value]
  333. return preempt_count() != 0 || irqs_disabled();
  334. ^~~~~~~~~~~~~~~
  335. include/linux/irqflags.h:124:3: note: expanded from macro 'irqs_disabled'
  336. raw_irqs_disabled_flags(_flags); \
  337. ^
  338. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  339. typecheck(unsigned long, flags); \
  340. ^
  341. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  342. 1; \
  343. ^
  344. In file included from arch/x86/kernel/asm-offsets.c:8:
  345. In file included from include/linux/crypto.h:24:
  346. In file included from include/linux/slab.h:12:
  347. In file included from include/linux/gfp.h:4:
  348. In file included from include/linux/mmzone.h:718:
  349. In file included from include/linux/memory_hotplug.h:6:
  350. In file included from include/linux/notifier.h:15:
  351. In file included from include/linux/srcu.h:31:
  352. include/linux/rcupdate.h:918:2: error: array size is negative
  353. BUILD_BUG_ON(!__builtin_constant_p(offset));
  354. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355. include/linux/bug.h:61:22: note: expanded from macro 'BUILD_BUG_ON'
  356. ((void)sizeof(char[1 - 2*!!(condition)])); \
  357. ^~~~~~~~~~~~~~~~~~~
  358. In file included from arch/x86/kernel/asm-offsets.c:8:
  359. In file included from include/linux/crypto.h:24:
  360. In file included from include/linux/slab.h:12:
  361. In file included from include/linux/gfp.h:4:
  362. In file included from include/linux/mmzone.h:718:
  363. In file included from include/linux/memory_hotplug.h:6:
  364. In file included from include/linux/notifier.h:15:
  365. include/linux/srcu.h:246:2: warning: expression result unused [-Wunused-value]
  366. local_irq_save(flags);
  367. ^~~~~~~~~~~~~~~~~~~~~
  368. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  369. raw_local_irq_save(flags); \
  370. ^
  371. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  372. typecheck(unsigned long, flags); \
  373. ^
  374. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  375. 1; \
  376. ^
  377. In file included from arch/x86/kernel/asm-offsets.c:8:
  378. In file included from include/linux/crypto.h:24:
  379. In file included from include/linux/slab.h:12:
  380. In file included from include/linux/gfp.h:4:
  381. In file included from include/linux/mmzone.h:718:
  382. In file included from include/linux/memory_hotplug.h:6:
  383. In file included from include/linux/notifier.h:15:
  384. include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
  385. local_irq_restore(flags);
  386. ^~~~~~~~~~~~~~~~~~~~~~~~
  387. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  388. if (raw_irqs_disabled_flags(flags)) { \
  389. ^
  390. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  391. typecheck(unsigned long, flags); \
  392. ^
  393. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  394. 1; \
  395. ^
  396. In file included from arch/x86/kernel/asm-offsets.c:8:
  397. In file included from include/linux/crypto.h:24:
  398. In file included from include/linux/slab.h:12:
  399. In file included from include/linux/gfp.h:4:
  400. In file included from include/linux/mmzone.h:718:
  401. In file included from include/linux/memory_hotplug.h:6:
  402. In file included from include/linux/notifier.h:15:
  403. include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
  404. local_irq_restore(flags);
  405. ^~~~~~~~~~~~~~~~~~~~~~~~
  406. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  407. raw_local_irq_restore(flags); \
  408. ^
  409. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  410. typecheck(unsigned long, flags); \
  411. ^
  412. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  413. 1; \
  414. ^
  415. In file included from arch/x86/kernel/asm-offsets.c:8:
  416. In file included from include/linux/crypto.h:24:
  417. In file included from include/linux/slab.h:12:
  418. In file included from include/linux/gfp.h:4:
  419. In file included from include/linux/mmzone.h:718:
  420. In file included from include/linux/memory_hotplug.h:6:
  421. In file included from include/linux/notifier.h:15:
  422. include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
  423. local_irq_restore(flags);
  424. ^~~~~~~~~~~~~~~~~~~~~~~~
  425. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  426. raw_local_irq_restore(flags); \
  427. ^
  428. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  429. typecheck(unsigned long, flags); \
  430. ^
  431. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  432. 1; \
  433. ^
  434. In file included from arch/x86/kernel/asm-offsets.c:8:
  435. In file included from include/linux/crypto.h:24:
  436. In file included from include/linux/slab.h:12:
  437. In file included from include/linux/gfp.h:4:
  438. In file included from include/linux/mmzone.h:718:
  439. In file included from include/linux/memory_hotplug.h:6:
  440. In file included from include/linux/notifier.h:15:
  441. include/linux/srcu.h:264:2: warning: expression result unused [-Wunused-value]
  442. local_irq_save(flags);
  443. ^~~~~~~~~~~~~~~~~~~~~
  444. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  445. raw_local_irq_save(flags); \
  446. ^
  447. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  448. typecheck(unsigned long, flags); \
  449. ^
  450. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  451. 1; \
  452. ^
  453. In file included from arch/x86/kernel/asm-offsets.c:8:
  454. In file included from include/linux/crypto.h:24:
  455. In file included from include/linux/slab.h:12:
  456. In file included from include/linux/gfp.h:4:
  457. In file included from include/linux/mmzone.h:718:
  458. In file included from include/linux/memory_hotplug.h:6:
  459. In file included from include/linux/notifier.h:15:
  460. include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
  461. local_irq_restore(flags);
  462. ^~~~~~~~~~~~~~~~~~~~~~~~
  463. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  464. if (raw_irqs_disabled_flags(flags)) { \
  465. ^
  466. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  467. typecheck(unsigned long, flags); \
  468. ^
  469. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  470. 1; \
  471. ^
  472. In file included from arch/x86/kernel/asm-offsets.c:8:
  473. In file included from include/linux/crypto.h:24:
  474. In file included from include/linux/slab.h:12:
  475. In file included from include/linux/gfp.h:4:
  476. In file included from include/linux/mmzone.h:718:
  477. In file included from include/linux/memory_hotplug.h:6:
  478. In file included from include/linux/notifier.h:15:
  479. include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
  480. local_irq_restore(flags);
  481. ^~~~~~~~~~~~~~~~~~~~~~~~
  482. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  483. raw_local_irq_restore(flags); \
  484. ^
  485. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  486. typecheck(unsigned long, flags); \
  487. ^
  488. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  489. 1; \
  490. ^
  491. In file included from arch/x86/kernel/asm-offsets.c:8:
  492. In file included from include/linux/crypto.h:24:
  493. In file included from include/linux/slab.h:12:
  494. In file included from include/linux/gfp.h:4:
  495. In file included from include/linux/mmzone.h:718:
  496. In file included from include/linux/memory_hotplug.h:6:
  497. In file included from include/linux/notifier.h:15:
  498. include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
  499. local_irq_restore(flags);
  500. ^~~~~~~~~~~~~~~~~~~~~~~~
  501. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  502. raw_local_irq_restore(flags); \
  503. ^
  504. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  505. typecheck(unsigned long, flags); \
  506. ^
  507. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  508. 1; \
  509. ^
  510. In file included from arch/x86/kernel/asm-offsets.c:8:
  511. In file included from include/linux/crypto.h:24:
  512. In file included from include/linux/slab.h:12:
  513. In file included from include/linux/gfp.h:4:
  514. In file included from include/linux/mmzone.h:718:
  515. include/linux/memory_hotplug.h:34:2: warning: expression result unused [-Wunused-value]
  516. spin_lock_irqsave(&pgdat->node_size_lock, *flags);
  517. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  518. include/linux/spinlock.h:315:2: note: expanded from macro 'spin_lock_irqsave'
  519. raw_spin_lock_irqsave(spinlock_check(lock), flags); \
  520. ^
  521. include/linux/spinlock.h:190:3: note: expanded from macro 'raw_spin_lock_irqsave'
  522. typecheck(unsigned long, flags); \
  523. ^
  524. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  525. 1; \
  526. ^
  527. In file included from arch/x86/kernel/asm-offsets.c:8:
  528. In file included from include/linux/crypto.h:24:
  529. In file included from include/linux/slab.h:12:
  530. In file included from include/linux/gfp.h:4:
  531. In file included from include/linux/mmzone.h:866:
  532. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone.h:4:
  533. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone_64.h:10:
  534. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/smp.h:13:
  535. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/apic.h:12:
  536. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/fixmap.h:19:
  537. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/acpi.h:32:
  538. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/realmode.h:5:
  539. /usr/src/linux-3.5.0/arch/x86/include/asm/io.h:211:2: warning: expression result unused [-Wunused-value]
  540. memcpy(dst, (const void __force *)src, count);
  541. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  542. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  543. __ret; \
  544. ^~~~~
  545. In file included from arch/x86/kernel/asm-offsets.c:8:
  546. In file included from include/linux/crypto.h:24:
  547. In file included from include/linux/slab.h:12:
  548. In file included from include/linux/gfp.h:4:
  549. In file included from include/linux/mmzone.h:866:
  550. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone.h:4:
  551. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone_64.h:10:
  552. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/smp.h:13:
  553. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/apic.h:12:
  554. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/fixmap.h:19:
  555. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/acpi.h:32:
  556. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/realmode.h:5:
  557. /usr/src/linux-3.5.0/arch/x86/include/asm/io.h:217:2: warning: expression result unused [-Wunused-value]
  558. memcpy((void __force *)dst, src, count);
  559. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  560. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  561. __ret; \
  562. ^~~~~
  563. In file included from arch/x86/kernel/asm-offsets.c:8:
  564. In file included from include/linux/crypto.h:24:
  565. In file included from include/linux/slab.h:12:
  566. include/linux/gfp.h:154:2: warning: expression result unused [-Wunused-value]
  567. WARN_ON((gfp_flags & GFP_MOVABLE_MASK) == GFP_MOVABLE_MASK);
  568. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  569. include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
  570. unlikely(__ret_warn_on); \
  571. ^
  572. include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
  573. # define unlikely(x) __builtin_expect(!!(x), 0)
  574. ^~~~~~~~~~~~~~~~ ~~~~~~~~
  575. In file included from arch/x86/kernel/asm-offsets.c:8:
  576. include/linux/crypto.h:1009:2: warning: expression result unused [-Wunused-value]
  577. memcpy(crypto_blkcipher_crt(tfm)->iv, src, len);
  578. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  579. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  580. __ret; \
  581. ^~~~~
  582. In file included from arch/x86/kernel/asm-offsets.c:8:
  583. include/linux/crypto.h:1015:2: warning: expression result unused [-Wunused-value]
  584. memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len);
  585. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  586. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  587. __ret; \
  588. ^~~~~
  589. In file included from arch/x86/kernel/asm-offsets.c:9:
  590. In file included from include/linux/sched.h:72:
  591. In file included from include/linux/signal.h:5:
  592. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/siginfo.h:14:
  593. include/asm-generic/siginfo.h:320:3: warning: expression result unused [-Wunused-value]
  594. memcpy(to, from, sizeof(*to));
  595. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  596. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  597. __ret; \
  598. ^~~~~
  599. In file included from arch/x86/kernel/asm-offsets.c:9:
  600. In file included from include/linux/sched.h:72:
  601. In file included from include/linux/signal.h:5:
  602. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/siginfo.h:14:
  603. include/asm-generic/siginfo.h:323:3: warning: expression result unused [-Wunused-value]
  604. memcpy(to, from, __ARCH_SI_PREAMBLE_SIZE + sizeof(from->_sifields._sigchld));
  605. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  606. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  607. __ret; \
  608. ^~~~~
  609. In file included from arch/x86/kernel/asm-offsets.c:9:
  610. In file included from include/linux/sched.h:72:
  611. include/linux/signal.h:81:11: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  612. return (set->sig[3] | set->sig[2] |
  613. ^ ~
  614. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  615. unsigned long sig[_NSIG_WORDS];
  616. ^
  617. In file included from arch/x86/kernel/asm-offsets.c:9:
  618. In file included from include/linux/sched.h:72:
  619. include/linux/signal.h:81:25: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  620. return (set->sig[3] | set->sig[2] |
  621. ^ ~
  622. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  623. unsigned long sig[_NSIG_WORDS];
  624. ^
  625. In file included from arch/x86/kernel/asm-offsets.c:9:
  626. In file included from include/linux/sched.h:72:
  627. include/linux/signal.h:82:4: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  628. set->sig[1] | set->sig[0]) == 0;
  629. ^ ~
  630. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  631. unsigned long sig[_NSIG_WORDS];
  632. ^
  633. In file included from arch/x86/kernel/asm-offsets.c:9:
  634. In file included from include/linux/sched.h:72:
  635. include/linux/signal.h:84:11: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  636. return (set->sig[1] | set->sig[0]) == 0;
  637. ^ ~
  638. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  639. unsigned long sig[_NSIG_WORDS];
  640. ^
  641. In file included from arch/x86/kernel/asm-offsets.c:9:
  642. In file included from include/linux/sched.h:72:
  643. include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  644. _SIG_SET_BINOP(sigorsets, _sig_or)
  645. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  646. include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
  647. a3 = a->sig[3]; a2 = a->sig[2]; \
  648. ^ ~
  649. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  650. unsigned long sig[_NSIG_WORDS];
  651. ^
  652. In file included from arch/x86/kernel/asm-offsets.c:9:
  653. In file included from include/linux/sched.h:72:
  654. include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  655. _SIG_SET_BINOP(sigorsets, _sig_or)
  656. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  657. include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
  658. a3 = a->sig[3]; a2 = a->sig[2]; \
  659. ^ ~
  660. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  661. unsigned long sig[_NSIG_WORDS];
  662. ^
  663. In file included from arch/x86/kernel/asm-offsets.c:9:
  664. In file included from include/linux/sched.h:72:
  665. include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  666. _SIG_SET_BINOP(sigorsets, _sig_or)
  667. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  668. include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
  669. b3 = b->sig[3]; b2 = b->sig[2]; \
  670. ^ ~
  671. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  672. unsigned long sig[_NSIG_WORDS];
  673. ^
  674. In file included from arch/x86/kernel/asm-offsets.c:9:
  675. In file included from include/linux/sched.h:72:
  676. include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  677. _SIG_SET_BINOP(sigorsets, _sig_or)
  678. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  679. include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
  680. b3 = b->sig[3]; b2 = b->sig[2]; \
  681. ^ ~
  682. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  683. unsigned long sig[_NSIG_WORDS];
  684. ^
  685. In file included from arch/x86/kernel/asm-offsets.c:9:
  686. In file included from include/linux/sched.h:72:
  687. include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  688. _SIG_SET_BINOP(sigorsets, _sig_or)
  689. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  690. include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
  691. r->sig[3] = op(a3, b3); \
  692. ^ ~
  693. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  694. unsigned long sig[_NSIG_WORDS];
  695. ^
  696. In file included from arch/x86/kernel/asm-offsets.c:9:
  697. In file included from include/linux/sched.h:72:
  698. include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  699. _SIG_SET_BINOP(sigorsets, _sig_or)
  700. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  701. include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
  702. r->sig[2] = op(a2, b2); \
  703. ^ ~
  704. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  705. unsigned long sig[_NSIG_WORDS];
  706. ^
  707. In file included from arch/x86/kernel/asm-offsets.c:9:
  708. In file included from include/linux/sched.h:72:
  709. include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  710. _SIG_SET_BINOP(sigorsets, _sig_or)
  711. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  712. include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
  713. a1 = a->sig[1]; b1 = b->sig[1]; \
  714. ^ ~
  715. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  716. unsigned long sig[_NSIG_WORDS];
  717. ^
  718. In file included from arch/x86/kernel/asm-offsets.c:9:
  719. In file included from include/linux/sched.h:72:
  720. include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  721. _SIG_SET_BINOP(sigorsets, _sig_or)
  722. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  723. include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
  724. a1 = a->sig[1]; b1 = b->sig[1]; \
  725. ^ ~
  726. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  727. unsigned long sig[_NSIG_WORDS];
  728. ^
  729. In file included from arch/x86/kernel/asm-offsets.c:9:
  730. In file included from include/linux/sched.h:72:
  731. include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  732. _SIG_SET_BINOP(sigorsets, _sig_or)
  733. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  734. include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
  735. r->sig[1] = op(a1, b1); \
  736. ^ ~
  737. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  738. unsigned long sig[_NSIG_WORDS];
  739. ^
  740. In file included from arch/x86/kernel/asm-offsets.c:9:
  741. In file included from include/linux/sched.h:72:
  742. include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  743. _SIG_SET_BINOP(sigandsets, _sig_and)
  744. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  745. include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
  746. a3 = a->sig[3]; a2 = a->sig[2]; \
  747. ^ ~
  748. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  749. unsigned long sig[_NSIG_WORDS];
  750. ^
  751. In file included from arch/x86/kernel/asm-offsets.c:9:
  752. In file included from include/linux/sched.h:72:
  753. include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  754. _SIG_SET_BINOP(sigandsets, _sig_and)
  755. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  756. include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
  757. a3 = a->sig[3]; a2 = a->sig[2]; \
  758. ^ ~
  759. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  760. unsigned long sig[_NSIG_WORDS];
  761. ^
  762. In file included from arch/x86/kernel/asm-offsets.c:9:
  763. In file included from include/linux/sched.h:72:
  764. include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  765. _SIG_SET_BINOP(sigandsets, _sig_and)
  766. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  767. include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
  768. b3 = b->sig[3]; b2 = b->sig[2]; \
  769. ^ ~
  770. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  771. unsigned long sig[_NSIG_WORDS];
  772. ^
  773. In file included from arch/x86/kernel/asm-offsets.c:9:
  774. In file included from include/linux/sched.h:72:
  775. include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  776. _SIG_SET_BINOP(sigandsets, _sig_and)
  777. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  778. include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
  779. b3 = b->sig[3]; b2 = b->sig[2]; \
  780. ^ ~
  781. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  782. unsigned long sig[_NSIG_WORDS];
  783. ^
  784. In file included from arch/x86/kernel/asm-offsets.c:9:
  785. In file included from include/linux/sched.h:72:
  786. include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  787. _SIG_SET_BINOP(sigandsets, _sig_and)
  788. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  789. include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
  790. r->sig[3] = op(a3, b3); \
  791. ^ ~
  792. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  793. unsigned long sig[_NSIG_WORDS];
  794. ^
  795. In file included from arch/x86/kernel/asm-offsets.c:9:
  796. In file included from include/linux/sched.h:72:
  797. include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  798. _SIG_SET_BINOP(sigandsets, _sig_and)
  799. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  800. include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
  801. r->sig[2] = op(a2, b2); \
  802. ^ ~
  803. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  804. unsigned long sig[_NSIG_WORDS];
  805. ^
  806. In file included from arch/x86/kernel/asm-offsets.c:9:
  807. In file included from include/linux/sched.h:72:
  808. include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  809. _SIG_SET_BINOP(sigandsets, _sig_and)
  810. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  811. include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
  812. a1 = a->sig[1]; b1 = b->sig[1]; \
  813. ^ ~
  814. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  815. unsigned long sig[_NSIG_WORDS];
  816. ^
  817. In file included from arch/x86/kernel/asm-offsets.c:9:
  818. In file included from include/linux/sched.h:72:
  819. include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  820. _SIG_SET_BINOP(sigandsets, _sig_and)
  821. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  822. include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
  823. a1 = a->sig[1]; b1 = b->sig[1]; \
  824. ^ ~
  825. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  826. unsigned long sig[_NSIG_WORDS];
  827. ^
  828. In file included from arch/x86/kernel/asm-offsets.c:9:
  829. In file included from include/linux/sched.h:72:
  830. include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  831. _SIG_SET_BINOP(sigandsets, _sig_and)
  832. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  833. include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
  834. r->sig[1] = op(a1, b1); \
  835. ^ ~
  836. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  837. unsigned long sig[_NSIG_WORDS];
  838. ^
  839. In file included from arch/x86/kernel/asm-offsets.c:9:
  840. In file included from include/linux/sched.h:72:
  841. include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  842. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  843. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  844. include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
  845. a3 = a->sig[3]; a2 = a->sig[2]; \
  846. ^ ~
  847. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  848. unsigned long sig[_NSIG_WORDS];
  849. ^
  850. In file included from arch/x86/kernel/asm-offsets.c:9:
  851. In file included from include/linux/sched.h:72:
  852. include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  853. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  854. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  855. include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
  856. a3 = a->sig[3]; a2 = a->sig[2]; \
  857. ^ ~
  858. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  859. unsigned long sig[_NSIG_WORDS];
  860. ^
  861. In file included from arch/x86/kernel/asm-offsets.c:9:
  862. In file included from include/linux/sched.h:72:
  863. include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  864. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  865. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  866. include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
  867. b3 = b->sig[3]; b2 = b->sig[2]; \
  868. ^ ~
  869. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  870. unsigned long sig[_NSIG_WORDS];
  871. ^
  872. In file included from arch/x86/kernel/asm-offsets.c:9:
  873. In file included from include/linux/sched.h:72:
  874. include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  875. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  876. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  877. include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
  878. b3 = b->sig[3]; b2 = b->sig[2]; \
  879. ^ ~
  880. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  881. unsigned long sig[_NSIG_WORDS];
  882. ^
  883. In file included from arch/x86/kernel/asm-offsets.c:9:
  884. In file included from include/linux/sched.h:72:
  885. include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  886. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  887. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  888. include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
  889. r->sig[3] = op(a3, b3); \
  890. ^ ~
  891. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  892. unsigned long sig[_NSIG_WORDS];
  893. ^
  894. In file included from arch/x86/kernel/asm-offsets.c:9:
  895. In file included from include/linux/sched.h:72:
  896. include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  897. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  898. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  899. include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
  900. r->sig[2] = op(a2, b2); \
  901. ^ ~
  902. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  903. unsigned long sig[_NSIG_WORDS];
  904. ^
  905. In file included from arch/x86/kernel/asm-offsets.c:9:
  906. In file included from include/linux/sched.h:72:
  907. include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  908. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  909. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  910. include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
  911. a1 = a->sig[1]; b1 = b->sig[1]; \
  912. ^ ~
  913. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  914. unsigned long sig[_NSIG_WORDS];
  915. ^
  916. In file included from arch/x86/kernel/asm-offsets.c:9:
  917. In file included from include/linux/sched.h:72:
  918. include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  919. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  920. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  921. include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
  922. a1 = a->sig[1]; b1 = b->sig[1]; \
  923. ^ ~
  924. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  925. unsigned long sig[_NSIG_WORDS];
  926. ^
  927. In file included from arch/x86/kernel/asm-offsets.c:9:
  928. In file included from include/linux/sched.h:72:
  929. include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  930. _SIG_SET_BINOP(sigandnsets, _sig_andn)
  931. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  932. include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
  933. r->sig[1] = op(a1, b1); \
  934. ^ ~
  935. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  936. unsigned long sig[_NSIG_WORDS];
  937. ^
  938. In file included from arch/x86/kernel/asm-offsets.c:9:
  939. In file included from include/linux/sched.h:72:
  940. include/linux/signal.h:153:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  941. _SIG_SET_OP(signotset, _sig_not)
  942. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  943. include/linux/signal.h:142:31: note: expanded from macro '_SIG_SET_OP'
  944. case 4: set->sig[3] = op(set->sig[3]); \
  945. ^
  946. include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
  947. #define _sig_not(x) (~(x))
  948. ^
  949. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  950. unsigned long sig[_NSIG_WORDS];
  951. ^
  952. In file included from arch/x86/kernel/asm-offsets.c:9:
  953. In file included from include/linux/sched.h:72:
  954. include/linux/signal.h:153:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  955. _SIG_SET_OP(signotset, _sig_not)
  956. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  957. include/linux/signal.h:142:14: note: expanded from macro '_SIG_SET_OP'
  958. case 4: set->sig[3] = op(set->sig[3]); \
  959. ^ ~
  960. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  961. unsigned long sig[_NSIG_WORDS];
  962. ^
  963. In file included from arch/x86/kernel/asm-offsets.c:9:
  964. In file included from include/linux/sched.h:72:
  965. include/linux/signal.h:153:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  966. _SIG_SET_OP(signotset, _sig_not)
  967. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  968. include/linux/signal.h:143:24: note: expanded from macro '_SIG_SET_OP'
  969. set->sig[2] = op(set->sig[2]); \
  970. ^
  971. include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
  972. #define _sig_not(x) (~(x))
  973. ^
  974. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  975. unsigned long sig[_NSIG_WORDS];
  976. ^
  977. In file included from arch/x86/kernel/asm-offsets.c:9:
  978. In file included from include/linux/sched.h:72:
  979. include/linux/signal.h:153:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  980. _SIG_SET_OP(signotset, _sig_not)
  981. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  982. include/linux/signal.h:143:7: note: expanded from macro '_SIG_SET_OP'
  983. set->sig[2] = op(set->sig[2]); \
  984. ^ ~
  985. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  986. unsigned long sig[_NSIG_WORDS];
  987. ^
  988. In file included from arch/x86/kernel/asm-offsets.c:9:
  989. In file included from include/linux/sched.h:72:
  990. include/linux/signal.h:153:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  991. _SIG_SET_OP(signotset, _sig_not)
  992. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  993. include/linux/signal.h:144:31: note: expanded from macro '_SIG_SET_OP'
  994. case 2: set->sig[1] = op(set->sig[1]); \
  995. ^
  996. include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
  997. #define _sig_not(x) (~(x))
  998. ^
  999. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1000. unsigned long sig[_NSIG_WORDS];
  1001. ^
  1002. In file included from arch/x86/kernel/asm-offsets.c:9:
  1003. In file included from include/linux/sched.h:72:
  1004. include/linux/signal.h:153:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  1005. _SIG_SET_OP(signotset, _sig_not)
  1006. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1007. include/linux/signal.h:144:14: note: expanded from macro '_SIG_SET_OP'
  1008. case 2: set->sig[1] = op(set->sig[1]); \
  1009. ^ ~
  1010. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1011. unsigned long sig[_NSIG_WORDS];
  1012. ^
  1013. In file included from arch/x86/kernel/asm-offsets.c:9:
  1014. In file included from include/linux/sched.h:72:
  1015. include/linux/signal.h:164:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  1016. case 2: set->sig[1] = 0;
  1017. ^ ~
  1018. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1019. unsigned long sig[_NSIG_WORDS];
  1020. ^
  1021. In file included from arch/x86/kernel/asm-offsets.c:9:
  1022. In file included from include/linux/sched.h:72:
  1023. include/linux/signal.h:176:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  1024. case 2: set->sig[1] = -1;
  1025. ^ ~
  1026. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1027. unsigned long sig[_NSIG_WORDS];
  1028. ^
  1029. In file included from arch/x86/kernel/asm-offsets.c:9:
  1030. In file included from include/linux/sched.h:72:
  1031. include/linux/signal.h:206:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  1032. case 2: set->sig[1] = 0;
  1033. ^ ~
  1034. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1035. unsigned long sig[_NSIG_WORDS];
  1036. ^
  1037. In file included from arch/x86/kernel/asm-offsets.c:9:
  1038. In file included from include/linux/sched.h:72:
  1039. include/linux/signal.h:218:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  1040. case 2: set->sig[1] = -1;
  1041. ^ ~
  1042. /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
  1043. unsigned long sig[_NSIG_WORDS];
  1044. ^
  1045. In file included from arch/x86/kernel/asm-offsets.c:9:
  1046. In file included from include/linux/sched.h:78:
  1047. include/linux/proportions.h:75:2: warning: expression result unused [-Wunused-value]
  1048. local_irq_save(flags);
  1049. ^~~~~~~~~~~~~~~~~~~~~
  1050. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  1051. raw_local_irq_save(flags); \
  1052. ^
  1053. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  1054. typecheck(unsigned long, flags); \
  1055. ^
  1056. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1057. 1; \
  1058. ^
  1059. In file included from arch/x86/kernel/asm-offsets.c:9:
  1060. In file included from include/linux/sched.h:78:
  1061. include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
  1062. local_irq_restore(flags);
  1063. ^~~~~~~~~~~~~~~~~~~~~~~~
  1064. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  1065. if (raw_irqs_disabled_flags(flags)) { \
  1066. ^
  1067. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  1068. typecheck(unsigned long, flags); \
  1069. ^
  1070. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1071. 1; \
  1072. ^
  1073. In file included from arch/x86/kernel/asm-offsets.c:9:
  1074. In file included from include/linux/sched.h:78:
  1075. include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
  1076. local_irq_restore(flags);
  1077. ^~~~~~~~~~~~~~~~~~~~~~~~
  1078. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  1079. raw_local_irq_restore(flags); \
  1080. ^
  1081. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1082. typecheck(unsigned long, flags); \
  1083. ^
  1084. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1085. 1; \
  1086. ^
  1087. In file included from arch/x86/kernel/asm-offsets.c:9:
  1088. In file included from include/linux/sched.h:78:
  1089. include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
  1090. local_irq_restore(flags);
  1091. ^~~~~~~~~~~~~~~~~~~~~~~~
  1092. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  1093. raw_local_irq_restore(flags); \
  1094. ^
  1095. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1096. typecheck(unsigned long, flags); \
  1097. ^
  1098. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1099. 1; \
  1100. ^
  1101. In file included from arch/x86/kernel/asm-offsets.c:9:
  1102. In file included from include/linux/sched.h:78:
  1103. include/linux/proportions.h:131:2: warning: expression result unused [-Wunused-value]
  1104. local_irq_save(flags);
  1105. ^~~~~~~~~~~~~~~~~~~~~
  1106. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  1107. raw_local_irq_save(flags); \
  1108. ^
  1109. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  1110. typecheck(unsigned long, flags); \
  1111. ^
  1112. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1113. 1; \
  1114. ^
  1115. In file included from arch/x86/kernel/asm-offsets.c:9:
  1116. In file included from include/linux/sched.h:78:
  1117. include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
  1118. local_irq_restore(flags);
  1119. ^~~~~~~~~~~~~~~~~~~~~~~~
  1120. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  1121. if (raw_irqs_disabled_flags(flags)) { \
  1122. ^
  1123. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  1124. typecheck(unsigned long, flags); \
  1125. ^
  1126. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1127. 1; \
  1128. ^
  1129. In file included from arch/x86/kernel/asm-offsets.c:9:
  1130. In file included from include/linux/sched.h:78:
  1131. include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
  1132. local_irq_restore(flags);
  1133. ^~~~~~~~~~~~~~~~~~~~~~~~
  1134. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  1135. raw_local_irq_restore(flags); \
  1136. ^
  1137. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1138. typecheck(unsigned long, flags); \
  1139. ^
  1140. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1141. 1; \
  1142. ^
  1143. In file included from arch/x86/kernel/asm-offsets.c:9:
  1144. In file included from include/linux/sched.h:78:
  1145. include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
  1146. local_irq_restore(flags);
  1147. ^~~~~~~~~~~~~~~~~~~~~~~~
  1148. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  1149. raw_local_irq_restore(flags); \
  1150. ^
  1151. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1152. typecheck(unsigned long, flags); \
  1153. ^
  1154. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1155. 1; \
  1156. ^
  1157. In file included from arch/x86/kernel/asm-offsets.c:9:
  1158. include/linux/sched.h:2189:2: warning: expression result unused [-Wunused-value]
  1159. spin_lock_irqsave(&tsk->sighand->siglock, flags);
  1160. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1161. include/linux/spinlock.h:315:2: note: expanded from macro 'spin_lock_irqsave'
  1162. raw_spin_lock_irqsave(spinlock_check(lock), flags); \
  1163. ^
  1164. include/linux/spinlock.h:190:3: note: expanded from macro 'raw_spin_lock_irqsave'
  1165. typecheck(unsigned long, flags); \
  1166. ^
  1167. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1168. 1; \
  1169. ^
  1170. In file included from arch/x86/kernel/asm-offsets.c:12:
  1171. In file included from include/linux/suspend.h:4:
  1172. In file included from include/linux/swap.h:10:
  1173. In file included from include/linux/node.h:17:
  1174. In file included from include/linux/device.h:17:
  1175. In file included from include/linux/kobject.h:24:
  1176. include/linux/kref.h:41:2: warning: expression result unused [-Wunused-value]
  1177. WARN_ON(!atomic_read(&kref->refcount));
  1178. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1179. include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
  1180. unlikely(__ret_warn_on); \
  1181. ^
  1182. include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
  1183. # define unlikely(x) __builtin_expect(!!(x), 0)
  1184. ^~~~~~~~~~~~~~~~ ~~~~~~~~
  1185. In file included from arch/x86/kernel/asm-offsets.c:12:
  1186. In file included from include/linux/suspend.h:4:
  1187. In file included from include/linux/swap.h:10:
  1188. In file included from include/linux/node.h:17:
  1189. In file included from include/linux/device.h:17:
  1190. In file included from include/linux/kobject.h:24:
  1191. include/linux/kref.h:66:2: warning: expression result unused [-Wunused-value]
  1192. WARN_ON(release == NULL);
  1193. ^~~~~~~~~~~~~~~~~~~~~~~~
  1194. include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
  1195. unlikely(__ret_warn_on); \
  1196. ^
  1197. include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
  1198. # define unlikely(x) __builtin_expect(!!(x), 0)
  1199. ^~~~~~~~~~~~~~~~ ~~~~~~~~
  1200. In file included from arch/x86/kernel/asm-offsets.c:12:
  1201. In file included from include/linux/suspend.h:8:
  1202. In file included from include/linux/mm.h:44:
  1203. /usr/src/linux-3.5.0/arch/x86/include/asm/pgtable.h:763:8: warning: expression result unused [-Wunused-value]
  1204. memcpy(dst, src, count * sizeof(pgd_t));
  1205. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1206. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  1207. __ret; \
  1208. ^~~~~
  1209. In file included from arch/x86/kernel/asm-offsets.c:12:
  1210. In file included from include/linux/suspend.h:8:
  1211. include/linux/mm.h:341:2: warning: expression result unused [-Wunused-value]
  1212. local_irq_save(flags);
  1213. ^~~~~~~~~~~~~~~~~~~~~
  1214. include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
  1215. raw_local_irq_save(flags); \
  1216. ^
  1217. include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
  1218. typecheck(unsigned long, flags); \
  1219. ^
  1220. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1221. 1; \
  1222. ^
  1223. In file included from arch/x86/kernel/asm-offsets.c:12:
  1224. In file included from include/linux/suspend.h:8:
  1225. include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
  1226. local_irq_restore(flags);
  1227. ^~~~~~~~~~~~~~~~~~~~~~~~
  1228. include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
  1229. if (raw_irqs_disabled_flags(flags)) { \
  1230. ^
  1231. include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
  1232. typecheck(unsigned long, flags); \
  1233. ^
  1234. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1235. 1; \
  1236. ^
  1237. In file included from arch/x86/kernel/asm-offsets.c:12:
  1238. In file included from include/linux/suspend.h:8:
  1239. include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
  1240. local_irq_restore(flags);
  1241. ^~~~~~~~~~~~~~~~~~~~~~~~
  1242. include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
  1243. raw_local_irq_restore(flags); \
  1244. ^
  1245. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1246. typecheck(unsigned long, flags); \
  1247. ^
  1248. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1249. 1; \
  1250. ^
  1251. In file included from arch/x86/kernel/asm-offsets.c:12:
  1252. In file included from include/linux/suspend.h:8:
  1253. include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
  1254. local_irq_restore(flags);
  1255. ^~~~~~~~~~~~~~~~~~~~~~~~
  1256. include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
  1257. raw_local_irq_restore(flags); \
  1258. ^
  1259. include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
  1260. typecheck(unsigned long, flags); \
  1261. ^
  1262. include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
  1263. 1; \
  1264. ^
  1265. In file included from arch/x86/kernel/asm-offsets.c:18:
  1266. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
  1267. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
  1268. /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:121:2: warning: expression result unused [-Wunused-value]
  1269. memcpy(&idt[entry], gate, sizeof(*gate));
  1270. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1271. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  1272. __ret; \
  1273. ^~~~~
  1274. In file included from arch/x86/kernel/asm-offsets.c:18:
  1275. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
  1276. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
  1277. /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:126:2: warning: expression result unused [-Wunused-value]
  1278. memcpy(&ldt[entry], desc, 8);
  1279. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1280. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  1281. __ret; \
  1282. ^~~~~
  1283. In file included from arch/x86/kernel/asm-offsets.c:18:
  1284. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
  1285. In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
  1286. /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:140:2: warning: expression result unused [-Wunused-value]
  1287. memcpy(&gdt[entry], desc, size);
  1288. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1289. /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
  1290. __ret; \
  1291. ^~~~~
  1292. 95 warnings and 1 error generated.
  1293. make[1]: *** [arch/x86/kernel/asm-offsets.s] Ошибка 1
  1294. make: *** [prepare0] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment