From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-x243.google.com (mail-pa0-x243.google.com [IPv6:2607:f8b0:400e:c03::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3swCTs1JFKzDt2d for ; Fri, 14 Oct 2016 14:18:09 +1100 (AEDT) Received: by mail-pa0-x243.google.com with SMTP id fn2so4610096pad.1 for ; Thu, 13 Oct 2016 20:18:09 -0700 (PDT) Date: Fri, 14 Oct 2016 14:18:03 +1100 From: Nicholas Piggin To: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined Message-ID: <20161014141803.14da6ef9@roar.ozlabs.ibm.com> In-Reply-To: <87wphbdacc.fsf@concordia.ellerman.id.au> References: <20161013020714.5629-1-npiggin@gmail.com> <87wphbdacc.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 14 Oct 2016 11:48:35 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > Signed-off-by: Nicholas Piggin > > --- > > The linker orphan sections error patch caught this > > You mean with the orphan sections patch applied this breaks the build > when KPROBES=n right? Yes. The linker orphan patch got picked up by one of the CI tests after I posted it, and pointed this out (I obviously didn't test KPROBES=n case). Thanks, Nick