stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* build failure in v3.12-stable-queue
@ 2017-04-28 18:06 Guenter Roeck
  2017-04-28 19:04 ` Jiri Slaby
  0 siblings, 1 reply; 8+ messages in thread
From: Guenter Roeck @ 2017-04-28 18:06 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: stable

Hi Jiri,

I see the following build failure in v3.12-stable-queue.

Building mips:cavium_octeon_defconfig ... failed
--------------
Error log:
arch/mips/mm/tlbex.c: In function 'build_huge_handler_tail':
arch/mips/mm/tlbex.c:782:6: error: 'cpu_has_ftlb' undeclared (first use in this function)
  if (cpu_has_ftlb && flush) {
      ^
arch/mips/mm/tlbex.c:782:6: note: each undeclared identifier is reported only once for each function it appears in
In file included from include/linux/bug.h:4:0,
                 from arch/mips/mm/tlbex.c:24:
arch/mips/mm/tlbex.c:783:11: error: 'cpu_has_tlbinv' undeclared (first use in this function)
   BUG_ON(!cpu_has_tlbinv);
           ^
arch/mips/include/asm/bug.h:33:44: note: in definition of macro 'BUG_ON'
 #define BUG_ON(C) __BUG_ON((unsigned long)(C))
                                            ^
arch/mips/mm/tlbex.c:786:27: error: 'MIPS_ENTRYHI_EHINV' undeclared (first use in this function)
   uasm_i_ori(p, ptr, ptr, MIPS_ENTRYHI_EHINV);

Let me know if I need to bisect.

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Build failure in v3.12-stable-queue
@ 2016-07-12 13:30 Guenter Roeck
  2016-07-12 13:51 ` Jiri Slaby
  0 siblings, 1 reply; 8+ messages in thread
From: Guenter Roeck @ 2016-07-12 13:30 UTC (permalink / raw)
  To: stable; +Cc: Cyril Bur, Jiri Slaby

powerpc:defconfig, powerpc:allmodconfig:

arch/powerpc/kernel/process.c: In function 'start_thread':
arch/powerpc/kernel/process.c:1104:3: error: implicit declaration of function 'tm_reclaim_current'

Caused by "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls".

This would either require d31626f70b610 ("powerpc: Don't corrupt transactional state
when using FP/VMX in kernel"), which introduces the function, or you could call
tm_reclaim() directly instead (which may be less risky).

Guenter

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-28 21:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-28 18:06 build failure in v3.12-stable-queue Guenter Roeck
2017-04-28 19:04 ` Jiri Slaby
2017-04-28 21:06   ` Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2016-07-12 13:30 Build " Guenter Roeck
2016-07-12 13:51 ` Jiri Slaby
2016-07-12 21:23   ` Guenter Roeck
2016-07-13  5:12     ` Michal Kubecek
2016-07-13  9:18       ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).