All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Build failures in 3.4-stable-queue
@ 2015-09-14 14:25 Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2015-09-14 14:25 UTC (permalink / raw)
  To: stable, Li Zefan

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-14 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14 14:25 Build failures in 3.4-stable-queue Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.