Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make[1]: Цель `all' не требует Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´.
- make[1]: Цель `relocs' не требует Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´.
- CHK include/linux/version.h
- CHK include/generated/utsrelease.h
- CC arch/x86/kernel/asm-offsets.s
- clang: warning: unknown warning option '-Wframe-larger-than=2048'
- clang: warning: argument unused during compilation: '-fno-delete-null-pointer-checks'
- clang: warning: argument unused during compilation: '-maccumulate-outgoing-args'
- clang: warning: argument unused during compilation: '-fconserve-stack'
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:20:
- In file included from include/linux/atomic.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/atomic.h:6:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/processor.h:20:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/msr.h:18:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/cpumask.h:4:
- In file included from include/linux/cpumask.h:11:
- include/linux/bitmap.h:186:3: warning: expression result unused [-Wunused-value]
- memcpy(dst, src, len);
- ^~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:20:
- In file included from include/linux/atomic.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/atomic.h:6:
- /usr/src/linux-3.5.0/arch/x86/include/asm/processor.h:936:2: warning: expression result unused [-Wunused-value]
- WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_APERFMPERF));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/asm-generic/bug.h:143:2: note: expanded from macro 'WARN_ON_ONCE'
- unlikely(__ret_warn_once); \
- ^
- include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^~~~~~~~~~~~~~~~ ~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:50:
- In file included from include/linux/preempt.h:9:
- In file included from include/linux/thread_info.h:54:
- /usr/src/linux-3.5.0/arch/x86/include/asm/thread_info.h:251:2: warning: expression result unused [-Wunused-value]
- WARN_ON(!test_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
- unlikely(__ret_warn_on); \
- ^
- include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^~~~~~~~~~~~~~~~ ~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:87:
- /usr/src/linux-3.5.0/arch/x86/include/asm/spinlock.h:82:2: warning: expression result unused [-Wunused-value]
- __add(&lock->tickets.head, 1, UNLOCK_LOCK_PREFIX);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/cmpxchg.h:197:3: note: expanded from macro '__add'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- include/linux/spinlock_api_smp.h:108:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- include/linux/spinlock_api_smp.h:161:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:157:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:185:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:237:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- In file included from include/linux/spinlock.h:263:
- In file included from include/linux/spinlock_api_smp.h:194:
- include/linux/rwlock_api_smp.h:262:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:7:
- include/linux/spinlock.h:340:2: warning: expression result unused [-Wunused-value]
- raw_spin_unlock_irqrestore(&lock->rlock, flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/spinlock.h:228:3: note: expanded from macro 'raw_spin_unlock_irqrestore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- In file included from include/linux/srcu.h:31:
- include/linux/rcupdate.h:401:33: warning: expression result unused [-Wunused-value]
- return preempt_count() != 0 || irqs_disabled();
- ^~~~~~~~~~~~~~~
- include/linux/irqflags.h:123:3: note: expanded from macro 'irqs_disabled'
- raw_local_save_flags(_flags); \
- ^
- include/linux/irqflags.h:73:3: note: expanded from macro 'raw_local_save_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- In file included from include/linux/srcu.h:31:
- include/linux/rcupdate.h:401:33: warning: expression result unused [-Wunused-value]
- return preempt_count() != 0 || irqs_disabled();
- ^~~~~~~~~~~~~~~
- include/linux/irqflags.h:124:3: note: expanded from macro 'irqs_disabled'
- raw_irqs_disabled_flags(_flags); \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- In file included from include/linux/srcu.h:31:
- include/linux/rcupdate.h:918:2: error: array size is negative
- BUILD_BUG_ON(!__builtin_constant_p(offset));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/bug.h:61:22: note: expanded from macro 'BUILD_BUG_ON'
- ((void)sizeof(char[1 - 2*!!(condition)])); \
- ^~~~~~~~~~~~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:246:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:248:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:264:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- In file included from include/linux/memory_hotplug.h:6:
- In file included from include/linux/notifier.h:15:
- include/linux/srcu.h:266:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:718:
- include/linux/memory_hotplug.h:34:2: warning: expression result unused [-Wunused-value]
- spin_lock_irqsave(&pgdat->node_size_lock, *flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/spinlock.h:315:2: note: expanded from macro 'spin_lock_irqsave'
- raw_spin_lock_irqsave(spinlock_check(lock), flags); \
- ^
- include/linux/spinlock.h:190:3: note: expanded from macro 'raw_spin_lock_irqsave'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:866:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone_64.h:10:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/smp.h:13:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/apic.h:12:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/fixmap.h:19:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/acpi.h:32:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/realmode.h:5:
- /usr/src/linux-3.5.0/arch/x86/include/asm/io.h:211:2: warning: expression result unused [-Wunused-value]
- memcpy(dst, (const void __force *)src, count);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- In file included from include/linux/gfp.h:4:
- In file included from include/linux/mmzone.h:866:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/mmzone_64.h:10:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/smp.h:13:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/apic.h:12:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/fixmap.h:19:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/acpi.h:32:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/realmode.h:5:
- /usr/src/linux-3.5.0/arch/x86/include/asm/io.h:217:2: warning: expression result unused [-Wunused-value]
- memcpy((void __force *)dst, src, count);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- In file included from include/linux/crypto.h:24:
- In file included from include/linux/slab.h:12:
- include/linux/gfp.h:154:2: warning: expression result unused [-Wunused-value]
- WARN_ON((gfp_flags & GFP_MOVABLE_MASK) == GFP_MOVABLE_MASK);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
- unlikely(__ret_warn_on); \
- ^
- include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^~~~~~~~~~~~~~~~ ~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- include/linux/crypto.h:1009:2: warning: expression result unused [-Wunused-value]
- memcpy(crypto_blkcipher_crt(tfm)->iv, src, len);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:8:
- include/linux/crypto.h:1015:2: warning: expression result unused [-Wunused-value]
- memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- In file included from include/linux/signal.h:5:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/siginfo.h:14:
- include/asm-generic/siginfo.h:320:3: warning: expression result unused [-Wunused-value]
- memcpy(to, from, sizeof(*to));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- In file included from include/linux/signal.h:5:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/siginfo.h:14:
- include/asm-generic/siginfo.h:323:3: warning: expression result unused [-Wunused-value]
- memcpy(to, from, __ARCH_SI_PREAMBLE_SIZE + sizeof(from->_sifields._sigchld));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:81:11: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- return (set->sig[3] | set->sig[2] |
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:81:25: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- return (set->sig[3] | set->sig[2] |
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:82:4: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- set->sig[1] | set->sig[0]) == 0;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:84:11: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- return (set->sig[1] | set->sig[0]) == 0;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[3] = op(a3, b3); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[2] = op(a2, b2); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:123:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigorsets, _sig_or)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[1] = op(a1, b1); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[3] = op(a3, b3); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[2] = op(a2, b2); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:126:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandsets, _sig_and)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[1] = op(a1, b1); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:8: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:106:24: note: expanded from macro '_SIG_SET_BINOP'
- a3 = a->sig[3]; a2 = a->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:8: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:107:24: note: expanded from macro '_SIG_SET_BINOP'
- b3 = b->sig[3]; b2 = b->sig[2]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:108:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[3] = op(a3, b3); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:109:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[2] = op(a2, b2); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:8: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:111:24: note: expanded from macro '_SIG_SET_BINOP'
- a1 = a->sig[1]; b1 = b->sig[1]; \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:129:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_BINOP(sigandnsets, _sig_andn)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:112:3: note: expanded from macro '_SIG_SET_BINOP'
- r->sig[1] = op(a1, b1); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:142:31: note: expanded from macro '_SIG_SET_OP'
- case 4: set->sig[3] = op(set->sig[3]); \
- ^
- include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
- #define _sig_not(x) (~(x))
- ^
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:142:14: note: expanded from macro '_SIG_SET_OP'
- case 4: set->sig[3] = op(set->sig[3]); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:143:24: note: expanded from macro '_SIG_SET_OP'
- set->sig[2] = op(set->sig[2]); \
- ^
- include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
- #define _sig_not(x) (~(x))
- ^
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:143:7: note: expanded from macro '_SIG_SET_OP'
- set->sig[2] = op(set->sig[2]); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:144:31: note: expanded from macro '_SIG_SET_OP'
- case 2: set->sig[1] = op(set->sig[1]); \
- ^
- include/linux/signal.h:152:24: note: expanded from macro '_sig_not'
- #define _sig_not(x) (~(x))
- ^
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:153:1: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- _SIG_SET_OP(signotset, _sig_not)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/signal.h:144:14: note: expanded from macro '_SIG_SET_OP'
- case 2: set->sig[1] = op(set->sig[1]); \
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:164:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- case 2: set->sig[1] = 0;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:176:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- case 2: set->sig[1] = -1;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:206:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- case 2: set->sig[1] = 0;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:72:
- include/linux/signal.h:218:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
- case 2: set->sig[1] = -1;
- ^ ~
- /usr/src/linux-3.5.0/arch/x86/include/asm/signal.h:31:2: note: array 'sig' declared here
- unsigned long sig[_NSIG_WORDS];
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:75:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:77:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:131:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- In file included from include/linux/sched.h:78:
- include/linux/proportions.h:133:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:9:
- include/linux/sched.h:2189:2: warning: expression result unused [-Wunused-value]
- spin_lock_irqsave(&tsk->sighand->siglock, flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/spinlock.h:315:2: note: expanded from macro 'spin_lock_irqsave'
- raw_spin_lock_irqsave(spinlock_check(lock), flags); \
- ^
- include/linux/spinlock.h:190:3: note: expanded from macro 'raw_spin_lock_irqsave'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:4:
- In file included from include/linux/swap.h:10:
- In file included from include/linux/node.h:17:
- In file included from include/linux/device.h:17:
- In file included from include/linux/kobject.h:24:
- include/linux/kref.h:41:2: warning: expression result unused [-Wunused-value]
- WARN_ON(!atomic_read(&kref->refcount));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
- unlikely(__ret_warn_on); \
- ^
- include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^~~~~~~~~~~~~~~~ ~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:4:
- In file included from include/linux/swap.h:10:
- In file included from include/linux/node.h:17:
- In file included from include/linux/device.h:17:
- In file included from include/linux/kobject.h:24:
- include/linux/kref.h:66:2: warning: expression result unused [-Wunused-value]
- WARN_ON(release == NULL);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/asm-generic/bug.h:89:2: note: expanded from macro 'WARN_ON'
- unlikely(__ret_warn_on); \
- ^
- include/linux/compiler.h:147:22: note: expanded from macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^~~~~~~~~~~~~~~~ ~~~~~~~~
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:8:
- In file included from include/linux/mm.h:44:
- /usr/src/linux-3.5.0/arch/x86/include/asm/pgtable.h:763:8: warning: expression result unused [-Wunused-value]
- memcpy(dst, src, count * sizeof(pgd_t));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:8:
- include/linux/mm.h:341:2: warning: expression result unused [-Wunused-value]
- local_irq_save(flags);
- ^~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:95:3: note: expanded from macro 'local_irq_save'
- raw_local_irq_save(flags); \
- ^
- include/linux/irqflags.h:63:3: note: expanded from macro 'raw_local_irq_save'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:8:
- include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:102:7: note: expanded from macro 'local_irq_restore'
- if (raw_irqs_disabled_flags(flags)) { \
- ^
- include/linux/irqflags.h:78:3: note: expanded from macro 'raw_irqs_disabled_flags'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:8:
- include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:103:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:12:
- In file included from include/linux/suspend.h:8:
- include/linux/mm.h:352:2: warning: expression result unused [-Wunused-value]
- local_irq_restore(flags);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- include/linux/irqflags.h:107:4: note: expanded from macro 'local_irq_restore'
- raw_local_irq_restore(flags); \
- ^
- include/linux/irqflags.h:68:3: note: expanded from macro 'raw_local_irq_restore'
- typecheck(unsigned long, flags); \
- ^
- include/linux/typecheck.h:12:2: note: expanded from macro 'typecheck'
- 1; \
- ^
- In file included from arch/x86/kernel/asm-offsets.c:18:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
- /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:121:2: warning: expression result unused [-Wunused-value]
- memcpy(&idt[entry], gate, sizeof(*gate));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:18:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
- /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:126:2: warning: expression result unused [-Wunused-value]
- memcpy(&ldt[entry], desc, 8);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- In file included from arch/x86/kernel/asm-offsets.c:18:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend.h:4:
- In file included from /usr/src/linux-3.5.0/arch/x86/include/asm/suspend_64.h:9:
- /usr/src/linux-3.5.0/arch/x86/include/asm/desc.h:140:2: warning: expression result unused [-Wunused-value]
- memcpy(&gdt[entry], desc, size);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/src/linux-3.5.0/arch/x86/include/asm/string_64.h:43:2: note: expanded from macro 'memcpy'
- __ret; \
- ^~~~~
- 95 warnings and 1 error generated.
- make[1]: *** [arch/x86/kernel/asm-offsets.s] Ошибка 1
- make: *** [prepare0] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment