All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: stable <stable@vger.kernel.org>, Li Zefan <lizefan@huawei.com>
Subject: Build failures in 3.4-stable-queue
Date: Mon, 14 Sep 2015 07:25:32 -0700	[thread overview]
Message-ID: <55F6D8DC.9080809@roeck-us.net> (raw)

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


                 reply	other threads:[~2015-09-14 14:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F6D8DC.9080809@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=lizefan@huawei.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.