Build failures in 3.4-stable-queue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All powerpc builds fail.

arch/powerpc/kernel/cacheinfo.c: In function 'cache_is_unified_d':
arch/powerpc/kernel/cacheinfo.c:349:16: error: unused variable 'cache' [-Werror=unused-variable]
  struct cache *cache;

Back-port of patch 'powerpc: Fix missing L2 cache size in /sys/devices/system/cpu'
left the dangling variable hang around.

---

arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_cpu_probe':
arch/powerpc/platforms/pseries/dlpar.c:421:3: error: 'ret' undeclared (first use in this function)

Offending patch is 'powerpc/pseries: Correct cpu affinity for dlpar added cpus'.

+       rc = dlpar_acquire_drc(drc_index);
+       if (rc) {
+               ret = -EINVAL;
		^^^
+               goto out;
+       }
+

---
s390:defconfig fails to build.

arch/s390/kernel/suspend.c: In function 'pfn_is_nosave':
arch/s390/kernel/suspend.c:140:30: error: '_eshared' undeclared (first use in this function)
arch/s390/kernel/suspend.c:140:30: note: each undeclared identifier is reported only once for each function it appears in
arch/s390/kernel/suspend.c:141:28: error: '_stext' undeclared (first use in this function)
arch/s390/kernel/suspend.c:150:10: error: 'ipl_info' undeclared (first use in this function)
arch/s390/kernel/suspend.c:150:27: error: 'IPL_TYPE_NSS' undeclared (first use in this function)

Offending patch is 's390/hibernate: fix save and restore of kernel text section'.
There may be some context patches missing.

Guenter

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]